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