[Development] Tracking global position of a QtQuick 2 item

Nils Jeisecke njeisecke at saltation.de
Wed Dec 14 14:12:50 CET 2011


Hi,

it is currently not possible (at least I haven't yet found a way) to
track the global position of an item inside a
QGraphicsScene/SceneGraph.
Of course you can bind to x and y but those properties won't change if
a parent of the item moves. So the map functions do not really help
here.

See: http://developer.qt.nokia.com/forums/viewthread/10013

Would it be reasonable to make globalX, globalY read only properties
available to QtQuick 2 items?

Nils



More information about the Development mailing list