summaryrefslogtreecommitdiff
path: root/tests/auto/controls/data/tst_tableview.qml
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-02-04 10:37:08 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-02-13 08:12:23 +0000
commitd28a02aec9a1632f2263d9276099454b33fb6741 (patch)
treec52ae2dadcb1873d7e65ed0d1312970048f58699 /tests/auto/controls/data/tst_tableview.qml
parent1a5413df3d9a0602f074562e2e92751df369d016 (diff)
downloadqtquickcontrols-d28a02aec9a1632f2263d9276099454b33fb6741.tar.gz
Use TabFocusBehavior in QStyleHints in QtQuick.Controls
The all usages of qt_tab_all_widgets in test were updated. Change-Id: I35393c67f183c4e0695e869553007ea00d38c06a Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'tests/auto/controls/data/tst_tableview.qml')
-rw-r--r--tests/auto/controls/data/tst_tableview.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/controls/data/tst_tableview.qml b/tests/auto/controls/data/tst_tableview.qml
index b149e76b..75ad7aea 100644
--- a/tests/auto/controls/data/tst_tableview.qml
+++ b/tests/auto/controls/data/tst_tableview.qml
@@ -971,7 +971,7 @@ TestCase {
}
function test_activeFocusOnTab() {
- if (!SystemInfo.tabAllWidgets)
+ if (Qt.styleHints.tabFocusBehavior != Qt.TabFocusAllControls)
skip("This function doesn't support NOT iterating all.")
var component = Qt.createComponent("tableview/table_activeFocusOnTab.qml")