aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-04-28 12:37:58 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-04-28 11:56:14 +0000
commitc6e700d59a66ee648548a93fc7235e06423216cb (patch)
tree2a0f340598b022da121f86e3a96f84a3b6fedbf9 /tests/auto
parent23706b974f443b96bf1da86b264349e51d6d0d05 (diff)
ComboBox: separate indicator
This makes it possible to hide or replace either ComboBox background or content item without losing the built-in indicator. Change-Id: I308bbaa8190eba04ff3048a20c2d2ed0431a24f2 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/controls/data/tst_combobox.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/controls/data/tst_combobox.qml b/tests/auto/controls/data/tst_combobox.qml
index 406ba280..de5b1ad9 100644
--- a/tests/auto/controls/data/tst_combobox.qml
+++ b/tests/auto/controls/data/tst_combobox.qml
@@ -97,6 +97,7 @@ TestCase {
compare(control.highlightedIndex, -1)
compare(control.currentText, "")
verify(control.delegate)
+ verify(control.indicator)
verify(control.popup)
control.destroy()