1 import Qt 4.7
2 import "Implementation"
3
4 Rectangle {
5 width: 100
6 height: 200
7
8 MyType {
9 objectName: "MyType"
10 anchors.fill: parent
11 }
12 }