summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativevisualdatamodel/data/visualdatamodel.qml
blob: d70f82b93bd081fe60693d72e2b7528cb7da22aa (plain)
1
2
3
4
5
6
7
8
9
10
11
import Qt 4.7

VisualDataModel {
    function setRoot() {
        rootIndex = modelIndex(0);
    }
    function setRootToParent() {
        rootIndex = parentModelIndex();
    }
    model: myModel
}