1 import Qt.test 1.0
2
3 MyQmlObject {
4 property int c1: 0
5 property int c2: c1
6
7 onBasicSignal: c2 = 13
8 }