aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickdesignersupport/data/propertyNameTest.qml
blob: 4815709d216324b0468fa6de6589a5aeb4f485c1 (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"

    } 
}