Difference between revisions of "Slicer3:Developers:Projects:QtSlicer/Gallery"
From Slicer Wiki
(Add qSlicerDataModule, qSlicerROIModule, qSlicerVolumesIO, qSlicerOverlayIO, qMRMLROIWidget) |
|||
Line 10: | Line 10: | ||
=Modules= | =Modules= | ||
{| | {| | ||
− | |[[Image: | + | |[[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:qSlicerTractographyModule.png|thumb|300px|Tractography Module]] | ||
|[[Image:QCLIModule-LinearRegistration.png|thumb|300px|Linear Registration Module (CLI)]] | |[[Image:QCLIModule-LinearRegistration.png|thumb|300px|Linear Registration Module (CLI)]] | ||
Line 28: | Line 31: | ||
=Dialogs= | =Dialogs= | ||
{| | {| | ||
− | |[[Image: | + | |[[Image:QSlicerVolumesIODialog.png|thumb|300px|NEW: Standard File Dialog (using Volumes reader)]] |
− | |[[Image:QSlicerDataDialog.png|thumb|300px|Add Data Dialog | + | |[[Image:QSlicerOverlayIODialog.png|thumb|300px|NEW: Standard File Dialog (using Scalar Overlay reader)]] |
− | |[[Image:QSlicerSaveDataDialog.png|thumb|300px|Save Data Dialog | + | |- |
+ | |[[Image:QSlicerStandardFileDialog.png|thumb|300px|Standard File Dialog]] | ||
+ | |[[Image:QSlicerDataDialog.png|thumb|300px|Add Data Dialog]] | ||
+ | |[[Image:QSlicerSaveDataDialog.png|thumb|300px|Save Data Dialog]] | ||
|} | |} | ||
Line 38: | Line 44: | ||
==qMRMLWidgets== | ==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] | |[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]] | |[[Image:QMRMLItemModel.png|300px]] |
Revision as of 18:29, 8 July 2010
Home < Slicer3:Developers:Projects:QtSlicer < GallerySlicer
Modules
Dialogs
Widgets
CTK Widgets
See the CTK image gallery
qMRMLWidgets
qMRMLROIWidget | 3 range sliders to define a Region of Interest | |
qMRMLListWidget qMRMLTreeWidget qMRMLTreeProxyModel qMRMLSceneModel qMRMLTransformProxyModel |
A collection of QObjects to communicate with a vtkMRMLScene | |
qMRMLMatrixWidget | A QTableWidget specially conceived for displaying/editing matrices | |
qMRMLNodeComboBox | A QComboBox containing vtkMRMLNodes | |
qMRMLNodeSelector (obsoleted by qMRMLNodeComboBox) |
A QComboBox containing vtkMRMLNodes | |
qMRMLVolumeThresholdWidget | A widget to set the threshold of a vtkMRMLVolumeNode | |
qMRMLTransformSliders | A collection of qCTKSliderSpinBox for setting transform properties (translation or rotation) | |
qMRMLWindowLevelWidget | A widget to set the window level of a vtkMRMLVolumeNode |