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

Change QAbstractItemView::startDrag() to a QEvent

    XMLWordPrintable

Details

    Description

      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.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes