mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5011 Add icon to Replace Case commands
This commit is contained in:
committed by
Magne Sjaastad
parent
d68e764a8f
commit
f3fc7351d4
@@ -126,6 +126,5 @@ void RicReplaceCaseFeature::onActionTriggered( bool isChecked )
|
||||
void RicReplaceCaseFeature::setupActionLook( QAction* actionToSetup )
|
||||
{
|
||||
actionToSetup->setText( "Replace" );
|
||||
// TODO: icon?
|
||||
// actionToSetup->setIcon( QIcon( ":/Refresh-32.png" ) );
|
||||
actionToSetup->setIcon( QIcon( ":/ReplaceCase16x16.png" ) );
|
||||
}
|
||||
|
||||
@@ -78,6 +78,5 @@ void RicReplaceSummaryCaseFeature::onActionTriggered( bool isChecked )
|
||||
void RicReplaceSummaryCaseFeature::setupActionLook( QAction* actionToSetup )
|
||||
{
|
||||
actionToSetup->setText( "Replace" );
|
||||
// TODO: get an icon?
|
||||
// actionToSetup->setIcon( QIcon( ":/Refresh-32.png" ) );
|
||||
actionToSetup->setIcon( QIcon( ":/ReplaceCase16x16.png" ) );
|
||||
}
|
||||
|
||||
BIN
ApplicationCode/Resources/ReplaceCase16x16.png
Normal file
BIN
ApplicationCode/Resources/ReplaceCase16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 839 B |
@@ -33,6 +33,7 @@
|
||||
<file>SummaryGroup16x16.png</file>
|
||||
<file>CreateGridCaseGroup16x16.png</file>
|
||||
<file>GridCaseGroup16x16.png</file>
|
||||
<file>ReplaceCase16x16.png</file>
|
||||
<file>Histogram16x16.png</file>
|
||||
<file>Histograms16x16.png</file>
|
||||
<file>ZoomAll16x16.png</file>
|
||||
|
||||
Reference in New Issue
Block a user