Difference between revisions of "Documentation/4.1/Developers/Tutorials"
From Slicer Wiki
m |
|||
Line 12: | Line 12: | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]]{{new}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]]{{new}} | ||
<hr> | <hr> | ||
+ | * [https://github.com/Slicer/ExtensionsIndex#manual-build Upload an extension in the Experimental folder] | ||
+ | * [https://github.com/Slicer/ExtensionsIndex#setting-up-an-account-and-obtaining-an-api-key Obtain an API key to submit on extension server]{{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> | ||
* [[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:00, 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
- Upload an extension in the Experimental folder
- Obtain an API key to submit on extension server 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