QTableWidget with large dataset
Unsolved
General and Desktop
-
-
Hi,
Why a QTableWidget if you have a database ? A QTableView combined with a QSqlTableModel or even a QSqlQueryModel would allow you to load smaller amounts of data. You can then implement a moving window to get data of interests.