import QtQuick Item { Connections{ target: Actions function onLog(str){ console.log(str) } } }