diff options
author | Tomasz Olszak <olszak.tomasz@gmail.com> | 2013-10-22 20:46:53 +0200 |
---|---|---|
committer | Tomasz Olszak <olszak.tomasz@gmail.com> | 2013-10-23 23:44:01 +0200 |
commit | b0bfe23ea21b1272fa325d1c6f7311ef0aa86628 (patch) | |
tree | 9c308bd30f726e4b5e2d91b31bc7691da147c37f | |
parent | 5c721b3f6e12ffc8e67f3bc2596d7ae913889d5c (diff) | |
download | qtquickcontrols-tizen-b0bfe23ea21b1272fa325d1c6f7311ef0aa86628.tar.gz qtquickcontrols-tizen-b0bfe23ea21b1272fa325d1c6f7311ef0aa86628.tar.bz2 qtquickcontrols-tizen-b0bfe23ea21b1272fa325d1c6f7311ef0aa86628.zip |
Added Text Input page to touch example.
Change-Id: I9993b675519e81555cff182ec9e17ca11e594703
Reviewed-by: Jarosław Staniek <staniek@kde.org>
-rw-r--r-- | examples/touch/main.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/touch/main.qml b/examples/touch/main.qml index 1371092..d66a9db 100644 --- a/examples/touch/main.qml +++ b/examples/touch/main.qml @@ -106,6 +106,10 @@ ApplicationWindow { title: "DateTimeEdit" page: "content/DateTimeEditPage.qml" } + ListElement { + title: "Text Input" + page: "content/TextInputPage.qml" + } } StackView { |