On Fri, Aug 6, 2010 at 3:01 PM, Dan Halbert <[email protected]> wrote: > I have been trying PySide 0.4.0. So far, it has worked fantastically well on > a bunch of code: I just replaced "PyQt4" with "PySide" and four out of five > GUI tools worked almost immediately, sometimes after correcting something > very minor that PyQt4 did not catch, such as an incorrect keyword arg name. > Wow, thanks, this is fantastic!
Thanks a lot! :) > > One difference I encountered: > > QPainter.drawLines() and other methods that take lists of various types have > several overloaded forms. PyQt4 handles these just fine, but PySide has > renames for these and also does not take varargs versions. See below. Is > this a deliberate design choice or a previous workaround that should now be > fixed (and I will file a bug)? Yes, please file a bug. This behaviour is weird. Probably our fault while creating the typesystem files. > Thanks, > Dan > > _______________________________________________ > PySide mailing list > [email protected] > http://lists.openbossa.org/listinfo/pyside > > _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
