PDA

View Full Version : Relational Table Model Problem



aekilic
7th January 2007, 12:40
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

wysota
19th January 2007, 10:09
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.

aekilic
20th January 2007, 14:57
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