mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3227 Tweaked Export Completions GUI while doing MSW documentation.
This commit is contained in:
@@ -90,7 +90,7 @@ RicExportCompletionDataSettingsUi::RicExportCompletionDataSettingsUi()
|
|||||||
|
|
||||||
CAF_PDM_InitField(&timeStep, "TimeStepIndex", 0, " Time Step", "", "", "");
|
CAF_PDM_InitField(&timeStep, "TimeStepIndex", 0, " Time Step", "", "", "");
|
||||||
|
|
||||||
CAF_PDM_InitField(&includeMsw, "IncludeMSW", false, "Include MSW", "", "", "");
|
CAF_PDM_InitField(&includeMsw, "IncludeMSW", false, "Include Multi Segment Well Model", "", "", "");
|
||||||
|
|
||||||
CAF_PDM_InitField(&useLateralNTG, "UseLateralNTG", false, "Use NTG Horizontally", "", "", "");
|
CAF_PDM_InitField(&useLateralNTG, "UseLateralNTG", false, "Use NTG Horizontally", "", "", "");
|
||||||
|
|
||||||
@@ -248,11 +248,14 @@ void RicExportCompletionDataSettingsUi::defineUiOrdering(QString uiConfigName, c
|
|||||||
{
|
{
|
||||||
{
|
{
|
||||||
caf::PdmUiGroup* group = uiOrdering.addNewGroup("Export Settings");
|
caf::PdmUiGroup* group = uiOrdering.addNewGroup("Export Settings");
|
||||||
|
|
||||||
group->add(&compdatExport);
|
group->add(&compdatExport);
|
||||||
|
group->add(&caseToApply);
|
||||||
group->add(&useLateralNTG);
|
group->add(&useLateralNTG);
|
||||||
group->add(&includeMsw);
|
group->add(&includeMsw);
|
||||||
group->add(&caseToApply);
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
caf::PdmUiGroup* group = uiOrdering.addNewGroup("File Settings");
|
||||||
group->add(&fileSplit);
|
group->add(&fileSplit);
|
||||||
group->add(&m_reportCompletionTypesSeparately);
|
group->add(&m_reportCompletionTypesSeparately);
|
||||||
group->add(&folder);
|
group->add(&folder);
|
||||||
|
|||||||
Reference in New Issue
Block a user