Hello Felipe,

The QML PinchArea element works just fine for me.
http://doc.qt.nokia.com/4.7-snapshot/qml-pincharea.html

There are two ways to use it:

- Set its pinch.target property which will make the target item to have 
automatic pinch-to-zoom effects (customizable)

- Listen to its onPinchStarted, onPinchUpdated, onPinchFinished signals and act 
accordingly. Note that in this case you will need to ensure that the PinchArea 
occupies the screen space you want it to occupy. (anchors can achieve this)

Cheers,
TImur


On Wed Jul 27 01:54:11 2011 Felipe Crochik wrote:

Has anybody figured out how to create a qml application that will process 
gestures (mainly Pinch)?
The 1.1 documentation suggests that you should use PinchArea but I haven't had 
any success with it.

Thanks in advance for any hints
Felipe


_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to