Difference between revisions of "Documentation/4.0/Developers/ImageGallery"
From Slicer Wiki
(→qSlicerWidgets: Add qSlicerMouseModeToolBar) |
(→qMRMLWidgets: Add qMRMLSlicesControllerToolBar (+ rename qMRMLSliceViewWidget into qMRMLSliceWidget) |
||
Line 46: | Line 46: | ||
==qMRMLWidgets== | ==qMRMLWidgets== | ||
{| | {| | ||
+ | |[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLSlicesControllerToolBar.html qMRMLSlicesControllerToolBar] | ||
+ | |[[Image:QMRMLSlicesControllerToolBar.png|300px]] | ||
+ | |a toolbar to control slices options | ||
+ | |- | ||
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLThreeDView.html qMRMLThreeDView] | |[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLThreeDView.html qMRMLThreeDView] | ||
|[[Image:QMRMLThreeDView.png|300px]] | |[[Image:QMRMLThreeDView.png|300px]] | ||
|A 3D vtk render window | |A 3D vtk render window | ||
|- | |- | ||
− | |[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLSliceViewWidget.html | + | |[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLSliceViewWidget.html qMRMLSliceWidget] |
|[[Image:QMRMLSliceViewWidget.png|300px]] | |[[Image:QMRMLSliceViewWidget.png|300px]] | ||
|a 2D vtk render window with a controller | |a 2D vtk render window with a controller | ||
Line 86: | Line 90: | ||
|A widget to set the window level of a vtkMRMLVolumeNode | |A widget to set the window level of a vtkMRMLVolumeNode | ||
|} | |} | ||
+ | |||
==qSlicerWidgets== | ==qSlicerWidgets== | ||
{| | {| |
Revision as of 01:44, 8 August 2010
Home < Documentation < 4.0 < Developers < ImageGalleryContents
Slicer
Modules
Dialogs
Widgets
CTK Widgets
See the CTK image gallery
qMRMLWidgets
qMRMLSlicesControllerToolBar | a toolbar to control slices options | |
qMRMLThreeDView | A 3D vtk render window | |
qMRMLSliceWidget | a 2D vtk render window with a controller | |
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 |
qSlicerWidgets
qSlicerMouseModeToolBar | A toolbar to select mouse modes | |
qSlicerModuleSelectorToolBar | A toolbar to select modules |