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

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