DEBSOURCES
Skip Quicknav
sources / qtquick1-opensource-src / 5.3.2-3~bpo70%2B1 / tests / auto / declarative / qdeclarativelanguage / data / alias.8.qml
123456789
import QtQuick 1.0 QtObject { property variant other other: Alias3 { id: myAliasObject } property int value: myAliasObject.obj.myValue }