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.