DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.15.8%2Bdfsg-3 / tests / auto / qml / qqmlcomponent / data / requiredSetViaChainedAlias.qml
123456789
import QtQml 2.12 QtObject { id: stuff required property int x; property alias y: stuff.x property alias z: stuff.y z: 5 }