6 property alias text : buttonText.text
8 Accessible.description: "This button does " + text
9 Accessible.role: Accessible.Client
16 border.color: "black";
21 anchors.centerIn: parent
22 font.pixelSize: parent.height * .1
23 style: Text.Sunken; color: "white"; styleColor: "black"; smooth: true