Documentation/ImageGallery: Difference between revisions

From Commontk
Jump to navigationJump to search
Kikinis (talk | contribs)
Finetjul (talk | contribs)
Add ctkCheckableComboBox
Line 3: Line 3:
Image:CtkActionsWidget.png|[http://www.commontk.org/docs/html/classctkActionsWidget.html ctkActionsWidget]<br>A custom QTreeView that shows the QActions (shortcuts) of an application.
Image:CtkActionsWidget.png|[http://www.commontk.org/docs/html/classctkActionsWidget.html ctkActionsWidget]<br>A custom QTreeView that shows the QActions (shortcuts) of an application.
Image:CtkAxesWidget.png|[http://www.commontk.org/docs/html/classctkAxesWidget.html ctkAxesWidget]<br>A widget to select an axis (RAS).
Image:CtkAxesWidget.png|[http://www.commontk.org/docs/html/classctkAxesWidget.html ctkAxesWidget]<br>A widget to select an axis (RAS).
Image:CtkCheckableComboBox.png|[http://www.commontk.org/docs/html/classctkCheckableComboBox.html ctkCheckableComboBox]<br>A combo box to check items.
Image:CtkCheckableHeaderView.png|[http://www.commontk.org/docs/html/classctkCheckableHeaderView.html ctkCheckableHeaderView]<br>A QHeaderView that support checkable sections. The checkState can be propagated to the model items.
Image:CtkCheckableHeaderView.png|[http://www.commontk.org/docs/html/classctkCheckableHeaderView.html ctkCheckableHeaderView]<br>A QHeaderView that support checkable sections. The checkState can be propagated to the model items.
Image:CtkCheckablePushButton.png|[http://www.commontk.org/docs/html/classctkCheckablePushButton.html ctkCheckablePushButton]<br>A QPushButton whose checkable state is controlled with a checkbox.
</gallery>
</gallery>




{|
{|
|[http://www.commontk.org/docs/html/classctkActionsWidget.html ctkActionsWidget]
|[[Image:CtkActionsWidget.png|300px]]
|A custom QTreeView that shows the QActions (shortcuts) of an application.
|-
|[http://www.commontk.org/docs/html/classctkAxesWidget.html ctkAxesWidget]
|[[Image:CtkAxesWidget.png|300px]]
|A widget to select an axis (RAS).
|-
|[http://www.commontk.org/docs/html/classctkCheckableHeaderView.html ctkCheckableHeaderView]
|[[Image:CtkCheckableHeaderView.png|300px]]
|A QHeaderView that support checkable sections. The checkState can be propagated to the model items.
|-
|[http://www.commontk.org/docs/html/classctkCheckablePushButton.html ctkCheckablePushButton]
|[[Image:CtkCheckablePushButton.png|300px]]
|A QPushButton whose checkable state is controlled with a checkbox.
|-
|[http://www.commontk.org/docs/html/classctkCollapsibleButton.html ctkCollapsibleButton]
|[http://www.commontk.org/docs/html/classctkCollapsibleButton.html ctkCollapsibleButton]
|[[Image:CtkCollapsibleWidget.png|300px|]]
|[[Image:CtkCollapsibleWidget.png|300px|]]

Revision as of 08:57, 3 June 2011

Widgets


ctkCollapsibleButton A container with a QPushButton on top that controls the visible state of the contents
ctkCollapsibleGroupBox A QGroupBox that collapses/expands when checked/unchecked
ctkColorDialog A QColorDialog that can be customized with extra widgets(tabs)
ctkColorPickerButton A QPushButton with a colorful icon, opening a color chooser dialog on click
ctkComboBox An advanced QComboBox with default icon/title, persistent text...
ctkCoordinatesWidget A QDoubleSpinBox container that groups signals/slots of 3D vectors(i.e. X,Y,Z)
ctkVTKScalarsToColorsView A QVTKWidget that contains VTK Charts for transfer function rendering/interfacing
ctkDateRangeWidget A utility widget to select a range in time.
ctkDirectoryButton A QPushButton that display a directory path and popups a QFileDialog on click. The selected directory is then displayed on the button and a signal emitted.
ctkDoubleRangeSlider A ctkRangeSlider handling double values.
ctkDoubleSlider A slider handling doubles
ctkErrorLogWidget A widget to show errors and logs of your application
ctkFileDialog A customizable QFileDialog (extra options can be added to the file dialog).
ctkFittedTextBrowser
A QTextBrowser that returns a dynamic vertical size hint depending of it's width.
ctkFlowLayout A QLayout that dynamically lay-outs widgets based on the available width/height.
ctkMaterialPropertyWidget A widget to control material properties
ctkMenuButton A QPushButton with a dedicated area that popups a QMenu
ctkRangeSlider A QSlider with 2 handles to select 2 values.
ctkRangeWidget A ctkDoubleRangeSlider with 2 linked spinboxes.
ctkScreenshotDialog A dialog to take screenshots of any QWidget
ctkSliderWidget A pair of a ctkDoubleSlider and a QDoubleSpinBox bound together
ctkTransferFunctionWidget A widget that displays ctkTransferFunctions
ctkTreeComboBox A QComboBox that displays items in a tree view

Visualization/VTK/Widgets

ctkVTKMatrixWidget A QTableWidget specially conceived for displaying/editing matrices
ctkVTKRenderView A QVTKRenderWidget with additional utility functions
ctkVTKSliceView A QVTKRenderWidget to display 2D images (support lightbox mode)
ctkVTKSurfaceMaterialPropertyWidget A widget to control vtkProperty most common properties
ctkVTKTextPropertyWidget A widget to control vtkTextProperty most common properties
ctkVTKThumbnailView A widget to show the viewport of any vtkRenderer

DICOM

ctkDICOMAppWidget A DICOM widget to manage local and remote DICOM image database
ctkDICOMModel A QAbstractItemModel to represent DICOM files.
ctkDICOMServerNodeWidget A widget to list/add/remove remote servers.

Scripting/Python

ctkPythonShell A console to interact with python