Difference between revisions of "Documentation/4.1/Developers/Tutorials"
From Slicer Wiki
m (→HOW TO) |
m (→HOW TO) |
||
Line 9: | Line 9: | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]] | ||
* [[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/Debug Instructions|Debug]] or [[Documentation/{{documentation/version}}/Developers/Tutorials/Troubleshooting|Troubleshoot Slicer]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/Debug Instructions|Debug]] or [[Documentation/{{documentation/version}}/Developers/Tutorials/Troubleshooting|Troubleshoot Slicer]] | ||
Line 21: | Line 18: | ||
* [[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| | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/PythonAndUIFile|Load UI file from python]] |
* [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup|Setup a dashboard]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup|Setup a dashboard]] |
Revision as of 16:07, 15 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
- Contribute a patch
- Setup QtCreator to develop Slicer application or modules
- Hints for debugging or narrowing down run time issues.
- Prerequisites, Notes, Coding style and step-by-step