[solved]qt.labs.gestures is not installed
QML and Qt Quick
3
Posts
2
Posters
1.1k
Views
2
Watching
-
hi,
When I imported "qt.labs.gestures" , "qt.labs.gestures is not installed" error happened. So how can i resolve it?
Please help me!
Thanks -
hi,
When I imported "qt.labs.gestures" , "qt.labs.gestures is not installed" error happened. So how can i resolve it?
Please help me!
Thanks@beidaochuan
GestureArea
has been discontinued. UsePinchArea
instead. More information here. -
@beidaochuan
GestureArea
has been discontinued. UsePinchArea
instead. More information here.@p3c0 Thanks a lot.