Quote Originally Posted by bigchiller View Post
What about dragEnterEvent and dragMoveEvent
You can reimplement them, but the default implementation is fine in most cases (and it's responsible for showing the drop indicator). The only reason for reimplementing them I know is when you want to decide if a drop on a particular item should be accepted depending on the contents of a particular drag.