Difference between revisions of "Slicer3:Python:ScriptedModulesTipsNTricks"
From Slicer Wiki
(Structure) |
|||
| Line 1: | Line 1: | ||
| − | + | = Python Scripted Modules - Tips'N'Tricks = | |
| − | |||
This page shows tips and tricks for writing Python Scripted Modules in Slicer3. | This page shows tips and tricks for writing Python Scripted Modules in Slicer3. | ||
| − | + | == Adding a Logo to the Help&Acknowledgement Panel == | |
| − | + | == MRML Events == | |
| − | + | === Observe MRML Scene events === | |
| − | + | === Observe MRML Node events === | |
| − | + | === Use a custom MRML Node for your Scripted Module === | |
| − | + | == Using KWWidget Callbacks == | |
| − | + | == Writing Tests in Python == | |
Revision as of 00:59, 13 April 2011
Home < Slicer3:Python:ScriptedModulesTipsNTricksContents
Python Scripted Modules - Tips'N'Tricks
This page shows tips and tricks for writing Python Scripted Modules in Slicer3.