aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativexmllistmodel/data/unique.qml
blob: e4ed533d4e16b509513b81245ac05a0fff5033ee (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

XmlListModel {
    source: "model.xml"
    query: "/Pets/Pet"
    XmlRole { name: "name"; query: "name/string()" }
    XmlRole { name: "name"; query: "type/string()" }
}