For the purpose of visualizing data from a MySQL table, a QTableView is being used in conjunction with a QSqlTableModel. As the intention is not to edit the values then the QTableView is configured with:Is this a good approach in order to prevent editing the data?Qt Code:
To copy to clipboard, switch view to plain text mode
Bookmarks