> > > 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.
