Difference between revisions of "Documentation/Nightly/Developers/Tutorials"
From Slicer Wiki
m |
m |
||
Line 2: | Line 2: | ||
---- | ---- | ||
− | * [[Documentation/{{documentation/version}}/Developers/Build_Instructions#Checkout_source_code|Checkout Slicer source]] | + | * [[Documentation/{{documentation/version}}/Developers/Build_Instructions#Checkout_source_code|Checkout Slicer source]] {{new}} |
− | * [[Documentation/{{documentation/version}}/Developers/Build_Instructions#Setup_git-svn_bridge|Commit change sets]] | + | * [[Documentation/{{documentation/version}}/Developers/Build_Instructions#Setup_git-svn_bridge|Commit change sets]] {{new}} |
<hr> | <hr> | ||
Line 10: | Line 10: | ||
* [[Documentation/{{documentation/version}}/Developers/Modules#Scripted_Modules|Create a Scripted module or extension]] | * [[Documentation/{{documentation/version}}/Developers/Modules#Scripted_Modules|Create a Scripted module or extension]] | ||
* [[Documentation/{{documentation/version}}/Developers/EditorExtension|Create an Editor effect]] | * [[Documentation/{{documentation/version}}/Developers/EditorExtension|Create an Editor effect]] | ||
− | * [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle module(s) into a Slicer extension]] | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle module(s) into a Slicer extension]] |
* [[Documentation/{{documentation/version}}/Developers/Tutorials/SelfTestModule|Write a Self Test Module]] {{new}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/SelfTestModule|Write a Self Test Module]] {{new}} | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/UploadTestData|Upload test data on Midas]] {{new}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/UploadTestData|Upload test data on Midas]] {{new}} | ||
Line 16: | Line 16: | ||
<hr> | <hr> | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]] | ||
− | * [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentExtension|Document an extension]] | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentExtension|Document an extension]] |
<hr> | <hr> | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]]{{updated}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]]{{updated}} |
Revision as of 18:23, 9 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
- 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