PDA

View Full Version : Signal on not accepted Drops / MouseReleaseEvent during Drag?



0backbone0
29th August 2015, 10:39
Hi,

is there any Signal emitted if a Drop isn't accepted?
I Put a qDebug in both mouseReleaseEvent and dropEvent but without any luck.
The drop is only received if accepted, and it looks like mouseReleaseEvents are ignored during a drag operation.

Hi,

is there any Signal emitted if a Drop isn't accepted?
I Put a qDebug in both mouseReleaseEvent and dropEvent but without any luck.
The drop is only received if accepted, and it looks like mouseReleaseEvents are ignored during a drag operation.

Added after 39 minutes:

Apparently a dragLeaveEvent is emitted.
So it's all good now....