Janos Blazi wrote: > > Let us assume that <tmp> is a sequence of QPoint objects and p is a QPainter > instance. > > If I make the call > p.drawLineSegments(QPointArray(tmp)) > as documented (and sensible), I get an error message.
There is no QPointArray ctor that takes a list of QPoint objects. There is a QPointArray ctor that takes a list of integers. > If I build the QPointArray manually with setPoint, everything works nice. Is > this a bug? Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
