QTreeView track ended dragEvent outside application window?
Solved
General and Desktop
-
Hello so I have a QTreeView and when i perform a dragevent and drag outside the application window i still see the dragged item till mouse release, but certainly how can i get the information when this drag was aborted/the mouse was released???
I need this information to repaint the QTreeView on mouse release/drag abort.
Thanks for the help. :)
-
In this case you can try
This event occures when you drag and move over your area but dont drop it there and leave your widget instead (because the drag'n'drop belongs to some other window / app)
-