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

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

XMLWordPrintable

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes