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

From Slicer Wiki
Jump to: navigation, search
Line 7: Line 7:
 
* [[Documentation/{{documentation/version}}/Developers/EditorExtension|Create an Editor effect]]
 
* [[Documentation/{{documentation/version}}/Developers/EditorExtension|Create an Editor effect]]
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle your module(s) into a Slicer extension]]
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle your module(s) into a Slicer extension]]
 
+
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]]
* [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Use QtCreator]]
+
* [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Setup QtCreator to develop Slicer application or modules]]
: Setup QtCreator with Slicer
 
  
 
* [[Documentation/{{documentation/version}}/Developers/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.
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ExtensionWriting|Create an extension]]
 
: Describes how to take your command line module or loadable module and turn it into an extension for Slicer {{documentation/version}}
 
 
  
 
* [[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 23: Line 18:
 
* [[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/Tutorials/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 16:06, 15 June 2012

Home < Documentation < 4.1 < Developers < Tutorials