[PyQt] ScaleX, ScaleY

Phil Thompson phil at riverbankcomputing.com
Fri Jan 29 16:55:11 GMT 2010


On Fri, 29 Jan 2010 08:37:45 -0800 (PST), Jason H <scorp1us at yahoo.com>
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


More information about the PyQt mailing list