PDA

View Full Version : QDrag and Touchscreens



lmoreault
18th September 2013, 20:50
Hi,

I am currently trying to make my application with touchscreens and it seems like the QDrag class doesn't like touch screens.

It works perfectly using a mouse peripheral but it seams to stick at the QDrag::exec() call when I use the touchscreen (I don't see the pixmap drawn).

I even tried out the QT Provided demos seeing the same behavior.

Is this something that isn't provided by the QT Framework?
I use Qt 4.8.5

Thanks

qpogo
26th November 2013, 15:04
Hi lmoreault,

I have the same issue. Have you found the solution?

Thank you