Difference between revisions of "Documentation/4.1/Developers/Tutorials"
From Slicer Wiki
m |
(Replaced external links by links to internal page) |
||
Line 13: | Line 13: | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]]{{updated}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]]{{updated}} | ||
<hr> | <hr> | ||
− | * [ | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/BuildTestPackageDistributeExtensions#Obtain an API key to submit on the extension server|Obtain an API key to submit on the extension server]]{{new}} |
− | * [ | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/BuildTestPackageDistributeExtensions#Upload an extension in the experimental folder|Upload an extension in the experimental folder]]{{new}} |
− | * [ | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/BuildTestPackageDistributeExtensions#Contribute an extension description file|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 18:37, 9 August 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
- Contribute a patch UPDATED
- 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