Qt 6.11 is out! See what's new in the release
blog
QTableWidget with large dataset
-
-
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.