Difference between revisions of "Documentation/Nightly/Developers/Tutorials"
From Slicer Wiki
m |
m |
||
Line 28: | Line 28: | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/ObtainExtensionServerApiKey|Obtain an API key to submit on the extension server]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/ObtainExtensionServerApiKey|Obtain an API key to submit on the extension server]] | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/Contribute_Extension_Description_File|Contribute an extension description file]]{{new}} | : [[Documentation/{{documentation/version}}/Developers/Tutorials/Contribute_Extension_Description_File|Contribute an extension description file]]{{new}} | ||
− | + | : [[Documentation/{{documentation/version}}/Developers/Build_ExtensionsIndex|Build an ExtensionsIndex]]{{new}} | |
<hr> | <hr> | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/PortingCLIToITKv4|Port a CLI to ITKv4]]{{new}} | : [[Documentation/{{documentation/version}}/Developers/Tutorials/PortingCLIToITKv4|Port a CLI to ITKv4]]{{new}} |
Revision as of 18:53, 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
- Contribute an extension description file NEW
- Build an ExtensionsIndex 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