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

Optimize models updates

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • 6.5.2, 6.6
    • None
    • Quick: Effect Maker
    • None
    • a6d672c79 (dev), 4ad725ded (6.5)

      In QQEM data models are mostly reseted (beginResetModel() and endResetModel()) while they should only be partially updated. One place where this affects usability is when node has a lot of properties and you want to move the last property to first (select settings icon on top-right corner of properties view). Every move will reset the properties model, so you need to scroll down after every move.

      There are many places where this could be done, but in this ticket do it for the most obvious ones and where model reseting causes issues.

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

            kagro Kaj Grönholm
            kagro Kaj Grönholm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes