mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Ui Brushup of Well property panels
This commit is contained in:
@@ -198,6 +198,24 @@ void RimWellPathCollection::addWellPaths( QStringList filePaths )
|
||||
readWellPathFiles();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellPathCollection::defineUiOrdering(QString uiConfigName, caf::PdmUiOrdering& uiOrdering)
|
||||
{
|
||||
caf::PdmUiGroup* wellHeadGroup = uiOrdering.addNewGroup("Well labels");
|
||||
wellHeadGroup->add(&showWellPathLabel);
|
||||
wellHeadGroup->add(&wellPathLabelColor);
|
||||
|
||||
caf::PdmUiGroup* wellPipe = uiOrdering.addNewGroup("Well pipe");
|
||||
wellPipe->add(&wellPathVisibility);
|
||||
wellPipe->add(&wellPathRadiusScaleFactor);
|
||||
|
||||
caf::PdmUiGroup* advancedGroup = uiOrdering.addNewGroup("Clipping");
|
||||
advancedGroup->add(&wellPathClip);
|
||||
advancedGroup->add(&wellPathClipZDistance);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user