I have several C++ models implemented using QAbstractListModel and showing these in QML using Repeaters.
Every of the C++ QAbstractListModel derived classes is registered independently and instantiated in QML.
What I would like to have is one C++ class with multiple models that I show in QML. That is since I would like to implement in C++ cross-model logic that needs to have access to all the models data and manipulate them accordingly.
I currently do not have this connection in my design.
Appreciate if someone could point me into the right direction.
Thanks,
Ben


Reply With Quote



Bookmarks