Difference between revisions of "Documentation/4.1/Developers/Tutorials"
From Slicer Wiki
(Undo revision 27047 by JChris.FillionR (Talk)) |
m (→HOW TO) |
||
Line 15: | Line 15: | ||
* [[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/ContributePatch|Contribute a patch]] | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/QtDesigner|Use custom widgets in Qt Designer]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/QtDesigner|Use custom widgets in Qt Designer]] |
Revision as of 07:37, 15 June 2012
Home < Documentation < 4.1 < Developers < TutorialsHOW TO
- Setup QtCreator with Slicer
- Describes how to make a (Slicer / Qt) loadable module that is compiled outside of the slicer build tree.
- Describes how to take your command line module or loadable module and turn it into an extension for Slicer 4.1
- Hints for debugging or narrowing down run time issues.
- Prerequisites, Notes, Coding style and step-by-step