[Development] GridView

Joshua Kolden joshua at crackcreative.com
Wed Apr 30 02:37:24 CEST 2014


I get strange scrolling behavior with QML's GridView on OSX with with a touchpad doing the typical two finger scrolling gesture.  Click drag seems to be doing what two finger click drag should be.  Is this a bug or am I missing a step?

Also I have a large data base (orm) of image assets that I display in the grid view and get periodic updates from the server with ‘windows’ of data about 1000 items long.  Any tips on segmenting ListModels to allow for continuos scrolling of large datasets like this?  Is it safe to just let the y displacement accumulate to very large numbers?

Thanks,
j




More information about the Development mailing list