aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/styles/KeyboardStyle.qml
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-11-28 10:36:59 +0100
committerMitch Curtis <mitch.curtis@qt.io>2016-11-28 09:45:25 +0000
commitcfa4ab4cbf13971d4b71ee920353822755a3bf31 (patch)
treef9cb0f44bb79f49a5683e88134aa7ce449305f59 /src/virtualkeyboard/styles/KeyboardStyle.qml
parent573fb399f9917713621d25e0c0aeb48fbc085af5 (diff)
Improve the documentationv5.8.0-rc1v5.8.0
- Add some formatting to certain words - Use shorter qdoc syntax alternatives - Correct grammar Change-Id: I405c11826b9f624f0b0305e44b2d6b2b390df3da Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/virtualkeyboard/styles/KeyboardStyle.qml')
-rw-r--r--src/virtualkeyboard/styles/KeyboardStyle.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/virtualkeyboard/styles/KeyboardStyle.qml b/src/virtualkeyboard/styles/KeyboardStyle.qml
index 5e92aeb7..8c4dd153 100644
--- a/src/virtualkeyboard/styles/KeyboardStyle.qml
+++ b/src/virtualkeyboard/styles/KeyboardStyle.qml
@@ -39,7 +39,7 @@ import QtQuick 2.0
the InputPanel to decorate the virtual keyboard.
The design size specifies the aspect ratio of the virtual keyboard.
- Styles are scalable according to KeyboardStyle.scaleHint, which is
+ Styles are scalable according to \l scaleHint, which is
calculated from the keyboard's actual height and design height.
*/
@@ -166,7 +166,7 @@ QtObject {
/*! Template for the generic mode key.
This template provides a visualization of the key in which the state
- can be on / off. This template is used in situations where the key label
+ can be on or off. This template is used in situations where the key label
will remain the same regardless of status.
The current state is available in the \c control.mode property.