fix(nmNum): 接通 Map 打印与打印预览功能

feature/refactor-well-editor-20260821
lh 3 weeks ago
parent f5adb048b2
commit eb68bd3d54

@ -44,7 +44,6 @@
#include "nmWxParameterProperty.h" #include "nmWxParameterProperty.h"
#include "nmCalculationDllPebiSolverTask.h" #include "nmCalculationDllPebiSolverTask.h"
#include "nmCalculationUtils.h" #include "nmCalculationUtils.h"
#include "nmPebiExampleCalculator.h"
#include "nmObjPointWell.h" #include "nmObjPointWell.h"
@ -495,13 +494,13 @@ bool nmSubWndMain::runCmdBy(QString sName, QString sID)
this->displaySetting(); this->displaySetting();
return true; return true;
case 5124:
return m_pWxPlot != nullptr &&
m_pWxPlot->runAction("print_Preview");
case 5125: case 5125:
{ return m_pWxPlot != nullptr &&
// 临时复用打印按钮运行PEBI固定算例不读取当前工区模型参数。 m_pWxPlot->runAction("Print");
nmPebiExampleCalculator calculator(this);
calculator.run();
return true;
}
/* /*
case 5117: case 5117:

Loading…
Cancel
Save