summaryrefslogtreecommitdiffstats
path: root/basicsuite/textinput/demo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/textinput/demo.xml')
-rw-r--r--basicsuite/textinput/demo.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/basicsuite/textinput/demo.xml b/basicsuite/textinput/demo.xml
new file mode 100644
index 0000000..fadfc67
--- /dev/null
+++ b/basicsuite/textinput/demo.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<application title="Virtual Keyboard" main="main.qml" icon="preview_l.jpg">
+<description>
+This example illustrates how to handle input on touch devices.
+
+Qt for Device Creation comes with Qt Virtual Keyboard - a framework that consists of a C++ backend with support for custom input methods, as well as a reference keyboard front end implemented in QML, supporting multiple languages.
+</description>
+</application>