QAbstracktListModel which consists of QAbstractListModels. How to implement?

74 Views Asked by At

I need to have List whitch contains Lists. It's not a tree. So the problem is that I need to dynamically get new data models from QML. Can I implement QAbstractItemModel and use in in TreeView?? How to implement this? I have zero ideas (

0

There are 0 best solutions below