Button {
id: but
text: qsTr("Text")
width: implicitWidth
height: implicitHeight
onClicked: {
down = true // button is visually down
checked = true // button is checked
}
}
Более подробно тут.
Комментариев нет:
Отправить комментарий