QGraphicsPolygonItem - corner positions stay the same even when it moves
-
Hello and hope someone can help.
I create some QGraphicsPolygonItem objects, add them to the scene and move them around. Works great!
But when I look at the actual QPointF corner values of the QPolygonF they all remain the same no matter where I move them to.
How can I get the real position of the QGraphicsPolygonItem after it has been moved in the
Any help will be much appreciated
Phil -
"QGraphicsItem::mapToScene":http://developer.qt.nokia.com/doc/qt-4.8/qgraphicsitem.html#mapToScene-3