import QtQuick Rectangle { width: 100 height: 100 color: "#005d97" radius: 7 Text { id: text1 x: 13 y: 20 text: qsTr("1-1") font.pixelSize: 45 } }