Skip to content

Commit

Permalink
added all buttons for the editor
Browse files Browse the repository at this point in the history
  • Loading branch information
zapaishchykova committed Aug 10, 2023
1 parent af9d3a3 commit 0b46e48
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions SegmentationReview/SegmentationReview.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,14 @@ def _createSegmentEditorWidget_(self):
self.segmentEditorWidget.setMRMLScene(slicer.mrmlScene)
self.segmentEditorWidget.unorderedEffectsVisible = False
self.segmentEditorWidget.setEffectNameOrder([
'Paint', 'Draw', 'Erase',
])
'No editing','Threshold',
'Paint', 'Draw',
'Erase','Level tracing',
'Grow from seeds','Fill between slices',
'Margin','Hollow',
'Smoothing','Scissors',
'Islands','Logical operators',
'Mask volume'])
self.layout.addWidget(self.segmentEditorWidget)

def overwrite_mask_clicked(self):
Expand Down

0 comments on commit 0b46e48

Please sign in to comment.