Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

How to implement nested editable lists in C++ as models in Qt (QML oriented)

$
0
0
I’m developing an application in QML + C++. I have list of models (say, ParentList) with each item having list of items (say, ChildList). User should be able to add/remove items from ParentList as well as add/remove items in ChildList of each ParentList item. Which architecture is best suited for it? Can you provide an example?

Viewing all articles
Browse latest Browse all 4972

Trending Articles