Confused... But now I get it. I searched on QGraphicsItem::setScale() then **some how** got to QGraphicsScale::setXScale() I thought it was a member of QGraphicsItem
Sorry! ----- Original Message ---- From: Phil Thompson <[email protected]> To: Jason H <[email protected]> Cc: [email protected] Sent: Fri, January 29, 2010 11:55:11 AM Subject: Re: [PyQt] ScaleX, ScaleY On Fri, 29 Jan 2010 08:37:45 -0800 (PST), Jason H <[email protected]> wrote: > Apparently only a single scale factor is supported. > > QGraphicsItem.setScale(qreal) > > The Qt API allows for independent X and Y scale factors. > QGraphicsItem.setXScale(qreal) > QGraphicsItem.setYScale(qreal) > > Can we get those supported? They aren't in Qt v4.6.1. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
