aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlxmllistmodel/data/unique.qml
blob: 1289c7de93d4eb5c1b46cee3c7b661593bbea734 (plain)
1
2
3
4
5
6
7
8
import QtQml.XmlListModel

XmlListModel {
    source: "model.xml"
    query: "/Pets/Pet"
    XmlListModelRole { name: "name"; elementName: "name" }
    XmlListModelRole { name: "name"; elementName: "type" }
}