Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
d9c5d0698109c39547ee23a883b88a48a4f9f8e1
Description
Calling
setFlag(QGraphicsItem::ItemSendsScenePositionChanges, true);
will neither cause
qDebug() << "flags: " << flags();
to report that the flag is set, nor getting actual scene position changes notified in the QGraphicsView::itemChange virtual function. The attahced example use a QDeclarative item exposed to QML with this flag set - but without the desired side-effect.