Documentation/ImageGallery
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 contentsctkCollapsibleGroupBox
A QGroupBox that collapses/expands when checked/uncheckedctkColorDialog
A QColorDialog that can be customized with extra widgets(tabs)ctkColorPickerButton
A QPushButton with a colorful icon, opening a color chooser dialog on clickctkComboBox
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/interfacingctkDateRangeWidget
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 doublesctkErrorLogWidget
A widget to show errors and logs of your applicationctkExpandButton
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.ctkLayoutManager
An XML layout manager for dynamic and serializable layout.ctkMaterialPropertyWidget
A widget to control material propertiesctkMenuButton
A QPushButton with a dedicated area that popups a QMenuctkMenuComboBox
A QComboBox links with a QmenuctkModalityWidget
A radio button group of medical (DICOM) modalitiesctkPathLineEdit
An auto-complete line edit to pick file path and remember history.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 QWidgetctkSearchBox
A QLineEdit with 2 QIcon to be used to filter other widgetsctkSliderWidget
A pair of a ctkDoubleSlider and a QDoubleSpinBox bound togetherctkTransferFunctionWidget
A widget that displays ctkTransferFunctionsctkTreeComboBox
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 matricesctkVTKRenderView
A QVTKRenderWidget with additional utility functionsctkVTKSliceView
A QVTKRenderWidget to display 2D images (support lightbox mode)ctkVTKSurfaceMaterialPropertyWidget
A widget to control vtkProperty most common propertiesctkVTKTextPropertyWidget
A widget to control vtkTextProperty most common propertiesctkVTKThumbnailView
A widget to show the viewport of any vtkRenderer
DICOM
ctkDICOMAppWidget
A DICOM widget to manage local and remote DICOM image databasectkDICOMModel
A QAbstractItemModel to represent DICOM files.ctkDICOMServerNodeWidget
A widget to list/add/remove remote servers.
Scripting/Python
ctkPythonShell
A console to interact with python