Quote Originally Posted by pkj View Post
Use QSortFilterProxyModel ... mapTo/FromSource have been implemented in it.
Thanks.
To keep data in sync, you need a single source of data on which both models work upon.
Would I have a single model that the other two models proxy data from?