[solve] Can't make work gesture example
-
Hi,
I'm running on a mac and I've got a magic trackpad. I've played with classic qt example like fingerpaint, knob ... But I can't play with the qml one. I just got tap and hold gesture whatever i do. Is it normal ? Does it possible to play with my magic trackpad on windows/linux with Qt ?
Thanks
-
Check this links:
- "Getting in touch with Qt Quick: Gestures and QML":http://labs.qt.nokia.com/2010/10/05/getting-in-touch-with-qt-quick-gestures-and-qml/
- "Using Multi-Touch and Gestures with Qt":http://qt.nokia.com/developer/learning/online/talks/archive/developerdays2009/tech-talks/using-multi-touch-and-gestures-with-qt/
-
Qt Quick 1.1 will include a new "PinchArea element":http://doc.qt.nokia.com/4.7-snapshot/qml-pincharea.html, which should work well with the magic trackpad out-of-the-box.
In the meantime, does passing -experimentalgestures to QMLViewer help?
Regards,
Michael