QPanGesture QML/Qt Quick alternative
Unsolved
QML and Qt Quick
-
Hello,
I need to integrate QML PinchArea with pan gesture. When I was developing QWidget applications I used QPanGesture. Recently I moved on to QML/Qt Quick and only alternative I found is experemental and development of the element is discontinued GestureArea QML Element. What else could I use in combination with PinchArea?
I'm running on embedded linux device.