Difference between revisions of "Documentation/4.1/Developers/Tutorials"
From Slicer Wiki
m (→HOW TO) |
m (→HOW TO) |
||
Line 9: | Line 9: | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ExtensionWriting|Create an extension]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/ExtensionWriting|Create an extension]] | ||
: Describes how to take your command line module or loadable module and turn it into an extension for Slicer {{documentation/version}} | : Describes how to take your command line module or loadable module and turn it into an extension for Slicer {{documentation/version}} | ||
+ | |||
+ | * [[Documentation/{{documentation/version}}/Developers/EditorExtension|Create an Editor effect]] | ||
+ | : Step-by-step instructions | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/Debug Instructions|Debug]] or [[Documentation/{{documentation/version}}/Developers/Tutorials/Troubleshooting|Troubleshoot Slicer]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/Debug Instructions|Debug]] or [[Documentation/{{documentation/version}}/Developers/Tutorials/Troubleshooting|Troubleshoot Slicer]] |
Revision as of 08:00, 15 June 2012
Home < Documentation < 4.1 < Developers < TutorialsHOW TO
- Setup QtCreator with Slicer
- Describes how to make a (Slicer / Qt) loadable module that is compiled outside of the slicer build tree.
- Describes how to take your command line module or loadable module and turn it into an extension for Slicer 4.1
- Step-by-step instructions
- Hints for debugging or narrowing down run time issues.
- Prerequisites, Notes, Coding style and step-by-step