#include int main() { auto str = R"(import QtQuick Item { width: 640 height: 480 MouseAread { anchors.fill: parent onClicked: console.log("okok") Connections { onClicked: console.log(mouse.x) } } } )"; std::cout << str; }