Finding the coordinates of an item
-
You can use Item's mapToItem function to convert local coordinates to view coordinates (http://doc.qt.nokia.com/4.7/qml-item.html#mapToItem-method).
Regards,
Michael -
I'd like to get the x and y of the application's coordinates.
Say a flickable item containing a textinput. The text input can be either at the bottom of the screen, or at the top of the screen if user flick it up. These two different situation should get different y.
Maybe Michael is right, but only works in C++ code?