[Interest] how do I load massive table views instantly?

Francis Herne mail at flherne.uk
Mon Jun 8 22:37:42 CEST 2020


On Friday, 5 June 2020 17:23:37 BST David M. Cotter wrote:
> >>> What table view are you talking about, specifically?
> >> 
> >> QTableView with QSortFilterProxyModel
> > 
> > What is the model _behind_ QSFPM?
> 
> i'm trying to understand your question. i'm not sure what you mean, cuz i'm
> not the SQLite dev what i know is that each song has a couple dozen bits of
> data (name, artist, album, several file paths, rating, duration etc etc)
> besides that, what are you asking?=

QSortFilterProxyModel is a *proxy* that makes other models sortable.  it only 
works when its `sourceModel` property is set to an instance of a different 
model class that actually contains the data.




More information about the Interest mailing list