mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Refactoring: New icons for delete, refresh, copy, filters
This commit is contained in:
committed by
Magne Sjaastad
parent
55ef7fc02a
commit
8dec8ba234
@@ -132,7 +132,7 @@ void RicDeleteSummaryCaseCollectionFeature::onActionTriggered( bool isChecked )
|
||||
void RicDeleteSummaryCaseCollectionFeature::setupActionLook( QAction* actionToSetup )
|
||||
{
|
||||
actionToSetup->setText( "Delete Summary Case Group/Ensemble" );
|
||||
actionToSetup->setIcon( QIcon( ":/Erase.png" ) );
|
||||
actionToSetup->setIcon( QIcon( ":/Erase.svg" ) );
|
||||
applyShortcutWithHintToAction( actionToSetup, QKeySequence::Delete );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user