#3646 Add icons for MainGrid LGR/Temp LGR's, Export Completions, sub items on/off/toggle

This commit is contained in:
Jacob Støren
2018-11-13 15:43:36 +01:00
parent 47edac084f
commit bfee1dfa64
20 changed files with 58 additions and 23 deletions

View File

@@ -174,6 +174,8 @@ void RicWellPathExportCompletionDataFeature::onActionTriggered(bool isChecked)
void RicWellPathExportCompletionDataFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setText("Export Completion Data for Selected Well Paths");
actionToSetup->setIcon(QIcon(":/ExportCompletionsSymbol16x16.png"));
}
//--------------------------------------------------------------------------------------------------