Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.7.0
-
None
Description
As Qt more and more puts it's focus to the mobile sector, basic components like the ListView are getting very important (as used in nearly every mobile application). Unfortunately there seems to be no pull-to-refresh handler that can be used easily with ListView's. Implementing a own pull-to-refresh functionality similar to Google's swipe-to-refresh pattern (https://material.google.com/patterns/swipe-to-refresh.html) is possible, but in my opinion unnecessary difficult, as the user has to deal with a lot of things. (It gets even more complicated when MouseArea's are used in the ListView's delegate). It would be cool to have such a thing directly implemented by the Qt framework.
Attachments
Issue Links
- relates to
-
QTBUG-38515 Allow custom bounds behaviors for Flickable
- Closed