summaryrefslogtreecommitdiff
path: root/src/controls/RadioButton.qml
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@digia.com>2013-02-21 11:38:10 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-19 14:00:49 +0100
commit023f4ec1a135d1a3bd9ce659b095bd4ed2e8b806 (patch)
treecee58db4b1ae560ba19fecffce715c8eedfd569c /src/controls/RadioButton.qml
parent483c11418e27433308e7d127c865efb105868650 (diff)
downloadqtquickcontrols-023f4ec1a135d1a3bd9ce659b095bd4ed2e8b806.tar.gz
Support QQuickItem.activeFocusOnTab in QtQuick.Controls
Change-Id: Ie23b504f590e6c4e7f2a1a9090c2dd8671389937 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/RadioButton.qml')
-rw-r--r--src/controls/RadioButton.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/RadioButton.qml b/src/controls/RadioButton.qml
index bfb37a60..87f57257 100644
--- a/src/controls/RadioButton.qml
+++ b/src/controls/RadioButton.qml
@@ -77,6 +77,8 @@ import "Styles/Settings.js" as Settings
AbstractCheckable {
id: radioButton
+ activeFocusOnTab: true
+
Accessible.role: Accessible.RadioButton
/*!