Difference between revisions of "2010 Summer Project Week PythonQt"
From NAMIC Wiki
(Created page with '__NOTOC__ <gallery> Image:PW-MIT2010.png|Back to Projects List Image:Gcs_head.jpg|Dicom-RT strucutres. </gallery> ==Key Investigators== * I…') |
|||
Line 2: | Line 2: | ||
<gallery> | <gallery> | ||
Image:PW-MIT2010.png|[[2010_Summer_Project_Week#Projects|Back to Projects List]] | Image:PW-MIT2010.png|[[2010_Summer_Project_Week#Projects|Back to Projects List]] | ||
− | Image: | + | Image:CtkPythonShell-in-SlicerQT.png|Example Python Shell session with only a subset of QtGui exposed. |
</gallery> | </gallery> | ||
Revision as of 18:56, 3 June 2010
Home < 2010 Summer Project Week PythonQtKey Investigators
- Isomics: Steve Pieper
- Kitware: Jc
Objective
A ctkPythonShell widget [1] is based on the example given in PythonQt and is already included in SlicerQT.
Our goal is to enable a usable subset of QtGui capability via python (currently on a basic subset is available).
Approach, Plan
First we should have a stand alone example in CTK, then this will be exposed in slicer. A few issues about how options for external projects should be handled when nested in external projects (PythonQt is an external project of CTK, which is an external project of Slicer4).
Progress
TBA