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

@@ -36,7 +36,7 @@ CAF_PDM_SOURCE_INIT( RimVfpPlotCollection, "RimVfpPlotCollection" );
//--------------------------------------------------------------------------------------------------
RimVfpPlotCollection::RimVfpPlotCollection()
{
CAF_PDM_InitObject( "VFP Plots", ":/SummaryXPlotsLight16x16.png", "", "" );
CAF_PDM_InitObject( "VFP Plots", ":/VfpPlotCollection.svg", "", "" );
CAF_PDM_InitFieldNoDefault( &m_vfpPlots, "VfpPlots", "Vertical Flow Performance Plots", "", "", "" );
m_vfpPlots.uiCapability()->setUiHidden( true );