I have json data that defines comments that have children. I am trying to display nested comments(like in hackernews or reddit) in my app. What is the best way to go about doing it?
I have json data that defines comments that have children. I am trying to display nested comments(like in hackernews or reddit) in my app. What is the best way to go about doing it?
The ubuntu UI Toolkit has no dedicated treeview component, neither the upstream QtQuick controls have.
But here are few interesting writing about the topic:
http://www.codeproject.com/Articles/632795/QML-TreeModel-and-TreeView http://qt-project.org/forums/viewthread/30521