PBSTableView
PBSTableView copied to clipboard
using QSqlRelationalTableModel
it's a great job. can I use QSqlRelationalTableModel to replace QSqlTableModel?so i can display another table's content in the same tableview?
Hi! I have used QSqlRelationalTableModel (4.8.1) in my project and I think the QSqlRelationalTableModel is not good idea because of this has a strange behavior. I created own QSqlRelationalTsbleModel if you interested.