![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Makes it possible to share a selection in multiple views which do not have the same source model. More...
Signals | |
void | linkedItemSelectionModelChanged () |
Protected Attributes | |
GPSLinkItemSelectionModelPrivate *const | d_ptr |
Properties | |
QItemSelectionModel * | linkedItemSelectionModel |
Although Qt documentation, multiple views can share the same QItemSelectionModel, the views then need to have the same source model.
If there is a proxy model between the model and one of the views, or different proxy models in each, this class makes it possible to share the selection between the views.