Difference between revisions of "Documentation/Nightly/Developers/Tutorials"
From Slicer Wiki
Line 67: | Line 67: | ||
: How to setup QtCreator, setup dashboard, work with QtDesigner, port modules | : How to setup QtCreator, setup dashboard, work with QtDesigner, port modules | ||
</includeonly><noinclude><hr> | </includeonly><noinclude><hr> | ||
− | <span style="color: #555555; font-size: 18px; font-weight: bold;"> | + | <span style="color: #555555; font-size: 18px; font-weight: bold;">Misc 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]] | ||
: [[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]] |
Revision as of 21:40, 17 June 2016
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
- Document a module
- Document an extension
- Wiki Cheat sheet: Useful templates NEW
- Create wiki account NEW
- Web pages update here
Extension How-tos
- Obtain an API key to submit on the extension server
- Contribute an extension description file using the wizard NEW
- Manually contributing an extension description file
- Build an extension
- Package an extension
- Upload an extension
- Build an ExtensionsIndex
Misc How-tos
- Port a CLI to ITKv4
- 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