Difference between revisions of "Projects:ARRA:SlicerEM:Developer:WidgetsToPort"
From NAMIC Wiki
(Undo revision 56251 by JChris.FillionR (Talk)) |
|||
Line 3: | Line 3: | ||
= Summary = | = Summary = | ||
* This document illustrates the widgets used in KWWidgets and their Qt counterpart | * This document illustrates the widgets used in KWWidgets and their Qt counterpart | ||
+ | |||
+ | = List of Widgets and associated panel = | ||
+ | ''Ordered by priority. Different panels are illustrated [[Projects:ARRA:SlicerEM:Developer:ExampleWorkflow|here]]''. | ||
+ | * [[#TaskSelector|TaskSelector]] | ||
+ | ** Panels: Define Task | ||
+ | * [[#Segmentation Mode|Segmentation Mode]] | ||
+ | ** Panels: Define Task | ||
+ | * [[#InputChannel selector|InputChannel selector]] | ||
+ | ** Panels: Define Input Channels | ||
+ | * [[#DynamicListOfInputChannel|DynamicListOfInputChannel]] | ||
+ | ** Panels: Define Input Channels | ||
+ | * [[#AnatomicalTree|AnatomicalTree]] | ||
+ | ** Panels: Define Anatomical Tree, Define Atlas | ||
+ | * [[#NodeAttributes|NodeAttributes]] | ||
+ | ** Panels: Define Anatomical Tree | ||
+ | * [[#Colormap selector|Colormap selector]] | ||
+ | ** Panels: Define Anatomical Tree | ||
+ | * [[#ColorMapViewOnly|ColorMapViewOnly]] | ||
+ | ** Panels: Define Anatomical Tree | ||
+ | * [[#ProbabilityMapSelector|ProbabilityMapSelector]] | ||
+ | ** Panels: Define Atlas | ||
+ | * [[#AtlasToInputRegistration|AtlasToInputRegistration]] | ||
+ | ** Panels: Edit registration parameters | ||
+ | * [[#IntensityDistribution|IntensityDistribution]] | ||
+ | ** Panels: Specify internsity distributions | ||
+ | * [[#ManualSampling|ManualSampling]] | ||
+ | ** Panels: Specify internsity distributions | ||
+ | * [[#WeightEditor|WeightEditor]] | ||
+ | ** Panels: Edit node-based parameters | ||
+ | * [[#ClassWeightsOverview|ClassWeightsOverview]] | ||
+ | ** Panels: Edit node-based parameters | ||
+ | * [[#StoppingConditionsEditor|StoppingConditionsEditor]] | ||
+ | ** Panels: Edit node-based parameters | ||
+ | * [[#PrintConfig|PrintConfig]] | ||
+ | ** Panels: Edit node-based parameters | ||
+ | * [[#AdvancedNodeParameterEditor|AdvancedNodeParameterEditor]] | ||
+ | ** Panels: Edit node-based parameters | ||
+ | * [[#WorkingDirSelector|WorkingDirSelector]] | ||
+ | ** Panels: Run segmentation | ||
+ | * [[#OutputLabelMapSelector|OutputLabelMapSelector]] | ||
+ | ** Panels: Run segmentation | ||
+ | * [[#VOIEditor|VOIEditor]] | ||
+ | ** Panels: Run segmentation | ||
= Widget list = | = Widget list = |
Revision as of 22:41, 20 July 2010
Home < Projects:ARRA:SlicerEM:Developer:WidgetsToPortBack to SlicerEM:Developer page
Contents
- 1 Summary
- 2 List of Widgets and associated panel
- 3 Widget list
- 3.1 TaskSelector
- 3.2 Segmentation Mode
- 3.3 InputChannel selector
- 3.4 DynamicListOfInputChannel
- 3.5 AnatomicalTree
- 3.6 NodeAttributes
- 3.7 Colormap selector
- 3.8 ColorMapViewOnly
- 3.9 ProbabilityMapSelector
- 3.10 AtlasToInputRegistration
- 3.11 IntensityDistribution
- 3.12 ManualSampling
- 3.13 WeightEditor
- 3.14 ClassWeightsOverview
- 3.15 StoppingConditionsEditor
- 3.16 PrintConfig
- 3.17 AdvancedNodeParameterEditor
- 3.18 WorkingDirSelector
- 3.19 OutputLabelMapSelector
- 3.20 VOIEditor
Summary
- This document illustrates the widgets used in KWWidgets and their Qt counterpart
List of Widgets and associated panel
Ordered by priority. Different panels are illustrated here.
- TaskSelector
- Panels: Define Task
- Segmentation Mode
- Panels: Define Task
- InputChannel selector
- Panels: Define Input Channels
- DynamicListOfInputChannel
- Panels: Define Input Channels
- AnatomicalTree
- Panels: Define Anatomical Tree, Define Atlas
- NodeAttributes
- Panels: Define Anatomical Tree
- Colormap selector
- Panels: Define Anatomical Tree
- ColorMapViewOnly
- Panels: Define Anatomical Tree
- ProbabilityMapSelector
- Panels: Define Atlas
- AtlasToInputRegistration
- Panels: Edit registration parameters
- IntensityDistribution
- Panels: Specify internsity distributions
- ManualSampling
- Panels: Specify internsity distributions
- WeightEditor
- Panels: Edit node-based parameters
- ClassWeightsOverview
- Panels: Edit node-based parameters
- StoppingConditionsEditor
- Panels: Edit node-based parameters
- PrintConfig
- Panels: Edit node-based parameters
- AdvancedNodeParameterEditor
- Panels: Edit node-based parameters
- WorkingDirSelector
- Panels: Run segmentation
- OutputLabelMapSelector
- Panels: Run segmentation
- VOIEditor
- Panels: Run segmentation