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

Improve performance of QItemSelection, -SelectionModel and -SelectionRange with Qt::ItemIsSelectable flag

    XMLWordPrintable

Details

    Description

      QItemSelection, QItemSelectionModel and QItemSelectionRange could improve performance by using Qt::ItemIsSelectable flag to a greater extent.
      Currently indexes passed in to the model may not be selectable and many function calls can therefore be saved by checking whether these indexes are selectable or not when inside functions like QItemSelectionModel::rowIntersectsSelection() and QItemSelectionModel::contains().

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            sanonymous Nokia Qt Support (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes