Since Qt 5.5 we have a new wonderful TreeView, a control we've all been waiting for.
A TreeView implements a tree representation of items from a model.
In general it looks like other QML views - ListView or TableView. But data structure of TreeView is more complex.
A data in ListView or TableView...