Difference between revisions of "Projects:ARRA:SlicerEM:Developer:WidgetsToPort"
From NAMIC Wiki
(Created page with 'Back to SlicerEM:Developer page = Summary = * This document illustrates the widgets used in KWWidgets and their Qt counterpart') |
|||
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 | ||
+ | |||
+ | = Widget list = | ||
+ | == TaskSelector == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_0_TaskSelector.png]] | ||
+ | |} | ||
+ | |||
+ | == Segmentation Mode == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_1_SegmentationMode.png]] | ||
+ | |} | ||
+ | |||
+ | == InputChannel selector == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_2_InputChannelSelector.png]] | ||
+ | |} | ||
+ | |||
+ | == DynamicListOfInputChannel == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_3_DynamicListOfInputChannel.png]] | ||
+ | |} | ||
+ | |||
+ | == AnatomicalTree == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_4_AnatomicalTree.png]] | ||
+ | |} | ||
+ | |||
+ | == NodeAttributes == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_4b_NodeAttributes.png]] | ||
+ | |} | ||
+ | |||
+ | == Colormap selector == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_5_Colormap_selector.png]] | ||
+ | |} | ||
+ | |||
+ | == ColorMapViewOnl == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_6_ColorMapViewOnly.png]] | ||
+ | |} | ||
+ | |||
+ | == ProbabilityMapSelector == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_7_ProbabilityMapSelector.png]] | ||
+ | |} | ||
+ | |||
+ | == AtlasToInputRegistration == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_8_AtlasToInputRegistration.png]] | ||
+ | |} | ||
+ | |||
+ | == IntensityDistribution == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_9_IntensityDistribution.png]] | ||
+ | |} | ||
+ | |||
+ | == ManualSampling == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_10_ManualSampling.png]] | ||
+ | |} | ||
+ | |||
+ | == WeightEditor == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_11a_WeightEditor.png]] | ||
+ | |} | ||
+ | |||
+ | == ClassWeightsOverview == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_11b_ClassWeightsOverview.png]] | ||
+ | |} | ||
+ | |||
+ | == StoppingConditionsEditor == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_12_StoppingConditionsEditor.png]] | ||
+ | |} | ||
+ | |||
+ | == PrintConfig == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_13_PrintConfig.png]] | ||
+ | |} | ||
+ | |||
+ | == AdvancedNodeParameterEditor == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_14_AdvancedNodeParameterEditor.png]] | ||
+ | |} | ||
+ | |||
+ | == WorkingDirSelector == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_15a_WorkingDirSelector.png]] | ||
+ | |} | ||
+ | |||
+ | == OutputLabelMapSelector == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_15b_OutputLabelMapSelector.png]] | ||
+ | |} | ||
+ | |||
+ | == VOIEditor == | ||
+ | {| | ||
+ | |[[Image:Projects-ARRA-SlicerEM-EMSegment_widget_15c_VOIEditor.png]] | ||
+ | |} |
Revision as of 19:01, 20 July 2010
Home < Projects:ARRA:SlicerEM:Developer:WidgetsToPortBack to SlicerEM:Developer page
Contents
- 1 Summary
- 2 Widget list
- 2.1 TaskSelector
- 2.2 Segmentation Mode
- 2.3 InputChannel selector
- 2.4 DynamicListOfInputChannel
- 2.5 AnatomicalTree
- 2.6 NodeAttributes
- 2.7 Colormap selector
- 2.8 ColorMapViewOnl
- 2.9 ProbabilityMapSelector
- 2.10 AtlasToInputRegistration
- 2.11 IntensityDistribution
- 2.12 ManualSampling
- 2.13 WeightEditor
- 2.14 ClassWeightsOverview
- 2.15 StoppingConditionsEditor
- 2.16 PrintConfig
- 2.17 AdvancedNodeParameterEditor
- 2.18 WorkingDirSelector
- 2.19 OutputLabelMapSelector
- 2.20 VOIEditor
Summary
- This document illustrates the widgets used in KWWidgets and their Qt counterpart