aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickdesignersupport/data/propertyNameTest.qml
blob: 88fd8509ccbe66a13ba767446be86f734cfd4075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import QtQuick 2.11

Rectangle {
    objectName: "rootItem"
    color: "white"
    width: 800
    height: 600

    RecursiveProperty {
        objectName: "recursiveProperty"

    }
}