On Wed, 21 Jan 2009 11:30:33 -0800, Brian Kelley <[email protected]> wrote: > You are having the same problem but in a slightly different way. It looks > like the manual you are using is wrong, btw. > > Here are the constructors for QGraphicsPolygonItem: > > http://doc.trolltech.com/4.4/qgraphicspolygonitem.html > > QGraphicsPolygonItem ( QGraphicsItem * parent = 0 ) > QGraphicsPolygonItem ( const QPolygonF & polygon, QGraphicsItem * parent = > 0 ) > > Note that neither take a scene. I wonder why your manual says that it > does?
Because it does - but the argument is obsolete. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
