[Qt-qml] Convertion between element co-ordinate spaces

Martin Jones martin.jones at nokia.com
Tue Mar 23 23:33:09 CET 2010


On Wednesday 24 March 2010, Malmqvist Mathias (Nokia-SU/London) wrote:
> Hi guys,
>
> Is there any easy and official way to convert between the coordinate spaces
> of different QML element, especially ones that are not siblings or
> inside/outside flickable views?

Item::mapFromItem() and Item::mapToItem()

http://qt.nokia.com/doc/4.7-snapshot/qml-item.html#mapFromItem-method

-- 
Martin.



More information about the Qt-qml mailing list