25
property alias buttonText: button.text
25
property alias buttonText: buttonLabel.text
26
signal buttonClicked()
30
30
objectName: "button"
31
width: Math.max(units.gu(5), implicitWidth)
33
onClicked: menu.clicked()
31
color: menuStyle.buttonColor
32
width: Math.max(units.gu(menu.pointerMode ? 5 : 8), buttonLabel.paintedWidth + units.gu(4))
33
height: menuStyle.buttonHeight
37
font.pixelSize: menuStyle.buttonFontSize
38
color: theme.palette.normal.foregroundText
39
anchors.centerIn: parent
40
scale: parent.pressed ? 0.98 : 1