Added Text Input page to touch example.
authorTomasz Olszak <olszak.tomasz@gmail.com>
Tue, 22 Oct 2013 18:46:53 +0000 (20:46 +0200)
committerTomasz Olszak <olszak.tomasz@gmail.com>
Wed, 23 Oct 2013 21:44:01 +0000 (23:44 +0200)
Change-Id: I9993b675519e81555cff182ec9e17ca11e594703
Reviewed-by: Jarosław Staniek <staniek@kde.org>
examples/touch/main.qml

index 1371092..d66a9db 100644 (file)
@@ -106,6 +106,10 @@ ApplicationWindow {
                     title: "DateTimeEdit"
                     page: "content/DateTimeEditPage.qml"
                 }
+                ListElement {
+                    title: "Text Input"
+                    page: "content/TextInputPage.qml"
+                }
             }
 
             StackView {