Hello,
Does anyone know how would I get the currently edited cell's content in a QTableView? I need to know so then I can make these changes to my QSqlTableModel.
Thanks,
VOT.
Hello,
Does anyone know how would I get the currently edited cell's content in a QTableView? I need to know so then I can make these changes to my QSqlTableModel.
Thanks,
VOT.
Last edited by VOT; 4th October 2015 at 13:21.
The table view, or rather the item delegate used by the view, should already call your model's setData() method.
Cheers,
_
VOT (4th October 2015)
Thanks, that was the answer to my problem
Bookmarks