Difference between revisions of "Documentation/Nightly/Developers/Tutorials"
From Slicer Wiki
m |
m |
||
Line 11: | Line 11: | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/CreateExtension|Create an extension]] {{new}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/CreateExtension|Create an extension]] {{new}} | ||
--> | --> | ||
+ | <!-- | ||
* [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|Create a CLI module or extension]] | * [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|Create a CLI module or extension]] | ||
* [[Documentation/{{documentation/version}}/Developers/Modules#Loadable_Modules|Create a Loadable module or extension]] | * [[Documentation/{{documentation/version}}/Developers/Modules#Loadable_Modules|Create a Loadable module or extension]] | ||
* [[Documentation/{{documentation/version}}/Developers/Modules#Scripted_Modules|Create a Scripted module or extension]] | * [[Documentation/{{documentation/version}}/Developers/Modules#Scripted_Modules|Create a Scripted module or extension]] | ||
+ | --> | ||
* [[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 module(s) into a Slicer extension]] {{updated}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle module(s) into a Slicer extension]] {{updated}} |
Revision as of 00:52, 13 June 2013
Home < Documentation < Nightly < Developers < TutorialsHow To
- Checkout Slicer source NEW
- Setup for Git development NEW
- Commit change sets
- Contribute a patch
- Integrate topic from external contributor NEW
- Create an Editor effect
- Bundle module(s) into a Slicer extension UPDATED
- Build module outside of Slicer source tree NEW
- Obtain an API key to submit on the extension server UPDATED
- Contribute an extension description file NEW
- Use debugger with Slicer application
- Troubleshoot issues such as crash, or memory leaks
- Prevent memory leaks
- Write a widget for Slicer and Qt Designer
- Use custom widgets in Qt Designer
- Load UI file from python
- Pass data between Slicer and Matlab Experimental