import QtQuick 2.15 Item { Text { anchors.centerIn: parent id: id_lm_tooltip_text text: "Cmd Page" font.pixelSize: 20 color: "#0e0606" } }