aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2017-12-15 07:43:49 +0100
committerChristian Stenger <christian.stenger@qt.io>2017-12-15 13:53:45 +0000
commit8187c6a14628a7411eb8d20c0cd9462c3fb316e9 (patch)
tree4a59243d089f3b52e86302c2e7aaa778de753925 /tests
parent6c537b35d5fd9dd38e44550da31943b0c6cb7608 (diff)
Squish: Assign custom name to distinguish main tabbar from others
If the settings dialog contains more than one visible tabbar when trying to access its tabs Squish fails to distinguish them. Assign a unique name for the main tabbar of a category inside the settings dialog. Change-Id: I349b480871306784b5adc9858984933dc26d7958 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/objects.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/objects.map b/tests/system/objects.map
index 02020a785f..15cc0a2bc8 100644
--- a/tests/system/objects.map
+++ b/tests/system/objects.map
@@ -104,7 +104,7 @@
:Options.Cancel_QPushButton {text='Cancel' type='QPushButton' unnamed='1' visible='1' window=':Options_Core::Internal::SettingsDialog'}
:Options.OK_QPushButton {text='OK' type='QPushButton' unnamed='1' visible='1' window=':Options_Core::Internal::SettingsDialog'}
:Options.qt_tabwidget_stackedwidget_QStackedWidget {name='qt_tabwidget_stackedwidget' type='QStackedWidget' visible='1' window=':Options_Core::Internal::SettingsDialog'}
-:Options.qt_tabwidget_tabbar_QTabBar {name='qt_tabwidget_tabbar' type='QTabBar' visible='1' window=':Options_Core::Internal::SettingsDialog'}
+:Options.qt_tabwidget_tabbar_QTabBar {name='qc_settings_main_tabbar' type='QTabBar' visible='1' window=':Options_Core::Internal::SettingsDialog'}
:Options_Core::Internal::SettingsDialog {type='Core::Internal::SettingsDialog' unnamed='1' visible='1' windowTitle~='(Options|Preferences)'}
:Options_QListView {type='QListView' unnamed='1' visible='1' window=':Options_Core::Internal::SettingsDialog'}
:PasteSelectDialog.Cancel_QPushButton {text='Cancel' type='QPushButton' unnamed='1' visible='1' window=':PasteSelectDialog_CodePaster::PasteSelectDialog'}