``` property string tool_text: "NO" Rectangle { id: tool_rectangle height: atc_holder.height*0.135 width: height radius: width/2 color: "white" border.color: "grey" anchors.horizontalCenter: parent.horizontalCenter anchors.top: parent.top anchors.topMargin: 4 border.width: 2 rotation: 360 + (index * 30) - 90```