Refactoring: New icons for delete, refresh, copy, filters

This commit is contained in:
Ruben Thoms
2020-10-06 17:12:58 +02:00
committed by Magne Sjaastad
parent 55ef7fc02a
commit 8dec8ba234
38 changed files with 169 additions and 33 deletions

View File

@@ -81,5 +81,5 @@ void RicReloadWellPathFormationNamesFeature::onActionTriggered( bool isChecked )
void RicReloadWellPathFormationNamesFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "Reload All Well Picks" );
actionToSetup->setIcon( QIcon( ":/Refresh-32.png" ) );
actionToSetup->setIcon( QIcon( ":/Refresh.svg" ) );
}