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

Cheers,
_