how do I update the current row in the model?
Unsolved
General and Desktop
-
Hi,
Use currentIndex. From there you can extract all the information you need to update the model content.
-
@jdent said in how do I update the current row in the model?:
since I can't find updateRecord.
For that part, at the
QSqlRecord
level, it's bool QSqlTableModel::setRecord(int row, const QSqlRecord &values).