QSqlQueryModel didn't load all the rows?
General and Desktop
1
Posts
1
Posters
1.5k
Views
1
Watching
-
Hi all,
I have a QListView filled with a QSortFilterProxyModel which has a source model of QSqlQueryModel.
the problem is when i tried to filter the items in the list it didn't display all the related items in the DB table, because the QSqlQueryMOdel loaded only the items appeared in the listView.Is there any way filter according to all the Data not only the loaded ?