pragma Singleton import QtQuick QtObject { property bool visible: false property string text: "" property real itemX: 0 property var screen: null }