From 73afeab85fea60e2ce3f19b47becffc1e45a7165 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 6 Feb 2014 15:59:52 +0100 Subject: Accessibility improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [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 --- src/controls/Private/BasicButton.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/controls/Private/BasicButton.qml') 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. -- cgit v1.2.1