Added icons for VFP and help actions

This commit is contained in:
Ruben Thoms
2021-04-21 13:12:26 +02:00
committed by Magne Sjaastad
parent b14fe92eb4
commit 4b0f3486ad
8 changed files with 77 additions and 6 deletions

View File

@@ -108,6 +108,5 @@ void RicNewVfpPlotFeature::onActionTriggered( bool isChecked )
void RicNewVfpPlotFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "New VFP Plots" );
// TODO: add icon
// actionToSetup->setIcon( QIcon( ":/VerticalFlowPerformancePlot16x16.png" ) );
actionToSetup->setIcon( QIcon( ":/VfpPlot.svg" ) );
}