summaryrefslogtreecommitdiff
path: root/tests/manual/testbench
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-08-16 13:20:11 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-17 17:18:02 +0200
commit4c184095d378622fb0c3bb1692b331b3cc04e010 (patch)
treefe097a46b7e451f240a1033fbb37a7b0aace9ca6 /tests/manual/testbench
parent9cde5d427a1fc1c2d36b853e1261d08f8dbfa126 (diff)
downloadqtquickcontrols-4c184095d378622fb0c3bb1692b331b3cc04e010.tar.gz
Make ComboBox editable
In addition - Added text completion - Added validator - Added accepted signal - Added activated signal - Added textAt function - Added find function - Added keyboard indexing for non-editable as well Note that we do not support adding values to the model, but leave this up to the user to handle in onAccepted. Change-Id: I1d76fa83aea0e488959c418d22ce7b6027675d86 Reviewed-by: Caroline Chao <caroline.chao@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'tests/manual/testbench')
-rw-r--r--tests/manual/testbench/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/testbench/main.qml b/tests/manual/testbench/main.qml
index 73ddf62b..5ab9d66f 100644
--- a/tests/manual/testbench/main.qml
+++ b/tests/manual/testbench/main.qml
@@ -199,6 +199,7 @@ ApplicationWindow {
case "checkable":
case "checked":
case "running":
+ case "editable":
case "frameVisible":
case "adjustToContentSize":
case "flat":
@@ -239,6 +240,7 @@ ApplicationWindow {
case "implicitHeight":
case "activeFocus":
case "implicitWidth":
+ case "acceptableInput":
case "pressed":
case "currentText":
layout = layouts.readonlyLayout