Difference between revisions of "Slicer3:Developers:Projects:QtSlicer/Gallery"
From Slicer Wiki
Line 28: | Line 28: | ||
==qCTKWidgets== | ==qCTKWidgets== | ||
{| | {| | ||
+ | |New:[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqCTKMenuButton.html qCTKMenuButton] | ||
+ | |[[Image:QCTKMenuButton.png|200px]] | ||
+ | |A QPushButton with a dedicated area that popups a QMenu | ||
+ | |- | ||
+ | |[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqCTKTreeComboBox.html qCTKTreeComboBox] | ||
+ | |[[Image:qCTKTreeComboBox.png|200px]] | ||
+ | |A QComboBox that displays items in a tree view | ||
+ | |- | ||
+ | |[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqCTKFittedTextBrowser.html qCTKFittedTextBrowser] | ||
+ | | | ||
+ | {| | ||
+ | |[[Image:qCTKFittedTextBrowser.png|135px]] | ||
+ | |[[Image:qCTKFittedTextBrowser2.png|65px]] | ||
+ | |} | ||
+ | |A QTextBrowser that returns a dynamic vertical size hint depending of it's width. | ||
+ | |- | ||
+ | |[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqCTKTitleComboBox.html qCTKTitleComboBox] | ||
+ | |[[Image:2009_10_27-QCTKTitleComboBox.png|200px]] | ||
+ | |A QComboBox with a persistent title | ||
+ | |- | ||
+ | |[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqCTKSliderSpinBoxWidget.html qCTKSliderSpinBoxWidget] | ||
+ | |[[Image:qCTKSliderSpinBoxWidget.png|200px]] | ||
+ | |A pair of a qCTKDoubleSlider and a QDoubleSpinBox bound together | ||
+ | |- | ||
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqCTKCollapsibleButton.html qCTKCollapsibleButton] | |[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqCTKCollapsibleButton.html qCTKCollapsibleButton] | ||
|[[Image:2009_10_23-QCTKCollapsibleWidget.png|200px|]] | |[[Image:2009_10_23-QCTKCollapsibleWidget.png|200px|]] | ||
Line 47: | Line 71: | ||
|[[Image:QCTKDoubleSlider.png|200px]] | |[[Image:QCTKDoubleSlider.png|200px]] | ||
|A slider handling doubles | |A slider handling doubles | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
<!-- oldies | <!-- oldies |
Revision as of 00:47, 1 March 2010
Home < Slicer3:Developers:Projects:QtSlicer < GallerySlicer
Modules
Widgets
qCTKWidgets
New:qCTKMenuButton | A QPushButton with a dedicated area that popups a QMenu | |||
qCTKTreeComboBox | A QComboBox that displays items in a tree view | |||
qCTKFittedTextBrowser |
|
A QTextBrowser that returns a dynamic vertical size hint depending of it's width. | ||
qCTKTitleComboBox | A QComboBox with a persistent title | |||
qCTKSliderSpinBoxWidget | A pair of a qCTKDoubleSlider and a QDoubleSpinBox bound together | |||
qCTKCollapsibleButton | A container with a QPushButton on top that controls the visible state of the contents | |||
qCTKCollapsibleGroupBox | A QGroupBox that collapses/expands when checked/unchecked | |||
qCTKColorPickerButton | A QPushButton with a colorful icon, opening a color chooser dialog on click | |||
qCTKCoordinatesWidget | A QDoubleSpinBox container that groups signals/slots of 3D vectors(i.e. X,Y,Z) | |||
qCTKDoubleSlider | A slider handling doubles |
qMRMLWidgets
qMRMLListWidget qMRMLTreeWidget qMRMLTreeProxyModel qMRMLSceneModel qMRMLTransformProxyModel |
A collection of QObjects to communicate with a vtkMRMLScene | |
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) |