id: play_but
anchors.fill: parent
background: Rectangle {
radius: play_but.radius
color: "transparent"
}
icon {
source:"images/play_but.png"
width: play_but.width
height: play_but.height
}
onClicked: console.log("click")
}
можете объяснить, из-за чего тут "QML RoundButton: Binding loop detected for property "implicitHeight" " ?
А где высоту задаешь для RoundButton?
Обсуждают сегодня