summaryrefslogtreecommitdiffstats
path: root/basicsuite/textinput/description.txt
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/textinput/description.txt')
-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.