[PyKDE] PyQt / SIP v4 Snapshots for MacOS/X

Phil Thompson phil at riverbankcomputing.co.uk
Tue Oct 21 15:07:01 BST 2003


On Tuesday 21 October 2003 1:43 pm, Ricardo Javier Cardenes Medina wrote:
> 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.

Put typedef void *HANDLE in the Qt class in qnamespace.sip.

Phil




More information about the PyQt mailing list