Difference between revisions of "Documentation/Nightly/Developers/Tutorials"
From Slicer Wiki
m |
m |
||
Line 18: | Line 18: | ||
<hr> | <hr> | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]]{{updated}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]]{{updated}} | ||
+ | * [[Documentation/Slicer:git-svn#Integrating_topic_from_external_contributor|Integrate topic from external contributor]]{{new}} | ||
+ | index.php/Slicer:git-svn#Integrating_topic_from_external_contributor | ||
<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#Obtain an API key to submit on the extension server|Obtain an API key to submit on the extension server]]{{new}} |
Revision as of 00:38, 30 January 2013
Home < Documentation < Nightly < 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
- Write a Self Test Module NEW
- Upload test data on Midas NEW
- Port a CLI to ITKv4 NEW
index.php/Slicer:git-svn#Integrating_topic_from_external_contributor
- 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