[PyQt] ScaleX, ScaleY

Jason H scorp1us at yahoo.com
Fri Jan 29 16:37:45 GMT 2010


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? 

Thanks.


      



More information about the PyQt mailing list