Difference between revisions of "Documentation/Nightly/Developers/Tutorials"
From Slicer Wiki
m |
|||
Line 31: | Line 31: | ||
<span style="color: #555555; font-size: 18px; font-weight: bold;">Extension How-tos</span> | <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/ | + | : [[Documentation/{{documentation/version}}/Developers/Tutorials/Contribute_Extension_Description_File_using_Extension_Wizard|Contribute an extension description file using the wizard]] {{new}} |
: [[Documentation/{{documentation/version}}/Developers/Tutorials/Contribute_Extension_Description_File#Requesting_an_extension_update|Update an extension description file]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/Contribute_Extension_Description_File#Requesting_an_extension_update|Update an extension description file]] | ||
: [[Documentation/{{documentation/version}}/Developers/Build_ExtensionsIndex|Build an ExtensionsIndex]] {{wip}} | : [[Documentation/{{documentation/version}}/Developers/Build_ExtensionsIndex|Build an ExtensionsIndex]] {{wip}} |
Revision as of 04:25, 4 June 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 using the wizard NEW
- 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