Difference between revisions of "AHM2010:QtTutorial"
From NAMIC Wiki
(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 *…') |
(No difference)
|
Revision as of 01:11, 20 December 2009
Home < AHM2010:QtTutorialQt 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
- A laptop with Slicer and Qt installed. See the building instructions
- Read the different tutorials about Qt in Slicer
- Optional
- Create a mock-up of a module UI
- Create an empty module as explained on slide #13
- Design a module .ui file with Qt Designer
- Go as far as you can in the implementation of a module.