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

From Slicer Wiki
Jump to: navigation, search
(From the page Slicer3:Developers:Projects:QtSlicer/Gallery)
 
(→‎qMRMLWidgets: Add qMRMLThreeDView and qMRMLSliceViewWidget)
Line 44: Line 44:
 
==qMRMLWidgets==
 
==qMRMLWidgets==
 
{|
 
{|
 +
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLThreeDView.html qMRMLThreeDView]
 +
|[[Image:QMRMLThreeDView.png|300px]]
 +
|A 3D vtk render window
 +
|-
 +
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLSliceViewWidget.html qMRMLSliceViewWidget]
 +
|[[Image:QMRMLSliceViewWidget.png|300px]]
 +
|a 2D vtk render window with a controller
 +
|-
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLROIWidget.html qMRMLROIWidget]
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLROIWidget.html qMRMLROIWidget]
 
|[[Image:QMRMLROIWidget.png|300px]]
 
|[[Image:QMRMLROIWidget.png|300px]]

Revision as of 22:34, 22 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

Tests

Double Slider example