DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.15.15%2Bdfsg-3 / tests / auto / quick / qquickdesignersupport / data / RecursiveProperty.qml
12345678
import QtQuick 2.0 Item { id: myObject readonly property int testProperty: 0 readonly property QtObject myproperty: myObject }