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

From Slicer Wiki
Jump to: navigation, search
(→‎qMRMLWidgets: Add qMRMLThreeDView and qMRMLSliceViewWidget)
(→‎qSlicerWidgets: Add qSlicerModuleSelectorToolBar)
Line 83: Line 83:
 
|[[Image:QMRMLWindowLevelWidget.png|300px]]
 
|[[Image:QMRMLWindowLevelWidget.png|300px]]
 
|A widget to set the window level of a vtkMRMLVolumeNode
 
|A widget to set the window level of a vtkMRMLVolumeNode
 +
|}
 +
==qSlicerWidgets==
 +
{|
 +
|-
 +
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqSlicerModuleSelectorToolBar.html qSlicerModuleSelectorToolBar]
 +
|[[Image:QSlicerModuleSelectorToolBar.png|300px]]<br>[[Image:QSlicerModuleSelectorToolBar-SearchModule.png|300px]]
 +
|A toolbar to select modules
 
|}
 
|}
  

Revision as of 19:49, 29 July 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

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

Dialogs

NEW: Standard File Dialog (using Volumes reader)
NEW: 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

qMRMLThreeDView QMRMLThreeDView.png A 3D vtk render window
qMRMLSliceViewWidget QMRMLSliceViewWidget.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

qSlicerModuleSelectorToolBar QSlicerModuleSelectorToolBar.png
QSlicerModuleSelectorToolBar-SearchModule.png
A toolbar to select modules

Tests

Double Slider example