> So, inside Maya, you can simply subclass PyQt UI and call the show(). And bam > you have it. > > from PyQt4 import QtGui > > myUI = QtGui.QMainWindow() > myUI.show() > > Assuming you have the correct PyQt version added to your python path of > course :)
Correct PyQt version built against the correct Qt version. -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
