Right.
They don't need to know of each other. If you have the same model beneath the two proxies, both views will be updated correctly when the source model is updated.A further idea I had was to go back to a single model and use the setFilter() method to select all of my filtered row sets (for both views) and then use the two QSortFilterProxyModels to filter from there. My problem here is how do I get the two views (or actually the form widgets the views are displayed on) to play nice when using setFilter() since my two views (form widgets) have no knowledge of each other?






Reply With Quote
Bookmarks