Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
4.8.5, 5.3.0 Alpha
-
Windows 7 / 8.1 with a touch monitor.
-
Pass touch events 18a444c33074dd89f8855ad12dca1c55f566ff86 (stable, 1.4.2014, 5.3)
Description
Run the Gesture examples from,
qt5/qtbase/examples/widgets/gestures/imagegestures
Try pinch, swipe and pan. They dont work.
Modify example to add tap and tapandhold gestures,
grabGesture(Qt::TapGesture); grabGesture(Qt::TapAndHoldGesture);
Tap and TapAndHold gestures works.
Modify example to add, nativewindows attribute,
app.setAttribute(Qt::AA_NativeWindows);
Now 2 finger pan and 2 finger rotate works, and weirdly these gestures are treated as Pinch gestures.
Attachments
Issue Links
- replaces
-
QTBUG-38925 Image gestures example does not work
-
- Open
-