#7605 Export Sector : Add support for export of ACTNUM

This commit is contained in:
Magne Sjaastad
2021-04-23 08:25:51 +02:00
parent fed4e40c26
commit 7d006674ba
5 changed files with 14 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ void RicSaveEclipseInputVisibleCellsFeature::openDialogAndExecuteCommand( RimEcl
RicSaveEclipseInputVisibleCellsUi exportSettings;
caf::PdmUiPropertyViewDialog propertyDialog( Riu3DMainWindowTools::mainWindowWidget(),
&exportSettings,
"Export FLUXNUM/MULTNUM",
"Export FLUXNUM/MULTNUM/ACTNUM",
"" );
RicExportFeatureImpl::configureForExport( propertyDialog.dialogButtonBox() );
@@ -130,7 +130,7 @@ void RicSaveEclipseInputVisibleCellsFeature::onActionTriggered( bool isChecked )
//--------------------------------------------------------------------------------------------------
void RicSaveEclipseInputVisibleCellsFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "Export Visible Cells as FLUXNUM/MULTNUM" );
actionToSetup->setText( "Export Visible Cells as FLUXNUM/MULTNUM/ACTNUM" );
}
//--------------------------------------------------------------------------------------------------
@@ -176,7 +176,7 @@ void RicSaveEclipseInputActiveVisibleCellsFeature::onActionTriggered( bool isChe
//--------------------------------------------------------------------------------------------------
void RicSaveEclipseInputActiveVisibleCellsFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "Export Visible Cells as FLUXNUM/MULTNUM" );
actionToSetup->setText( "Export Visible Cells as FLUXNUM/MULTNUM/ACTNUM" );
}
//--------------------------------------------------------------------------------------------------