Re: How to implement nested editable lists in C++ as models in Qt (QML oriented)
Originally Posted by anda_skoa
I don't think QtQuick can deal with tree models at this point.
It can deal with tree models with the use of VisualDataModel element which allows to set the root index to traverse different layers of the model within the view.
Your biological and technological distinctiveness will be added to our own. Resistance is futile.
Please ask Qt related questions on the forum and not using private messages or visitor messages.
Bookmarks