Difference between revisions of "Documentation/4.1/Developers/Tutorials"
From Slicer Wiki
m (→HOW TO) |
m (→HOW TO) |
||
Line 13: | Line 13: | ||
<hr> | <hr> | ||
* [https://github.com/Slicer/ExtensionsIndex#contributing Contribute an extension description file] | * [https://github.com/Slicer/ExtensionsIndex#contributing Contribute an extension description file] | ||
− | * [https://github.com/Slicer/ExtensionsIndex#setting-up-an-account-and-obtaining-an-api-key Obtain an API key | + | * [https://github.com/Slicer/ExtensionsIndex#setting-up-an-account-and-obtaining-an-api-key Obtain an API key to submit on extension server] |
<hr> | <hr> | ||
* [[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]] |
Revision as of 22:23, 19 June 2012
Home < Documentation < 4.1 < Developers < TutorialsHOW TO
- Bundle module(s) into a Slicer extension
- Create a CLI module
- Create a Loadable module
- Create a Scripted module
- Create an Editor effect
- Document a module
- Document an extension
- 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