Import 2017-06-07 23:51:09: master 54698ba4

Author Committer Branch Timestamp Parent
lassoan lassoan master 2017-02-26 16:47:15 master e0a230a2
Changeset

ENH: Improved segment editor GUI

  • Show effect name in toolbar by default: it makes effects easier to recognize (especially on HiDPI screens). Style can be changed by calling setEffectButtonStyle method.
  • Auto-complete effect is split to two effects: grow from seeds, fill between slices (based on feedback of several users).
  • Scissors effect uses radio buttons

git-svn-id: http://svn.slicer.org/Slicer4/trunk@25730 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Modules/Loadable/Segmentations/EditorEffects/Python/CMakeLists.txt Diff File
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorDrawEffect.py Diff File
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorEffects.__init__.py.in Diff File
add - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorFillBetweenSlicesEffect.py Diff File
add - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorGrowFromSeedsEffect.py Diff File
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorLevelTracingEffect.py Diff File
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorLogicalEffect.py Diff File
mod - Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorThresholdEffect.py Diff File
mod - Modules/Loadable/Segmentations/EditorEffects/qSlicerSegmentEditorAbstractEffect.cxx Diff File
mod - Modules/Loadable/Segmentations/EditorEffects/qSlicerSegmentEditorScissorsEffect.cxx Diff File
mod - Modules/Loadable/Segmentations/EditorEffects/qSlicerSegmentEditorScissorsEffect.h Diff File
mod - Modules/Loadable/Segmentations/Widgets/Resources/UI/qMRMLSegmentEditorWidget.ui Diff File
mod - Modules/Loadable/Segmentations/Widgets/qMRMLSegmentEditorWidget.cxx Diff File
mod - Modules/Loadable/Segmentations/Widgets/qMRMLSegmentEditorWidget.h Diff File