Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

[Problem] dragMoveEvent doesn't occur unless I drag quickly.

$
0
0
I can drag and drop, but unless at some point in the drag I drag quickly I will never get dragMoveEvent or dragDropEvent. Changing the following didn’t help: QApplication::setStartDragTime(60) ; QApplication::setStartDragDistance(2); Once it gets dragged quickly, that drag starts getting the drag events, even if dragged slowly. The next time I drag though I have to drag quickly again to start getting events. Any ideas for what I can do about this?

Viewing all articles
Browse latest Browse all 13965

Trending Articles