Well Log Plot: Add option to plot depth horizontally.

This commit is contained in:
Kristian Bendiksen
2022-02-07 11:44:20 +01:00
committed by Magne Sjaastad
parent 1488eec855
commit 5c9bf502e7
6 changed files with 96 additions and 18 deletions

View File

@@ -974,6 +974,7 @@ void RimWellRftPlot::defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering&
plotLayoutGroup->setCollapsedByDefault( true );
RimWellLogPlot::uiOrderingForAutoName( uiConfigName, *plotLayoutGroup );
RimWellLogPlot::uiOrderingForPlotLayout( uiConfigName, *plotLayoutGroup );
plotLayoutGroup->add( &m_depthOrientation );
}
}