aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-03-27 10:30:17 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-03-27 10:30:17 +0100
commite117cfe3be46ccb82b0b3a9674d65ffb0f49e4df (patch)
treefd1681da9e3919dd71ddabdc333c68999f08cac1
parent51f7bb2dab3737670da4fb7bc94d5b437a07fc27 (diff)
parent21558bcead96716607e670840c63213d6eb4d8c9 (diff)
Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2
Conflicts: .qmake.conf Change-Id: I9736fec7c5a429ade0a8d801a0d4fb8de3ef70c4
-rw-r--r--src/virtualkeyboard/doc/src/technical-guide.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/virtualkeyboard/doc/src/technical-guide.qdoc b/src/virtualkeyboard/doc/src/technical-guide.qdoc
index 9f97cbd8..ff149f13 100644
--- a/src/virtualkeyboard/doc/src/technical-guide.qdoc
+++ b/src/virtualkeyboard/doc/src/technical-guide.qdoc
@@ -774,4 +774,11 @@ The final step is to run the example application with your custom style:
QT_VIRTUALKEYBOARD_STYLE=test virtualkeyboard
\endcode
+\section1 Using Qt Virtual Keyboard with QQuickWidget
+
+When using Qt Virtual Keyboard in a \l QQuickWidget on a touch device,
+it is necessary to set the \l Qt::WA_AcceptTouchEvents attribute via
+\l QWidget::setAttribute(). Without this attribute set, events from
+a touch device will be converted into synthesized mouse events.
+
*/