mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3260 Well Path Export. Add command to main window export menu
This commit is contained in:
parent
b9c5c13dd2
commit
9aad8b6947
@ -436,6 +436,7 @@ void RiuMainWindow::createMenus()
|
||||
exportMenu->addSeparator();
|
||||
exportMenu->addAction(cmdFeatureMgr->action("RicSaveEclipseInputActiveVisibleCellsFeature"));
|
||||
exportMenu->addAction(cmdFeatureMgr->action("RicExportCompletionsForVisibleWellPathsFeature"));
|
||||
exportMenu->addAction(cmdFeatureMgr->action("RicExportVisibleWellPathsFeature"));
|
||||
|
||||
fileMenu->addSeparator();
|
||||
fileMenu->addAction(cmdFeatureMgr->action("RicSaveProjectFeature"));
|
||||
@ -808,6 +809,7 @@ void RiuMainWindow::slotRefreshFileActions()
|
||||
|
||||
QStringList commandIdList;
|
||||
commandIdList << "RicExportCompletionsForVisibleWellPathsFeature";
|
||||
commandIdList << "RicExportVisibleWellPathsFeature";
|
||||
cmdFeatureMgr->refreshStates(commandIdList);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user