Difference between revisions of "Slicer3:Developers:Projects:QtSlicer"

From Slicer Wiki
Jump to: navigation, search
(Obsoleted by Slicer4:QtPort)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Goals =
+
This page has been obsoleted by [[Slicer4:QtPort]]. Refer to it for an up-to-date status of the port to Qt.
The basic goal of the project is to replace the current KWWidgets-based GUI with Qt. It is anticipated that the following benefits will result:
 
 
 
# Better support for Qt versus KWWidgets. This includes:
 
## Community support (more developers and users)
 
## Programming reference and training materials
 
## Design tools (e.g., Qt Designer)
 
# Qt has advanced programming constructs (e.g., signals and slots)
 
# Qt has advanced capabilities (e.g., charting, widgets, SQL interface, etc.)
 
# Increased (Slicer) application modularity
 
 
 
 
 
 
 
* Refer to [[http://www.slicer.org/slicerWiki/index.php/Qt_in_Slicer3 preliminary study]] done by Sebastien Barre for background technical information.
 
* Refer to the [[http://wiki.na-mic.org/Wiki/index.php/Projects:ARRA:SlicerUI Slicer-Qt ARRA pages]] for background and official reporting of the project.
 
 
 
= Team =
 
* Sebastien Barre aka Seb (Kitware)
 
* Julien Finet aka J2 (Kitware)
 
* Jean-Christophe Fillon-Robin aka JC (Kitware)
 
* Stephen Aylward aka Muscles (Kitware)
 
* Will Schroeder aka Elvis (Kitware)
 
* Steve Pieper (Isomics)
 
* Wendy Plesniak (Harvard)
 
 
 
= Resources =
 
The following lists notes, presentations and pointers to source code and other materials relevant to this effort.
 
 
 
'''[[Slicer3:Developers:Projects:QtSlicer:MeetingNotes|Meeting Notes]]'''
 
A running summary of meeting notes.
 
 
 
'''[[Slicer3:Developers:Projects:QtSlicer:Documents|Presentation Materials]]'''
 
A collection of presentation materials such as PowerPoint, PDF and other documents.
 
 
 
'''[[Slicer3:Developers:Projects:QtSlicer:Gallery|Image Gallery]]'''
 
A collection of screenshots.
 

Latest revision as of 15:03, 21 July 2010

Home < Slicer3:Developers:Projects:QtSlicer

This page has been obsoleted by Slicer4:QtPort. Refer to it for an up-to-date status of the port to Qt.