mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
parent
4be32969f1
commit
642348ffed
@ -66,7 +66,7 @@ CAF_PDM_SOURCE_INIT(RimFlowCharacteristicsPlot, "FlowCharacteristicsPlot");
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimFlowCharacteristicsPlot::RimFlowCharacteristicsPlot()
|
RimFlowCharacteristicsPlot::RimFlowCharacteristicsPlot()
|
||||||
{
|
{
|
||||||
CAF_PDM_InitObject("Flow Characteristics", ":/WellAllocPie16x16.png", "", "");
|
CAF_PDM_InitObject("Flow Characteristics", ":/FlowCharPlot16x16.png", "", "");
|
||||||
|
|
||||||
CAF_PDM_InitFieldNoDefault(&m_case, "FlowCase", "Case", "", "", "");
|
CAF_PDM_InitFieldNoDefault(&m_case, "FlowCase", "Case", "", "", "");
|
||||||
CAF_PDM_InitFieldNoDefault(&m_flowDiagSolution, "FlowDiagSolution", "Flow Diag Solution", "", "", "");
|
CAF_PDM_InitFieldNoDefault(&m_flowDiagSolution, "FlowDiagSolution", "Flow Diag Solution", "", "", "");
|
||||||
|
@ -46,7 +46,7 @@ CAF_PDM_SOURCE_INIT(RimTofAccumulatedPhaseFractionsPlot, "TofAccumulatedPhaseFra
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimTofAccumulatedPhaseFractionsPlot::RimTofAccumulatedPhaseFractionsPlot()
|
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", "", "", "");
|
CAF_PDM_InitField(&m_userName, "PlotDescription", QString("Cumulative Saturation by Time of Flight"), "Name", "", "", "");
|
||||||
m_userName.uiCapability()->setUiHidden(true);
|
m_userName.uiCapability()->setUiHidden(true);
|
||||||
|
BIN
ApplicationCode/Resources/FlowCharPlot16x16.png
Normal file
BIN
ApplicationCode/Resources/FlowCharPlot16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 912 B |
@ -97,6 +97,8 @@
|
|||||||
<file>FractureSymbol16x16.png</file>
|
<file>FractureSymbol16x16.png</file>
|
||||||
<file>FractureTemplate16x16.png</file>
|
<file>FractureTemplate16x16.png</file>
|
||||||
<file>FractureTemplates16x16.png</file>
|
<file>FractureTemplates16x16.png</file>
|
||||||
|
<file>TOFAccSatPlot16x16.png</file>
|
||||||
|
<file>FlowCharPlot16x16.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
<qresource prefix="/Shader/">
|
<qresource prefix="/Shader/">
|
||||||
<file>fs_CellFace.glsl</file>
|
<file>fs_CellFace.glsl</file>
|
||||||
|
BIN
ApplicationCode/Resources/TOFAccSatPlot16x16.png
Normal file
BIN
ApplicationCode/Resources/TOFAccSatPlot16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 906 B |
Loading…
Reference in New Issue
Block a user