Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am trying to build a tree model so I will be able to use it in qml, is it has to be a linked list or an implementation of a binary tree?
Hi,
It doesn't have to be either but that's up to you. Here you have simple implementation of a tree model using Qt's model classes.