Difference between revisions of "Documentation/4.1/Developers/Tutorials"

From Slicer Wiki
Jump to: navigation, search
(Undo revision 27047 by JChris.FillionR (Talk))
Line 19: Line 19:
  
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/PythonAndUIFile|Use UI file from Slicer python]]
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/PythonAndUIFile|Use UI file from Slicer python]]
 +
 +
* [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup|Setup a dashboard]]
  
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/MemoryManagement|Avoid memory leaks]]
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/MemoryManagement|Avoid memory leaks]]
  
 
* [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 07:05, 15 June 2012

Home < Documentation < 4.1 < Developers < Tutorials

HOW 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