On Sunday 04 December 2005 6:15 pm, Torsten Marek wrote: > Phil Thompson schrieb: > > Tonight's PyQt4 snapshot has the QtGui module 99% complete. This means > > PyQt4 is now officially useful, but note the following... > > > > - untested on Windows > > - untested against Qt v4.1 > > - untested against GCC v4 > > > > The Qt tutorials have been ported to Python as has the application.py > > example. A really useful thing for people to do now would be to port as > > many of the other Qt examples as possible and send them to me for > > inclusion. Please follow the coding style I've used. > > Hi Phil, > > the functions QSizePolicy.setHorizontalStretch and > QSizePolicy.setVerticalStretch need an uchar as argument. What is the > Python datatype used for that, or should the functions take ints?
They should take ints/uints. Thanks, Phil _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
