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

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