#1804, #1803 Add icons to Flow Char and Tof Acc Sat plots

This commit is contained in:
Jacob Støren
2017-09-07 10:39:59 +02:00
parent 4be32969f1
commit 642348ffed
5 changed files with 4 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ CAF_PDM_SOURCE_INIT(RimTofAccumulatedPhaseFractionsPlot, "TofAccumulatedPhaseFra
//--------------------------------------------------------------------------------------------------
RimTofAccumulatedPhaseFractionsPlot::RimTofAccumulatedPhaseFractionsPlot()
{
CAF_PDM_InitObject("Cumulative Saturation by Time of Flight", ":/WellAllocPie16x16.png", "", "");
CAF_PDM_InitObject("Cumulative Saturation by Time of Flight", ":/TOFAccSatPlot16x16.png", "", "");
CAF_PDM_InitField(&m_userName, "PlotDescription", QString("Cumulative Saturation by Time of Flight"), "Name", "", "", "");
m_userName.uiCapability()->setUiHidden(true);