Documentation/4.1/Developers/Tutorials
From Slicer Wiki
Revision as of 01:47, 5 June 2012 by JChris.FillionR (talk | contribs) (Created page with '* An introduction into plug-ins and extensions in Slicer * [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Use QtCreator]] : Setup QtCreator with Slicer…')
Home < Documentation < 4.1 < Developers < Tutorials
- An introduction into plug-ins and extensions in Slicer
- Setup QtCreator with Slicer
- Step by step tutorial to write C++ module
- 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