Skip to content

Commit

Permalink
ENH: Hide additional device models section until reinstated
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinter committed Feb 13, 2023
1 parent f997e64 commit af96889
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RoomsEyeView/qSlicerRoomsEyeViewModuleWidget.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ void qSlicerRoomsEyeViewModuleWidget::setup()
connect(d->SegmentSelectorWidget_PatientBody, SIGNAL(currentNodeChanged(vtkMRMLNode*)), this, SLOT(onPatientBodySegmentationNodeChanged(vtkMRMLNode*)));
connect(d->SegmentSelectorWidget_PatientBody, SIGNAL(currentSegmentChanged(QString)), this, SLOT(onPatientBodySegmentChanged(QString)));

//TODO: Hide additional device models section until reinstated
d->AdditionalTreatmentModelsCollapsibleButton->setVisible(false);

// Handle scene change event if occurs
qvtkConnect(d->logic(), vtkCommand::ModifiedEvent, this, SLOT(onLogicModified()));
}
Expand Down

0 comments on commit af96889

Please sign in to comment.