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:
@@ -67,6 +67,7 @@ void RicCopyReferencesToClipboardFeature::onActionTriggered(bool isChecked)
|
||||
void RicCopyReferencesToClipboardFeature::setupActionLook(QAction* actionToSetup)
|
||||
{
|
||||
actionToSetup->setText("Copy");
|
||||
actionToSetup->setIcon(QIcon(":/Copy.png"));
|
||||
}
|
||||
|
||||
} // end namespace caf
|
||||
|
||||
@@ -97,6 +97,7 @@ void RicPasteEclipseCasesFeature::onActionTriggered(bool isChecked)
|
||||
void RicPasteEclipseCasesFeature::setupActionLook(QAction* actionToSetup)
|
||||
{
|
||||
actionToSetup->setText("Paste (Eclipse Cases)");
|
||||
actionToSetup->setIcon(QIcon(":/clipboard.png"));
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -115,6 +115,7 @@ void RicPasteEclipseViewsFeature::onActionTriggered(bool isChecked)
|
||||
void RicPasteEclipseViewsFeature::setupActionLook(QAction* actionToSetup)
|
||||
{
|
||||
actionToSetup->setText("Paste (Eclipse Views)");
|
||||
actionToSetup->setIcon(QIcon(":/clipboard.png"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -106,6 +106,7 @@ void RicPasteGeoMechViewsFeature::onActionTriggered(bool isChecked)
|
||||
void RicPasteGeoMechViewsFeature::setupActionLook(QAction* actionToSetup)
|
||||
{
|
||||
actionToSetup->setText("Paste (Geo Mech Views)");
|
||||
actionToSetup->setIcon(QIcon(":/clipboard.png"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user