Difference between revisions of "Documentation/4.1/Developers/Tutorials"
From Slicer Wiki
m |
|||
Line 3: | Line 3: | ||
* [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|Create a CLI module or extension]] | * [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|Create a CLI module or extension]] | ||
− | * [[Documentation/{{documentation/version}}/Developers/Modules#Loadable_Modules|Create a Loadable module | + | * [[Documentation/{{documentation/version}}/Developers/Modules#Loadable_Modules|Create a Loadable module]] |
− | * [[Documentation/{{documentation/version}}/Developers/Modules#Scripted_Modules|Create a Scripted module | + | * [[Documentation/{{documentation/version}}/Developers/Modules#Scripted_Modules|Create a Scripted module]] |
* [[Documentation/{{documentation/version}}/Developers/EditorExtension|Create an Editor effect]] | * [[Documentation/{{documentation/version}}/Developers/EditorExtension|Create an Editor effect]] | ||
− | |||
− | |||
<hr> | <hr> | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]]{{new}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]]{{new}} | ||
− | |||
<hr> | <hr> | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]]{{updated}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]]{{updated}} | ||
− | |||
− | |||
− | |||
− | |||
<hr> | <hr> |
Revision as of 16:09, 31 October 2012
Home < Documentation < 4.1 < Developers < TutorialsHow To
- Create a CLI module or extension
- Create a Loadable module
- Create a Scripted module
- Create an Editor effect
- Contribute a patch UPDATED
- 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