Documentation/ImageGallery: Difference between revisions
From Commontk
Jump to navigationJump to search
→Widgets: add ctkFontButton |
No edit summary |
||
| Line 10: | Line 10: | ||
Image:CtkColorDialog.png|[http://www.commontk.org/docs/html/classctkColorDialog.html ctkColorDialog]<br>A QColorDialog that can be customized with extra widgets(tabs) | Image:CtkColorDialog.png|[http://www.commontk.org/docs/html/classctkColorDialog.html ctkColorDialog]<br>A QColorDialog that can be customized with extra widgets(tabs) | ||
Image:CtkColorPickerButton.png|[http://www.commontk.org/docs/html/classctkColorPickerButton.html ctkColorPickerButton]<br>A QPushButton with a colorful icon, opening a color chooser dialog on click | Image:CtkColorPickerButton.png|[http://www.commontk.org/docs/html/classctkColorPickerButton.html ctkColorPickerButton]<br>A QPushButton with a colorful icon, opening a color chooser dialog on click | ||
Image:CtkTitleComboBox.png|[http://www.commontk.org/docs/html/classctkComboBox.html ctkComboBox]<br>An advanced QComboBox with default icon/title, persistent text... | Image:CtkTitleComboBox.png|[http://www.commontk.org/docs/html/classctkComboBox.html ctkComboBox]<br>An advanced QComboBox with default icon/title, persistent text... | ||
Image:CtkCoordinatesWidget.png|[http://www.commontk.org/docs/html/classctkCoordinatesWidget.html ctkCoordinatesWidget]<br>A QDoubleSpinBox container that groups signals/slots of 3D vectors(i.e. X,Y,Z) | Image:CtkCoordinatesWidget.png|[http://www.commontk.org/docs/html/classctkCoordinatesWidget.html ctkCoordinatesWidget]<br>A QDoubleSpinBox container that groups signals/slots of 3D vectors(i.e. X,Y,Z) | ||
| Line 20: | Line 18: | ||
Image:CtkDoubleSlider.png|[http://www.commontk.org/docs/html/classctkDoubleSlider.html ctkDoubleSlider]<br>A slider handling doubles | Image:CtkDoubleSlider.png|[http://www.commontk.org/docs/html/classctkDoubleSlider.html ctkDoubleSlider]<br>A slider handling doubles | ||
Image:CtkErrorLogWidget.png|[http://www.commontk.org/docs/html/classctkErrorLogWidget.html ctkErrorLogWidget]<br>A widget to show errors and logs of your application | Image:CtkErrorLogWidget.png|[http://www.commontk.org/docs/html/classctkErrorLogWidget.html ctkErrorLogWidget]<br>A widget to show errors and logs of your application | ||
Image:ExpandButton.png|[http://www.commontk.org/docs/html/classctkExpandButton.html ctkExpandButton]<br>A QToolButton with a standard icon, to show, hide widgets. | |||
Image:CtkFileDialog.png|[http://www.commontk.org/docs/html/classctkFileDialog.html ctkFileDialog]<br>A customizable QFileDialog (extra options can be added to the file dialog). | Image:CtkFileDialog.png|[http://www.commontk.org/docs/html/classctkFileDialog.html ctkFileDialog]<br>A customizable QFileDialog (extra options can be added to the file dialog). | ||
Image:CtkFittedTextBrowser.png|[http://www.commontk.org/docs/html/classctkFittedTextBrowser.html ctkFittedTextBrowser]<br>A QTextBrowser that returns a dynamic vertical size hint depending of it's width. | Image:CtkFittedTextBrowser.png|[http://www.commontk.org/docs/html/classctkFittedTextBrowser.html ctkFittedTextBrowser]<br>A QTextBrowser that returns a dynamic vertical size hint depending of it's width. | ||
Image:CtkFittedTextBrowser2.png|[http://www.commontk.org/docs/html/classctkFittedTextBrowser.html ctkFittedTextBrowser]<br>A QTextBrowser that returns a dynamic vertical size hint depending of it's width. | Image:CtkFittedTextBrowser2.png|[http://www.commontk.org/docs/html/classctkFittedTextBrowser.html ctkFittedTextBrowser]<br>A QTextBrowser that returns a dynamic vertical size hint depending of it's width. | ||
Image:CtkFlowLayout.png|[http://www.commontk.org/docs/html/classctkFlowLayout.html ctkFlowLayout]<br>A QLayout that dynamically lay-outs widgets based on the available width/height. | Image:CtkFlowLayout.png|[http://www.commontk.org/docs/html/classctkFlowLayout.html ctkFlowLayout]<br>A QLayout that dynamically lay-outs widgets based on the available width/height. | ||
Image:CtkFontButton.png|[http://www.commontk.org/docs/html/classctkFontButton.html ctkFontButton]<br>A pushbutton to select a font. | |||
Image:CtkMaterialPropertyWidget.png|[http://www.commontk.org/docs/html/classctkMaterialPropertyWidget.html ctkMaterialPropertyWidget]<br>A widget to control material properties | Image:CtkMaterialPropertyWidget.png|[http://www.commontk.org/docs/html/classctkMaterialPropertyWidget.html ctkMaterialPropertyWidget]<br>A widget to control material properties | ||
Image:CtkMenuButton.png|[http://www.commontk.org/docs/html/classctkMenuButton.html ctkMenuButton]<br>A QPushButton with a dedicated area that popups a QMenu | Image:CtkMenuButton.png|[http://www.commontk.org/docs/html/classctkMenuButton.html ctkMenuButton]<br>A QPushButton with a dedicated area that popups a QMenu | ||
Revision as of 14:42, 30 September 2011
Widgets
-
ctkActionsWidget
A custom QTreeView that shows the QActions (shortcuts) of an application. -
ctkAxesWidget
A widget to select an axis (RAS). -
ctkCheckableComboBox
A combo box to check items. -
ctkCheckableHeaderView
A QHeaderView that support checkable sections. The checkState can be propagated to the model items. -
ctkCheckablePushButton
A QPushButton whose checkable state is controlled with a checkbox. -
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 -
ctkExpandButton
A QToolButton with a standard icon, to show, hide widgets. -
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. -
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. -
ctkFontButton
A pushbutton to select a font. -
ctkMaterialPropertyWidget
A widget to control material properties -
ctkMenuButton
A QPushButton with a dedicated area that popups a QMenu -
ctkMenuComboBox
A QComboBox links with 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 -
ctkSearchBox
A QLineEdit with 2 QIcon to be used to filter other widgets -
ctkSliderWidget
A pair of a ctkDoubleSlider and a QDoubleSpinBox bound together -
ctkTreeComboBox
A QComboBox that displays items in a tree view
Visualization/VTK/Widgets
-
ctkVTKMagnifyView
A widget that display zoomed contents of a VTK render window. -
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











