Difference between revisions of "Projects:ARRA:SlicerEM:Developer:WidgetsToPort"

From NAMIC Wiki
Jump to: navigation, search
(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:WidgetsToPort

Back to SlicerEM:Developer page

Summary

  • This document illustrates the widgets used in KWWidgets and their Qt counterpart

Widget list

TaskSelector

Projects-ARRA-SlicerEM-EMSegment widget 0 TaskSelector.png

Segmentation Mode

Projects-ARRA-SlicerEM-EMSegment widget 1 SegmentationMode.png

InputChannel selector

Projects-ARRA-SlicerEM-EMSegment widget 2 InputChannelSelector.png

DynamicListOfInputChannel

Projects-ARRA-SlicerEM-EMSegment widget 3 DynamicListOfInputChannel.png

AnatomicalTree

Projects-ARRA-SlicerEM-EMSegment widget 4 AnatomicalTree.png

NodeAttributes

Projects-ARRA-SlicerEM-EMSegment widget 4b NodeAttributes.png

Colormap selector

Projects-ARRA-SlicerEM-EMSegment widget 5 Colormap selector.png

ColorMapViewOnl

Projects-ARRA-SlicerEM-EMSegment widget 6 ColorMapViewOnly.png

ProbabilityMapSelector

Projects-ARRA-SlicerEM-EMSegment widget 7 ProbabilityMapSelector.png

AtlasToInputRegistration

Projects-ARRA-SlicerEM-EMSegment widget 8 AtlasToInputRegistration.png

IntensityDistribution

Projects-ARRA-SlicerEM-EMSegment widget 9 IntensityDistribution.png

ManualSampling

Projects-ARRA-SlicerEM-EMSegment widget 10 ManualSampling.png

WeightEditor

Projects-ARRA-SlicerEM-EMSegment widget 11a WeightEditor.png

ClassWeightsOverview

Projects-ARRA-SlicerEM-EMSegment widget 11b ClassWeightsOverview.png

StoppingConditionsEditor

Projects-ARRA-SlicerEM-EMSegment widget 12 StoppingConditionsEditor.png

PrintConfig

Projects-ARRA-SlicerEM-EMSegment widget 13 PrintConfig.png

AdvancedNodeParameterEditor

Projects-ARRA-SlicerEM-EMSegment widget 14 AdvancedNodeParameterEditor.png

WorkingDirSelector

Projects-ARRA-SlicerEM-EMSegment widget 15a WorkingDirSelector.png

OutputLabelMapSelector

Projects-ARRA-SlicerEM-EMSegment widget 15b OutputLabelMapSelector.png

VOIEditor

Projects-ARRA-SlicerEM-EMSegment widget 15c VOIEditor.png