mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Set object name of toolbar to be able to serialize toolbar state
This commit is contained in:
@@ -546,6 +546,7 @@ void RiuMainWindow::createToolBars()
|
||||
{
|
||||
#ifdef USE_ODB_API
|
||||
QToolBar* toolbar = addToolBar(tr("Import GeoMech"));
|
||||
toolbar->setObjectName(toolbar->windowTitle());
|
||||
toolbar->addAction(cmdFeatureMgr->action("RicImportGeoMechCaseFeature"));
|
||||
toolbar->addAction(cmdFeatureMgr->action("RicImportGeoMechCaseTimeStepFilterFeature"));
|
||||
toolbar->addAction(cmdFeatureMgr->action("RicImportElementPropertyFeature"));
|
||||
|
||||
Reference in New Issue
Block a user