summaryrefslogtreecommitdiffstats
path: root/basicsuite
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-01-31 12:19:24 +0100
committerTopi Reiniƶ <topi.reinio@digia.com>2014-02-03 11:13:27 +0200
commit203ffaab105b1f868689656bfbdfabb7f55b9e56 (patch)
tree429fe57d992d18cfe9283e5c6ba071dca88c2163 /basicsuite
parent7196460986361623677b76bc228dd9887a68368a (diff)
Improve description of the Text Input demo
Change-Id: Ia8d0e61c0592c28f98e7d489f4bc533ab261a507 Reviewed-by: Rainer Keller <rainer.keller@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Diffstat (limited to 'basicsuite')
-rw-r--r--basicsuite/textinput/description.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/basicsuite/textinput/description.txt b/basicsuite/textinput/description.txt
index c60d036..d9b2f4f 100644
--- a/basicsuite/textinput/description.txt
+++ b/basicsuite/textinput/description.txt
@@ -1,6 +1,3 @@
-This examples illustrates how Qt can handle input on touch devices.
-
-The launcher loads a custom platform input context plugin and contains a virtual keyboard. When a text control in Qt Quick gets focus, the input context will trigger the virtual keyboard to show on screen and clicks in the virtual keyboard are delegated to the text control.
-
-Our demo virtual keyboard has support for english, finnish and arabic. The input context API is plugin based and users can replace existing plugins with whatever they desire. Qt has a ready made plugin for Maliit, an open-source, cross-platform input method framework for mobile and embedded.
+This examples illustrates how to handle input on touch devices.
+The Boot to Qt stack comes with Qt Virtual Keyboard - a framework that consists of a C++ back end with support for custom input methods, as well as a reference keyboard front end implemented in QML, supporting multiple languages.