aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/content/components/TraceInputArea.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/TraceInputArea.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/TraceInputArea.qml')
-rw-r--r--src/virtualkeyboard/content/components/TraceInputArea.qml11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/virtualkeyboard/content/components/TraceInputArea.qml b/src/virtualkeyboard/content/components/TraceInputArea.qml
index 4d2b6e00..cdc4ecdd 100644
--- a/src/virtualkeyboard/content/components/TraceInputArea.qml
+++ b/src/virtualkeyboard/content/components/TraceInputArea.qml
@@ -42,8 +42,9 @@ import QtQuick.VirtualKeyboard 2.1
This type handles the trace interaction between the touch screen and the input engine.
- The traces are rendered using the delegate from the current style
- \l {KeyboardStyle::traceCanvasDelegate} {KeyboardStyle.traceCanvasDelegate}.
+ The traces are rendered using the delegate from the
+ \l {KeyboardStyle::}{traceCanvasDelegate} property of the current
+ \l KeyboardStyle.
*/
MultiPointTouchArea {
@@ -59,7 +60,7 @@ MultiPointTouchArea {
The rulers are defined as a number of pixels from the top edge of the boundingBox.
- 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]
@@ -89,8 +90,8 @@ MultiPointTouchArea {
/*! Canvas type of this trace input area.
This property can be used to distinguish between different types of canvases.
- For example, in full screen handwriting mode this property is set to "fullscreen", and
- in keyboard handwriting mode this property is set to "keyboard".
+ For example, in full screen handwriting mode this property is set to \c "fullscreen", and
+ in keyboard handwriting mode this property is set to \c "keyboard".
*/
property string canvasType