Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QTableView change data
-
Hi,
I have following problem:
I have table view with some data.
Two columns: name & amount.How to get information, when user will finish editing amount value with information with name and currently set amount?
Will be grateful for any hints.
Tomek
-
Hi,
Do you mean something like the model's dataChanged signal ?