Difference between revisions of "Documentation/4.0/Developers/ImageGallery"

From Slicer Wiki
Jump to: navigation, search
Line 55: Line 55:
 
|-
 
|-
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLSliceWidget.html qMRMLSliceWidget]
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLSliceWidget.html qMRMLSliceWidget]
|[[Image:QMRMLSliceViewWidget.png|300px]]
+
|[[Image:QMRMLSliceWidget.png|300px]]
 
|a 2D vtk render window with a controller
 
|a 2D vtk render window with a controller
 
|-
 
|-

Revision as of 04:36, 3 September 2010

Home < Documentation < 4.0 < Developers < ImageGallery

QtPort
ARRA:SlicerUI

Slicer

Slicer with KWWidgets + Qt
Slicer with Qt only
Qt Designer to design modules

Modules

Slice Controllers Module(NEW)
Data Module(NEW)
ROI Module
Volumes Module
Tractography Module
Linear Registration Module (CLI)
Welcome Module
Cameras Module
Transforms Module

Dialogs

NEW: Shortcuts dialog
Standard File Dialog (using Volumes reader)
Standard File Dialog (using Scalar Overlay reader)
Standard File Dialog
Add Data Dialog
Save Data Dialog

Widgets

CTK Widgets

See the CTK image gallery

qMRMLWidgets

qMRMLSlicesControllerToolBar QMRMLSlicesControllerToolBar.png a toolbar to control slices options
qMRMLThreeDView QMRMLThreeDView.png A 3D vtk render window
qMRMLSliceWidget QMRMLSliceWidget.png a 2D vtk render window with a controller
qMRMLROIWidget QMRMLROIWidget.png 3 range sliders to define a Region of Interest
qMRMLListWidget
qMRMLTreeWidget
qMRMLTreeProxyModel
qMRMLSceneModel
qMRMLTransformProxyModel
QMRMLItemModel.png A collection of QObjects to communicate with a vtkMRMLScene
qMRMLMatrixWidget 2009 10 09-QMRMLMatrixItem.png A QTableWidget specially conceived for displaying/editing matrices
qMRMLNodeComboBox QMRMLNodeComboBox.png A QComboBox containing vtkMRMLNodes
qMRMLNodeSelector
(obsoleted by qMRMLNodeComboBox)
2009 10 02-QMRMLNodeSelector.png A QComboBox containing vtkMRMLNodes
qMRMLVolumeThresholdWidget QMRMLThresholdVolumeWidget.png A widget to set the threshold of a vtkMRMLVolumeNode
qMRMLTransformSliders 2009 10 09-QMRMLTransformSliders.png A collection of qCTKSliderSpinBox for setting transform properties (translation or rotation)
qMRMLWindowLevelWidget QMRMLWindowLevelWidget.png A widget to set the window level of a vtkMRMLVolumeNode

qSlicerWidgets

qSlicerMouseModeToolBar QSlicerMouseModeToolBar.png A toolbar to select mouse modes
qSlicerModuleSelectorToolBar QSlicerModuleSelectorToolBar.png
QSlicerModuleSelectorToolBar-SearchModule.png
A toolbar to select modules

Tests

Double Slider example