Difference between revisions of "Documentation/Nightly/Developers/Tutorials"
From Slicer Wiki
m |
m |
||
Line 2: | Line 2: | ||
---- | ---- | ||
− | + | : [[Documentation/{{documentation/version}}/Developers/Build_Instructions#CHECKOUT_slicer_source_files|Checkout Slicer source]] {{new}} | |
− | + | : [[Documentation/{{documentation/version}}/Developers/DevelopmentWithGit|Setup for Git development]] {{new}} | |
− | + | : [[Documentation/{{documentation/version}}/Developers/Build_Instructions#Git|Commit change sets]] | |
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]] | |
− | + | : [[Slicer:git-svn#Integrating_topic_from_external_contributor|Integrate topic from external contributor]]{{new}} | |
<hr> | <hr> | ||
<!-- | <!-- | ||
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/CreateExtension|Create an extension]] {{new}} | |
--> | --> | ||
<!-- | <!-- | ||
− | + | : [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|Create a CLI module or extension]] | |
− | + | : [[Documentation/{{documentation/version}}/Developers/Modules#Loadable_Modules|Create a Loadable module or extension]] | |
− | + | : [[Documentation/{{documentation/version}}/Developers/Modules#Scripted_Modules|Create a Scripted module or extension]] | |
--> | --> | ||
− | + | : [[Documentation/{{documentation/version}}/Developers/EditorExtension|Create an Editor effect]] | |
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle module(s) into a Slicer extension]] {{updated}} | |
− | + | : [[Documentation/{{documentation/version}}/Developers/Build_Module|Build module outside of Slicer source tree]] {{new}} | |
<hr> | <hr> | ||
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/SelfTestModule|Write a Self Test Module]] {{new}} | |
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/UploadTestData|Upload test data on Midas]] {{new}} | |
<hr> | <hr> | ||
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]] | |
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentExtension|Document an extension]] | |
<hr> | <hr> | ||
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/ObtainExtensionServerApiKey|Obtain an API key to submit on the extension server]] {{updated}} | |
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/Contribute_Extension_Description_File|Contribute an extension description file]]{{new}} | |
<hr> | <hr> | ||
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/PortingCLIToITKv4|Port a CLI to ITKv4]]{{new}} | |
<hr> | <hr> | ||
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Setup QtCreator to develop Slicer application or modules]] | |
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup|Setup a dashboard]] | |
<hr> | <hr> | ||
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/Debug Instructions|Use debugger with Slicer application]] | |
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/Troubleshooting|Troubleshoot issues such as crash, or memory leaks]] | |
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/MemoryManagement|Prevent memory leaks]] | |
<hr> | <hr> | ||
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/WidgetWriting|Write a widget for Slicer and Qt Designer]] | |
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/QtDesigner|Use custom widgets in Qt Designer]] | |
− | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/PythonAndUIFile|Load UI file from python]] | |
<hr> | <hr> | ||
− | + | : [http://www.na-mic.org/Wiki/index.php/Projects:MATLABSlicerExampleModule Pass data between Slicer and Matlab]{{experimental}} |
Revision as of 14:17, 13 June 2013
Home < Documentation < Nightly < Developers < TutorialsHow To
- Checkout Slicer source NEW
- Setup for Git development NEW
- Commit change sets
- Contribute a patch
- Integrate topic from external contributor NEW
- Create an Editor effect
- Bundle module(s) into a Slicer extension UPDATED
- Build module outside of Slicer source tree NEW
- Obtain an API key to submit on the extension server UPDATED
- Contribute an extension description file NEW
- Use debugger with Slicer application
- Troubleshoot issues such as crash, or memory leaks
- Prevent memory leaks
- Write a widget for Slicer and Qt Designer
- Use custom widgets in Qt Designer
- Load UI file from python
- Pass data between Slicer and Matlab Experimental