Difference between revisions of "Documentation/4.1/Developers/Tutorials"
From Slicer Wiki
m (→HOW TO) |
(→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/ContributePatch|Contribute a patch]] | ||
+ | |||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Setup QtCreator to develop Slicer application or modules]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Setup QtCreator to develop Slicer application or modules]] | ||
+ | * [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup|Setup a dashboard]] | ||
* [[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 19: | Line 22: | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/PythonAndUIFile|Load UI file from python]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/PythonAndUIFile|Load UI file from python]] | ||
− | |||
− | |||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/MemoryManagement|Avoid memory leaks]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/MemoryManagement|Avoid memory leaks]] | ||
* [http://www.na-mic.org/Wiki/index.php/Projects:MATLABSlicerExampleModule Pass data between Slicer and Matlab] | * [http://www.na-mic.org/Wiki/index.php/Projects:MATLABSlicerExampleModule Pass data between Slicer and Matlab] |
Revision as of 16:08, 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
- Hints for debugging or narrowing down run time issues.
- Prerequisites, Notes, Coding style and step-by-step