Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-2974

Change QAbstractItemView::startDrag() to a QEvent

XMLWordPrintable

      It would be nice if QAbstractItemView::startDrag() would not be a function but two QEvent's. Something like QDragStartEvent and QDragStopEvent which is being sent to the widget which starts dragging. So the QApplication and all eventFilter()'s of the drag source would be notified that dragging begins. The behavior of QAbstractItemView::startDrag() could be changed without the need to derive from QTreeView and QListView only to override it.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes