Difference between revisions of "Slicer4:QtPort/Tutorials"
From Slicer Wiki
m (→Tutorials) |
|||
Line 12: | Line 12: | ||
'''[[Slicer4:Developers:Projects:QtSlicer/Tutorials/ModuleWriting|How to create a loadable module]]''' | '''[[Slicer4:Developers:Projects:QtSlicer/Tutorials/ModuleWriting|How to create a loadable module]]''' | ||
+ | |||
+ | '''[[Slicer4:Developers:Projects:QtSlicer/Tutorials/ExtensionWriting|How to create an extension]]''' | ||
'''How to write a module: [[Media:QtPortInSlicer.ppt|QtPortInSlicer]]''' (PowerPoint) | '''How to write a module: [[Media:QtPortInSlicer.ppt|QtPortInSlicer]]''' (PowerPoint) | ||
'''[[Slicer4:Developers:Projects:QtSlicer/Tutorials/PythonAndUIFile|How to use UI file from Slicer python]]''' | '''[[Slicer4:Developers:Projects:QtSlicer/Tutorials/PythonAndUIFile|How to use UI file from Slicer python]]''' |
Revision as of 03:59, 24 April 2011
Home < Slicer4:QtPort < TutorialsTutorials
The following lists tutorials to guide the Slicer developers in their development of Qt code.
How to write a widget for Slicer and Qt Designer
How to use custom widgets in Qt Designer
How to create a loadable module
How to write a module: QtPortInSlicer (PowerPoint)