aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_qtquick/tst_qml_outline/testdata/focus.qml_mod1_outline.tsv
blob: d31ad3d1483fe3d1cd40175e93c44782efada2c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
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"