DEBSOURCES
Skip Quicknav
sources / qtquick1-opensource-src / 5.3.2-3 / tests / auto / declarative / qdeclarativeproperty / data / readSynthesizedObject.qml
123456789
import QtQuick 1.0 QtObject { property TestType test test: TestType { property int b: 19 } }