summaryrefslogtreecommitdiff
path: root/src/controls/Private/BasicButton.qml
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-02-06 15:59:52 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-07 10:48:17 +0100
commit73afeab85fea60e2ce3f19b47becffc1e45a7165 (patch)
tree20ea1d3bfd664170f34fe6bafb4b5aad7c725a2f /src/controls/Private/BasicButton.qml
parent7297525af092b3109761567063aac5680f24475b (diff)
downloadqtquickcontrols-73afeab85fea60e2ce3f19b47becffc1e45a7165.tar.gz
Accessibility improvements
[ChangeLog][QtQuickControls] Accessibility improved: ComboBox is labeled properly, check and radio boxes report their state correctly Change-Id: Ia9fe88f032a627c839bd3ef3aec4e2e6cb4517a7 Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
Diffstat (limited to 'src/controls/Private/BasicButton.qml')
-rw-r--r--src/controls/Private/BasicButton.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/Private/BasicButton.qml b/src/controls/Private/BasicButton.qml
index 4c1eeb04..44ec2110 100644
--- a/src/controls/Private/BasicButton.qml
+++ b/src/controls/Private/BasicButton.qml
@@ -71,6 +71,7 @@ Control {
The default value is \c false. */
property bool checkable: false
+ Accessible.checkable: checkable
/*! This property holds whether the button is checked.
@@ -78,6 +79,7 @@ Control {
The default value is \c false. */
property bool checked: false
+ Accessible.checked: checked
/*! This property holds the ExclusiveGroup that the button belongs to.