summaryrefslogtreecommitdiff
path: root/src/controls/Private/AbstractCheckable.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/AbstractCheckable.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/AbstractCheckable.qml')
-rw-r--r--src/controls/Private/AbstractCheckable.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/Private/AbstractCheckable.qml b/src/controls/Private/AbstractCheckable.qml
index 858569e8..1d69d869 100644
--- a/src/controls/Private/AbstractCheckable.qml
+++ b/src/controls/Private/AbstractCheckable.qml
@@ -84,6 +84,8 @@ Control {
This property is \c true if the control is checked.
*/
property bool checked: false
+ Accessible.checked: checked
+ Accessible.checkable: true
/*!
This property is \c true if the control takes the focus when it is