mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#988 Copy, Paste, Erase icons, and turned on icons for some other commands as well.
This commit is contained in:
@@ -76,6 +76,7 @@ void RicWellPathDeleteFeature::onActionTriggered(bool isChecked)
|
||||
void RicWellPathDeleteFeature::setupActionLook(QAction* actionToSetup)
|
||||
{
|
||||
actionToSetup->setText("Delete Well Path");
|
||||
actionToSetup->setIcon(QIcon(":/Erase.png"));
|
||||
}
|
||||
|
||||
} // end namespace caf
|
||||
|
||||
@@ -69,7 +69,7 @@ void RicWellPathsDeleteAllFeature::onActionTriggered(bool isChecked)
|
||||
void RicWellPathsDeleteAllFeature::setupActionLook(QAction* actionToSetup)
|
||||
{
|
||||
actionToSetup->setText("Delete All Well Paths");
|
||||
//actionToSetup->setIcon(QIcon(":/WellCollection.png"));
|
||||
actionToSetup->setIcon(QIcon(":/Erase.png"));
|
||||
}
|
||||
|
||||
} // end namespace caf
|
||||
|
||||
Reference in New Issue
Block a user