Difference between revisions of "Slicer3:Developers:Projects:QtSlicer/Gallery"
From Slicer Wiki
Line 89: | Line 89: | ||
|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/classqMRMLListWidget.html qMRMLListWidget]<br>[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLTreeWidget.html qMRMLTreeWidget]<br>[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/ | + | |[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLListWidget.html qMRMLListWidget]<br>[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLTreeWidget.html qMRMLTreeWidget]<br>[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLTreeProxyModel.html qMRMLTreeProxyModel]<br>[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLSceneModel.html qMRMLSceneModel]<br>[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLTransformProxyModel.html qMRMLTransformProxyModel] |
|[[Image:QMRMLItemModel.png|200px]] | |[[Image:QMRMLItemModel.png|200px]] | ||
|A collection of QObjects to communicate with a vtkMRMLScene | |A collection of QObjects to communicate with a vtkMRMLScene |
Revision as of 00:30, 1 March 2010
Home < Slicer3:Developers:Projects:QtSlicer < GallerySlicer
Modules
Widgets
qCTKWidgets
qCTKTitleComboBox | A QComboBox with a persistent title | |||
qCTKCollapsibleButton | A container with a QPushButton on top that controls the visible state of the contents | |||
qCTKColorPickerButton | A QPushButton with a colorful icon, opening a color chooser dialog on click | |||
qCTKMenuButton | A QPushButton with a dedicated area that popups a QMenu | |||
qCTKDoubleSlider | A slider handling doubles | |||
qCTKCollapsibleGroupBox | A QGroupBox that collapses/expands when checked/unchecked | |||
qCTKCoordinatesWidget | A QDoubleSpinBox container that groups signals/slots of 3D vectors(i.e. X,Y,Z) | |||
qCTKTreeComboBox | A QComboBox that displays items in a tree view | |||
qCTKSliderSpinBoxWidget | A pair of a qCTKDoubleSlider and a QDoubleSpinBox bound together | |||
qCTKFittedTextBrowser |
|
A QTextBrowser that returns a dynamic vertical size hint depending of it's width. |
qMRMLWidgets
qMRMLMatrixWidget | A QTableWidget specially conceived for displaying/editing matrices | |
qMRMLNodeSelector | A QComboBox containing vtkMRMLNodes | |
qMRMLTransformSliders | A collection of qCTKSliderSpinBox for setting transform properties (translation or rotation) | |
qMRMLListWidget qMRMLTreeWidget qMRMLTreeProxyModel qMRMLSceneModel qMRMLTransformProxyModel |
A collection of QObjects to communicate with a vtkMRMLScene |