1 import Qt 4.7
2
3 QtObject {
4 property variant other
5 other: Alias4 { id: myAliasObject }
6
7 property int value: myAliasObject.obj.myValue
8 }
9