Hi everybody out there! Is there any way to know when dragging some item of the tree view is finished? I see only QAbstractItemView::dropEvent, but I have to consider it can be canceled also. I need this to implement my own drop indicator, so I should know when to show it.
Bookmarks