Difference between revisions of "Documentation/4.1/Developers/Tutorials"
From Slicer Wiki
m (→HOW TO) |
(→HOW TO) |
||
Line 9: | Line 9: | ||
<hr> | <hr> | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]] | ||
− | + | <hr> | |
* [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Setup QtCreator to develop Slicer application or modules]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Setup QtCreator to develop Slicer application or modules]] | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup|Setup a dashboard]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup|Setup a dashboard]] | ||
− | + | <hr> | |
* [[Documentation/{{documentation/version}}/Developers/Tutorials/Debug Instructions|Use debugger with Slicer application]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/Debug Instructions|Use debugger with Slicer application]] | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/Troubleshooting|Troubleshoot Slicer narrowing down issues such as crash, or memory leaks]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/Troubleshooting|Troubleshoot Slicer narrowing down issues such as crash, or memory leaks]] | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/MemoryManagement|Prevent memory leaks]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/MemoryManagement|Prevent memory leaks]] | ||
− | + | <hr> | |
* [[Documentation/{{documentation/version}}/Developers/Tutorials/WidgetWriting|Write a Widget for Slicer and Qt Designer]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/WidgetWriting|Write a Widget for Slicer and Qt Designer]] | ||
: Prerequisites, Notes, Coding style and step-by-step | : Prerequisites, Notes, Coding style and step-by-step | ||
− | |||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/QtDesigner|Use custom widgets in Qt Designer]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/QtDesigner|Use custom widgets in Qt Designer]] | ||
− | |||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/PythonAndUIFile|Load UI file from python]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/PythonAndUIFile|Load UI file from python]] | ||
− | + | <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] |
Revision as of 18:26, 16 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 your module(s) into a Slicer extension
- Use debugger with Slicer application
- Troubleshoot Slicer narrowing down issues such as crash, or memory leaks
- Prevent memory leaks
- Prerequisites, Notes, Coding style and step-by-step