Difference between revisions of "Documentation/4.0/Developers"

From Slicer Wiki
Jump to: navigation, search
Line 27: Line 27:
 
===HOW TO===
 
===HOW TO===
 
----
 
----
* [[Slicer4:Developers:Projects:QtSlicer/Tutorials/QtCreator|Use QtCreator]]
+
* [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Use QtCreator]]
 
: Setup QtCreator with Slicer
 
: Setup QtCreator with Slicer
  
* [[Slicer4:Developers:Projects:QtSlicer/Tutorials/ModuleWriting|Create a loadable module]]
+
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ModuleWriting|Create a loadable module]]
 
: See also presentation [[Media:QtPortInSlicer.ppt|QtPortInSlicer - How to write a module]]
 
: See also presentation [[Media:QtPortInSlicer.ppt|QtPortInSlicer - How to write a module]]
  
* [[Slicer4:Developers:Projects:QtSlicer/Tutorials/ExternalModuleWriting|Create an external loadable module]]
+
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ExternalModuleWriting|Create an external loadable module]]
 
: Describes how to make a (Slicer / Qt) loadable module that is compiled outside of the slicer build tree.
 
: Describes how to make a (Slicer / Qt) loadable module that is compiled outside of the slicer build tree.
  
* [[Slicer4:Developers:Projects:QtSlicer/Tutorials/ExtensionWriting|Create an extension]]
+
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ExtensionWriting|Create an extension]]
  
* [[Slicer4:QtPort/Tutorials|Debug]]
+
* [[Documentation/{{documentation/version}}/Developers/Tutorials|Debug]]
 
: How to debug Slicer (linux-only).
 
: How to debug Slicer (linux-only).
  
* [[Slicer4:Developers:Projects:QtSlicer/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
  
* [[Slicer4:Developers:Projects:QtSlicer/Tutorials/QtDesigner|Use custom widgets in Qt Designer]]
+
* [[Documentation/{{documentation/version}}/Developers/Tutorials/QtDesigner|Use custom widgets in Qt Designer]]
  
* [[Slicer4:Developers:Projects:QtSlicer/Tutorials/PythonAndUIFile|Use UI file from Slicer python]]
+
* [[Documentation/{{documentation/version}}/Developers/Tutorials/PythonAndUIFile|Use UI file from Slicer python]]
  
  

Revision as of 03:19, 2 November 2011

Home < Documentation < 4.0 < Developers

Documentation

Compile/Install


Compiling and installing Slicer from source.

Mailing List


Intended for the discussion of programming related questions.

HOW TO


Setup QtCreator with Slicer
See also presentation QtPortInSlicer - How to write a module
Describes how to make a (Slicer / Qt) loadable module that is compiled outside of the slicer build tree.
How to debug Slicer (linux-only).
Prerequisites, Notes, Coding style and step-by-step


Design & Implementation


Objects and their organization. MRML Library provides API for managing medical image data type.
Details how displayable manager works.
Presents the underlying infrastructure.
Details how Slicer is built and packaged.


Miscellaneous


Set of screenshots showing the different Slicer components.
This page serves as a MediaWiki sandbox.