That looks good.
So you are saying that if you do this
you are only getting one item in the grid?Qt Code:
GridView { anchors.fill: parent model: myXML.newMyModel delegate: Text { text: "index" } }To copy to clipboard, switch view to plain text mode
Cheers,
_
Bookmarks