Difference between revisions of "Slicer3:Developers:Projects:QtSlicer/Gallery"

From Slicer Wiki
Jump to: navigation, search
Line 102: Line 102:
 
|[[Image:2009_10_02-QMRMLNodeSelector.png|200px]]
 
|[[Image:2009_10_02-QMRMLNodeSelector.png|200px]]
 
|A QComboBox containing vtkMRMLNodes  
 
|A QComboBox containing vtkMRMLNodes  
 +
|-
 +
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLThresholdVolumeWidget.html qMRMLThresholdVolumeWidget]
 +
|[[Image:QMRMLThresholdVolumeWidget.png|200px]]
 +
|A widget to set the threshold of a vtkMRMLVolumeNode
 
|-  
 
|-  
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLTransformSliders.html qMRMLTransformSliders]
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLTransformSliders.html qMRMLTransformSliders]
 
|[[Image:2009_10_09-QMRMLTransformSliders.png|200px]]
 
|[[Image:2009_10_09-QMRMLTransformSliders.png|200px]]
 
|A collection of qCTKSliderSpinBox for setting transform properties (translation or rotation)  
 
|A collection of qCTKSliderSpinBox for setting transform properties (translation or rotation)  
 +
|-
 +
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLWindowLevelWidget.html qMRMLWindowLevelWidget]
 +
|[[Image:QMRMLWindowLevelWidget.png|200px]]
 +
|A widget to set the window level of a vtkMRMLVolumeNode
 
|}
 
|}
QMRMLNodeComboBox.png
 
  
 
=Tests=
 
=Tests=

Revision as of 13:52, 22 March 2010

Home < Slicer3:Developers:Projects:QtSlicer < Gallery

QtSlicer
ARRA:SlicerUI

Slicer

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

Modules

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

Widgets

qCTKWidgets

ctkDICOMModel(NEW) CtkDICOMModel.png A QAbstractItemModel to represent DICOM files.
qCTKRangeSlider(NEW) QCTKRangeSlider.png A QSlider with 2 handles to select 2 values.
qCTKMenuButton QCTKMenuButton.png A QPushButton with a dedicated area that popups a QMenu
qCTKTreeComboBox QCTKTreeComboBox.png A QComboBox that displays items in a tree view
qCTKFittedTextBrowser
QCTKFittedTextBrowser.png QCTKFittedTextBrowser2.png
A QTextBrowser that returns a dynamic vertical size hint depending of it's width.
qCTKTitleComboBox 2009 10 27-QCTKTitleComboBox.png A QComboBox with a persistent title
qCTKSliderSpinBoxWidget QCTKSliderSpinBoxWidget.png A pair of a qCTKDoubleSlider and a QDoubleSpinBox bound together
qCTKCollapsibleButton 2009 10 23-QCTKCollapsibleWidget.png A container with a QPushButton on top that controls the visible state of the contents
qCTKCollapsibleGroupBox 2009 10 16-QCTKCollapsibleGroupBox.png A QGroupBox that collapses/expands when checked/unchecked
qCTKColorPickerButton 2009 10 23-QCTKColorPickerButton.png A QPushButton with a colorful icon, opening a color chooser dialog on click
qCTKCoordinatesWidget 2009 10 16-QCTKCoordinatesWidget.png A QDoubleSpinBox container that groups signals/slots of 3D vectors(i.e. X,Y,Z)
qCTKDoubleSlider QCTKDoubleSlider.png A slider handling doubles

qMRMLWidgets

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(obsolete by qMRMLNodeComboBox) 2009 10 02-QMRMLNodeSelector.png A QComboBox containing vtkMRMLNodes
qMRMLThresholdVolumeWidget 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