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

Optimize models updates

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        For Gerrit Dashboard: QTBUG-110944
        # Subject Branch Project Status CR V

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes