mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Moved well label into well head group
p4#: 21415
This commit is contained in:
parent
10e6fbc5bd
commit
884dd46551
@ -209,12 +209,11 @@ bool RimWell::isWellVisible(size_t frameIndex)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWell::defineUiOrdering(QString uiConfigName, caf::PdmUiOrdering& uiOrdering)
|
||||
{
|
||||
uiOrdering.add(&showWellLabel);
|
||||
|
||||
caf::PdmUiGroup* pipeGroup = uiOrdering.addNewGroup("Well pipe");
|
||||
pipeGroup->add(&showWellPipes);
|
||||
pipeGroup->add(&pipeRadiusScaleFactor);
|
||||
pipeGroup->add(&wellPipeColor);
|
||||
pipeGroup->add(&showWellLabel);
|
||||
|
||||
caf::PdmUiGroup* filterGroup = uiOrdering.addNewGroup("Range filter");
|
||||
filterGroup->add(&showWellCells);
|
||||
|
@ -257,7 +257,7 @@ void RimWellCollection::defineUiOrdering(QString uiConfigName, caf::PdmUiOrderin
|
||||
wellPipe->add(&wellPipeVisibility);
|
||||
wellPipe->add(&pipeRadiusScaleFactor);
|
||||
|
||||
uiOrdering.add(&showWellLabel);
|
||||
uiOrdering.add(&wellCellTransparencyLevel);
|
||||
uiOrdering.add(&isAutoDetectingBranches);
|
||||
caf::PdmUiGroup* advancedGroup = uiOrdering.addNewGroup("Advanced");
|
||||
advancedGroup->add(&wellCellTransparencyLevel);
|
||||
advancedGroup->add(&isAutoDetectingBranches);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user