Yeah, each view will be displaying separate data. I'm going to be using a QAbstractItemModel. The only issue is. It's a little unusual for this time of data I'm trying to work with. Trying to write the parent function in it and I'm confused on how to write it. Since the data will be stored like so.
QList<QPair<Identity*,NetworkManager*>>
QList<QPair<Identity*,NetworkManager*>>
To copy to clipboard, switch view to plain text mode
And each Network is contained in the NetworkManager.
While a traditional Tree model will just use a single item for the tree.
Bookmarks