[Qt-qml] 2d table view
Christian Kamm
christian.d.kamm at nokia.com
Mon Apr 26 10:18:30 CEST 2010
Hi,
I want to show a flickable tile-based map view. The GridView element seems not
to be designed for for this usecase: it shows only one-dimensional models and,
more importantly, adjusts the number of shown columns to fit the view width.
If I put a Grid into a Flickable, performace goes down drastically: all the
elements in the grid are instantiated, no matter if visible or not.
This usecase sounds like an ideal candidate for a two-dimensional model and a
'TableView'. Are there plans to build such a component? Is someone working on
it already? Is there a good way to achieve this behavior today?
Cheers,
Christian
More information about the Qt-qml
mailing list