instant update a QTableWidget from db table
Unsolved
General and Desktop
-
I'm working on a program that shares data on a QTableWidget with other users, each user in his home add a row to the tablet so all each other instances of the program sees it instantly.. ..
To make it more clear, the QWidgeTable is just like a "c reference" of bd table... a mirror where local table reflects every row registered on db....
It is possible to make instantly update?
Thanks. -
Hi,
What database system are you using ?
-
Why not use QTableView with a QSqlTableModel ?