Difference between revisions of "Documentation/4.1/Developers/Tutorials"
From Slicer Wiki
m (→HOW TO) |
m (→HOW TO) |
||
Line 7: | Line 7: | ||
* [[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/BundleModulesIntoExtension|Bundle your module(s) into a Slicer extension]] | ||
− | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]] | |
− | * [[Documentation/{{documentation/version}}/Developers/Tutorials/ | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Setup QtCreator to develop Slicer application or modules]] |
− | |||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ExternalModuleWriting|Create an external loadable 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/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]] | ||
Line 23: | Line 18: | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/WidgetWriting|Write a Widget for Slicer and Qt Designer]] | * [[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/QtDesigner|Use custom widgets in Qt Designer]] |
Revision as of 16:06, 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
- Contribute a patch
- Setup QtCreator to develop Slicer application or modules
- Describes how to make a (Slicer / Qt) loadable module that is compiled outside of the slicer build tree.
- Hints for debugging or narrowing down run time issues.
- Prerequisites, Notes, Coding style and step-by-step