Difference between revisions of "Documentation/Nightly/Developers/Tutorials"
From Slicer Wiki
m |
|||
Line 1: | Line 1: | ||
<noinclude>{{documentation/versioncheck}}</noinclude> | <noinclude>{{documentation/versioncheck}}</noinclude> | ||
− | <span style="color: #555555; font-size: 18px; font-weight: bold;">How | + | <span style="color: #555555; font-size: 18px; font-weight: bold;">Source code How-tos</span> |
---- | ---- | ||
Line 9: | Line 9: | ||
: [[Slicer:git-svn#Integrating_topic_from_external_contributor|Integrate topic from external contributor]] | : [[Slicer:git-svn#Integrating_topic_from_external_contributor|Integrate topic from external contributor]] | ||
<hr> | <hr> | ||
+ | <span style="color: #555555; font-size: 18px; font-weight: bold;">Module How-tos</span> | ||
<!-- | <!-- | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/CreateExtension|Create an extension]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/CreateExtension|Create an extension]] | ||
Line 20: | Line 21: | ||
: [[Documentation/{{documentation/version}}/Developers/Build_system/Remote_Module|Add or Update a Remote module]] {{new}} | : [[Documentation/{{documentation/version}}/Developers/Build_system/Remote_Module|Add or Update a Remote module]] {{new}} | ||
<hr> | <hr> | ||
+ | <span style="color: #555555; font-size: 18px; font-weight: bold;">Testing How-tos</span> | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/SelfTestModule|Write a Self Test Module]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/SelfTestModule|Write a Self Test Module]] | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/UploadTestData|Upload test data on Midas]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/UploadTestData|Upload test data on Midas]] | ||
<hr> | <hr> | ||
+ | <span style="color: #555555; font-size: 18px; font-weight: bold;">Documentation How-tos</span> | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]] | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentExtension|Document an extension]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentExtension|Document an extension]] | ||
<hr> | <hr> | ||
+ | <span style="color: #555555; font-size: 18px; font-weight: bold;">Extension How-tos</span> | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/ObtainExtensionServerApiKey|Obtain an API key to submit on the extension server]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/ObtainExtensionServerApiKey|Obtain an API key to submit on the extension server]] | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/Contribute_Extension_Description_File|Contribute an extension description file]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/Contribute_Extension_Description_File|Contribute an extension description file]] | ||
Line 31: | Line 35: | ||
: [[Documentation/{{documentation/version}}/Developers/Build_ExtensionsIndex|Build an ExtensionsIndex]] {{wip}} | : [[Documentation/{{documentation/version}}/Developers/Build_ExtensionsIndex|Build an ExtensionsIndex]] {{wip}} | ||
<hr> | <hr> | ||
+ | <span style="color: #555555; font-size: 18px; font-weight: bold;">Porting How-tos</span> | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/PortingCLIToITKv4|Port a CLI to ITKv4]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/PortingCLIToITKv4|Port a CLI to ITKv4]] | ||
<hr> | <hr> | ||
+ | <span style="color: #555555; font-size: 18px; font-weight: bold;">Dev How-tos</span> | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Setup QtCreator to develop Slicer application or modules]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Setup QtCreator to develop Slicer application or modules]] | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup|Setup a dashboard]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup|Setup a dashboard]] | ||
+ | : [[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> | ||
+ | <span style="color: #555555; font-size: 18px; font-weight: bold;">Debugging How-tos</span> | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/Debug Instructions|Use debugger with Slicer application]] | : [[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/Troubleshooting|Troubleshoot issues such as crash, or memory leaks]] | ||
: [[Documentation/{{documentation/version}}/Developers/Tutorials/MemoryManagement|Prevent memory leaks - VTK, Python and reference counting]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/MemoryManagement|Prevent memory leaks - VTK, Python and reference counting]] | ||
− | |||
− | |||
− | |||
− |
Revision as of 13:53, 22 April 2014
Home < Documentation < Nightly < Developers < Tutorials
For the latest Slicer documentation, visit the read-the-docs. |
Source code How-tos
- Checkout Slicer source
- Setup for Git development NEW
- Commit change sets
- Contribute a patch
- Integrate topic from external contributor
Module How-tos
- Create a CLI module or extension
- Create a Loadable module or extension
- Create a Scripted module or extension
- Create an Editor effect
- Bundle module(s) into a Slicer extension
- Build module outside of Slicer source tree
- Add or Update a Remote module NEW
Testing How-tos
Documentation How-tos
Extension How-tos
- Obtain an API key to submit on the extension server
- Contribute an extension description file
- Update an extension description file
- Build an ExtensionsIndex
Porting How-tos
Dev How-tos
- Setup QtCreator to develop Slicer application or modules
- Setup a dashboard
- Write a widget for Slicer and Qt Designer
- Use custom widgets in Qt Designer
- Load UI file from python
Debugging How-tos