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?
↧