mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Create Grid plot collection and allow creation of new combination plots
This commit is contained in:
@@ -28,7 +28,7 @@ CAF_PDM_SOURCE_INIT( RimGridPlotWindowCollection, "RimGridPlotWindowCollection"
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimGridPlotWindowCollection::RimGridPlotWindowCollection()
|
||||
{
|
||||
CAF_PDM_InitObject( "Combination Plots", ":/WellFlowPlot16x16.png", "", "" );
|
||||
CAF_PDM_InitObject( "Combination Plots", ":/WellLogPlot16x16.png", "", "" );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_gridPlotWindows, "GridPlotWindows", "Combination Plots", "", "", "" );
|
||||
m_gridPlotWindows.uiCapability()->setUiHidden( true );
|
||||
|
||||
Reference in New Issue
Block a user