Difference between revisions of "AHM2010:QtTutorial"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '=Qt tutorial= *When: Tuesday morning , 8:30-10:00am *Who: Slicer developers ==Agenda== *First steps with Qt (45 mins) **Hello World **Signals / Slots **Events vs Signals/Slots *…')
 
Line 33: Line 33:
 
** Design a module .ui file with Qt Designer
 
** Design a module .ui file with Qt Designer
 
** Go as far as you can in the implementation of a module.
 
** Go as far as you can in the implementation of a module.
 +
 +
==Resource==
 +
*[http://wiki.slicer.org/slicerWiki/index.php/Slicer3:Developers:Projects:QtSlicer Slicer in Qt]
 +
**[http://wiki.slicer.org/slicerWiki/index.php/Slicer3:Developers:Projects:QtSlicer/Documents Presentation materials]
 +
**[http://wiki.slicer.org/slicerWiki/index.php/Slicer3:Developers:Projects:QtSlicer/Gallery Image Gallery]
 +
**[http://wiki.slicer.org/slicerWiki/index.php/Slicer3:Developers:Projects:QtSlicer/Tutorials Tutorials]

Revision as of 01:15, 20 December 2009

Home < AHM2010:QtTutorial

Qt tutorial

  • When: Tuesday morning , 8:30-10:00am
  • Who: Slicer developers

Agenda

  • First steps with Qt (45 mins)
    • Hello World
    • Signals / Slots
    • Events vs Signals/Slots
    • Layouts
    • What QObject does for you ?
    • Qt Designer
    • How to write a widget
    • ...
  • how to write a module with Qt (25 mins)
  • status on the port of Slicer into Qt(5 mins)
  • questions (15 mins)

Qt technical workshop

  • When: Tuesday afternoon , 3:30-4:30am
  • Who: Slicer developers
  • What: how to write a module with Qt.

Using a concrete example of a module conversion into Qt, we will briefly show the steps to convert modules into Qt. (10 mins)
We will then answer the participants technical questions (50 mins).

Preparations

Resource