Intermittent QPanGesture/QPinchGesture on QNX?
Mobile and Embedded
1
Posts
1
Posters
942
Views
1
Watching
-
Hi,
I've got a problem reliably catching QPanGestures/QPinchGestures from a QGLWidget. These work intermittently depending on the instance of the app (i.e. it works for one instance but not another).
I use setAttribute(Qt::WA_AcceptTouchEvents,true); in the constructors of the QGLWidget through to app level to accept these events.
Does anyone have any ideas please?