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

Qt 5 to-do's in QListView

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.0.0 Beta 1
    • None
    • Widgets: Itemviews
    • None

      There are a couple of Qt 5 to-do comments in QListView:

      qtbase/src/widgets/itemviews/qlistview.cpp
      /*!
          \internal
      
          Called whenever items from the view is dropped on the viewport.
          The \a event provides additional information.
      */
      void QListView::internalDrop(QDropEvent *event)
      {
          // ### Qt5: remove that function
          Q_UNUSED(event);
      }
      
      /*!
          \internal
      
          Called whenever the user starts dragging items and the items are movable,
          enabling internal dragging and dropping of items.
      */
      void QListView::internalDrag(Qt::DropActions supportedActions)
      {
          // ### Qt5: remove that function
          Q_UNUSED(supportedActions);
      }
      
      qtbase/src/widgets/itemviews/qlistview_p.h
          // ### FIXME: see if we can move the members into the dynamic/static classes
      

      If these comments can be handled without breaking source-compatibility, they should be actioned for Qt 5.0.0. If not, they should be removed or changed to Qt 6 to-do's.

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

            stephen.kelly Stephen Kelly (Unused account) (Inactive)
            jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes