Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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..
Since it's a SQL table, why not use QTableView + QSqlTableModel ?