Squish: Adapt suite_qtquick to 4.1 changes

Change-Id: Ic1d178820a3c2b6ce61f9e4fc424bc701eca87e5
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
Christian Stenger
2016-06-29 13:43:01 +02:00
parent eacd012b96
commit 76781b40a7
2 changed files with 2 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ def __createProjectSetNameAndPath__(path, projectName = None, checks = True, lib
return str(projectName)
def __createProjectHandleQtQuickSelection__(minimumQtVersion):
comboBox = waitForObject("{buddy=':Minimal required Qt version:_QLabel' name='QtVersion' "
comboBox = waitForObject("{leftWidget=':Minimal required Qt version:_QLabel' name='QtVersion' "
"type='Utils::TextFieldComboBox' visible='1'}")
try:
selectFromCombo(comboBox, "Qt %s" % minimumQtVersion)

View File

@@ -3,7 +3,7 @@
"id" "1" "window"
"txtCnt" "1" """Property"""
"clicked" "1" ""
"clicked" "1" ""
"clicked()" "1" ""
"width" "1" "800"
"height" "1" "480"
"color" "1" """white"""
1 element nestinglevel value
3 id 1 window
4 txtCnt 1 "Property"
5 clicked 1
6 clicked clicked() 1
7 width 1 800
8 height 1 480
9 color 1 "white"