``` } Rectangle { id: tool_6 x: 39 y: 121 width: 52 height: 52 color: "#ffffff" radius: width / 2 border.width: 2 RotationAnimator { id: tool_anim_6 target: tool_6; duration: 1000 running: false } Text { id: tool_text_6 text: qsTr("T6") font.bold: true verticalAlignment: Text.AlignVCenter horizontalAlignment: Text.AlignHCenter font.pixelSize: 22 x: parent.width / 2 - width / 2 y: parent.height / 2 - height / 2 } }```