Difference between revisions of "Projects:ARRA:SlicerUI"

From NAMIC Wiki
Jump to: navigation, search
(QtSlicer: add image links)
Line 23: Line 23:
 
(most recent on top)
 
(most recent on top)
 
* Oct 23, 2009
 
* Oct 23, 2009
** New widgets: Collapsible widget, Color Picker button
+
** New widgets: [http://wiki.slicer.org/slicerWiki/index.php/File:2009_10_23-QCTKCollapsibleWidget.png Collapsible widget], [http://wiki.slicer.org/slicerWiki/index.php/File:2009_10_23-QCTKColorPickerButton.png Color Picker button]
 
* Oct 16, 2009  
 
* Oct 16, 2009  
 
** Synchronization between Qt widgets and KWWidget. Move the qt panels when the application is moved on the desktop.
 
** Synchronization between Qt widgets and KWWidget. Move the qt panels when the application is moved on the desktop.
** New widgets: Coordinates widget, Collapsible groupbox
+
** New widgets: [http://wiki.slicer.org/slicerWiki/index.php/File:2009_10_16-QCTKCoordinatesWidget.png Coordinates widget], [http://wiki.slicer.org/slicerWiki/index.php/File:2009_10_16-QCTKCollapsibleGroupBox.png Collapsible groupbox]
 
* Oct 9, 2009
 
* Oct 9, 2009
 
** TCon with Julien Finet (J2), Jean-Christophe (JC), Steve, Will, Seb, Stephen, Wendy, Nicole to discuss progress
 
** TCon with Julien Finet (J2), Jean-Christophe (JC), Steve, Will, Seb, Stephen, Wendy, Nicole to discuss progress
 
** Demonstrated new software architecture that simplifies building new modules
 
** Demonstrated new software architecture that simplifies building new modules
** Addressed issues of background color, etc previously raised by Dr. Kikinis
+
** Addressed issues of background color, etc previously raised by Dr. Kikinis [http://wiki.slicer.org/slicerWiki/index.php/File:2009_10_02-QtTransformModule-v2.png QtTransformModule-v2.png]
 +
** New widgets: [http://wiki.slicer.org/slicerWiki/index.php/File:2009_10_09-QMRMLMatrixItem.png Matrix Widget], [http://wiki.slicer.org/slicerWiki/index.php/File:2009_10_09-QMRMLTransformSliders.png Transform Sliders]
 
* Oct 2, 2009
 
* Oct 2, 2009
 
** TCon with JC, Steve, Will, Seb, Stephen, Wendy, Nicole
 
** TCon with JC, Steve, Will, Seb, Stephen, Wendy, Nicole
 
** Demonstrated initial software architecture
 
** Demonstrated initial software architecture
** Uploaded screenshot of first module and received feedback from Dr. Kikinis (LINK TO IMAGE HERE)
+
** Uploaded screenshot of first module and received feedback from Dr. Kikinis [http://wiki.slicer.org/slicerWiki/index.php/File:QtSlicer-2009_10_02-QtTransformModule.png QtTransformModule.png]
 +
** Designed basic widgets: [http://wiki.slicer.org/slicerWiki/index.php/File:2009_10_02-QCTKLinearTransformSlider.png Linear Transform Slider], [http://wiki.slicer.org/slicerWiki/index.php/File:2009_10_02-QMRMLNodeSelector.png Node Selector]
 
* Sept 25, 2009
 
* Sept 25, 2009
 
** [[Events:CTK-Workshop-September-2009 | One day meeting with CTK community September 25, 2009]]
 
** [[Events:CTK-Workshop-September-2009 | One day meeting with CTK community September 25, 2009]]
 
* Sept 22, 20009
 
* Sept 22, 20009
 
** TCon with JC, Will, Sebastien, Steve
 
** TCon with JC, Will, Sebastien, Steve
** Added dual-slider to Qt (LINK TO IMAGE HERE)
+
** Added [http://wiki.slicer.org/slicerWiki/index.php/File:QtSlicer-2009_09_16-DoubleSliderExample.png Qt dual-slider] into Slicer
 
* September 16-17, 2009
 
* September 16-17, 2009
 
** [[Sept-2009-SlicerWidgetsBrainstorm | Two-day planning meeting]]
 
** [[Sept-2009-SlicerWidgetsBrainstorm | Two-day planning meeting]]

Revision as of 20:23, 26 October 2009

Home < Projects:ARRA:SlicerUI

Back to Slicer ARRA home page

Aim

The effective visualization, data processing, analysis and interaction of medical images and ancillary data is a complex process requiring sophisticated and efficient software tools. Further, the development of new tools requires a productive and widely supported software environment. In such an environment, the human-computer interface plays a critical role in the overall effectiveness of the software tools. To this end, the Slicer graphical user interface (GUI) is to be significantly enhanced by the adoption of the standard and widely used Qt GUI toolkit. Qt has recently changed its licensing terms, meaning that it is now compatible with Slicer's commitment to open systems. Further, Qt is now recognized as the defacto standard, cross-platform GUI toolkit, offering superior performance, capability and productivity.

Research Plan

Slicer currently has an extensive GUI that consists of three major, logical parts: 1) the core, 2) command-line modules, and 3) modules. The research plan recognizes this organization, and will address the GUI development accordingly.

  • The first step is to replace the core GUI with Qt. This will demand some initial design and planning, including integration of various Qt tools such as Qt Designer.
  • Second, the command-line modules automatically generate their GUI from an XML description of the module. This will require modification so that Qt GUIs are generated (instead of the current KWWidgets).
  • Finally, select, critical modules such as EM Segmenter will be reworked to use Qt widgets.
  • Most of this work will occur in the first year, with completion of the critical modules expected early in the first quarter of the second year.
  • After this, the research plan switches to training and dissemination of Qt-related technology so that the broader Slicer community can participate in the transition of modules to the Qt GUI.
  • The key to this plan is to switch the core and command-line modules as fast as possible since we want to minimize disruption to the Slicer community, and to support continued Slicer development.

Key Personnel

  • William Schroeder, Ph.D., 8%, 9/17/2009 - 9/16/2011
  • Stephen Aylward, Ph.D., 5%
  • Jean-Christophe FILLION-ROBIN, 50%
  • Julien Finet, 50%
  • Sebastien Barre, Ph.D., 5%

Meetings

  • Regular meeting TCons every Tuesday at 2:00pm

Progress

(most recent on top)