Difference between revisions of "Documentation/Nightly/Developers/Tutorials"
From Slicer Wiki
m |
m |
||
Line 12: | Line 12: | ||
* [[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]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle module(s) into a Slicer extension]] | ||
− | * [[Documentation/{{documentation/version}}/Developers/Build_Module|Build module outside of Slicer | + | * [[Documentation/{{documentation/version}}/Developers/Build_Module|Build module outside of Slicer source tree]] {{new}} |
<hr> | <hr> | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/SelfTestModule|Write a Self Test Module]] {{new}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/SelfTestModule|Write a Self Test Module]] {{new}} |
Revision as of 20:45, 15 February 2013
Home < Documentation < Nightly < Developers < TutorialsHow To
- Checkout Slicer source NEW
- Commit change sets NEW
- Contribute a patch UPDATED
- Integrate topic from external contributor NEW
- Create a CLI module or extension
- Create a Loadable module or extension
- Create a Scripted module or extension
- Create an Editor effect
- Bundle module(s) into a Slicer extension
- Build module outside of Slicer source tree NEW
- Obtain an API key to submit on the extension server NEW
- Upload an extension in the experimental folder NEW
- 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