PDA

View Full Version : how to ignore parent qml item scale?



waiter
10th July 2013, 10:03
I want to scale parent qml item,but I don't want to scale the child item (QML Text Element),so what should I do?? I know QGraphicsItem::ItemIgnoresTransformations,but I don't want to use QDeclarativeItem in C++.