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

@@ -88,7 +88,7 @@ CAF_PDM_SOURCE_INIT( RimVfpPlot, "VfpPlot" );
RimVfpPlot::RimVfpPlot()
{
// TODO: add icon
CAF_PDM_InitObject( "VFP Plot", "", "", "" );
CAF_PDM_InitObject( "VFP Plot", ":/VfpPlot.svg", "", "" );
CAF_PDM_InitField( &m_plotTitle, "PlotTitle", QString( "VFP Plot" ), "Plot Title", "", "", "" );
m_plotTitle.uiCapability()->setUiHidden( true );