You could implement QWidget::dropEvent() in the widget accepting the drop and tell the delegate drop coordinates there.
On another hand, why the delegate needs to know the position?
It should be the accepting widget that is interested in what is dropped and where.




Reply With Quote
Bookmarks