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

QItemSelectionModel::is[Row|Column]Selected(): Make this more efficent by only checking ranges for the requsted row/column

    XMLWordPrintable

Details

    Description

      QItemSelectionModel::is[Row|Column]Selected(): Make this more efficent by only checking ranges for the requsted row/column. Currently when it goes over each column/row to find out if all the items in that row/column are actually selected, it does this for every single possible range in the list. It could be more efficent if the list of ranges was preprocessed first to only contain the row/column that is actually being checked against.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            andysh Andy Shaw
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes