-
Notifications
You must be signed in to change notification settings - Fork 5
/
sample.json
130 lines (130 loc) · 3.04 KB
/
sample.json
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
[
{
"checkbox_state": 2,
"combobox_index": 0,
"slider_value": 3,
"spinbox_value": 1,
"textfield_1_string": "1",
"textfield_2_string": ""
},
{
"checkbox_state": 0,
"combobox_index": 1,
"slider_value": 5,
"spinbox_value": 2,
"textfield_1_string": "2",
"textfield_2_string": "2"
},
{
"checkbox_state": 2,
"combobox_index": 2,
"slider_value": 10,
"spinbox_value": 3,
"textfield_1_string": "3",
"textfield_2_string": ""
},
{
"checkbox_state": 0,
"combobox_index": 0,
"slider_value": 15,
"spinbox_value": 4,
"textfield_1_string": "4",
"textfield_2_string": "4"
},
{
"checkbox_state": 2,
"combobox_index": 1,
"slider_value": 18,
"spinbox_value": 5,
"textfield_1_string": "5",
"textfield_2_string": ""
},
{
"checkbox_state": 0,
"combobox_index": 2,
"slider_value": 24,
"spinbox_value": 6,
"textfield_1_string": "6",
"textfield_2_string": "6"
},
{
"checkbox_state": 2,
"combobox_index": 0,
"slider_value": 26,
"spinbox_value": 0,
"textfield_1_string": "7",
"textfield_2_string": ""
},
{
"checkbox_state": 0,
"combobox_index": 1,
"slider_value": 30,
"spinbox_value": 0,
"textfield_1_string": "",
"textfield_2_string": ""
},
{
"checkbox_state": 2,
"combobox_index": 2,
"slider_value": 32,
"spinbox_value": 0,
"textfield_1_string": "",
"textfield_2_string": ""
},
{
"checkbox_state": 2,
"combobox_index": 0,
"slider_value": 26,
"spinbox_value": 0,
"textfield_1_string": "",
"textfield_2_string": ""
},
{
"checkbox_state": 0,
"combobox_index": 0,
"slider_value": 22,
"spinbox_value": 0,
"textfield_1_string": "",
"textfield_2_string": ""
},
{
"checkbox_state": 2,
"combobox_index": 0,
"slider_value": 17,
"spinbox_value": 0,
"textfield_1_string": "",
"textfield_2_string": ""
},
{
"checkbox_state": 0,
"combobox_index": 0,
"slider_value": 12,
"spinbox_value": 0,
"textfield_1_string": "",
"textfield_2_string": "33"
},
{
"checkbox_state": 2,
"combobox_index": 0,
"slider_value": 9,
"spinbox_value": 0,
"textfield_1_string": "",
"textfield_2_string": "44"
},
{
"checkbox_state": 0,
"combobox_index": 0,
"slider_value": 5,
"spinbox_value": 0,
"textfield_1_string": "",
"textfield_2_string": "55"
},
{
"checkbox_state": 2,
"combobox_index": 2,
"slider_value": 0,
"spinbox_value": 0,
"textfield_1_string": "",
"textfield_2_string": ""
}
]