Hello
How do I refresh a QSqlRelation without refreshing the entire QSqlRelationalTableModel?
I want to allow a user to edit a QSqlRelationalTableModel including adding another record to one of its QSqlRelations.
Thanks in advance.
Hello
How do I refresh a QSqlRelation without refreshing the entire QSqlRelationalTableModel?
I want to allow a user to edit a QSqlRelationalTableModel including adding another record to one of its QSqlRelations.
Thanks in advance.
Is anyone able to help me with this ??
and me...![]()
I see the thread is old, but i post the answer none the less.
myModel->relationModel(keyColumn)->select();
Bookmarks