summaryrefslogtreecommitdiffstats
path: root/basicsuite/Text Input/description.txt
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-04-23 11:19:39 +0200
committerGunnar Sletta <gunnar.sletta@digia.com>2013-04-23 12:49:59 +0300
commit730bf7b256f0f06c39f92dad064869f5d1368c62 (patch)
treee836042801e0f2e0492de6ca576cd30c956c633d /basicsuite/Text Input/description.txt
parent2ceb4b09650242b97bf17b968c49b6e6cf12601a (diff)
fixed up the demo suite
Change-Id: I42dfba551b26f66b8de41dad3df2a5e120c82fb8 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Diffstat (limited to 'basicsuite/Text Input/description.txt')
-rw-r--r--basicsuite/Text Input/description.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/basicsuite/Text Input/description.txt b/basicsuite/Text Input/description.txt
new file mode 100644
index 0000000..7c3b780
--- /dev/null
+++ b/basicsuite/Text Input/description.txt
@@ -0,0 +1,6 @@
+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 plugin API is plugin based and can be replaced with whatever the user desiers. Qt has a ready made plugin for Maliit, an open-source, cross-platform input method framework for mobile and embedded.
+