diff options
author | Frederik Gladhorn <frederik.gladhorn@digia.com> | 2014-02-06 15:08:30 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-02-06 16:04:40 +0100 |
commit | 1c54d411ad6e98c3779a412750aec8b93d587872 (patch) | |
tree | 4901d7cd6ecb21b7a917b9d08e1ee9ae7f310aa8 /src/controls | |
parent | 6e7d9f457a099a169567351676d22b9d33aa93b9 (diff) | |
download | qtquickcontrols-1c54d411ad6e98c3779a412750aec8b93d587872.tar.gz |
Set accessible name for RadioButton
Change-Id: Iad011baa39f955681613656028c6ccf852a8f869
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls')
-rw-r--r-- | src/controls/RadioButton.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/RadioButton.qml b/src/controls/RadioButton.qml index 5ab7f68c..2947093d 100644 --- a/src/controls/RadioButton.qml +++ b/src/controls/RadioButton.qml @@ -82,6 +82,7 @@ AbstractCheckable { activeFocusOnTab: true + Accessible.name: text Accessible.role: Accessible.RadioButton /*! |