aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_qtquick/tst_qml_outline/testdata/focus.qml_mod1_outline.tsv
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_qtquick/tst_qml_outline/testdata/focus.qml_mod1_outline.tsv')
-rw-r--r--tests/system/suite_qtquick/tst_qml_outline/testdata/focus.qml_mod1_outline.tsv81
1 files changed, 81 insertions, 0 deletions
diff --git a/tests/system/suite_qtquick/tst_qml_outline/testdata/focus.qml_mod1_outline.tsv b/tests/system/suite_qtquick/tst_qml_outline/testdata/focus.qml_mod1_outline.tsv
new file mode 100644
index 0000000000..d31ad3d148
--- /dev/null
+++ b/tests/system/suite_qtquick/tst_qml_outline/testdata/focus.qml_mod1_outline.tsv
@@ -0,0 +1,81 @@
+"element" "nestinglevel" "value"
+"Rectangle" "0" ""
+"id" "1" "window"
+"width" "1" "800"
+"height" "1" "480"
+"color" "1" """#3E606F"""
+"Text" "1" ""
+"id" "2" "addedText"
+"text" "2" """Squish QML outline test"""
+"color" "2" """darkcyan"""
+"font.bold" "2" "true"
+"anchors.centerIn" "2" "parent"
+"FocusScope" "1" ""
+"id" "2" "mainView"
+"width" "2" "parent.width"
+"height" "2" "parent.height"
+"focus" "2" "true"
+"GridMenu" "2" ""
+"id" "3" "gridMenu"
+"width" "3" "parent.width"
+"height" "3" "320"
+"focus" "3" "true"
+"interactive" "3" "parent.activeFocus"
+"ListMenu" "2" ""
+"id" "3" "listMenu"
+"y" "3" "320"
+"width" "3" "parent.width"
+"height" "3" "320"
+"Rectangle" "2" ""
+"id" "3" "shade"
+"anchors.fill" "3" "parent"
+"color" "3" """black"""
+"opacity" "3" "0"
+"states" "2" ""
+"State" "3" ""
+"name" "4" """showListViews"""
+"PropertyChanges" "4" ""
+"target" "5" "gridMenu"
+"y" "5" "-160"
+"PropertyChanges" "4" ""
+"target" "5" "listMenu"
+"y" "5" "160"
+"transitions" "2" ""
+"Transition" "3" ""
+"NumberAnimation" "4" ""
+"properties" "5" """y"""
+"duration" "5" "600"
+"easing.type" "5" "Easing.OutQuint"
+"Image" "1" ""
+"source" "2" """Core/images/arrow.png"""
+"rotation" "2" "90"
+"anchors.verticalCenter" "2" "parent.verticalCenter"
+"MouseArea" "2" ""
+"anchors.fill" "3" "parent"
+"anchors.margins" "3" "-10"
+"onClicked" "3" "contextMenu.focus = true"
+"ContextMenu" "1" ""
+"id" "2" "contextMenu"
+"x" "2" "-265"
+"width" "2" "260"
+"height" "2" "parent.height"
+"states" "1" ""
+"State" "2" ""
+"name" "3" """contextMenuOpen"""
+"when" "3" "!mainView.activeFocus"
+"PropertyChanges" "3" ""
+"target" "4" "contextMenu"
+"x" "4" "0"
+"open" "4" "true"
+"PropertyChanges" "3" ""
+"target" "4" "mainView"
+"x" "4" "130"
+"PropertyChanges" "3" ""
+"target" "4" "shade"
+"opacity" "4" "0.25"
+"transitions" "1" ""
+"Transition" "2" ""
+"NumberAnimation" "3" ""
+"properties" "4" """x,opacity"""
+"duration" "4" "600"
+"easing.type" "4" "Easing.OutQuint"