#2909 RFT Plot: Created icons

This commit is contained in:
Jacob Støren
2018-05-14 10:14:13 +02:00
parent 0982af4ad0
commit ae8fa06e4d
5 changed files with 4 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ const char RimWellRftPlot::PLOT_NAME_QFORMAT_STRING[] = "RFT: %1";
//--------------------------------------------------------------------------------------------------
RimWellRftPlot::RimWellRftPlot()
{
CAF_PDM_InitObject("Well Allocation Plot", ":/FlowCharPlot16x16.png", "", "");
CAF_PDM_InitObject("Well Allocation Plot", ":/RFTPlot16x16.png", "", "");
CAF_PDM_InitField(&m_userName, "PlotDescription", QString("RFT Plot"), "Name", "", "", "");
m_userName.uiCapability()->setUiReadOnly(true);