Difference between revisions of "Documentation/4.0/Developers"
From Slicer Wiki
m (→Miscellaneous) |
m (→HOW TO) |
||
Line 27: | Line 27: | ||
===HOW TO=== | ===HOW TO=== | ||
---- | ---- | ||
− | * [[ | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Use QtCreator]] |
: Setup QtCreator with Slicer | : Setup QtCreator with Slicer | ||
− | * [[ | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/ModuleWriting|Create a loadable module]] |
: See also presentation [[Media:QtPortInSlicer.ppt|QtPortInSlicer - How to write a module]] | : See also presentation [[Media:QtPortInSlicer.ppt|QtPortInSlicer - How to write a module]] | ||
− | * [[ | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/ExternalModuleWriting|Create an external loadable module]] |
: Describes how to make a (Slicer / Qt) loadable module that is compiled outside of the slicer build tree. | : Describes how to make a (Slicer / Qt) loadable module that is compiled outside of the slicer build tree. | ||
− | * [[ | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/ExtensionWriting|Create an extension]] |
− | * [[ | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials|Debug]] |
: How to debug Slicer (linux-only). | : How to debug Slicer (linux-only). | ||
− | * [[ | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/WidgetWriting|Write a Widget for Slicer and Qt Designer]] |
: Prerequisites, Notes, Coding style and step-by-step | : Prerequisites, Notes, Coding style and step-by-step | ||
− | * [[ | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/QtDesigner|Use custom widgets in Qt Designer]] |
− | * [[ | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/PythonAndUIFile|Use UI file from Slicer python]] |
Revision as of 03:19, 2 November 2011
Home < Documentation < 4.0 < DevelopersDocumentation
Compile/Install
Mailing List
HOW TO
|
Design & Implementation
|
Miscellaneous
|