I want to use pinch gesture zoom to make my text larger like from 12pt to 20pt. How can i do?
I want to use pinch gesture zoom to make my text larger like from 12pt to 20pt. How can i do?
Currently you can use GestureArea (http://doc.qt.nokia.com/4.7-snapshot...sturearea.html) for implementing a pinch gesture. Note that GestureArea is an experimental element that is not guaranteed to be available in future versions. Qt Quick 1.1 will have a PinchArea element (http://doc.qt.nokia.com/4.7-snapshot/qml-pincharea.html). However, Qt Quick 1.1 is not yet available in any device.
- Late