def dragLeaveEvent(self, event): """ Handle 'Drag Leave' event. """ B3App.Instance().setOverrideCursor(QCursor(Qt.ArrowCursor))