1 import Qt 4.7
2 import Qt.test 1.0
3
4 MyRectangle {
5 id: rect
6 onDidSomething: color = "blue"
7 width: 100; height: 100
8 ExtendedRectangle {}
9 }