Referring to:
http://www.riverbankcomputing.com/pipermail/pyqt/2009-October/024845.html

> Windows does not get the drag events until the mouse is actually moved.
> Question 2: How should the inconsistency in drag events be handled?

I just want to share that I found a description of the differences
between Linux/OSX and Windows in the documentation for QDrag:

"Note: On Linux and Mac OS X, the drag and drop operation can take
some time, but this function does not block the event loop. Other
events are still delivered to the application while the operation is
performed. On Windows, the Qt event loop is blocked while during the
operation."

So, the solution was to implement similar functionality on my own to
get the desired behaviour. Joy!

/Stefan Larsson
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to