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

From Slicer Wiki
Jump to: navigation, search
(Created page with 'This page gather discussions about code architecture/implementation/design of the Slicer port to Qt. While this page is more for developers, discussion about the interface design…')
 
 
(22 intermediate revisions by 6 users not shown)
Line 1: Line 1:
This page gather discussions about code architecture/implementation/design of the Slicer port to Qt. While this page is more for developers, discussion about the interface design or user feedback should be listed on the [http://www.slicer.org/slicerWiki/index.php/Slicer3:UIDesign#NEW.21:_QT_Interface_Design_Discussions UIDesign wiki page].
+
This page has been obsoleted by [[Slicer4:QtPort/OpenDiscussions]]. Refer to it for an up-to-date status of the port to Qt.
**Please add your comments and feedback below.
 
**Points will be discussed during regular TCon meetings , as well as on the Slicer developer list.
 
**Decisions resulting from discussions should be tracked by adding an issue into [http://www.na-mic.org/Bug Mantis] under the category: <code>QtGUI</code>.
 
 
 
=Open Issues=
 
 
 
=Closed Issues=
 
* Module Logic
 
** Reporter: Alexander Yarmarkovich
 
** Issue: Change qSlicerModuleLogic into vtkSlicerLogic
 
** Motivation: A lot of slicer logics already exist, using qSlicerModuleLogic implies to wrap this logics. Why not directly use the vtkSlicerLogic.
 
** Decision: Talked by email and over the phone during the Tuesday TCon (01/26/10).  
 
** Result: The change has been committed on 01/28/10 (r11850, r11852, r11853, r11854)
 

Latest revision as of 15:05, 21 July 2010

Home < Slicer3:Developers:Projects:QtSlicer < OpenDiscussions

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