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