Difference between revisions of "Documentation/4.1/Developers/Tutorials"
From Slicer Wiki
m (→HOW TO) |
m (→HOW TO) |
||
Line 26: | Line 26: | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/PythonAndUIFile|Load UI file from python]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/PythonAndUIFile|Load UI file from python]] | ||
<hr> | <hr> | ||
− | * [http://www.na-mic.org/Wiki/index.php/Projects:MATLABSlicerExampleModule Pass data between Slicer and Matlab] | + | * [http://www.na-mic.org/Wiki/index.php/Projects:MATLABSlicerExampleModule Pass data between Slicer and Matlab]{{experimental}} |
Revision as of 15:47, 20 June 2012
Home < Documentation < 4.1 < Developers < TutorialsHOW TO
- Bundle module(s) into a Slicer extension NEW
- Create a CLI module
- Create a Loadable module
- Create a Scripted module
- Create an Editor effect
- 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