#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);

View File

@ -39,7 +39,7 @@ CAF_PDM_SOURCE_INIT(RimRftPlotCollection, "WellRftPlotCollection");
//--------------------------------------------------------------------------------------------------
RimRftPlotCollection::RimRftPlotCollection()
{
CAF_PDM_InitObject("RFT Plots", ":/WellLogPlots16x16.png", "", "");
CAF_PDM_InitObject("RFT Plots", ":/RFTPlots16x16.png", "", "");
CAF_PDM_InitFieldNoDefault(&m_rftPlots, "RftPlots", "", "", "", "");
m_rftPlots.uiCapability()->setUiHidden(true);

Binary file not shown.

After

Width:  |  Height:  |  Size: 873 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B

View File

@ -106,6 +106,8 @@
<file>WellFlowPlot16x16.png</file>
<file>WellAllocPie16x16.png</file>
<file>WellAllocLegend16x16.png</file>
<file>RFTPlot16x16.png</file>
<file>RFTPlots16x16.png</file>
<file>FractureLayout16x16.png</file>
<file>FractureSymbol16x16.png</file>
<file>FractureTemplate16x16.png</file>