Re: [Interest] Sharing QItemSelectionModel with multiple views/proxy models

2020-09-25 Thread Jeremy Katz
On 24/Sep/20 13:12, Murphy, Sean wrote: > What's the best way to share selections between views when you're > dealing with different levels of models and proxy models between the > separate views? > > I've got the following setup: - myData: a data only class that holds > the underlying values to

[Interest] Sharing QItemSelectionModel with multiple views/proxy models

2020-09-24 Thread Murphy, Sean
What's the best way to share selections between views when you're dealing with different levels of models and proxy models between the separate views? I've got the following setup: - myData: a data only class that holds the underlying values to be displayed - dataModel: a model that operates dir