Difference between revisions of "Documentation/4.1/Developers/Tutorials"
From Slicer Wiki
(→HOW TO) |
m (→HOW TO) |
||
Line 6: | Line 6: | ||
* [[Documentation/{{documentation/version}}/Developers/Modules#Scripted_Modules|Create a Scripted module]] | * [[Documentation/{{documentation/version}}/Developers/Modules#Scripted_Modules|Create a Scripted module]] | ||
* [[Documentation/{{documentation/version}}/Developers/EditorExtension|Create an Editor effect]] | * [[Documentation/{{documentation/version}}/Developers/EditorExtension|Create an Editor effect]] | ||
+ | * [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle your module(s) into a Slicer extension]] | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Use QtCreator]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Use QtCreator]] |
Revision as of 16:03, 15 June 2012
Home < Documentation < 4.1 < Developers < TutorialsHOW TO
- Create a CLI module
- Create a Loadable module
- Create a Scripted module
- Create an Editor effect
- Bundle your module(s) into a Slicer extension
- 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
- Hints for debugging or narrowing down run time issues.
- Prerequisites, Notes, Coding style and step-by-step