mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added icons for VFP and help actions
This commit is contained in:
committed by
Magne Sjaastad
parent
b14fe92eb4
commit
4b0f3486ad
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user