Add icon for WellAllocationOverTimePlot

This commit is contained in:
Jørgen Herje 2023-03-22 09:19:49 +01:00 committed by Magne Sjaastad
parent 42ea16d64b
commit 0fcbba6795

View File

@ -95,8 +95,7 @@ void AppEnum<RimWellAllocationOverTimePlot::TimeStepFilterMode>::setUp()
//--------------------------------------------------------------------------------------------------
RimWellAllocationOverTimePlot::RimWellAllocationOverTimePlot()
{
// TODO: Add icon
CAF_PDM_InitObject( "Well Allocation Over Time Plot", ":/WellAllocOverTimePlot16x16.png" );
CAF_PDM_InitObject( "Well Allocation Over Time Plot", ":/AnalysisPlot16x16.png" );
CAF_PDM_InitField( &m_userName, "PlotDescription", QString( "Well Allocation Over Time Plot" ), "Name" );
m_userName.uiCapability()->setUiReadOnly( true );