Skip to content
Snippets Groups Projects
Commit a0d29eeb authored by Frederik Gladhorn's avatar Frederik Gladhorn Committed by Eike Ziller
Browse files

Welcome Screen accessibility improvements


Change-Id: I2fa2f98566378a5f9ad12e3c74cbe293d97eb2a4
Reviewed-by: default avatarKai Koehne <kai.koehne@digia.com>
Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
parent 7a4676c3
Branches
Tags
No related merge requests found
...@@ -105,4 +105,5 @@ NativeText { ...@@ -105,4 +105,5 @@ NativeText {
} }
] ]
} }
Accessible.role: Accessible.Link
} }
...@@ -31,4 +31,6 @@ import QtQuick 2.1 ...@@ -31,4 +31,6 @@ import QtQuick 2.1
Text { Text {
renderType: Text.NativeRendering renderType: Text.NativeRendering
Accessible.name: text
Accessible.role: Accessible.StaticText
} }
...@@ -59,4 +59,7 @@ Rectangle { ...@@ -59,4 +59,7 @@ Rectangle {
} }
} }
} }
Accessible.name: text
Accessible.description: placeholderText
Accessible.role: Accessible.EditableText
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment