Hi,

Is there any way to know if a drag is in progress during a mouseMoveEvent?

I used the example found in the documentation to implement dragging only
after the user moved the mouse on a minium distance. However, this creates
and execs multiple QDrag when the user continues moving the mouse.

Do I need to use a global flag to know if a drag is in progress?? It seems
there is no other way to do, which is weird.

Thanks,

Etienne (Qt 4.8.1)
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to