Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.0.0 Beta 2, 5.1.0
-
Fix Version/s: 5.2.0
-
Component/s: GUI: Window management
-
Labels:
-
Environment:Mac
-
Platform/s:
-
Commits:fbfc8ffbf39e2e7a540d4d576ec61bea7db63416
Description
I have a QGraphicsView and call grabGesture(Qt::PinchGesture) in the constructor, but "bool event(QEvent *e)" is never called with "(e->type() == QEvent::Gesture)".
Code can be found at https://bitbucket.org/bjornpiltz/gltests.
It is a minimal example wich works with Qt 4.8. (You need a trackpad to pinch.)