1 import Qt 4.7
2
3 Item {
4 id: screen
5
6 Connections { objectName: "connections"; onFooBar: {} }
7 }