Difference between revisions of "Documentation/4.0/Developers/ImageGallery"

From Slicer Wiki
Jump to: navigation, search
(→‎qMRMLWidgets: Add qMRMLThreeDView and qMRMLSliceViewWidget)
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887)
 
(48 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Slicer4:QtPort|QtPort]]&larr;<br>
+
<noinclude>{{documentation/versioncheck}}</noinclude>
[http://wiki.na-mic.org/Wiki/index.php/Projects:ARRA:SlicerUI ARRA:SlicerUI]&larr;
+
__NOTOC__
 +
 
 
=Slicer=
 
=Slicer=
 
{|
 
{|
|[[Image:SlicerWithTransformModule.png|thumb|300px|Slicer with KWWidgets + Qt]]
+
|[[Image:SlicerWithVolumeRendering.png|thumb|500px|Slicer4 with Volume Rendering enabled]]
|[[Image:SlicerQT-2009-12-10.png|thumb|300px|Slicer with Qt only]]
+
|[[Image:SlicerWithDTI.png|thumb|500px|Slicer4 with a Diffusion Tensor Volume loaded]]
|[[Image:Screenshot-Qt Designer.png|thumb|300px|Qt Designer to design modules]]
+
|-
 +
|[[Image:SlicerQT-2009-12-10.png|thumb|500px|Slicer with Qt only]]
 +
|[[Image:SlicerWithTransformModule.png|thumb|500px|Slicer with KWWidgets + Qt]]
 +
|-
 +
|[[Image:Screenshot-Qt Designer.png|thumb|500px|Qt Designer to design modules]]
 
|}
 
|}
  
 
=Modules=
 
=Modules=
 
{|
 
{|
|[[Image:QSlicerDataModule.png|thumb|300px|Data Module(NEW)]]
+
|[[Image:QSlicerVolumeRenderingModule.png|thumb|300px|Volume Rendering Module]]
|[[Image:QSlicerROIModule.png|thumb|300px|ROI Module(NEW)]]
+
|-
 +
|[[Image:QSlicerSampleDataModule.png|thumb|300px|Sample Data Module]]
 +
|[[Image:QSlicerEndoscopyModule.png|thumb|300px|Endoscopy Module]]
 +
|[[Image:QSlicerSceneViewsModule.png|thumb|300px|SceneViews Module]]
 +
|-
 +
|[[Image:QSlicerEditorModule.png|thumb|300px|Editor Module]]
 +
|[[Image:QSlicerModelsModule.png|thumb|300px|Models Module]]
 +
|[[Image:QSlicerColorModuleWidget.png|thumb|300px|Color Module]]
 
|-
 
|-
 
|[[Image:QSlicerVolumesModule.png|thumb|300px|Volumes Module]]
 
|[[Image:QSlicerVolumesModule.png|thumb|300px|Volumes Module]]
 +
|[[Image:QSlicerDiffusionTensorVolumeDisplayWidget.png|thumb|300px|Volumes Module (DTI volume)]]
 +
|-
 +
|[[Image:QSlicerSliceControllersModule.png|thumb|300px|Slice Controllers Module]]
 +
|[[Image:QSlicerDataModule.png|thumb|300px|Data Module]]
 +
|-
 +
|[[Image:QSlicerROIModule.png|thumb|300px|ROI Module]]
 
|[[Image:qSlicerTractographyModule.png|thumb|300px|Tractography Module]]
 
|[[Image:qSlicerTractographyModule.png|thumb|300px|Tractography Module]]
 
|[[Image:QCLIModule-LinearRegistration.png|thumb|300px|Linear Registration Module (CLI)]]
 
|[[Image:QCLIModule-LinearRegistration.png|thumb|300px|Linear Registration Module (CLI)]]
Line 31: Line 49:
 
=Dialogs=
 
=Dialogs=
 
{|
 
{|
|[[Image:QSlicerVolumesIODialog.png|thumb|300px|NEW: Standard File Dialog (using Volumes reader)]]
+
|[[Image:QSlicerExtensionsWizard.png|thumb|300px|Extensions Management dialog]]
|[[Image:QSlicerOverlayIODialog.png|thumb|300px|NEW: Standard File Dialog (using Scalar Overlay reader)]]
+
|[[Image:QSlicerSettingsDialog.png|thumb|300px|Application settings dialog]]
 +
|[[Image:QMRMLColorPickerDialog.png|thumb|300px|Color picker dialog]]
 +
|-
 +
|[[Image:QSlicerActionsDialog.png|thumb|300px|Shortcuts dialog]]
 +
|[[Image:QSlicerVolumesIODialog.png|thumb|300px|Standard File Dialog (using Volumes reader)]]
 +
|[[Image:QSlicerOverlayIODialog.png|thumb|300px|Standard File Dialog (using Scalar Overlay reader)]]
 
|-
 
|-
 
|[[Image:QSlicerStandardFileDialog.png|thumb|300px|Standard File Dialog]]
 
|[[Image:QSlicerStandardFileDialog.png|thumb|300px|Standard File Dialog]]
Line 44: Line 67:
 
==qMRMLWidgets==
 
==qMRMLWidgets==
 
{|
 
{|
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLThreeDView.html qMRMLThreeDView]
+
|[http://slicer.org/doc/html/classqSlicerPresetComboBox.html qSlicerPresetComboBox]
 +
|[[Image:QSlicerPresetNodeComboBox.png|300px]]
 +
|A combobox to select presets
 +
|-
 +
|[http://slicer.org/doc/html/classqMRMLCheckableNodeComboBox.html qMRMLCheckableNodeComboBox]
 +
|[[Image:QMRMLCheckableNodeComboBox.png|300px]]
 +
|A combobox to select multiple nodes
 +
|-
 +
|[http://slicer.org/doc/html/classqMRMLModelDisplayNodeWidget.html qMRMLModelDisplayNodeWidget]
 +
|[[Image:QMRMLModelDisplayNodeWidget.png|300px]]
 +
|A widget that represents any vtkMRMLModelDisplayNode
 +
|-
 +
|[http://slicer.org/doc/html/classqMRMLDisplayNodeWidget.html qMRMLDisplayNodeWidget]
 +
|[[Image:QMRMLDisplayNodeWidget.png|300px]]
 +
|A widget that represents any vtkMRMLDisplayNode
 +
|-
 +
|[http://slicer.org/doc/html/classqMRMLModelInfoWidget.html qMRMLModelInfoWidget]
 +
|[[Image:QMRMLModelInfoWidget.png|300px]]
 +
|A widget that shows model internal data properties
 +
|-
 +
|[http://slicer.org/doc/html/classqMRMLVolumeInfoWidget.html qMRMLVolumeInfoWidget]
 +
|[[Image:QMRMLVolumeInfoWidget.png|300px]]
 +
|A widget that shows volume internal data properties
 +
|-
 +
|[http://slicer.org/doc/html/classqMRMLColorTableView.html qMRMLColorTableView]
 +
|[[Image:QMRMLColorTableView.png|300px]]
 +
|A table view to display a color table model
 +
|-
 +
|[http://slicer.org/doc/html/classqMRMLColorTableComboBox.html qMRMLColorTableComboBox]
 +
|[[Image:QMRMLSceneColorTableModel.png|200px]]
 +
|a tree combobox to choose a color table node
 +
|-
 +
|[http://slicer.org/doc/html/classqMRMLThreeDViewsWidget.html qMRMLThreeDViewsWidget]
 +
|[[Image:QMRMLThreeDViewsWidget.png|300px]]
 +
|a toolbar to control 3D views
 +
|-
 +
|[http://slicer.org/doc/html/classqMRMLSlicesControllerToolBar.html qMRMLSlicesControllerToolBar]
 +
|[[Image:QMRMLSlicesControllerToolBar.png|300px]]
 +
|a toolbar to control slices options
 +
|-
 +
|[http://slicer.org/doc/html/classqMRMLThreeDView.html qMRMLThreeDView]
 
|[[Image:QMRMLThreeDView.png|300px]]
 
|[[Image:QMRMLThreeDView.png|300px]]
 
|A 3D vtk render window
 
|A 3D vtk render window
 
|-
 
|-
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLSliceViewWidget.html qMRMLSliceViewWidget]
+
|[http://slicer.org/doc/html/classqMRMLSliceWidget.html qMRMLSliceWidget]
|[[Image:QMRMLSliceViewWidget.png|300px]]
+
|[[Image:QMRMLSliceWidget.png|300px]][[Image:QMRMLSliceWidget-Lightbox.png|300px]]
 
|a 2D vtk render window with a controller
 
|a 2D vtk render window with a controller
 
|-
 
|-
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLROIWidget.html qMRMLROIWidget]
+
|[http://slicer.org/doc/html/classqMRMLROIWidget.html qMRMLROIWidget]
 
|[[Image:QMRMLROIWidget.png|300px]]
 
|[[Image:QMRMLROIWidget.png|300px]]
 
|3 range sliders to define a Region of Interest
 
|3 range sliders to define a Region of Interest
 
|-
 
|-
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLListWidget.html qMRMLListWidget]<br>[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLTreeWidget.html qMRMLTreeWidget]<br>[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLTreeProxyModel.html qMRMLTreeProxyModel]<br>[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLSceneModel.html qMRMLSceneModel]<br>[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLTransformProxyModel.html qMRMLTransformProxyModel]
+
|[http://slicer.org/doc/html/classqMRMLListWidget.html qMRMLListWidget]<br>[http://slicer.org/doc/html/classqMRMLTreeWidget.html qMRMLTreeWidget]<br>[http://slicer.org/doc/html/classqMRMLTreeProxyModel.html qMRMLTreeProxyModel]<br>[http://slicer.org/doc/html/classqMRMLSceneModel.html qMRMLSceneModel]<br>[http://slicer.org/doc/html/classqMRMLTransformProxyModel.html qMRMLTransformProxyModel]
 
|[[Image:QMRMLItemModel.png|300px]]
 
|[[Image:QMRMLItemModel.png|300px]]
 
|A collection of QObjects to communicate with a vtkMRMLScene
 
|A collection of QObjects to communicate with a vtkMRMLScene
 
|-  
 
|-  
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLMatrixWidget.html qMRMLMatrixWidget]
+
|[http://slicer.org/doc/html/classqMRMLMatrixWidget.html qMRMLMatrixWidget]
 
|[[Image:2009_10_09-QMRMLMatrixItem.png|300px]]
 
|[[Image:2009_10_09-QMRMLMatrixItem.png|300px]]
 
|A QTableWidget specially conceived for displaying/editing matrices  
 
|A QTableWidget specially conceived for displaying/editing matrices  
 
|-  
 
|-  
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLNodeComboBox.html qMRMLNodeComboBox]
+
|[http://slicer.org/doc/html/classqMRMLNodeComboBox.html qMRMLNodeComboBox]
 
|[[Image:QMRMLNodeComboBox.png|300px]]
 
|[[Image:QMRMLNodeComboBox.png|300px]]
 
|A QComboBox containing vtkMRMLNodes  
 
|A QComboBox containing vtkMRMLNodes  
 
|-  
 
|-  
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLNodeSelector.html qMRMLNodeSelector]<br>(obsoleted by qMRMLNodeComboBox)
+
|[http://slicer.org/doc/html/classqMRMLVolumeThresholdWidget.html qMRMLVolumeThresholdWidget]
|[[Image:2009_10_02-QMRMLNodeSelector.png|300px]]
 
|A QComboBox containing vtkMRMLNodes
 
|-
 
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLVolumeThresholdWidget.html qMRMLVolumeThresholdWidget]
 
 
|[[Image:QMRMLThresholdVolumeWidget.png|300px]]
 
|[[Image:QMRMLThresholdVolumeWidget.png|300px]]
 
|A widget to set the threshold of a vtkMRMLVolumeNode
 
|A widget to set the threshold of a vtkMRMLVolumeNode
 
|-  
 
|-  
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLTransformSliders.html qMRMLTransformSliders]
+
|[http://slicer.org/doc/html/classqMRMLTransformSliders.html qMRMLTransformSliders]
 
|[[Image:2009_10_09-QMRMLTransformSliders.png|300px]]
 
|[[Image:2009_10_09-QMRMLTransformSliders.png|300px]]
 
|A collection of qCTKSliderSpinBox for setting transform properties (translation or rotation)  
 
|A collection of qCTKSliderSpinBox for setting transform properties (translation or rotation)  
 
|-  
 
|-  
|[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/classqMRMLWindowLevelWidget.html qMRMLWindowLevelWidget]
+
|[http://slicer.org/doc/html/classqMRMLWindowLevelWidget.html qMRMLWindowLevelWidget]
 
|[[Image:QMRMLWindowLevelWidget.png|300px]]
 
|[[Image:QMRMLWindowLevelWidget.png|300px]]
 
|A widget to set the window level of a vtkMRMLVolumeNode
 
|A widget to set the window level of a vtkMRMLVolumeNode
 +
|}
 +
 +
==qSlicerWidgets==
 +
{|
 +
|-
 +
|[http://slicer.org/doc/html/classqSlicerDiffusionTensorVolumeDisplayWidget.html qSlicerDiffusionTensorVolumeDisplayWidget]
 +
|[[Image:QSlicerDiffusionTensorVolumeDisplayWidget.png|300px]]
 +
|Display widget for vtkMRMLDiffusionTensorVolume
 +
|-
 +
|[http://slicer.org/doc/html/classqSlicerDiffusionWeightedVolumeDisplayWidget.html qSlicerDiffusionWeightedVolumeDisplayWidget]
 +
|[[Image:QSlicerDiffusionWeightedVolumeDisplayWidget.png|300px]]
 +
|Display widget for vtkMRMLDiffusionWeightedVolume
 +
|-
 +
|[http://slicer.org/doc/html/classqSlicerDTISliceDisplayWidget.html qSlicerDTISliceDisplayWidget]
 +
|[[Image:QSlicerDTISliceDisplayWidget.png|300px]]
 +
|Widget to control vtkMRMLDiffusionTensorVolumeSliceDisplayNode
 +
 +
|-
 +
|[http://slicer.org/doc/html/classqSlicerMouseModeToolBar.html qSlicerMouseModeToolBar]
 +
|[[Image:QSlicerMouseModeToolBar.png|300px]]
 +
|A toolbar to select mouse modes
 +
|-
 +
|[http://slicer.org/doc/html/classqSlicerModuleSelectorToolBar.html qSlicerModuleSelectorToolBar]
 +
|[[Image:QSlicerModuleSelectorToolBar.png|300px]]<br>[[Image:QSlicerModuleSelectorToolBar-SearchModule.png|300px]]
 +
|A toolbar to select modules
 +
 
|}
 
|}
  

Latest revision as of 07:34, 14 June 2013

Home < Documentation < 4.0 < Developers < ImageGallery


For the latest Slicer documentation, visit the read-the-docs.



Slicer

Slicer4 with Volume Rendering enabled
Slicer4 with a Diffusion Tensor Volume loaded
Slicer with Qt only
Slicer with KWWidgets + Qt
Qt Designer to design modules

Modules

Volume Rendering Module
Sample Data Module
Endoscopy Module
SceneViews Module
Editor Module
Models Module
Color Module
Volumes Module
Volumes Module (DTI volume)
Slice Controllers Module
Data Module
ROI Module
Tractography Module
Linear Registration Module (CLI)
Welcome Module
Cameras Module
Transforms Module

Dialogs

Extensions Management dialog
Application settings dialog
Color picker dialog
Shortcuts dialog
Standard File Dialog (using Volumes reader)
Standard File Dialog (using Scalar Overlay reader)
Standard File Dialog
Add Data Dialog
Save Data Dialog

Widgets

CTK Widgets

See the CTK image gallery

qMRMLWidgets

qSlicerPresetComboBox QSlicerPresetNodeComboBox.png A combobox to select presets
qMRMLCheckableNodeComboBox QMRMLCheckableNodeComboBox.png A combobox to select multiple nodes
qMRMLModelDisplayNodeWidget QMRMLModelDisplayNodeWidget.png A widget that represents any vtkMRMLModelDisplayNode
qMRMLDisplayNodeWidget QMRMLDisplayNodeWidget.png A widget that represents any vtkMRMLDisplayNode
qMRMLModelInfoWidget QMRMLModelInfoWidget.png A widget that shows model internal data properties
qMRMLVolumeInfoWidget QMRMLVolumeInfoWidget.png A widget that shows volume internal data properties
qMRMLColorTableView QMRMLColorTableView.png A table view to display a color table model
qMRMLColorTableComboBox QMRMLSceneColorTableModel.png a tree combobox to choose a color table node
qMRMLThreeDViewsWidget QMRMLThreeDViewsWidget.png a toolbar to control 3D views
qMRMLSlicesControllerToolBar QMRMLSlicesControllerToolBar.png a toolbar to control slices options
qMRMLThreeDView QMRMLThreeDView.png A 3D vtk render window
qMRMLSliceWidget QMRMLSliceWidget.pngQMRMLSliceWidget-Lightbox.png a 2D vtk render window with a controller
qMRMLROIWidget QMRMLROIWidget.png 3 range sliders to define a Region of Interest
qMRMLListWidget
qMRMLTreeWidget
qMRMLTreeProxyModel
qMRMLSceneModel
qMRMLTransformProxyModel
QMRMLItemModel.png A collection of QObjects to communicate with a vtkMRMLScene
qMRMLMatrixWidget 2009 10 09-QMRMLMatrixItem.png A QTableWidget specially conceived for displaying/editing matrices
qMRMLNodeComboBox QMRMLNodeComboBox.png A QComboBox containing vtkMRMLNodes
qMRMLVolumeThresholdWidget QMRMLThresholdVolumeWidget.png A widget to set the threshold of a vtkMRMLVolumeNode
qMRMLTransformSliders 2009 10 09-QMRMLTransformSliders.png A collection of qCTKSliderSpinBox for setting transform properties (translation or rotation)
qMRMLWindowLevelWidget QMRMLWindowLevelWidget.png A widget to set the window level of a vtkMRMLVolumeNode

qSlicerWidgets

qSlicerDiffusionTensorVolumeDisplayWidget QSlicerDiffusionTensorVolumeDisplayWidget.png Display widget for vtkMRMLDiffusionTensorVolume
qSlicerDiffusionWeightedVolumeDisplayWidget QSlicerDiffusionWeightedVolumeDisplayWidget.png Display widget for vtkMRMLDiffusionWeightedVolume
qSlicerDTISliceDisplayWidget QSlicerDTISliceDisplayWidget.png Widget to control vtkMRMLDiffusionTensorVolumeSliceDisplayNode
qSlicerMouseModeToolBar QSlicerMouseModeToolBar.png A toolbar to select mouse modes
qSlicerModuleSelectorToolBar QSlicerModuleSelectorToolBar.png
QSlicerModuleSelectorToolBar-SearchModule.png
A toolbar to select modules

Tests

Double Slider example