Stopping QDrag
-
I have an application where I need to stop an active drag.
The Drag & Drop works just fine, but I need to be able to stop it while dragging the content in case a custom event arrives.
So far I've tried to manually send a keypress event to the QDrag object, to the application, to the widget the drag is started in (pressing escape while dragging stops the d&d) but it does not work.Any help is appreciated
-
Hi,
This is a very old thread. Try posting in new thread instead.