mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2909 RFT Plot: Created icons
This commit is contained in:
parent
0982af4ad0
commit
ae8fa06e4d
@ -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);
|
||||
|
@ -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);
|
||||
|
BIN
ApplicationCode/Resources/RFTPlot16x16.png
Normal file
BIN
ApplicationCode/Resources/RFTPlot16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 873 B |
BIN
ApplicationCode/Resources/RFTPlots16x16.png
Normal file
BIN
ApplicationCode/Resources/RFTPlots16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 863 B |
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user