Difference between revisions of "Documentation/4.1/Developers/Tutorials"
From Slicer Wiki
m |
m |
||
Line 13: | Line 13: | ||
<hr> | <hr> | ||
* [https://github.com/Slicer/ExtensionsIndex#setting-up-an-account-and-obtaining-an-api-key Obtain an API key to submit on the extension server]{{new}} | * [https://github.com/Slicer/ExtensionsIndex#setting-up-an-account-and-obtaining-an-api-key Obtain an API key to submit on the extension server]{{new}} | ||
− | * [https://github.com/Slicer/ExtensionsIndex#manual-build Upload an extension in the experimental folder] | + | * [https://github.com/Slicer/ExtensionsIndex#manual-build Upload an extension in the experimental folder]{{new}} |
* [https://github.com/Slicer/ExtensionsIndex#contributing Contribute an extension description file]{{new}} | * [https://github.com/Slicer/ExtensionsIndex#contributing Contribute an extension description file]{{new}} | ||
<hr> | <hr> |
Revision as of 22:05, 26 June 2012
Home < Documentation < 4.1 < Developers < TutorialsHow To
- 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 NEW
- Document a module NEW
- Document an extension 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