aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickdesignersupport/data/RecursiveProperty.qml
blob: ec419f8935542876c9c1405e367e3fc4a2ba5acb (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

Item {
    id: myObject
    readonly property int testProperty: 0
    readonly property QtObject myproperty: myObject
}