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