import QtQuick 2.0 Item { id: screen Connections { objectName: "connections"; target: null; onNotFooBar: {} } }