[PyKDE] PyQt / SIP v4 Snapshots for MacOS/X
Ricardo Javier Cardenes Medina
rcardenes at debian.org
Tue Oct 21 14:54:01 BST 2003
On Tue, Oct 21, 2003 at 12:02:58PM +0100, Phil Thompson wrote:
> It's a bug in my "manufacturing process". Add...
>
> typedef int Wid;
>
> ...to qwindowdefs_mac.sip
typedef int WId;
did it. Now it complains about not having Qt::HANDLE defined. I tried to
mimic _qws and added:
typedef void * HANDLE;
(checked qnamespace.h before to ensure that was the right definition),
but that didn't help.
More information about the PyQt
mailing list