Qt 6.11 is out! See what's new in the release
blog
How to load postgresql table data to Qtablewidget?
-
Hi,
I have two similar tables...one GUI ablewidget and another created through terminal...how to load postgresql table data to QTableWidget ?
Thank you in advance..
-
Hi,
Since it's a SQL table, why not use QTableView + QSqlTableModel ?