aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/doc/src
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-06-08 10:09:30 +0200
committerLiang Qi <liang.qi@qt.io>2017-06-08 10:09:30 +0200
commit7036de7bb303735e7ef0fdf7f2d220bdbc867c71 (patch)
tree78c810ee55f7f08d263503f5c0dd6085868c5556 /src/virtualkeyboard/doc/src
parent7c770c6e510d6c2274fd10a10e6f812672e3a6d1 (diff)
parent2102196073a045d354e1ff5ea0e00ee4923b948d (diff)
Merge remote-tracking branch 'origin/5.9' into dev
Conflicts: .qmake.conf src/virtualkeyboard/virtualkeyboard.pro Change-Id: Idf7682b63379b94a1d444d3528472afea77133bc
Diffstat (limited to 'src/virtualkeyboard/doc/src')
-rw-r--r--src/virtualkeyboard/doc/src/deployment-guide.qdoc11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/virtualkeyboard/doc/src/deployment-guide.qdoc b/src/virtualkeyboard/doc/src/deployment-guide.qdoc
index 516c00a3..c3729d84 100644
--- a/src/virtualkeyboard/doc/src/deployment-guide.qdoc
+++ b/src/virtualkeyboard/doc/src/deployment-guide.qdoc
@@ -75,17 +75,22 @@ for using the plugin:
\li \c Desktop: Qt Virtual Keyboard is integrated with Qt 5 and requires no
changes to existing applications. The Qt Virtual Keyboard input method
is available to all of the Qt 5 applications in the system.
+
+ In this integration method, the keyboard is shown in a dedicated
+ top-level window.
\li \c Application: Qt Virtual Keyboard is integrated with Qt 5, but
requires changes to particular applications using Qt Virtual Keyboard.
This method is mandatory in a Boot2Qt environment, but can be used in
desktop applications too.
+
+ In this integration method, the keyboard is shown in the same Qt Quick
+ scene as the application.
\endlist
The integration method is automatically selected by the project files.
However, in desktop environments, it is possible to override the desktop
-integration method and use the application integration method instead.
-This happens by adding the \c CONFIG+=disable-desktop to the \c qmake
-command line.
+integration method and use the application integration method instead,
+by adding \c CONFIG+=disable-desktop to the \c qmake command line.
\note The desktop integration method is not currently available in Boot2Qt
environments.