I was waiting for 4.6 to offer something new in the area of model-view architecture and did not find any changes, at least in the documentation. Hope that I missed smth!

I have a view of over 10^6 entries in the file that I am showing in a treeview (3 columns).

I had to implement my own paging because Qt model shows all top-level items on the start, which makes showing that # of items using default Qt mechanics impossible.

Can anybody suggest a better Qt-based way of showing that many entries? Oh, how I miss virtual lists in C#...