Dear All
We have a QSqlRelationalTableModel for our program. We could bring relations from other tables but, we could do this for only one Column. Is there ant possible way to bring more Columns with one relation?
Take care
AEK
Dear All
We have a QSqlRelationalTableModel for our program. We could bring relations from other tables but, we could do this for only one Column. Is there ant possible way to bring more Columns with one relation?
Take care
AEK
You can only substitute one column with another. If you want to extend the number of columns, then I suggest you implement a custom model or use a proxy model.
Thank you very much for your reply! I wasnt expecting a reply for my question after so much time has passed.
Could you please tell me how we could make a custom model?
Regards
AEK
Bookmarks