How to load postgresql table data to Qtablewidget?
Unsolved
General and Desktop
-
wrote on 1 Dec 2015, 12:05 last edited by vIJI 12 Jan 2015, 12:10
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 ?
1/2