Qt 6.11 is out! See what's new in the release
blog
How to share selections on different views with different models applied
-
I don't see a simple solution here. Imo you have to sync them manually because they rely on different indexes (the different proxy models).
-
KLinkItemSelectionModelfrom KDE is the solution: https://api.kde.org/frameworks/kitemmodels/html/classKLinkItemSelectionModel.htmlThe KItemModels module is cross platform
-
KLinkItemSelectionModelfrom KDE is the solution: https://api.kde.org/frameworks/kitemmodels/html/classKLinkItemSelectionModel.htmlThe KItemModels module is cross platform