Documentation/ImageGallery: Difference between revisions

From Commontk
Jump to navigationJump to search
(Add ctkScreenshotDialog)
(Add ctkCheckablePushButton)
Line 12: Line 12:
|[[Image:CtkCheckableHeaderView.png|300px]]
|[[Image:CtkCheckableHeaderView.png|300px]]
|A QHeaderView that support checkable sections. The checkState can be propagated to the model items.
|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]

Revision as of 16:13, 8 November 2010

Home < Documentation < ImageGallery

Widgets

ctkActionsWidget CtkActionsWidget.png A custom QTreeView that shows the QActions (shortcuts) of an application.
ctkAxesWidget CtkAxesWidget.png A widget to select an axis (RAS).
ctkCheckableHeaderView CtkCheckableHeaderView.png A QHeaderView that support checkable sections. The checkState can be propagated to the model items.
ctkCheckablePushButton CtkCheckablePushButton.png A QPushButton whose checkable state is controlled with a checkbox.
ctkCollapsibleButton CtkCollapsibleWidget.png A container with a QPushButton on top that controls the visible state of the contents
ctkCollapsibleGroupBox CtkCollapsibleGroupBox.png A QGroupBox that collapses/expands when checked/unchecked
ctkColorPickerButton CtkColorPickerButton.png A QPushButton with a colorful icon, opening a color chooser dialog on click
ctkComboBox CtkTitleComboBox.png An advanced QComboBox with default icon/title, persistent text...
ctkCoordinatesWidget CtkCoordinatesWidget.png A QDoubleSpinBox container that groups signals/slots of 3D vectors(i.e. X,Y,Z)
ctkVTKScalarsToColorsView CtkVTKScalarsToColorsView.png A QVTKWidget that contains VTK Charts for transfer function rendering/interfacing
ctkDirectoryButton CtkDirectoryButton.png 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 CtkRangeSlider.png A ctkRangeSlider handling double values.
ctkDoubleSlider CtkDoubleSlider.png A slider handling doubles
ctkFileDialog CtkFileDialog.png A customizable QFileDialog (extra options can be added to the file dialog).
ctkFittedTextBrowser
CtkFittedTextBrowser.png CtkFittedTextBrowser2.png
A QTextBrowser that returns a dynamic vertical size hint depending of it's width.
ctkMenuButton CtkMenuButton.png A QPushButton with a dedicated area that popups a QMenu
ctkRangeSlider CtkRangeSlider.png A QSlider with 2 handles to select 2 values.
ctkRangeWidget CtkRangeWidget.png A ctkDoubleRangeSlider with 2 linked spinboxes.
ctkScreenshotDialog CtkScreenshotDialog.png A dialog to take screenshots of any QWidget
ctkSliderWidget CtkSliderSpinBoxWidget.png A pair of a ctkDoubleSlider and a QDoubleSpinBox bound together
ctkTransferFunctionWidget CtkTransferFunctionWidget.png A widget that displays ctkTransferFunctions
ctkTreeComboBox CtkTreeComboBox.png A QComboBox that displays items in a tree view

Visualization/VTK/Widgets

ctkVTKMatrixWidget CtkVTKMatrixWidget.png A QTableWidget specially conceived for displaying/editing matrices
ctkVTKRenderView CtkVTKRenderView.png A QVTKRenderWidget with additional utility functions
ctkVTKSliceView CtkVTKSliceView-Lightbox.png A QVTKRenderWidget to display 2D images (support lightbox mode)
ctkVTKTextPropertyWidget CtkVTKTextPropertyWidget.png A widget to control vtkTextProperty most common properties

DICOM/Core

ctkDICOMModel CtkDICOMModel.png A QAbstractItemModel to represent DICOM files.