From 730bf7b256f0f06c39f92dad064869f5d1368c62 Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Tue, 23 Apr 2013 11:19:39 +0200 Subject: fixed up the demo suite Change-Id: I42dfba551b26f66b8de41dad3df2a5e120c82fb8 Reviewed-by: Eirik Aavitsland --- basicsuite/Text Input/description.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 basicsuite/Text Input/description.txt (limited to 'basicsuite/Text Input/description.txt') 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. + -- cgit v1.2.3