Difference between revisions of "Documentation/4.1/Developers/Tutorials"
From Slicer Wiki
m |
m (→HOW TO) |
||
Line 2: | Line 2: | ||
---- | ---- | ||
− | |||
* [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|Create a CLI module]] | * [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|Create a CLI module]] | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/CreateLoadableModule|Create a Loadable module]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/CreateLoadableModule|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]] | ||
+ | * [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle module(s) into a Slicer extension]] {{new}} | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]]{{new}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]]{{new}} | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentExtension|Document an extension]]{{new}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentExtension|Document an extension]]{{new}} |
Revision as of 04:02, 22 June 2012
Home < Documentation < 4.1 < Developers < TutorialsHOW TO
- Create a CLI module
- Create a Loadable module
- Create a Scripted module
- Create an Editor effect
- Bundle module(s) into a Slicer extension NEW
- Document a module NEW
- Document an extension 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