Difference between revisions of "Slicer3:Developers:Projects:QtSlicer/Gallery"

From Slicer Wiki
Jump to: navigation, search
(Add qSlicerDataModule, qSlicerROIModule, qSlicerVolumesIO, qSlicerOverlayIO, qMRMLROIWidget)
(Obsoleted by Slicer4:QtPort/Gallery)
 
Line 1: Line 1:
[[Slicer3:Developers:Projects:QtSlicer|QtSlicer]]&larr;<br>
+
This page has been obsoleted by [[Slicer4:QtPort/Gallery]]. Refer to it for an up-to-date status of the port to Qt.
[http://wiki.na-mic.org/Wiki/index.php/Projects:ARRA:SlicerUI ARRA:SlicerUI]&larr;
 
=Slicer=
 
{|
 
|[[Image:SlicerWithTransformModule.png|thumb|300px|Slicer with KWWidgets + Qt]]
 
|[[Image:SlicerQT-2009-12-10.png|thumb|300px|Slicer with Qt only]]
 
|[[Image:Screenshot-Qt Designer.png|thumb|300px|Qt Designer to design modules]]
 
|}
 
 
 
=Modules=
 
{|
 
|[[Image:QSlicerDataModule.png|thumb|300px|Data Module(NEW)]]
 
|[[Image:QSlicerROIModule.png|thumb|300px|ROI Module(NEW)]]
 
|-
 
|[[Image:QSlicerVolumesModule.png|thumb|300px|Volumes Module]]
 
|[[Image:qSlicerTractographyModule.png|thumb|300px|Tractography Module]]
 
|[[Image:QCLIModule-LinearRegistration.png|thumb|300px|Linear Registration Module (CLI)]]
 
|-
 
|[[Image:QSlicerWelcomeModule.png|thumb|300px|Welcome Module]]
 
|[[Image:qSlicerCamerasModule.png|thumb|300px|Cameras Module]]
 
|[[Image:QSlicerTransformsModuleUI.png|thumb|300px|Transforms Module]]
 
|}
 
<!-- oldies
 
{|
 
|[[Image:QtSlicer-2009_10_02-QtTransformModule.png|thumb|300px|Transforms Module v1]]
 
|[[Image:2009_10_02-QtTransformModule-v2.png|thumb|300px|Transforms Module v2]]
 
|[[Image:2009_11_10-qSlicerTransformsModuleUI.png|thumb|300px|Transforms Module v3]]
 
|}
 
-->
 
 
 
=Dialogs=
 
{|
 
|[[Image:QSlicerVolumesIODialog.png|thumb|300px|NEW: Standard File Dialog (using Volumes reader)]]
 
|[[Image:QSlicerOverlayIODialog.png|thumb|300px|NEW: Standard File Dialog (using Scalar Overlay reader)]]
 
|-
 
|[[Image:QSlicerStandardFileDialog.png|thumb|300px|Standard File Dialog]]
 
|[[Image:QSlicerDataDialog.png|thumb|300px|Add Data Dialog]]
 
|[[Image:QSlicerSaveDataDialog.png|thumb|300px|Save Data Dialog]]
 
|}
 
 
 
=Widgets=
 
==CTK Widgets==
 
See the [http://www.commontk.org/index.php/Documentation/ImageGallery CTK image gallery]
 
==qMRMLWidgets==
 
{|
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLROIWidget.html qMRMLROIWidget]
 
|[[Image:QMRMLROIWidget.png|300px]]
 
|3 range sliders to define a Region of Interest
 
|-
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLListWidget.html qMRMLListWidget]<br>[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLTreeWidget.html qMRMLTreeWidget]<br>[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLTreeProxyModel.html qMRMLTreeProxyModel]<br>[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLSceneModel.html qMRMLSceneModel]<br>[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLTransformProxyModel.html qMRMLTransformProxyModel]
 
|[[Image:QMRMLItemModel.png|300px]]
 
|A collection of QObjects to communicate with a vtkMRMLScene
 
|-
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLMatrixWidget.html qMRMLMatrixWidget]
 
|[[Image:2009_10_09-QMRMLMatrixItem.png|300px]]
 
|A QTableWidget specially conceived for displaying/editing matrices
 
|-
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLNodeComboBox.html qMRMLNodeComboBox]
 
|[[Image:QMRMLNodeComboBox.png|300px]]
 
|A QComboBox containing vtkMRMLNodes
 
|-
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLNodeSelector.html qMRMLNodeSelector]<br>(obsoleted by qMRMLNodeComboBox)
 
|[[Image:2009_10_02-QMRMLNodeSelector.png|300px]]
 
|A QComboBox containing vtkMRMLNodes
 
|-
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLVolumeThresholdWidget.html qMRMLVolumeThresholdWidget]
 
|[[Image:QMRMLThresholdVolumeWidget.png|300px]]
 
|A widget to set the threshold of a vtkMRMLVolumeNode
 
|-
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLTransformSliders.html qMRMLTransformSliders]
 
|[[Image:2009_10_09-QMRMLTransformSliders.png|300px]]
 
|A collection of qCTKSliderSpinBox for setting transform properties (translation or rotation)
 
|-
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLWindowLevelWidget.html qMRMLWindowLevelWidget]
 
|[[Image:QMRMLWindowLevelWidget.png|300px]]
 
|A widget to set the window level of a vtkMRMLVolumeNode
 
|}
 
 
 
=Tests=
 
{|
 
|[[Image:QtSlicer-2009_09_16-DoubleSliderExample.png|thumb|300px|Double Slider example]]
 
|}
 

Latest revision as of 15:11, 21 July 2010

Home < Slicer3:Developers:Projects:QtSlicer < Gallery

This page has been obsoleted by Slicer4:QtPort/Gallery. Refer to it for an up-to-date status of the port to Qt.