Arno Paehler <[EMAIL PROTECTED]> writes:

> The last argument to your QScrollView.__init__ should be a flag (i.e. an
> integer) if I am not mistaken - I can reproduce the same error with a
> QWidget.__init__ if I replace the flags by None - None is a very peculiar
> Python Object and probably not converted to an int = 0 as you presumably
> expect.

Ok, thanks.

What about the general case? Given that Qt is documented (and superbly so)
only as C++ classes; how do I map the C++ method prototypes to
corresponding Python methods.

/Jesper
-- 
-------------------------------------------------------------------------
Jesper Eskilson                                         [EMAIL PROTECTED]
Virtutech                                         http://www.virtutech.se
-------------------------------------------------------------------------



_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to