Slicer3:Developers:Projects:QtSlicer/Gallery

From Slicer Wiki
Revision as of 18:29, 8 July 2010 by Finetjul (talk | contribs) (Add qSlicerDataModule, qSlicerROIModule, qSlicerVolumesIO, qSlicerOverlayIO, qMRMLROIWidget)
Jump to: navigation, search
Home < Slicer3:Developers:Projects:QtSlicer < Gallery

QtSlicer
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

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