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

QAbstractItemModel: When calling canFetchMore() what kind of scroll on the view just happened

    XMLWordPrintable

Details

    Description

      Inform the model when calling canFetchMore() what kind of scroll on the view just happened. This would mean that in the case of a model like the SQL ones, the rows don't need to be refetched if horizontal scrolling occurs. But at the moment if canFetchMore() is called, it will assume that it wants more rows, not more column type data. This would enable the model to be smarter about when it fetches data.

      Attachments

        Issue Links

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

          Activity

            People

              waterdomain Water Domain (Inactive)
              anshaw Andy Shaw (closed Nokia identity) (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes