Did you ever get this solved? I'm struggling with the same problem.
Did you ever get this solved? I'm struggling with the same problem.
Did you set the Views defaultDropAction to Qt::MoveAction via setDefaultDropAction? If that doesn't work either you might try to create a custom view and reimplement mouseMoveEvent to start a drag yourself and delete the row after QDrag::exec
Bookmarks