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

From Slicer Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Slicer3:Developers:Projects:QtSlicer|QtSlicer]]←
 
[[Slicer3:Developers:Projects:QtSlicer|QtSlicer]]←
= Slicer Qt Gallery =
 
 
=Slicer=
 
=Slicer=
 
{|
 
{|
Line 26: Line 25:
  
 
=Widgets=
 
=Widgets=
 +
==qCTKWidgets==
 
{|
 
{|
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqCTKTitleComboBox.html qCTKTitleComboBox]
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqCTKTitleComboBox.html qCTKTitleComboBox]
Line 70: Line 70:
 
|}
 
|}
 
|A QTextBrowser that returns a dynamic vertical size hint depending of it's width.  
 
|A QTextBrowser that returns a dynamic vertical size hint depending of it's width.  
 +
|}
 +
<!-- oldies
 +
[[Image:2009_10_02-QCTKLinearTransformSlider.png|200px]]
 +
-->
 +
==qMRMLWidgets==
 +
{|
 
|-  
 
|-  
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLMatrixWidget.html qMRMLMatrixWidget]
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLMatrixWidget.html qMRMLMatrixWidget]
Line 87: Line 93:
 
|A collection of QObjects to communicate with a vtkMRMLScene
 
|A collection of QObjects to communicate with a vtkMRMLScene
 
|}
 
|}
<!-- oldies
 
[[Image:2009_10_02-QCTKLinearTransformSlider.png|200px]]
 
-->
 
  
 
=Tests=
 
=Tests=

Revision as of 00:28, 1 March 2010

Home < Slicer3:Developers:Projects:QtSlicer < Gallery

QtSlicer

Slicer

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

Modules

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

Widgets

qCTKWidgets

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

qMRMLWidgets

qMRMLMatrixWidget 2009 10 09-QMRMLMatrixItem.png A QTableWidget specially conceived for displaying/editing matrices
qMRMLNodeSelector 2009 10 02-QMRMLNodeSelector.png A QComboBox containing vtkMRMLNodes
qMRMLTransformSliders 2009 10 09-QMRMLTransformSliders.png A collection of qCTKSliderSpinBox for setting transform properties (translation or rotation)
qMRMLListWidget
qMRMLTreeWidget
qMRMLTreeItemModel
qMRMLSceneModel
QMRMLItemModel.png A collection of QObjects to communicate with a vtkMRMLScene

Tests

Double Slider example