TableView { id: table model: rawModel anchors.fill: parent TableViewColumn { role: "role1" title: "title1" } TableViewColumn { role: "role2" title: "title2" }}