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.


_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to