Two QTableViews One QStandardItemModel, in which QTableView the data has been changed?
-
Good afternoon folks,
Let's suppose I have two tableViews with checkable items, both of them use the same QStandardItemModel.
I need to know in which tableView the item was changed.
Thanks in advance.
-
Hi,
You could subclass QIdentityProxyModel and send that information from the setData function.
Out of curiosity, why do you need that information for ?
-
Thanks for your reply. I will see about QIdentityProxyModel.
I have two or more multiselect widgets (QTableView with checkable items) where the items checked in one multiselect are removed from the others.