Difference between revisions of "Slicer4:QtPort/Tutorials"

From Slicer Wiki
Jump to: navigation, search
m
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[Slicer4:QtPort|QtPort]]←
 
 
= 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.
  
 
'''[[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/WidgetWriting|How to write a widget for Slicer and Qt Designer]]'''
Line 10: Line 13:
  
 
'''[[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/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 < Tutorials