so whats the best solution for migrating all your old Pumpthread UIs to
2011? not sure if i want to go to using maya window QT method as i like
to use alot of the pyqt stuff for alot of functionaliy.
john
Chris G wrote:
cmds.window returns a string, which must then be used by Maya's qt
implementation to map to a qt widget. Does a python developer have any way
of accessing this handle as well?
Is there a way to get pyQt handles to the objects created this way?
Yes, it's possible. QObject.findChild could be used to look up the object
by name, or QApplication.topLevelWidgets if it's a window.
--
http://groups.google.com/group/python_inside_maya
To unsubscribe from this group, send email to
python_inside_maya+unsubscribegooglegroups.com or reply to this email with the words
"REMOVE ME" as the subject.