Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
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 ?