Difference between revisions of "Slicer4:QtPort/Tutorials"
From Slicer Wiki
m |
|||
(8 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
= Tutorials = | = Tutorials = | ||
The following lists tutorials to guide the Slicer developers in their development of Qt code. | The following lists tutorials to guide the Slicer developers in their development of Qt code. | ||
Line 5: | Line 4: | ||
'''[[Slicer4:Build_Instructions|How to compile Slicer with Qt]]''' | '''[[Slicer4:Build_Instructions|How to compile Slicer with Qt]]''' | ||
− | '''[[ | + | '''[[Slicer4:Debug_Instructions|How to debug Slicer]]''' (currently linux-only) |
− | '''[[ | + | '''[[Slicer4:Developers:Projects:QtSlicer/Tutorials/QtCreator|Setup QtCreator with Slicer]]''' |
− | '''[[ | + | '''[[Slicer4:Developers:Projects:QtSlicer/Tutorials/WidgetWriting|How to write a widget for Slicer and Qt Designer]]''' |
+ | |||
+ | '''[[Slicer4:Developers:Projects:QtSlicer/Tutorials/QtDesigner|How to use custom widgets in Qt Designer]]''' | ||
+ | |||
+ | '''[[Slicer4:Developers:Projects:QtSlicer/Tutorials/ModuleWriting|How to create a loadable module]]''' | ||
+ | |||
+ | '''[[Slicer4:Developers:Projects:QtSlicer/Tutorials/ExternalModuleWriting|How to create an external 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]]''' |
Latest revision as of 07:10, 15 June 2012
Home < Slicer4:QtPort < TutorialsTutorials
The following lists tutorials to guide the Slicer developers in their development of Qt code.
How to debug Slicer (currently linux-only)
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 create an external loadable module
How to write a module: QtPortInSlicer (PowerPoint)