pyqt  

[PyQt] ScaleX, ScaleY

Jason H
Fri, 29 Jan 2010 08:37:59 -0800

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.


      

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt