DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / 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 }