On Monday 17 September 2007, Anthony Heading wrote: > Hi, > > We're migrating some code from PyQt3, and have discovered that > QWindowMime doesn't seems to exist in PyQt4? Is there a reason > for that? Would it be difficult to add, or is there an > alternative?
The Qt4 version has a different API that uses Windows types that aren't wrapped. It may be possible to wrap a useful subset - but I'm not qualified to define "useful". What exactly would need to be implemented to give you what you need? Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
