import QtQuick 2.7 import QtQuick.Controls 1.4 import QtQuick.Dialogs 1.2 import QtQuick.Layouts 1.1 Item { id: jsManager signal text(string text) }