aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/content/components/TraceInputKey.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/content/components/TraceInputKey.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/content/components/TraceInputKey.qml')
-rw-r--r--src/virtualkeyboard/content/components/TraceInputKey.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/virtualkeyboard/content/components/TraceInputKey.qml b/src/virtualkeyboard/content/components/TraceInputKey.qml
index 28740758..444208e9 100644
--- a/src/virtualkeyboard/content/components/TraceInputKey.qml
+++ b/src/virtualkeyboard/content/components/TraceInputKey.qml
@@ -65,7 +65,7 @@ Item {
The rulers are defined as a number of pixels from the top edge of the bounding box.
- Here is an example how to define rulers:
+ Here is an example that demonstrates how to define rulers:
\code
horizontalRulers: [boundingBox.height / 3, boundingBox.height / 3 * 2]
@@ -90,7 +90,7 @@ Item {
/*! Canvas type of this trace input area.
This property can be used to distinguish between different types of canvases.
- The default value is "keyboard".
+ The default value is \c "keyboard".
*/
property alias canvasType: traceInputArea.canvasType