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

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

XMLWordPrintable

      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().

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes