accusleepy 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- accusleepy/__init__.py +0 -0
- accusleepy/__main__.py +4 -0
- accusleepy/brain_state_set.py +89 -0
- accusleepy/classification.py +267 -0
- accusleepy/config.json +22 -0
- accusleepy/constants.py +37 -0
- accusleepy/fileio.py +201 -0
- accusleepy/gui/__init__.py +0 -0
- accusleepy/gui/icons/brightness_down.png +0 -0
- accusleepy/gui/icons/brightness_up.png +0 -0
- accusleepy/gui/icons/double_down_arrow.png +0 -0
- accusleepy/gui/icons/double_up_arrow.png +0 -0
- accusleepy/gui/icons/down_arrow.png +0 -0
- accusleepy/gui/icons/home.png +0 -0
- accusleepy/gui/icons/question.png +0 -0
- accusleepy/gui/icons/save.png +0 -0
- accusleepy/gui/icons/up_arrow.png +0 -0
- accusleepy/gui/icons/zoom_in.png +0 -0
- accusleepy/gui/icons/zoom_out.png +0 -0
- accusleepy/gui/main.py +1372 -0
- accusleepy/gui/manual_scoring.py +1086 -0
- accusleepy/gui/mplwidget.py +356 -0
- accusleepy/gui/primary_window.py +2330 -0
- accusleepy/gui/primary_window.ui +3432 -0
- accusleepy/gui/resources.qrc +16 -0
- accusleepy/gui/resources_rc.py +6710 -0
- accusleepy/gui/text/config_guide.txt +24 -0
- accusleepy/gui/text/main_guide.txt +142 -0
- accusleepy/gui/text/manual_scoring_guide.txt +28 -0
- accusleepy/gui/viewer_window.py +598 -0
- accusleepy/gui/viewer_window.ui +894 -0
- accusleepy/models.py +48 -0
- accusleepy/multitaper.py +659 -0
- accusleepy/signal_processing.py +589 -0
- accusleepy-0.1.0.dist-info/METADATA +57 -0
- accusleepy-0.1.0.dist-info/RECORD +37 -0
- accusleepy-0.1.0.dist-info/WHEEL +4 -0
|
@@ -0,0 +1,3432 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<ui version="4.0">
|
|
3
|
+
<class>PrimaryWindow</class>
|
|
4
|
+
<widget class="QMainWindow" name="PrimaryWindow">
|
|
5
|
+
<property name="geometry">
|
|
6
|
+
<rect>
|
|
7
|
+
<x>0</x>
|
|
8
|
+
<y>0</y>
|
|
9
|
+
<width>1034</width>
|
|
10
|
+
<height>686</height>
|
|
11
|
+
</rect>
|
|
12
|
+
</property>
|
|
13
|
+
<property name="sizePolicy">
|
|
14
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
15
|
+
<horstretch>0</horstretch>
|
|
16
|
+
<verstretch>0</verstretch>
|
|
17
|
+
</sizepolicy>
|
|
18
|
+
</property>
|
|
19
|
+
<property name="windowTitle">
|
|
20
|
+
<string>MainWindow</string>
|
|
21
|
+
</property>
|
|
22
|
+
<property name="styleSheet">
|
|
23
|
+
<string notr="true"/>
|
|
24
|
+
</property>
|
|
25
|
+
<widget class="QWidget" name="centralwidget">
|
|
26
|
+
<property name="sizePolicy">
|
|
27
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
28
|
+
<horstretch>0</horstretch>
|
|
29
|
+
<verstretch>0</verstretch>
|
|
30
|
+
</sizepolicy>
|
|
31
|
+
</property>
|
|
32
|
+
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
33
|
+
<property name="leftMargin">
|
|
34
|
+
<number>0</number>
|
|
35
|
+
</property>
|
|
36
|
+
<property name="topMargin">
|
|
37
|
+
<number>10</number>
|
|
38
|
+
</property>
|
|
39
|
+
<property name="rightMargin">
|
|
40
|
+
<number>0</number>
|
|
41
|
+
</property>
|
|
42
|
+
<property name="bottomMargin">
|
|
43
|
+
<number>0</number>
|
|
44
|
+
</property>
|
|
45
|
+
<item>
|
|
46
|
+
<widget class="QTabWidget" name="upper_tab_widget">
|
|
47
|
+
<property name="focusPolicy">
|
|
48
|
+
<enum>Qt::FocusPolicy::StrongFocus</enum>
|
|
49
|
+
</property>
|
|
50
|
+
<property name="currentIndex">
|
|
51
|
+
<number>0</number>
|
|
52
|
+
</property>
|
|
53
|
+
<widget class="QWidget" name="scoring_tab">
|
|
54
|
+
<attribute name="title">
|
|
55
|
+
<string>Sleep scoring</string>
|
|
56
|
+
</attribute>
|
|
57
|
+
<layout class="QGridLayout" name="gridLayout_3">
|
|
58
|
+
<property name="leftMargin">
|
|
59
|
+
<number>0</number>
|
|
60
|
+
</property>
|
|
61
|
+
<property name="topMargin">
|
|
62
|
+
<number>0</number>
|
|
63
|
+
</property>
|
|
64
|
+
<property name="rightMargin">
|
|
65
|
+
<number>0</number>
|
|
66
|
+
</property>
|
|
67
|
+
<property name="bottomMargin">
|
|
68
|
+
<number>0</number>
|
|
69
|
+
</property>
|
|
70
|
+
<item row="0" column="0">
|
|
71
|
+
<layout class="QGridLayout" name="scoring_tab_layout" rowstretch="2,1" columnstretch="1,10">
|
|
72
|
+
<property name="leftMargin">
|
|
73
|
+
<number>10</number>
|
|
74
|
+
</property>
|
|
75
|
+
<property name="topMargin">
|
|
76
|
+
<number>10</number>
|
|
77
|
+
</property>
|
|
78
|
+
<property name="rightMargin">
|
|
79
|
+
<number>10</number>
|
|
80
|
+
</property>
|
|
81
|
+
<property name="bottomMargin">
|
|
82
|
+
<number>10</number>
|
|
83
|
+
</property>
|
|
84
|
+
<property name="spacing">
|
|
85
|
+
<number>20</number>
|
|
86
|
+
</property>
|
|
87
|
+
<item row="1" column="1">
|
|
88
|
+
<widget class="QGroupBox" name="messagesgroupbox">
|
|
89
|
+
<property name="sizePolicy">
|
|
90
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
91
|
+
<horstretch>0</horstretch>
|
|
92
|
+
<verstretch>0</verstretch>
|
|
93
|
+
</sizepolicy>
|
|
94
|
+
</property>
|
|
95
|
+
<property name="font">
|
|
96
|
+
<font>
|
|
97
|
+
<pointsize>13</pointsize>
|
|
98
|
+
</font>
|
|
99
|
+
</property>
|
|
100
|
+
<property name="styleSheet">
|
|
101
|
+
<string notr="true"/>
|
|
102
|
+
</property>
|
|
103
|
+
<property name="title">
|
|
104
|
+
<string>Messages</string>
|
|
105
|
+
</property>
|
|
106
|
+
<layout class="QGridLayout" name="gridLayout_2">
|
|
107
|
+
<property name="leftMargin">
|
|
108
|
+
<number>5</number>
|
|
109
|
+
</property>
|
|
110
|
+
<property name="topMargin">
|
|
111
|
+
<number>5</number>
|
|
112
|
+
</property>
|
|
113
|
+
<property name="rightMargin">
|
|
114
|
+
<number>5</number>
|
|
115
|
+
</property>
|
|
116
|
+
<property name="bottomMargin">
|
|
117
|
+
<number>5</number>
|
|
118
|
+
</property>
|
|
119
|
+
<item row="0" column="0">
|
|
120
|
+
<widget class="QTextBrowser" name="message_area">
|
|
121
|
+
<property name="sizePolicy">
|
|
122
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
123
|
+
<horstretch>0</horstretch>
|
|
124
|
+
<verstretch>0</verstretch>
|
|
125
|
+
</sizepolicy>
|
|
126
|
+
</property>
|
|
127
|
+
<property name="styleSheet">
|
|
128
|
+
<string notr="true">background-color: white;</string>
|
|
129
|
+
</property>
|
|
130
|
+
<property name="textInteractionFlags">
|
|
131
|
+
<set>Qt::TextInteractionFlag::NoTextInteraction</set>
|
|
132
|
+
</property>
|
|
133
|
+
</widget>
|
|
134
|
+
</item>
|
|
135
|
+
</layout>
|
|
136
|
+
</widget>
|
|
137
|
+
</item>
|
|
138
|
+
<item row="0" column="1">
|
|
139
|
+
<layout class="QVBoxLayout" name="recordingactionsgroupbox" stretch="2,0">
|
|
140
|
+
<property name="spacing">
|
|
141
|
+
<number>35</number>
|
|
142
|
+
</property>
|
|
143
|
+
<item>
|
|
144
|
+
<widget class="QGroupBox" name="selected_recording_groupbox">
|
|
145
|
+
<property name="sizePolicy">
|
|
146
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
147
|
+
<horstretch>0</horstretch>
|
|
148
|
+
<verstretch>0</verstretch>
|
|
149
|
+
</sizepolicy>
|
|
150
|
+
</property>
|
|
151
|
+
<property name="font">
|
|
152
|
+
<font>
|
|
153
|
+
<pointsize>13</pointsize>
|
|
154
|
+
</font>
|
|
155
|
+
</property>
|
|
156
|
+
<property name="title">
|
|
157
|
+
<string>Data / actions for Recording 1</string>
|
|
158
|
+
</property>
|
|
159
|
+
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="1,1,1,1,1">
|
|
160
|
+
<property name="spacing">
|
|
161
|
+
<number>10</number>
|
|
162
|
+
</property>
|
|
163
|
+
<property name="leftMargin">
|
|
164
|
+
<number>5</number>
|
|
165
|
+
</property>
|
|
166
|
+
<property name="topMargin">
|
|
167
|
+
<number>5</number>
|
|
168
|
+
</property>
|
|
169
|
+
<property name="rightMargin">
|
|
170
|
+
<number>5</number>
|
|
171
|
+
</property>
|
|
172
|
+
<property name="bottomMargin">
|
|
173
|
+
<number>5</number>
|
|
174
|
+
</property>
|
|
175
|
+
<item>
|
|
176
|
+
<layout class="QHBoxLayout" name="samplingratelayout" stretch="1,1,7">
|
|
177
|
+
<property name="spacing">
|
|
178
|
+
<number>10</number>
|
|
179
|
+
</property>
|
|
180
|
+
<item>
|
|
181
|
+
<widget class="QLabel" name="samplingratelabel">
|
|
182
|
+
<property name="sizePolicy">
|
|
183
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
184
|
+
<horstretch>0</horstretch>
|
|
185
|
+
<verstretch>0</verstretch>
|
|
186
|
+
</sizepolicy>
|
|
187
|
+
</property>
|
|
188
|
+
<property name="styleSheet">
|
|
189
|
+
<string notr="true">background-color: transparent;</string>
|
|
190
|
+
</property>
|
|
191
|
+
<property name="text">
|
|
192
|
+
<string>Sampling rate (Hz):</string>
|
|
193
|
+
</property>
|
|
194
|
+
</widget>
|
|
195
|
+
</item>
|
|
196
|
+
<item>
|
|
197
|
+
<widget class="QDoubleSpinBox" name="sampling_rate_input">
|
|
198
|
+
<property name="sizePolicy">
|
|
199
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
200
|
+
<horstretch>0</horstretch>
|
|
201
|
+
<verstretch>0</verstretch>
|
|
202
|
+
</sizepolicy>
|
|
203
|
+
</property>
|
|
204
|
+
<property name="styleSheet">
|
|
205
|
+
<string notr="true">background-color: white;</string>
|
|
206
|
+
</property>
|
|
207
|
+
<property name="minimum">
|
|
208
|
+
<double>0.000000000000000</double>
|
|
209
|
+
</property>
|
|
210
|
+
<property name="maximum">
|
|
211
|
+
<double>100000.000000000000000</double>
|
|
212
|
+
</property>
|
|
213
|
+
</widget>
|
|
214
|
+
</item>
|
|
215
|
+
<item>
|
|
216
|
+
<spacer name="horizontalSpacer_2">
|
|
217
|
+
<property name="orientation">
|
|
218
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
219
|
+
</property>
|
|
220
|
+
<property name="sizeType">
|
|
221
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
222
|
+
</property>
|
|
223
|
+
<property name="sizeHint" stdset="0">
|
|
224
|
+
<size>
|
|
225
|
+
<width>20</width>
|
|
226
|
+
<height>5</height>
|
|
227
|
+
</size>
|
|
228
|
+
</property>
|
|
229
|
+
</spacer>
|
|
230
|
+
</item>
|
|
231
|
+
</layout>
|
|
232
|
+
</item>
|
|
233
|
+
<item>
|
|
234
|
+
<layout class="QHBoxLayout" name="select_recording_layout" stretch="5,12">
|
|
235
|
+
<item>
|
|
236
|
+
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
237
|
+
<property name="spacing">
|
|
238
|
+
<number>5</number>
|
|
239
|
+
</property>
|
|
240
|
+
<item>
|
|
241
|
+
<widget class="QPushButton" name="recording_file_button">
|
|
242
|
+
<property name="sizePolicy">
|
|
243
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
244
|
+
<horstretch>0</horstretch>
|
|
245
|
+
<verstretch>0</verstretch>
|
|
246
|
+
</sizepolicy>
|
|
247
|
+
</property>
|
|
248
|
+
<property name="text">
|
|
249
|
+
<string>Select recording file</string>
|
|
250
|
+
</property>
|
|
251
|
+
</widget>
|
|
252
|
+
</item>
|
|
253
|
+
</layout>
|
|
254
|
+
</item>
|
|
255
|
+
<item>
|
|
256
|
+
<widget class="QLabel" name="recording_file_label">
|
|
257
|
+
<property name="sizePolicy">
|
|
258
|
+
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
259
|
+
<horstretch>0</horstretch>
|
|
260
|
+
<verstretch>0</verstretch>
|
|
261
|
+
</sizepolicy>
|
|
262
|
+
</property>
|
|
263
|
+
<property name="acceptDrops">
|
|
264
|
+
<bool>true</bool>
|
|
265
|
+
</property>
|
|
266
|
+
<property name="styleSheet">
|
|
267
|
+
<string notr="true">background-color: white;</string>
|
|
268
|
+
</property>
|
|
269
|
+
<property name="text">
|
|
270
|
+
<string/>
|
|
271
|
+
</property>
|
|
272
|
+
<property name="alignment">
|
|
273
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
274
|
+
</property>
|
|
275
|
+
</widget>
|
|
276
|
+
</item>
|
|
277
|
+
</layout>
|
|
278
|
+
</item>
|
|
279
|
+
<item>
|
|
280
|
+
<layout class="QHBoxLayout" name="label_file_layout" stretch="5,12">
|
|
281
|
+
<item>
|
|
282
|
+
<layout class="QHBoxLayout" name="select_or_create_layout" stretch="3,1,3,3">
|
|
283
|
+
<property name="spacing">
|
|
284
|
+
<number>5</number>
|
|
285
|
+
</property>
|
|
286
|
+
<item>
|
|
287
|
+
<widget class="QPushButton" name="select_label_button">
|
|
288
|
+
<property name="sizePolicy">
|
|
289
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
290
|
+
<horstretch>0</horstretch>
|
|
291
|
+
<verstretch>0</verstretch>
|
|
292
|
+
</sizepolicy>
|
|
293
|
+
</property>
|
|
294
|
+
<property name="baseSize">
|
|
295
|
+
<size>
|
|
296
|
+
<width>0</width>
|
|
297
|
+
<height>0</height>
|
|
298
|
+
</size>
|
|
299
|
+
</property>
|
|
300
|
+
<property name="toolTip">
|
|
301
|
+
<string>Select existing label file</string>
|
|
302
|
+
</property>
|
|
303
|
+
<property name="text">
|
|
304
|
+
<string>Select</string>
|
|
305
|
+
</property>
|
|
306
|
+
</widget>
|
|
307
|
+
</item>
|
|
308
|
+
<item>
|
|
309
|
+
<widget class="QLabel" name="or_label">
|
|
310
|
+
<property name="sizePolicy">
|
|
311
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
312
|
+
<horstretch>0</horstretch>
|
|
313
|
+
<verstretch>0</verstretch>
|
|
314
|
+
</sizepolicy>
|
|
315
|
+
</property>
|
|
316
|
+
<property name="styleSheet">
|
|
317
|
+
<string notr="true">background-color: transparent;</string>
|
|
318
|
+
</property>
|
|
319
|
+
<property name="text">
|
|
320
|
+
<string>or</string>
|
|
321
|
+
</property>
|
|
322
|
+
<property name="alignment">
|
|
323
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
324
|
+
</property>
|
|
325
|
+
</widget>
|
|
326
|
+
</item>
|
|
327
|
+
<item>
|
|
328
|
+
<widget class="QPushButton" name="create_label_button">
|
|
329
|
+
<property name="sizePolicy">
|
|
330
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
331
|
+
<horstretch>0</horstretch>
|
|
332
|
+
<verstretch>0</verstretch>
|
|
333
|
+
</sizepolicy>
|
|
334
|
+
</property>
|
|
335
|
+
<property name="toolTip">
|
|
336
|
+
<string>Choose filename for new label file</string>
|
|
337
|
+
</property>
|
|
338
|
+
<property name="text">
|
|
339
|
+
<string>create</string>
|
|
340
|
+
</property>
|
|
341
|
+
</widget>
|
|
342
|
+
</item>
|
|
343
|
+
<item>
|
|
344
|
+
<widget class="QLabel" name="label_text">
|
|
345
|
+
<property name="sizePolicy">
|
|
346
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
347
|
+
<horstretch>0</horstretch>
|
|
348
|
+
<verstretch>0</verstretch>
|
|
349
|
+
</sizepolicy>
|
|
350
|
+
</property>
|
|
351
|
+
<property name="styleSheet">
|
|
352
|
+
<string notr="true">background-color: transparent;</string>
|
|
353
|
+
</property>
|
|
354
|
+
<property name="text">
|
|
355
|
+
<string>label file</string>
|
|
356
|
+
</property>
|
|
357
|
+
</widget>
|
|
358
|
+
</item>
|
|
359
|
+
</layout>
|
|
360
|
+
</item>
|
|
361
|
+
<item>
|
|
362
|
+
<widget class="QLabel" name="label_file_label">
|
|
363
|
+
<property name="sizePolicy">
|
|
364
|
+
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
365
|
+
<horstretch>0</horstretch>
|
|
366
|
+
<verstretch>0</verstretch>
|
|
367
|
+
</sizepolicy>
|
|
368
|
+
</property>
|
|
369
|
+
<property name="acceptDrops">
|
|
370
|
+
<bool>true</bool>
|
|
371
|
+
</property>
|
|
372
|
+
<property name="styleSheet">
|
|
373
|
+
<string notr="true">background-color: white;</string>
|
|
374
|
+
</property>
|
|
375
|
+
<property name="text">
|
|
376
|
+
<string/>
|
|
377
|
+
</property>
|
|
378
|
+
<property name="alignment">
|
|
379
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
380
|
+
</property>
|
|
381
|
+
</widget>
|
|
382
|
+
</item>
|
|
383
|
+
</layout>
|
|
384
|
+
</item>
|
|
385
|
+
<item>
|
|
386
|
+
<layout class="QHBoxLayout" name="manual_scoring_layout" stretch="2,3,2,3,1">
|
|
387
|
+
<item>
|
|
388
|
+
<widget class="QPushButton" name="manual_scoring_button">
|
|
389
|
+
<property name="sizePolicy">
|
|
390
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
391
|
+
<horstretch>0</horstretch>
|
|
392
|
+
<verstretch>0</verstretch>
|
|
393
|
+
</sizepolicy>
|
|
394
|
+
</property>
|
|
395
|
+
<property name="toolTip">
|
|
396
|
+
<string>View and edit brain state labels for this recording</string>
|
|
397
|
+
</property>
|
|
398
|
+
<property name="text">
|
|
399
|
+
<string>Score manually</string>
|
|
400
|
+
</property>
|
|
401
|
+
</widget>
|
|
402
|
+
</item>
|
|
403
|
+
<item>
|
|
404
|
+
<widget class="QLabel" name="manual_scoring_status">
|
|
405
|
+
<property name="styleSheet">
|
|
406
|
+
<string notr="true">background-color: transparent;</string>
|
|
407
|
+
</property>
|
|
408
|
+
<property name="text">
|
|
409
|
+
<string/>
|
|
410
|
+
</property>
|
|
411
|
+
</widget>
|
|
412
|
+
</item>
|
|
413
|
+
<item>
|
|
414
|
+
<widget class="QPushButton" name="create_calibration_button">
|
|
415
|
+
<property name="sizePolicy">
|
|
416
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
417
|
+
<horstretch>0</horstretch>
|
|
418
|
+
<verstretch>0</verstretch>
|
|
419
|
+
</sizepolicy>
|
|
420
|
+
</property>
|
|
421
|
+
<property name="text">
|
|
422
|
+
<string>Create calibration file</string>
|
|
423
|
+
</property>
|
|
424
|
+
</widget>
|
|
425
|
+
</item>
|
|
426
|
+
<item>
|
|
427
|
+
<widget class="QLabel" name="calibration_status">
|
|
428
|
+
<property name="styleSheet">
|
|
429
|
+
<string notr="true">background-color: transparent;</string>
|
|
430
|
+
</property>
|
|
431
|
+
<property name="text">
|
|
432
|
+
<string/>
|
|
433
|
+
</property>
|
|
434
|
+
</widget>
|
|
435
|
+
</item>
|
|
436
|
+
<item>
|
|
437
|
+
<spacer name="horizontalSpacer_4">
|
|
438
|
+
<property name="orientation">
|
|
439
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
440
|
+
</property>
|
|
441
|
+
<property name="sizeType">
|
|
442
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
443
|
+
</property>
|
|
444
|
+
<property name="sizeHint" stdset="0">
|
|
445
|
+
<size>
|
|
446
|
+
<width>10</width>
|
|
447
|
+
<height>5</height>
|
|
448
|
+
</size>
|
|
449
|
+
</property>
|
|
450
|
+
</spacer>
|
|
451
|
+
</item>
|
|
452
|
+
</layout>
|
|
453
|
+
</item>
|
|
454
|
+
<item>
|
|
455
|
+
<layout class="QHBoxLayout" name="load_calibration_layout" stretch="5,12">
|
|
456
|
+
<item>
|
|
457
|
+
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
|
458
|
+
<property name="spacing">
|
|
459
|
+
<number>5</number>
|
|
460
|
+
</property>
|
|
461
|
+
<item>
|
|
462
|
+
<widget class="QPushButton" name="select_calibration_button">
|
|
463
|
+
<property name="sizePolicy">
|
|
464
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
465
|
+
<horstretch>0</horstretch>
|
|
466
|
+
<verstretch>0</verstretch>
|
|
467
|
+
</sizepolicy>
|
|
468
|
+
</property>
|
|
469
|
+
<property name="text">
|
|
470
|
+
<string>Select calibration file</string>
|
|
471
|
+
</property>
|
|
472
|
+
</widget>
|
|
473
|
+
</item>
|
|
474
|
+
</layout>
|
|
475
|
+
</item>
|
|
476
|
+
<item>
|
|
477
|
+
<widget class="QLabel" name="calibration_file_label">
|
|
478
|
+
<property name="sizePolicy">
|
|
479
|
+
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
480
|
+
<horstretch>0</horstretch>
|
|
481
|
+
<verstretch>0</verstretch>
|
|
482
|
+
</sizepolicy>
|
|
483
|
+
</property>
|
|
484
|
+
<property name="acceptDrops">
|
|
485
|
+
<bool>true</bool>
|
|
486
|
+
</property>
|
|
487
|
+
<property name="styleSheet">
|
|
488
|
+
<string notr="true">background-color: white;</string>
|
|
489
|
+
</property>
|
|
490
|
+
<property name="text">
|
|
491
|
+
<string/>
|
|
492
|
+
</property>
|
|
493
|
+
<property name="alignment">
|
|
494
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
495
|
+
</property>
|
|
496
|
+
</widget>
|
|
497
|
+
</item>
|
|
498
|
+
</layout>
|
|
499
|
+
</item>
|
|
500
|
+
</layout>
|
|
501
|
+
</widget>
|
|
502
|
+
</item>
|
|
503
|
+
<item>
|
|
504
|
+
<widget class="QTabWidget" name="lower_tab_widget">
|
|
505
|
+
<property name="currentIndex">
|
|
506
|
+
<number>0</number>
|
|
507
|
+
</property>
|
|
508
|
+
<widget class="QWidget" name="classification_tab">
|
|
509
|
+
<property name="styleSheet">
|
|
510
|
+
<string notr="true"/>
|
|
511
|
+
</property>
|
|
512
|
+
<attribute name="title">
|
|
513
|
+
<string>Classification</string>
|
|
514
|
+
</attribute>
|
|
515
|
+
<layout class="QGridLayout" name="gridLayout" columnstretch="2">
|
|
516
|
+
<property name="leftMargin">
|
|
517
|
+
<number>5</number>
|
|
518
|
+
</property>
|
|
519
|
+
<property name="topMargin">
|
|
520
|
+
<number>5</number>
|
|
521
|
+
</property>
|
|
522
|
+
<property name="rightMargin">
|
|
523
|
+
<number>5</number>
|
|
524
|
+
</property>
|
|
525
|
+
<property name="bottomMargin">
|
|
526
|
+
<number>5</number>
|
|
527
|
+
</property>
|
|
528
|
+
<property name="verticalSpacing">
|
|
529
|
+
<number>10</number>
|
|
530
|
+
</property>
|
|
531
|
+
<item row="0" column="0">
|
|
532
|
+
<layout class="QGridLayout" name="gridLayout_4">
|
|
533
|
+
<item row="1" column="0">
|
|
534
|
+
<layout class="QHBoxLayout" name="score_all_layout" stretch="3,3,4,2">
|
|
535
|
+
<item>
|
|
536
|
+
<widget class="QPushButton" name="score_all_button">
|
|
537
|
+
<property name="sizePolicy">
|
|
538
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
539
|
+
<horstretch>0</horstretch>
|
|
540
|
+
<verstretch>0</verstretch>
|
|
541
|
+
</sizepolicy>
|
|
542
|
+
</property>
|
|
543
|
+
<property name="toolTip">
|
|
544
|
+
<string>Use classification model to score all recordings</string>
|
|
545
|
+
</property>
|
|
546
|
+
<property name="text">
|
|
547
|
+
<string>Score all automatically</string>
|
|
548
|
+
</property>
|
|
549
|
+
</widget>
|
|
550
|
+
</item>
|
|
551
|
+
<item>
|
|
552
|
+
<widget class="QLabel" name="score_all_status">
|
|
553
|
+
<property name="styleSheet">
|
|
554
|
+
<string notr="true">background-color: transparent;</string>
|
|
555
|
+
</property>
|
|
556
|
+
<property name="text">
|
|
557
|
+
<string/>
|
|
558
|
+
</property>
|
|
559
|
+
</widget>
|
|
560
|
+
</item>
|
|
561
|
+
<item>
|
|
562
|
+
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
563
|
+
<property name="spacing">
|
|
564
|
+
<number>10</number>
|
|
565
|
+
</property>
|
|
566
|
+
<item>
|
|
567
|
+
<widget class="QCheckBox" name="overwritecheckbox">
|
|
568
|
+
<property name="sizePolicy">
|
|
569
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
570
|
+
<horstretch>0</horstretch>
|
|
571
|
+
<verstretch>0</verstretch>
|
|
572
|
+
</sizepolicy>
|
|
573
|
+
</property>
|
|
574
|
+
<property name="styleSheet">
|
|
575
|
+
<string notr="true">background-color: transparent;</string>
|
|
576
|
+
</property>
|
|
577
|
+
<property name="text">
|
|
578
|
+
<string>Only overwrite undefined epochs</string>
|
|
579
|
+
</property>
|
|
580
|
+
</widget>
|
|
581
|
+
</item>
|
|
582
|
+
<item>
|
|
583
|
+
<layout class="QHBoxLayout" name="boutlengthlayout">
|
|
584
|
+
<property name="spacing">
|
|
585
|
+
<number>5</number>
|
|
586
|
+
</property>
|
|
587
|
+
<item>
|
|
588
|
+
<widget class="QLabel" name="boutlengthlabel">
|
|
589
|
+
<property name="sizePolicy">
|
|
590
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
591
|
+
<horstretch>0</horstretch>
|
|
592
|
+
<verstretch>0</verstretch>
|
|
593
|
+
</sizepolicy>
|
|
594
|
+
</property>
|
|
595
|
+
<property name="styleSheet">
|
|
596
|
+
<string notr="true">background-color: transparent;</string>
|
|
597
|
+
</property>
|
|
598
|
+
<property name="text">
|
|
599
|
+
<string>Minimum bout length (sec):</string>
|
|
600
|
+
</property>
|
|
601
|
+
</widget>
|
|
602
|
+
</item>
|
|
603
|
+
<item>
|
|
604
|
+
<widget class="QDoubleSpinBox" name="bout_length_input">
|
|
605
|
+
<property name="sizePolicy">
|
|
606
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
607
|
+
<horstretch>0</horstretch>
|
|
608
|
+
<verstretch>0</verstretch>
|
|
609
|
+
</sizepolicy>
|
|
610
|
+
</property>
|
|
611
|
+
<property name="styleSheet">
|
|
612
|
+
<string notr="true">background-color: white;</string>
|
|
613
|
+
</property>
|
|
614
|
+
<property name="decimals">
|
|
615
|
+
<number>2</number>
|
|
616
|
+
</property>
|
|
617
|
+
<property name="maximum">
|
|
618
|
+
<double>1000.000000000000000</double>
|
|
619
|
+
</property>
|
|
620
|
+
<property name="value">
|
|
621
|
+
<double>5.000000000000000</double>
|
|
622
|
+
</property>
|
|
623
|
+
</widget>
|
|
624
|
+
</item>
|
|
625
|
+
</layout>
|
|
626
|
+
</item>
|
|
627
|
+
</layout>
|
|
628
|
+
</item>
|
|
629
|
+
<item>
|
|
630
|
+
<spacer name="horizontalSpacer_5">
|
|
631
|
+
<property name="orientation">
|
|
632
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
633
|
+
</property>
|
|
634
|
+
<property name="sizeType">
|
|
635
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
636
|
+
</property>
|
|
637
|
+
<property name="sizeHint" stdset="0">
|
|
638
|
+
<size>
|
|
639
|
+
<width>10</width>
|
|
640
|
+
<height>5</height>
|
|
641
|
+
</size>
|
|
642
|
+
</property>
|
|
643
|
+
</spacer>
|
|
644
|
+
</item>
|
|
645
|
+
</layout>
|
|
646
|
+
</item>
|
|
647
|
+
<item row="0" column="0">
|
|
648
|
+
<layout class="QHBoxLayout" name="load_model_layout" stretch="5,12">
|
|
649
|
+
<item>
|
|
650
|
+
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
|
651
|
+
<property name="spacing">
|
|
652
|
+
<number>5</number>
|
|
653
|
+
</property>
|
|
654
|
+
<item>
|
|
655
|
+
<widget class="QPushButton" name="load_model_button">
|
|
656
|
+
<property name="sizePolicy">
|
|
657
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
658
|
+
<horstretch>0</horstretch>
|
|
659
|
+
<verstretch>0</verstretch>
|
|
660
|
+
</sizepolicy>
|
|
661
|
+
</property>
|
|
662
|
+
<property name="text">
|
|
663
|
+
<string>Load classification model</string>
|
|
664
|
+
</property>
|
|
665
|
+
</widget>
|
|
666
|
+
</item>
|
|
667
|
+
</layout>
|
|
668
|
+
</item>
|
|
669
|
+
<item>
|
|
670
|
+
<widget class="QLabel" name="model_label">
|
|
671
|
+
<property name="sizePolicy">
|
|
672
|
+
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
673
|
+
<horstretch>0</horstretch>
|
|
674
|
+
<verstretch>0</verstretch>
|
|
675
|
+
</sizepolicy>
|
|
676
|
+
</property>
|
|
677
|
+
<property name="acceptDrops">
|
|
678
|
+
<bool>true</bool>
|
|
679
|
+
</property>
|
|
680
|
+
<property name="styleSheet">
|
|
681
|
+
<string notr="true">background-color: white;</string>
|
|
682
|
+
</property>
|
|
683
|
+
<property name="text">
|
|
684
|
+
<string/>
|
|
685
|
+
</property>
|
|
686
|
+
<property name="alignment">
|
|
687
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
688
|
+
</property>
|
|
689
|
+
</widget>
|
|
690
|
+
</item>
|
|
691
|
+
</layout>
|
|
692
|
+
</item>
|
|
693
|
+
</layout>
|
|
694
|
+
</item>
|
|
695
|
+
</layout>
|
|
696
|
+
</widget>
|
|
697
|
+
<widget class="QWidget" name="model_training_tab">
|
|
698
|
+
<attribute name="title">
|
|
699
|
+
<string>Model training</string>
|
|
700
|
+
</attribute>
|
|
701
|
+
<layout class="QGridLayout" name="gridLayout_7">
|
|
702
|
+
<property name="leftMargin">
|
|
703
|
+
<number>0</number>
|
|
704
|
+
</property>
|
|
705
|
+
<property name="topMargin">
|
|
706
|
+
<number>0</number>
|
|
707
|
+
</property>
|
|
708
|
+
<property name="rightMargin">
|
|
709
|
+
<number>0</number>
|
|
710
|
+
</property>
|
|
711
|
+
<property name="bottomMargin">
|
|
712
|
+
<number>0</number>
|
|
713
|
+
</property>
|
|
714
|
+
<item row="0" column="0">
|
|
715
|
+
<layout class="QGridLayout" name="model_training_layout" rowstretch="1,1,1">
|
|
716
|
+
<item row="0" column="0">
|
|
717
|
+
<layout class="QHBoxLayout" name="top_training_layout" stretch="2,1,2,1,3,1">
|
|
718
|
+
<property name="spacing">
|
|
719
|
+
<number>10</number>
|
|
720
|
+
</property>
|
|
721
|
+
<item>
|
|
722
|
+
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
723
|
+
<property name="spacing">
|
|
724
|
+
<number>5</number>
|
|
725
|
+
</property>
|
|
726
|
+
<item>
|
|
727
|
+
<widget class="QLabel" name="label">
|
|
728
|
+
<property name="sizePolicy">
|
|
729
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
730
|
+
<horstretch>0</horstretch>
|
|
731
|
+
<verstretch>0</verstretch>
|
|
732
|
+
</sizepolicy>
|
|
733
|
+
</property>
|
|
734
|
+
<property name="text">
|
|
735
|
+
<string>Epochs per image:</string>
|
|
736
|
+
</property>
|
|
737
|
+
</widget>
|
|
738
|
+
</item>
|
|
739
|
+
<item>
|
|
740
|
+
<widget class="QSpinBox" name="image_number_input">
|
|
741
|
+
<property name="sizePolicy">
|
|
742
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
743
|
+
<horstretch>0</horstretch>
|
|
744
|
+
<verstretch>0</verstretch>
|
|
745
|
+
</sizepolicy>
|
|
746
|
+
</property>
|
|
747
|
+
<property name="styleSheet">
|
|
748
|
+
<string notr="true">background-color: white;</string>
|
|
749
|
+
</property>
|
|
750
|
+
<property name="minimum">
|
|
751
|
+
<number>9</number>
|
|
752
|
+
</property>
|
|
753
|
+
<property name="maximum">
|
|
754
|
+
<number>999</number>
|
|
755
|
+
</property>
|
|
756
|
+
<property name="value">
|
|
757
|
+
<number>9</number>
|
|
758
|
+
</property>
|
|
759
|
+
</widget>
|
|
760
|
+
</item>
|
|
761
|
+
</layout>
|
|
762
|
+
</item>
|
|
763
|
+
<item>
|
|
764
|
+
<spacer name="horizontalSpacer">
|
|
765
|
+
<property name="orientation">
|
|
766
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
767
|
+
</property>
|
|
768
|
+
<property name="sizeType">
|
|
769
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
770
|
+
</property>
|
|
771
|
+
<property name="sizeHint" stdset="0">
|
|
772
|
+
<size>
|
|
773
|
+
<width>10</width>
|
|
774
|
+
<height>5</height>
|
|
775
|
+
</size>
|
|
776
|
+
</property>
|
|
777
|
+
</spacer>
|
|
778
|
+
</item>
|
|
779
|
+
<item>
|
|
780
|
+
<widget class="QCheckBox" name="delete_image_box">
|
|
781
|
+
<property name="sizePolicy">
|
|
782
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
783
|
+
<horstretch>0</horstretch>
|
|
784
|
+
<verstretch>0</verstretch>
|
|
785
|
+
</sizepolicy>
|
|
786
|
+
</property>
|
|
787
|
+
<property name="text">
|
|
788
|
+
<string>Delete images after training</string>
|
|
789
|
+
</property>
|
|
790
|
+
<property name="checked">
|
|
791
|
+
<bool>true</bool>
|
|
792
|
+
</property>
|
|
793
|
+
</widget>
|
|
794
|
+
</item>
|
|
795
|
+
<item>
|
|
796
|
+
<spacer name="horizontalSpacer_6">
|
|
797
|
+
<property name="orientation">
|
|
798
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
799
|
+
</property>
|
|
800
|
+
<property name="sizeType">
|
|
801
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
802
|
+
</property>
|
|
803
|
+
<property name="sizeHint" stdset="0">
|
|
804
|
+
<size>
|
|
805
|
+
<width>10</width>
|
|
806
|
+
<height>5</height>
|
|
807
|
+
</size>
|
|
808
|
+
</property>
|
|
809
|
+
</spacer>
|
|
810
|
+
</item>
|
|
811
|
+
<item>
|
|
812
|
+
<layout class="QHBoxLayout" name="horizontalLayout_6" stretch="2,3,3">
|
|
813
|
+
<item>
|
|
814
|
+
<widget class="QLabel" name="label_2">
|
|
815
|
+
<property name="sizePolicy">
|
|
816
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
817
|
+
<horstretch>0</horstretch>
|
|
818
|
+
<verstretch>0</verstretch>
|
|
819
|
+
</sizepolicy>
|
|
820
|
+
</property>
|
|
821
|
+
<property name="text">
|
|
822
|
+
<string>Model type:</string>
|
|
823
|
+
</property>
|
|
824
|
+
</widget>
|
|
825
|
+
</item>
|
|
826
|
+
<item>
|
|
827
|
+
<widget class="QRadioButton" name="default_type_button">
|
|
828
|
+
<property name="sizePolicy">
|
|
829
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
830
|
+
<horstretch>0</horstretch>
|
|
831
|
+
<verstretch>0</verstretch>
|
|
832
|
+
</sizepolicy>
|
|
833
|
+
</property>
|
|
834
|
+
<property name="text">
|
|
835
|
+
<string>Default</string>
|
|
836
|
+
</property>
|
|
837
|
+
<property name="checked">
|
|
838
|
+
<bool>true</bool>
|
|
839
|
+
</property>
|
|
840
|
+
</widget>
|
|
841
|
+
</item>
|
|
842
|
+
<item>
|
|
843
|
+
<widget class="QRadioButton" name="real_time_button">
|
|
844
|
+
<property name="sizePolicy">
|
|
845
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
846
|
+
<horstretch>0</horstretch>
|
|
847
|
+
<verstretch>0</verstretch>
|
|
848
|
+
</sizepolicy>
|
|
849
|
+
</property>
|
|
850
|
+
<property name="text">
|
|
851
|
+
<string>Real-time</string>
|
|
852
|
+
</property>
|
|
853
|
+
</widget>
|
|
854
|
+
</item>
|
|
855
|
+
</layout>
|
|
856
|
+
</item>
|
|
857
|
+
<item>
|
|
858
|
+
<spacer name="horizontalSpacer_3">
|
|
859
|
+
<property name="orientation">
|
|
860
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
861
|
+
</property>
|
|
862
|
+
<property name="sizeType">
|
|
863
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
864
|
+
</property>
|
|
865
|
+
<property name="sizeHint" stdset="0">
|
|
866
|
+
<size>
|
|
867
|
+
<width>10</width>
|
|
868
|
+
<height>5</height>
|
|
869
|
+
</size>
|
|
870
|
+
</property>
|
|
871
|
+
</spacer>
|
|
872
|
+
</item>
|
|
873
|
+
</layout>
|
|
874
|
+
</item>
|
|
875
|
+
<item row="2" column="0">
|
|
876
|
+
<layout class="QHBoxLayout" name="bottom_training_layout">
|
|
877
|
+
<item>
|
|
878
|
+
<spacer name="horizontalSpacer_7">
|
|
879
|
+
<property name="orientation">
|
|
880
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
881
|
+
</property>
|
|
882
|
+
<property name="sizeType">
|
|
883
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
884
|
+
</property>
|
|
885
|
+
<property name="sizeHint" stdset="0">
|
|
886
|
+
<size>
|
|
887
|
+
<width>10</width>
|
|
888
|
+
<height>5</height>
|
|
889
|
+
</size>
|
|
890
|
+
</property>
|
|
891
|
+
</spacer>
|
|
892
|
+
</item>
|
|
893
|
+
<item>
|
|
894
|
+
<widget class="QPushButton" name="train_model_button">
|
|
895
|
+
<property name="sizePolicy">
|
|
896
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
897
|
+
<horstretch>0</horstretch>
|
|
898
|
+
<verstretch>0</verstretch>
|
|
899
|
+
</sizepolicy>
|
|
900
|
+
</property>
|
|
901
|
+
<property name="text">
|
|
902
|
+
<string>Train classification model</string>
|
|
903
|
+
</property>
|
|
904
|
+
</widget>
|
|
905
|
+
</item>
|
|
906
|
+
<item>
|
|
907
|
+
<spacer name="horizontalSpacer_8">
|
|
908
|
+
<property name="orientation">
|
|
909
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
910
|
+
</property>
|
|
911
|
+
<property name="sizeType">
|
|
912
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
913
|
+
</property>
|
|
914
|
+
<property name="sizeHint" stdset="0">
|
|
915
|
+
<size>
|
|
916
|
+
<width>10</width>
|
|
917
|
+
<height>5</height>
|
|
918
|
+
</size>
|
|
919
|
+
</property>
|
|
920
|
+
</spacer>
|
|
921
|
+
</item>
|
|
922
|
+
</layout>
|
|
923
|
+
</item>
|
|
924
|
+
<item row="1" column="0">
|
|
925
|
+
<layout class="QHBoxLayout" name="middle_training_layout" stretch="5,12">
|
|
926
|
+
<item>
|
|
927
|
+
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
928
|
+
<item>
|
|
929
|
+
<widget class="QPushButton" name="training_folder_button">
|
|
930
|
+
<property name="sizePolicy">
|
|
931
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
932
|
+
<horstretch>0</horstretch>
|
|
933
|
+
<verstretch>0</verstretch>
|
|
934
|
+
</sizepolicy>
|
|
935
|
+
</property>
|
|
936
|
+
<property name="toolTip">
|
|
937
|
+
<string>A temporary folder will be created here</string>
|
|
938
|
+
</property>
|
|
939
|
+
<property name="text">
|
|
940
|
+
<string>Set training image directory</string>
|
|
941
|
+
</property>
|
|
942
|
+
</widget>
|
|
943
|
+
</item>
|
|
944
|
+
</layout>
|
|
945
|
+
</item>
|
|
946
|
+
<item>
|
|
947
|
+
<widget class="QLabel" name="image_folder_label">
|
|
948
|
+
<property name="sizePolicy">
|
|
949
|
+
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
950
|
+
<horstretch>0</horstretch>
|
|
951
|
+
<verstretch>0</verstretch>
|
|
952
|
+
</sizepolicy>
|
|
953
|
+
</property>
|
|
954
|
+
<property name="styleSheet">
|
|
955
|
+
<string notr="true">background-color: white;</string>
|
|
956
|
+
</property>
|
|
957
|
+
<property name="text">
|
|
958
|
+
<string/>
|
|
959
|
+
</property>
|
|
960
|
+
</widget>
|
|
961
|
+
</item>
|
|
962
|
+
</layout>
|
|
963
|
+
</item>
|
|
964
|
+
</layout>
|
|
965
|
+
</item>
|
|
966
|
+
</layout>
|
|
967
|
+
</widget>
|
|
968
|
+
</widget>
|
|
969
|
+
</item>
|
|
970
|
+
</layout>
|
|
971
|
+
</item>
|
|
972
|
+
<item row="0" column="0">
|
|
973
|
+
<layout class="QVBoxLayout" name="left_col_layout" stretch="2,10,1">
|
|
974
|
+
<property name="spacing">
|
|
975
|
+
<number>20</number>
|
|
976
|
+
</property>
|
|
977
|
+
<property name="leftMargin">
|
|
978
|
+
<number>5</number>
|
|
979
|
+
</property>
|
|
980
|
+
<property name="topMargin">
|
|
981
|
+
<number>5</number>
|
|
982
|
+
</property>
|
|
983
|
+
<property name="rightMargin">
|
|
984
|
+
<number>5</number>
|
|
985
|
+
</property>
|
|
986
|
+
<property name="bottomMargin">
|
|
987
|
+
<number>5</number>
|
|
988
|
+
</property>
|
|
989
|
+
<item>
|
|
990
|
+
<layout class="QVBoxLayout" name="epoch_length_layout">
|
|
991
|
+
<property name="spacing">
|
|
992
|
+
<number>5</number>
|
|
993
|
+
</property>
|
|
994
|
+
<item>
|
|
995
|
+
<widget class="QLabel" name="epochlengthlabel">
|
|
996
|
+
<property name="sizePolicy">
|
|
997
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
998
|
+
<horstretch>0</horstretch>
|
|
999
|
+
<verstretch>0</verstretch>
|
|
1000
|
+
</sizepolicy>
|
|
1001
|
+
</property>
|
|
1002
|
+
<property name="styleSheet">
|
|
1003
|
+
<string notr="true">background-color: transparent;</string>
|
|
1004
|
+
</property>
|
|
1005
|
+
<property name="text">
|
|
1006
|
+
<string>Epoch length (sec):</string>
|
|
1007
|
+
</property>
|
|
1008
|
+
</widget>
|
|
1009
|
+
</item>
|
|
1010
|
+
<item>
|
|
1011
|
+
<widget class="QDoubleSpinBox" name="epoch_length_input">
|
|
1012
|
+
<property name="sizePolicy">
|
|
1013
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1014
|
+
<horstretch>0</horstretch>
|
|
1015
|
+
<verstretch>0</verstretch>
|
|
1016
|
+
</sizepolicy>
|
|
1017
|
+
</property>
|
|
1018
|
+
<property name="styleSheet">
|
|
1019
|
+
<string notr="true">background-color: white;</string>
|
|
1020
|
+
</property>
|
|
1021
|
+
<property name="maximum">
|
|
1022
|
+
<double>100000.000000000000000</double>
|
|
1023
|
+
</property>
|
|
1024
|
+
<property name="singleStep">
|
|
1025
|
+
<double>0.500000000000000</double>
|
|
1026
|
+
</property>
|
|
1027
|
+
</widget>
|
|
1028
|
+
</item>
|
|
1029
|
+
</layout>
|
|
1030
|
+
</item>
|
|
1031
|
+
<item>
|
|
1032
|
+
<widget class="QGroupBox" name="recordinglistgroupbox">
|
|
1033
|
+
<property name="sizePolicy">
|
|
1034
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
1035
|
+
<horstretch>0</horstretch>
|
|
1036
|
+
<verstretch>0</verstretch>
|
|
1037
|
+
</sizepolicy>
|
|
1038
|
+
</property>
|
|
1039
|
+
<property name="font">
|
|
1040
|
+
<font>
|
|
1041
|
+
<pointsize>13</pointsize>
|
|
1042
|
+
</font>
|
|
1043
|
+
</property>
|
|
1044
|
+
<property name="styleSheet">
|
|
1045
|
+
<string notr="true"/>
|
|
1046
|
+
</property>
|
|
1047
|
+
<property name="title">
|
|
1048
|
+
<string>Recording list</string>
|
|
1049
|
+
</property>
|
|
1050
|
+
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,5,1">
|
|
1051
|
+
<property name="spacing">
|
|
1052
|
+
<number>5</number>
|
|
1053
|
+
</property>
|
|
1054
|
+
<property name="leftMargin">
|
|
1055
|
+
<number>5</number>
|
|
1056
|
+
</property>
|
|
1057
|
+
<property name="topMargin">
|
|
1058
|
+
<number>5</number>
|
|
1059
|
+
</property>
|
|
1060
|
+
<property name="rightMargin">
|
|
1061
|
+
<number>5</number>
|
|
1062
|
+
</property>
|
|
1063
|
+
<property name="bottomMargin">
|
|
1064
|
+
<number>5</number>
|
|
1065
|
+
</property>
|
|
1066
|
+
<item>
|
|
1067
|
+
<layout class="QHBoxLayout" name="add_remove_layout" stretch="1,1">
|
|
1068
|
+
<property name="spacing">
|
|
1069
|
+
<number>20</number>
|
|
1070
|
+
</property>
|
|
1071
|
+
<item>
|
|
1072
|
+
<widget class="QPushButton" name="add_button">
|
|
1073
|
+
<property name="sizePolicy">
|
|
1074
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1075
|
+
<horstretch>0</horstretch>
|
|
1076
|
+
<verstretch>0</verstretch>
|
|
1077
|
+
</sizepolicy>
|
|
1078
|
+
</property>
|
|
1079
|
+
<property name="text">
|
|
1080
|
+
<string>add</string>
|
|
1081
|
+
</property>
|
|
1082
|
+
</widget>
|
|
1083
|
+
</item>
|
|
1084
|
+
<item>
|
|
1085
|
+
<widget class="QPushButton" name="remove_button">
|
|
1086
|
+
<property name="sizePolicy">
|
|
1087
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1088
|
+
<horstretch>0</horstretch>
|
|
1089
|
+
<verstretch>0</verstretch>
|
|
1090
|
+
</sizepolicy>
|
|
1091
|
+
</property>
|
|
1092
|
+
<property name="text">
|
|
1093
|
+
<string>remove</string>
|
|
1094
|
+
</property>
|
|
1095
|
+
</widget>
|
|
1096
|
+
</item>
|
|
1097
|
+
</layout>
|
|
1098
|
+
</item>
|
|
1099
|
+
<item>
|
|
1100
|
+
<widget class="QListWidget" name="recording_list_widget">
|
|
1101
|
+
<property name="sizePolicy">
|
|
1102
|
+
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
1103
|
+
<horstretch>0</horstretch>
|
|
1104
|
+
<verstretch>0</verstretch>
|
|
1105
|
+
</sizepolicy>
|
|
1106
|
+
</property>
|
|
1107
|
+
<property name="styleSheet">
|
|
1108
|
+
<string notr="true">background-color: white;</string>
|
|
1109
|
+
</property>
|
|
1110
|
+
</widget>
|
|
1111
|
+
</item>
|
|
1112
|
+
<item>
|
|
1113
|
+
<layout class="QHBoxLayout" name="horizontalLayout_59">
|
|
1114
|
+
<item>
|
|
1115
|
+
<widget class="QPushButton" name="export_button">
|
|
1116
|
+
<property name="sizePolicy">
|
|
1117
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1118
|
+
<horstretch>0</horstretch>
|
|
1119
|
+
<verstretch>0</verstretch>
|
|
1120
|
+
</sizepolicy>
|
|
1121
|
+
</property>
|
|
1122
|
+
<property name="text">
|
|
1123
|
+
<string>export</string>
|
|
1124
|
+
</property>
|
|
1125
|
+
</widget>
|
|
1126
|
+
</item>
|
|
1127
|
+
<item>
|
|
1128
|
+
<widget class="QPushButton" name="import_button">
|
|
1129
|
+
<property name="sizePolicy">
|
|
1130
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1131
|
+
<horstretch>0</horstretch>
|
|
1132
|
+
<verstretch>0</verstretch>
|
|
1133
|
+
</sizepolicy>
|
|
1134
|
+
</property>
|
|
1135
|
+
<property name="text">
|
|
1136
|
+
<string>import</string>
|
|
1137
|
+
</property>
|
|
1138
|
+
</widget>
|
|
1139
|
+
</item>
|
|
1140
|
+
</layout>
|
|
1141
|
+
</item>
|
|
1142
|
+
</layout>
|
|
1143
|
+
</widget>
|
|
1144
|
+
</item>
|
|
1145
|
+
<item>
|
|
1146
|
+
<layout class="QHBoxLayout" name="user_manual_layout">
|
|
1147
|
+
<item>
|
|
1148
|
+
<widget class="QPushButton" name="user_manual_button">
|
|
1149
|
+
<property name="sizePolicy">
|
|
1150
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1151
|
+
<horstretch>0</horstretch>
|
|
1152
|
+
<verstretch>0</verstretch>
|
|
1153
|
+
</sizepolicy>
|
|
1154
|
+
</property>
|
|
1155
|
+
<property name="toolTip">
|
|
1156
|
+
<string>User manual</string>
|
|
1157
|
+
</property>
|
|
1158
|
+
<property name="layoutDirection">
|
|
1159
|
+
<enum>Qt::LayoutDirection::LeftToRight</enum>
|
|
1160
|
+
</property>
|
|
1161
|
+
<property name="text">
|
|
1162
|
+
<string/>
|
|
1163
|
+
</property>
|
|
1164
|
+
<property name="icon">
|
|
1165
|
+
<iconset resource="resources.qrc">
|
|
1166
|
+
<normaloff>:/icons/question.png</normaloff>:/icons/question.png</iconset>
|
|
1167
|
+
</property>
|
|
1168
|
+
<property name="iconSize">
|
|
1169
|
+
<size>
|
|
1170
|
+
<width>24</width>
|
|
1171
|
+
<height>24</height>
|
|
1172
|
+
</size>
|
|
1173
|
+
</property>
|
|
1174
|
+
</widget>
|
|
1175
|
+
</item>
|
|
1176
|
+
</layout>
|
|
1177
|
+
</item>
|
|
1178
|
+
</layout>
|
|
1179
|
+
</item>
|
|
1180
|
+
<item row="1" column="0">
|
|
1181
|
+
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
1182
|
+
<item>
|
|
1183
|
+
<widget class="QFrame" name="frame">
|
|
1184
|
+
<property name="sizePolicy">
|
|
1185
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
1186
|
+
<horstretch>0</horstretch>
|
|
1187
|
+
<verstretch>0</verstretch>
|
|
1188
|
+
</sizepolicy>
|
|
1189
|
+
</property>
|
|
1190
|
+
<property name="styleSheet">
|
|
1191
|
+
<string notr="true">background-color: transparent;</string>
|
|
1192
|
+
</property>
|
|
1193
|
+
<property name="frameShape">
|
|
1194
|
+
<enum>QFrame::Shape::NoFrame</enum>
|
|
1195
|
+
</property>
|
|
1196
|
+
<property name="frameShadow">
|
|
1197
|
+
<enum>QFrame::Shadow::Raised</enum>
|
|
1198
|
+
</property>
|
|
1199
|
+
<widget class="QLabel" name="accusleepy2">
|
|
1200
|
+
<property name="geometry">
|
|
1201
|
+
<rect>
|
|
1202
|
+
<x>11</x>
|
|
1203
|
+
<y>75</y>
|
|
1204
|
+
<width>160</width>
|
|
1205
|
+
<height>60</height>
|
|
1206
|
+
</rect>
|
|
1207
|
+
</property>
|
|
1208
|
+
<property name="sizePolicy">
|
|
1209
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1210
|
+
<horstretch>0</horstretch>
|
|
1211
|
+
<verstretch>0</verstretch>
|
|
1212
|
+
</sizepolicy>
|
|
1213
|
+
</property>
|
|
1214
|
+
<property name="font">
|
|
1215
|
+
<font>
|
|
1216
|
+
<pointsize>22</pointsize>
|
|
1217
|
+
<italic>true</italic>
|
|
1218
|
+
<bold>true</bold>
|
|
1219
|
+
</font>
|
|
1220
|
+
</property>
|
|
1221
|
+
<property name="styleSheet">
|
|
1222
|
+
<string notr="true">background-color: transparent;
|
|
1223
|
+
color: rgb(130, 169, 68);</string>
|
|
1224
|
+
</property>
|
|
1225
|
+
<property name="text">
|
|
1226
|
+
<string>AccuSleePy</string>
|
|
1227
|
+
</property>
|
|
1228
|
+
<property name="alignment">
|
|
1229
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
1230
|
+
</property>
|
|
1231
|
+
</widget>
|
|
1232
|
+
<widget class="QLabel" name="accusleepy3">
|
|
1233
|
+
<property name="geometry">
|
|
1234
|
+
<rect>
|
|
1235
|
+
<x>13</x>
|
|
1236
|
+
<y>77</y>
|
|
1237
|
+
<width>160</width>
|
|
1238
|
+
<height>60</height>
|
|
1239
|
+
</rect>
|
|
1240
|
+
</property>
|
|
1241
|
+
<property name="font">
|
|
1242
|
+
<font>
|
|
1243
|
+
<pointsize>22</pointsize>
|
|
1244
|
+
<italic>true</italic>
|
|
1245
|
+
<bold>true</bold>
|
|
1246
|
+
</font>
|
|
1247
|
+
</property>
|
|
1248
|
+
<property name="styleSheet">
|
|
1249
|
+
<string notr="true">background-color: transparent;
|
|
1250
|
+
color: rgb(46, 63, 150);</string>
|
|
1251
|
+
</property>
|
|
1252
|
+
<property name="text">
|
|
1253
|
+
<string>AccuSleePy</string>
|
|
1254
|
+
</property>
|
|
1255
|
+
<property name="alignment">
|
|
1256
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
1257
|
+
</property>
|
|
1258
|
+
</widget>
|
|
1259
|
+
<widget class="QLabel" name="accusleepy1">
|
|
1260
|
+
<property name="geometry">
|
|
1261
|
+
<rect>
|
|
1262
|
+
<x>9</x>
|
|
1263
|
+
<y>73</y>
|
|
1264
|
+
<width>160</width>
|
|
1265
|
+
<height>60</height>
|
|
1266
|
+
</rect>
|
|
1267
|
+
</property>
|
|
1268
|
+
<property name="font">
|
|
1269
|
+
<font>
|
|
1270
|
+
<pointsize>22</pointsize>
|
|
1271
|
+
<italic>true</italic>
|
|
1272
|
+
<bold>true</bold>
|
|
1273
|
+
</font>
|
|
1274
|
+
</property>
|
|
1275
|
+
<property name="styleSheet">
|
|
1276
|
+
<string notr="true">background-color: transparent;
|
|
1277
|
+
color: rgb(244, 195, 68);</string>
|
|
1278
|
+
</property>
|
|
1279
|
+
<property name="text">
|
|
1280
|
+
<string>AccuSleePy</string>
|
|
1281
|
+
</property>
|
|
1282
|
+
<property name="alignment">
|
|
1283
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
1284
|
+
</property>
|
|
1285
|
+
</widget>
|
|
1286
|
+
<zorder>accusleepy1</zorder>
|
|
1287
|
+
<zorder>accusleepy2</zorder>
|
|
1288
|
+
<zorder>accusleepy3</zorder>
|
|
1289
|
+
</widget>
|
|
1290
|
+
</item>
|
|
1291
|
+
</layout>
|
|
1292
|
+
</item>
|
|
1293
|
+
</layout>
|
|
1294
|
+
</item>
|
|
1295
|
+
</layout>
|
|
1296
|
+
</widget>
|
|
1297
|
+
<widget class="QWidget" name="settings_tab">
|
|
1298
|
+
<attribute name="title">
|
|
1299
|
+
<string>Settings</string>
|
|
1300
|
+
</attribute>
|
|
1301
|
+
<layout class="QGridLayout" name="gridLayout_5">
|
|
1302
|
+
<property name="leftMargin">
|
|
1303
|
+
<number>0</number>
|
|
1304
|
+
</property>
|
|
1305
|
+
<property name="topMargin">
|
|
1306
|
+
<number>0</number>
|
|
1307
|
+
</property>
|
|
1308
|
+
<property name="rightMargin">
|
|
1309
|
+
<number>0</number>
|
|
1310
|
+
</property>
|
|
1311
|
+
<property name="bottomMargin">
|
|
1312
|
+
<number>0</number>
|
|
1313
|
+
</property>
|
|
1314
|
+
<item row="0" column="0">
|
|
1315
|
+
<layout class="QGridLayout" name="settings_tab_layout" columnstretch="1,1">
|
|
1316
|
+
<property name="leftMargin">
|
|
1317
|
+
<number>20</number>
|
|
1318
|
+
</property>
|
|
1319
|
+
<property name="topMargin">
|
|
1320
|
+
<number>20</number>
|
|
1321
|
+
</property>
|
|
1322
|
+
<property name="rightMargin">
|
|
1323
|
+
<number>20</number>
|
|
1324
|
+
</property>
|
|
1325
|
+
<property name="horizontalSpacing">
|
|
1326
|
+
<number>20</number>
|
|
1327
|
+
</property>
|
|
1328
|
+
<property name="verticalSpacing">
|
|
1329
|
+
<number>10</number>
|
|
1330
|
+
</property>
|
|
1331
|
+
<item row="0" column="1">
|
|
1332
|
+
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
1333
|
+
<item>
|
|
1334
|
+
<widget class="QLabel" name="settings_text">
|
|
1335
|
+
<property name="styleSheet">
|
|
1336
|
+
<string notr="true">background-color: white;</string>
|
|
1337
|
+
</property>
|
|
1338
|
+
<property name="text">
|
|
1339
|
+
<string/>
|
|
1340
|
+
</property>
|
|
1341
|
+
<property name="margin">
|
|
1342
|
+
<number>16</number>
|
|
1343
|
+
</property>
|
|
1344
|
+
</widget>
|
|
1345
|
+
</item>
|
|
1346
|
+
</layout>
|
|
1347
|
+
</item>
|
|
1348
|
+
<item row="0" column="0">
|
|
1349
|
+
<layout class="QVBoxLayout" name="verticalLayout_6" stretch="2,0,2,2,2,2,2,2,2,2,2,3">
|
|
1350
|
+
<item>
|
|
1351
|
+
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="3,3,4,3,3">
|
|
1352
|
+
<property name="spacing">
|
|
1353
|
+
<number>10</number>
|
|
1354
|
+
</property>
|
|
1355
|
+
<item>
|
|
1356
|
+
<widget class="QLabel" name="label_15">
|
|
1357
|
+
<property name="sizePolicy">
|
|
1358
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
1359
|
+
<horstretch>0</horstretch>
|
|
1360
|
+
<verstretch>0</verstretch>
|
|
1361
|
+
</sizepolicy>
|
|
1362
|
+
</property>
|
|
1363
|
+
<property name="text">
|
|
1364
|
+
<string>Digit</string>
|
|
1365
|
+
</property>
|
|
1366
|
+
<property name="alignment">
|
|
1367
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
1368
|
+
</property>
|
|
1369
|
+
</widget>
|
|
1370
|
+
</item>
|
|
1371
|
+
<item>
|
|
1372
|
+
<widget class="QLabel" name="label_14">
|
|
1373
|
+
<property name="sizePolicy">
|
|
1374
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
1375
|
+
<horstretch>0</horstretch>
|
|
1376
|
+
<verstretch>0</verstretch>
|
|
1377
|
+
</sizepolicy>
|
|
1378
|
+
</property>
|
|
1379
|
+
<property name="text">
|
|
1380
|
+
<string>Enabled</string>
|
|
1381
|
+
</property>
|
|
1382
|
+
<property name="alignment">
|
|
1383
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
1384
|
+
</property>
|
|
1385
|
+
</widget>
|
|
1386
|
+
</item>
|
|
1387
|
+
<item>
|
|
1388
|
+
<widget class="QLabel" name="label_16">
|
|
1389
|
+
<property name="sizePolicy">
|
|
1390
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
1391
|
+
<horstretch>0</horstretch>
|
|
1392
|
+
<verstretch>0</verstretch>
|
|
1393
|
+
</sizepolicy>
|
|
1394
|
+
</property>
|
|
1395
|
+
<property name="text">
|
|
1396
|
+
<string>Name</string>
|
|
1397
|
+
</property>
|
|
1398
|
+
<property name="alignment">
|
|
1399
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
1400
|
+
</property>
|
|
1401
|
+
</widget>
|
|
1402
|
+
</item>
|
|
1403
|
+
<item>
|
|
1404
|
+
<widget class="QLabel" name="label_13">
|
|
1405
|
+
<property name="sizePolicy">
|
|
1406
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
1407
|
+
<horstretch>0</horstretch>
|
|
1408
|
+
<verstretch>0</verstretch>
|
|
1409
|
+
</sizepolicy>
|
|
1410
|
+
</property>
|
|
1411
|
+
<property name="text">
|
|
1412
|
+
<string>Scored</string>
|
|
1413
|
+
</property>
|
|
1414
|
+
<property name="alignment">
|
|
1415
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
1416
|
+
</property>
|
|
1417
|
+
</widget>
|
|
1418
|
+
</item>
|
|
1419
|
+
<item>
|
|
1420
|
+
<widget class="QLabel" name="label_18">
|
|
1421
|
+
<property name="sizePolicy">
|
|
1422
|
+
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
1423
|
+
<horstretch>0</horstretch>
|
|
1424
|
+
<verstretch>0</verstretch>
|
|
1425
|
+
</sizepolicy>
|
|
1426
|
+
</property>
|
|
1427
|
+
<property name="text">
|
|
1428
|
+
<string>Frequency</string>
|
|
1429
|
+
</property>
|
|
1430
|
+
<property name="alignment">
|
|
1431
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
1432
|
+
</property>
|
|
1433
|
+
</widget>
|
|
1434
|
+
</item>
|
|
1435
|
+
</layout>
|
|
1436
|
+
</item>
|
|
1437
|
+
<item>
|
|
1438
|
+
<layout class="QHBoxLayout" name="horizontalLayout_17" stretch="3,3,4,3,3">
|
|
1439
|
+
<property name="spacing">
|
|
1440
|
+
<number>10</number>
|
|
1441
|
+
</property>
|
|
1442
|
+
<item>
|
|
1443
|
+
<layout class="QHBoxLayout" name="horizontalLayout_19">
|
|
1444
|
+
<item>
|
|
1445
|
+
<widget class="QLabel" name="label_12">
|
|
1446
|
+
<property name="sizePolicy">
|
|
1447
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
1448
|
+
<horstretch>0</horstretch>
|
|
1449
|
+
<verstretch>0</verstretch>
|
|
1450
|
+
</sizepolicy>
|
|
1451
|
+
</property>
|
|
1452
|
+
<property name="font">
|
|
1453
|
+
<font>
|
|
1454
|
+
<pointsize>16</pointsize>
|
|
1455
|
+
</font>
|
|
1456
|
+
</property>
|
|
1457
|
+
<property name="text">
|
|
1458
|
+
<string>1</string>
|
|
1459
|
+
</property>
|
|
1460
|
+
<property name="alignment">
|
|
1461
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
1462
|
+
</property>
|
|
1463
|
+
</widget>
|
|
1464
|
+
</item>
|
|
1465
|
+
</layout>
|
|
1466
|
+
</item>
|
|
1467
|
+
<item>
|
|
1468
|
+
<layout class="QHBoxLayout" name="horizontalLayout_20">
|
|
1469
|
+
<item>
|
|
1470
|
+
<spacer name="horizontalSpacer_12">
|
|
1471
|
+
<property name="orientation">
|
|
1472
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1473
|
+
</property>
|
|
1474
|
+
<property name="sizeType">
|
|
1475
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1476
|
+
</property>
|
|
1477
|
+
<property name="sizeHint" stdset="0">
|
|
1478
|
+
<size>
|
|
1479
|
+
<width>5</width>
|
|
1480
|
+
<height>5</height>
|
|
1481
|
+
</size>
|
|
1482
|
+
</property>
|
|
1483
|
+
</spacer>
|
|
1484
|
+
</item>
|
|
1485
|
+
<item>
|
|
1486
|
+
<widget class="QCheckBox" name="enable_state_1">
|
|
1487
|
+
<property name="sizePolicy">
|
|
1488
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1489
|
+
<horstretch>0</horstretch>
|
|
1490
|
+
<verstretch>0</verstretch>
|
|
1491
|
+
</sizepolicy>
|
|
1492
|
+
</property>
|
|
1493
|
+
<property name="text">
|
|
1494
|
+
<string/>
|
|
1495
|
+
</property>
|
|
1496
|
+
</widget>
|
|
1497
|
+
</item>
|
|
1498
|
+
<item>
|
|
1499
|
+
<spacer name="horizontalSpacer_11">
|
|
1500
|
+
<property name="orientation">
|
|
1501
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1502
|
+
</property>
|
|
1503
|
+
<property name="sizeType">
|
|
1504
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1505
|
+
</property>
|
|
1506
|
+
<property name="sizeHint" stdset="0">
|
|
1507
|
+
<size>
|
|
1508
|
+
<width>5</width>
|
|
1509
|
+
<height>5</height>
|
|
1510
|
+
</size>
|
|
1511
|
+
</property>
|
|
1512
|
+
</spacer>
|
|
1513
|
+
</item>
|
|
1514
|
+
</layout>
|
|
1515
|
+
</item>
|
|
1516
|
+
<item>
|
|
1517
|
+
<widget class="QLineEdit" name="state_name_1">
|
|
1518
|
+
<property name="sizePolicy">
|
|
1519
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
1520
|
+
<horstretch>0</horstretch>
|
|
1521
|
+
<verstretch>0</verstretch>
|
|
1522
|
+
</sizepolicy>
|
|
1523
|
+
</property>
|
|
1524
|
+
<property name="focusPolicy">
|
|
1525
|
+
<enum>Qt::FocusPolicy::StrongFocus</enum>
|
|
1526
|
+
</property>
|
|
1527
|
+
</widget>
|
|
1528
|
+
</item>
|
|
1529
|
+
<item>
|
|
1530
|
+
<layout class="QHBoxLayout" name="horizontalLayout_21">
|
|
1531
|
+
<item>
|
|
1532
|
+
<spacer name="horizontalSpacer_14">
|
|
1533
|
+
<property name="orientation">
|
|
1534
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1535
|
+
</property>
|
|
1536
|
+
<property name="sizeType">
|
|
1537
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1538
|
+
</property>
|
|
1539
|
+
<property name="sizeHint" stdset="0">
|
|
1540
|
+
<size>
|
|
1541
|
+
<width>5</width>
|
|
1542
|
+
<height>5</height>
|
|
1543
|
+
</size>
|
|
1544
|
+
</property>
|
|
1545
|
+
</spacer>
|
|
1546
|
+
</item>
|
|
1547
|
+
<item>
|
|
1548
|
+
<widget class="QCheckBox" name="state_scored_1">
|
|
1549
|
+
<property name="sizePolicy">
|
|
1550
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1551
|
+
<horstretch>0</horstretch>
|
|
1552
|
+
<verstretch>0</verstretch>
|
|
1553
|
+
</sizepolicy>
|
|
1554
|
+
</property>
|
|
1555
|
+
<property name="text">
|
|
1556
|
+
<string/>
|
|
1557
|
+
</property>
|
|
1558
|
+
<property name="checked">
|
|
1559
|
+
<bool>true</bool>
|
|
1560
|
+
</property>
|
|
1561
|
+
</widget>
|
|
1562
|
+
</item>
|
|
1563
|
+
<item>
|
|
1564
|
+
<spacer name="horizontalSpacer_13">
|
|
1565
|
+
<property name="orientation">
|
|
1566
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1567
|
+
</property>
|
|
1568
|
+
<property name="sizeType">
|
|
1569
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1570
|
+
</property>
|
|
1571
|
+
<property name="sizeHint" stdset="0">
|
|
1572
|
+
<size>
|
|
1573
|
+
<width>5</width>
|
|
1574
|
+
<height>5</height>
|
|
1575
|
+
</size>
|
|
1576
|
+
</property>
|
|
1577
|
+
</spacer>
|
|
1578
|
+
</item>
|
|
1579
|
+
</layout>
|
|
1580
|
+
</item>
|
|
1581
|
+
<item>
|
|
1582
|
+
<layout class="QHBoxLayout" name="horizontalLayout_22">
|
|
1583
|
+
<item>
|
|
1584
|
+
<spacer name="horizontalSpacer_10">
|
|
1585
|
+
<property name="orientation">
|
|
1586
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1587
|
+
</property>
|
|
1588
|
+
<property name="sizeType">
|
|
1589
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1590
|
+
</property>
|
|
1591
|
+
<property name="sizeHint" stdset="0">
|
|
1592
|
+
<size>
|
|
1593
|
+
<width>5</width>
|
|
1594
|
+
<height>5</height>
|
|
1595
|
+
</size>
|
|
1596
|
+
</property>
|
|
1597
|
+
</spacer>
|
|
1598
|
+
</item>
|
|
1599
|
+
<item>
|
|
1600
|
+
<widget class="QDoubleSpinBox" name="state_frequency_1">
|
|
1601
|
+
<property name="maximum">
|
|
1602
|
+
<double>1.000000000000000</double>
|
|
1603
|
+
</property>
|
|
1604
|
+
<property name="singleStep">
|
|
1605
|
+
<double>0.010000000000000</double>
|
|
1606
|
+
</property>
|
|
1607
|
+
</widget>
|
|
1608
|
+
</item>
|
|
1609
|
+
<item>
|
|
1610
|
+
<spacer name="horizontalSpacer_51">
|
|
1611
|
+
<property name="orientation">
|
|
1612
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1613
|
+
</property>
|
|
1614
|
+
<property name="sizeType">
|
|
1615
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1616
|
+
</property>
|
|
1617
|
+
<property name="sizeHint" stdset="0">
|
|
1618
|
+
<size>
|
|
1619
|
+
<width>5</width>
|
|
1620
|
+
<height>5</height>
|
|
1621
|
+
</size>
|
|
1622
|
+
</property>
|
|
1623
|
+
</spacer>
|
|
1624
|
+
</item>
|
|
1625
|
+
</layout>
|
|
1626
|
+
</item>
|
|
1627
|
+
</layout>
|
|
1628
|
+
</item>
|
|
1629
|
+
<item>
|
|
1630
|
+
<layout class="QHBoxLayout" name="horizontalLayout_16" stretch="3,3,4,3,3">
|
|
1631
|
+
<property name="spacing">
|
|
1632
|
+
<number>10</number>
|
|
1633
|
+
</property>
|
|
1634
|
+
<item>
|
|
1635
|
+
<layout class="QHBoxLayout" name="horizontalLayout_23">
|
|
1636
|
+
<item>
|
|
1637
|
+
<widget class="QLabel" name="label_11">
|
|
1638
|
+
<property name="sizePolicy">
|
|
1639
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
1640
|
+
<horstretch>0</horstretch>
|
|
1641
|
+
<verstretch>0</verstretch>
|
|
1642
|
+
</sizepolicy>
|
|
1643
|
+
</property>
|
|
1644
|
+
<property name="font">
|
|
1645
|
+
<font>
|
|
1646
|
+
<pointsize>16</pointsize>
|
|
1647
|
+
</font>
|
|
1648
|
+
</property>
|
|
1649
|
+
<property name="text">
|
|
1650
|
+
<string>2</string>
|
|
1651
|
+
</property>
|
|
1652
|
+
<property name="alignment">
|
|
1653
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
1654
|
+
</property>
|
|
1655
|
+
</widget>
|
|
1656
|
+
</item>
|
|
1657
|
+
</layout>
|
|
1658
|
+
</item>
|
|
1659
|
+
<item>
|
|
1660
|
+
<layout class="QHBoxLayout" name="horizontalLayout_24">
|
|
1661
|
+
<item>
|
|
1662
|
+
<spacer name="horizontalSpacer_16">
|
|
1663
|
+
<property name="orientation">
|
|
1664
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1665
|
+
</property>
|
|
1666
|
+
<property name="sizeType">
|
|
1667
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1668
|
+
</property>
|
|
1669
|
+
<property name="sizeHint" stdset="0">
|
|
1670
|
+
<size>
|
|
1671
|
+
<width>5</width>
|
|
1672
|
+
<height>5</height>
|
|
1673
|
+
</size>
|
|
1674
|
+
</property>
|
|
1675
|
+
</spacer>
|
|
1676
|
+
</item>
|
|
1677
|
+
<item>
|
|
1678
|
+
<widget class="QCheckBox" name="enable_state_2">
|
|
1679
|
+
<property name="sizePolicy">
|
|
1680
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1681
|
+
<horstretch>0</horstretch>
|
|
1682
|
+
<verstretch>0</verstretch>
|
|
1683
|
+
</sizepolicy>
|
|
1684
|
+
</property>
|
|
1685
|
+
<property name="text">
|
|
1686
|
+
<string/>
|
|
1687
|
+
</property>
|
|
1688
|
+
</widget>
|
|
1689
|
+
</item>
|
|
1690
|
+
<item>
|
|
1691
|
+
<spacer name="horizontalSpacer_15">
|
|
1692
|
+
<property name="orientation">
|
|
1693
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1694
|
+
</property>
|
|
1695
|
+
<property name="sizeType">
|
|
1696
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1697
|
+
</property>
|
|
1698
|
+
<property name="sizeHint" stdset="0">
|
|
1699
|
+
<size>
|
|
1700
|
+
<width>5</width>
|
|
1701
|
+
<height>5</height>
|
|
1702
|
+
</size>
|
|
1703
|
+
</property>
|
|
1704
|
+
</spacer>
|
|
1705
|
+
</item>
|
|
1706
|
+
</layout>
|
|
1707
|
+
</item>
|
|
1708
|
+
<item>
|
|
1709
|
+
<widget class="QLineEdit" name="state_name_2">
|
|
1710
|
+
<property name="sizePolicy">
|
|
1711
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
1712
|
+
<horstretch>0</horstretch>
|
|
1713
|
+
<verstretch>0</verstretch>
|
|
1714
|
+
</sizepolicy>
|
|
1715
|
+
</property>
|
|
1716
|
+
</widget>
|
|
1717
|
+
</item>
|
|
1718
|
+
<item>
|
|
1719
|
+
<layout class="QHBoxLayout" name="horizontalLayout_26">
|
|
1720
|
+
<item>
|
|
1721
|
+
<spacer name="horizontalSpacer_18">
|
|
1722
|
+
<property name="orientation">
|
|
1723
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1724
|
+
</property>
|
|
1725
|
+
<property name="sizeType">
|
|
1726
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1727
|
+
</property>
|
|
1728
|
+
<property name="sizeHint" stdset="0">
|
|
1729
|
+
<size>
|
|
1730
|
+
<width>5</width>
|
|
1731
|
+
<height>5</height>
|
|
1732
|
+
</size>
|
|
1733
|
+
</property>
|
|
1734
|
+
</spacer>
|
|
1735
|
+
</item>
|
|
1736
|
+
<item>
|
|
1737
|
+
<widget class="QCheckBox" name="state_scored_2">
|
|
1738
|
+
<property name="sizePolicy">
|
|
1739
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1740
|
+
<horstretch>0</horstretch>
|
|
1741
|
+
<verstretch>0</verstretch>
|
|
1742
|
+
</sizepolicy>
|
|
1743
|
+
</property>
|
|
1744
|
+
<property name="text">
|
|
1745
|
+
<string/>
|
|
1746
|
+
</property>
|
|
1747
|
+
<property name="checked">
|
|
1748
|
+
<bool>true</bool>
|
|
1749
|
+
</property>
|
|
1750
|
+
</widget>
|
|
1751
|
+
</item>
|
|
1752
|
+
<item>
|
|
1753
|
+
<spacer name="horizontalSpacer_17">
|
|
1754
|
+
<property name="orientation">
|
|
1755
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1756
|
+
</property>
|
|
1757
|
+
<property name="sizeType">
|
|
1758
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1759
|
+
</property>
|
|
1760
|
+
<property name="sizeHint" stdset="0">
|
|
1761
|
+
<size>
|
|
1762
|
+
<width>5</width>
|
|
1763
|
+
<height>5</height>
|
|
1764
|
+
</size>
|
|
1765
|
+
</property>
|
|
1766
|
+
</spacer>
|
|
1767
|
+
</item>
|
|
1768
|
+
</layout>
|
|
1769
|
+
</item>
|
|
1770
|
+
<item>
|
|
1771
|
+
<layout class="QHBoxLayout" name="horizontalLayout_25">
|
|
1772
|
+
<item>
|
|
1773
|
+
<spacer name="horizontalSpacer_52">
|
|
1774
|
+
<property name="orientation">
|
|
1775
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1776
|
+
</property>
|
|
1777
|
+
<property name="sizeType">
|
|
1778
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1779
|
+
</property>
|
|
1780
|
+
<property name="sizeHint" stdset="0">
|
|
1781
|
+
<size>
|
|
1782
|
+
<width>5</width>
|
|
1783
|
+
<height>5</height>
|
|
1784
|
+
</size>
|
|
1785
|
+
</property>
|
|
1786
|
+
</spacer>
|
|
1787
|
+
</item>
|
|
1788
|
+
<item>
|
|
1789
|
+
<widget class="QDoubleSpinBox" name="state_frequency_2">
|
|
1790
|
+
<property name="maximum">
|
|
1791
|
+
<double>1.000000000000000</double>
|
|
1792
|
+
</property>
|
|
1793
|
+
<property name="singleStep">
|
|
1794
|
+
<double>0.010000000000000</double>
|
|
1795
|
+
</property>
|
|
1796
|
+
</widget>
|
|
1797
|
+
</item>
|
|
1798
|
+
<item>
|
|
1799
|
+
<spacer name="horizontalSpacer_53">
|
|
1800
|
+
<property name="orientation">
|
|
1801
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1802
|
+
</property>
|
|
1803
|
+
<property name="sizeType">
|
|
1804
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1805
|
+
</property>
|
|
1806
|
+
<property name="sizeHint" stdset="0">
|
|
1807
|
+
<size>
|
|
1808
|
+
<width>5</width>
|
|
1809
|
+
<height>5</height>
|
|
1810
|
+
</size>
|
|
1811
|
+
</property>
|
|
1812
|
+
</spacer>
|
|
1813
|
+
</item>
|
|
1814
|
+
</layout>
|
|
1815
|
+
</item>
|
|
1816
|
+
</layout>
|
|
1817
|
+
</item>
|
|
1818
|
+
<item>
|
|
1819
|
+
<layout class="QHBoxLayout" name="horizontalLayout_15" stretch="3,3,4,3,3">
|
|
1820
|
+
<property name="spacing">
|
|
1821
|
+
<number>10</number>
|
|
1822
|
+
</property>
|
|
1823
|
+
<item>
|
|
1824
|
+
<layout class="QHBoxLayout" name="horizontalLayout_28">
|
|
1825
|
+
<item>
|
|
1826
|
+
<widget class="QLabel" name="label_10">
|
|
1827
|
+
<property name="sizePolicy">
|
|
1828
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
1829
|
+
<horstretch>0</horstretch>
|
|
1830
|
+
<verstretch>0</verstretch>
|
|
1831
|
+
</sizepolicy>
|
|
1832
|
+
</property>
|
|
1833
|
+
<property name="font">
|
|
1834
|
+
<font>
|
|
1835
|
+
<pointsize>16</pointsize>
|
|
1836
|
+
</font>
|
|
1837
|
+
</property>
|
|
1838
|
+
<property name="text">
|
|
1839
|
+
<string>3</string>
|
|
1840
|
+
</property>
|
|
1841
|
+
<property name="alignment">
|
|
1842
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
1843
|
+
</property>
|
|
1844
|
+
</widget>
|
|
1845
|
+
</item>
|
|
1846
|
+
</layout>
|
|
1847
|
+
</item>
|
|
1848
|
+
<item>
|
|
1849
|
+
<layout class="QHBoxLayout" name="horizontalLayout_29">
|
|
1850
|
+
<item>
|
|
1851
|
+
<spacer name="horizontalSpacer_20">
|
|
1852
|
+
<property name="orientation">
|
|
1853
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1854
|
+
</property>
|
|
1855
|
+
<property name="sizeType">
|
|
1856
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1857
|
+
</property>
|
|
1858
|
+
<property name="sizeHint" stdset="0">
|
|
1859
|
+
<size>
|
|
1860
|
+
<width>5</width>
|
|
1861
|
+
<height>5</height>
|
|
1862
|
+
</size>
|
|
1863
|
+
</property>
|
|
1864
|
+
</spacer>
|
|
1865
|
+
</item>
|
|
1866
|
+
<item>
|
|
1867
|
+
<widget class="QCheckBox" name="enable_state_3">
|
|
1868
|
+
<property name="sizePolicy">
|
|
1869
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1870
|
+
<horstretch>0</horstretch>
|
|
1871
|
+
<verstretch>0</verstretch>
|
|
1872
|
+
</sizepolicy>
|
|
1873
|
+
</property>
|
|
1874
|
+
<property name="text">
|
|
1875
|
+
<string/>
|
|
1876
|
+
</property>
|
|
1877
|
+
</widget>
|
|
1878
|
+
</item>
|
|
1879
|
+
<item>
|
|
1880
|
+
<spacer name="horizontalSpacer_19">
|
|
1881
|
+
<property name="orientation">
|
|
1882
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1883
|
+
</property>
|
|
1884
|
+
<property name="sizeType">
|
|
1885
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1886
|
+
</property>
|
|
1887
|
+
<property name="sizeHint" stdset="0">
|
|
1888
|
+
<size>
|
|
1889
|
+
<width>5</width>
|
|
1890
|
+
<height>5</height>
|
|
1891
|
+
</size>
|
|
1892
|
+
</property>
|
|
1893
|
+
</spacer>
|
|
1894
|
+
</item>
|
|
1895
|
+
</layout>
|
|
1896
|
+
</item>
|
|
1897
|
+
<item>
|
|
1898
|
+
<widget class="QLineEdit" name="state_name_3">
|
|
1899
|
+
<property name="sizePolicy">
|
|
1900
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
1901
|
+
<horstretch>0</horstretch>
|
|
1902
|
+
<verstretch>0</verstretch>
|
|
1903
|
+
</sizepolicy>
|
|
1904
|
+
</property>
|
|
1905
|
+
</widget>
|
|
1906
|
+
</item>
|
|
1907
|
+
<item>
|
|
1908
|
+
<layout class="QHBoxLayout" name="horizontalLayout_30">
|
|
1909
|
+
<item>
|
|
1910
|
+
<spacer name="horizontalSpacer_22">
|
|
1911
|
+
<property name="orientation">
|
|
1912
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1913
|
+
</property>
|
|
1914
|
+
<property name="sizeType">
|
|
1915
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1916
|
+
</property>
|
|
1917
|
+
<property name="sizeHint" stdset="0">
|
|
1918
|
+
<size>
|
|
1919
|
+
<width>5</width>
|
|
1920
|
+
<height>5</height>
|
|
1921
|
+
</size>
|
|
1922
|
+
</property>
|
|
1923
|
+
</spacer>
|
|
1924
|
+
</item>
|
|
1925
|
+
<item>
|
|
1926
|
+
<widget class="QCheckBox" name="state_scored_3">
|
|
1927
|
+
<property name="sizePolicy">
|
|
1928
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1929
|
+
<horstretch>0</horstretch>
|
|
1930
|
+
<verstretch>0</verstretch>
|
|
1931
|
+
</sizepolicy>
|
|
1932
|
+
</property>
|
|
1933
|
+
<property name="text">
|
|
1934
|
+
<string/>
|
|
1935
|
+
</property>
|
|
1936
|
+
<property name="checked">
|
|
1937
|
+
<bool>true</bool>
|
|
1938
|
+
</property>
|
|
1939
|
+
</widget>
|
|
1940
|
+
</item>
|
|
1941
|
+
<item>
|
|
1942
|
+
<spacer name="horizontalSpacer_21">
|
|
1943
|
+
<property name="orientation">
|
|
1944
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1945
|
+
</property>
|
|
1946
|
+
<property name="sizeType">
|
|
1947
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1948
|
+
</property>
|
|
1949
|
+
<property name="sizeHint" stdset="0">
|
|
1950
|
+
<size>
|
|
1951
|
+
<width>5</width>
|
|
1952
|
+
<height>5</height>
|
|
1953
|
+
</size>
|
|
1954
|
+
</property>
|
|
1955
|
+
</spacer>
|
|
1956
|
+
</item>
|
|
1957
|
+
</layout>
|
|
1958
|
+
</item>
|
|
1959
|
+
<item>
|
|
1960
|
+
<layout class="QHBoxLayout" name="horizontalLayout_27">
|
|
1961
|
+
<item>
|
|
1962
|
+
<spacer name="horizontalSpacer_55">
|
|
1963
|
+
<property name="orientation">
|
|
1964
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1965
|
+
</property>
|
|
1966
|
+
<property name="sizeType">
|
|
1967
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1968
|
+
</property>
|
|
1969
|
+
<property name="sizeHint" stdset="0">
|
|
1970
|
+
<size>
|
|
1971
|
+
<width>5</width>
|
|
1972
|
+
<height>20</height>
|
|
1973
|
+
</size>
|
|
1974
|
+
</property>
|
|
1975
|
+
</spacer>
|
|
1976
|
+
</item>
|
|
1977
|
+
<item>
|
|
1978
|
+
<widget class="QDoubleSpinBox" name="state_frequency_3">
|
|
1979
|
+
<property name="maximum">
|
|
1980
|
+
<double>1.000000000000000</double>
|
|
1981
|
+
</property>
|
|
1982
|
+
<property name="singleStep">
|
|
1983
|
+
<double>0.010000000000000</double>
|
|
1984
|
+
</property>
|
|
1985
|
+
</widget>
|
|
1986
|
+
</item>
|
|
1987
|
+
<item>
|
|
1988
|
+
<spacer name="horizontalSpacer_54">
|
|
1989
|
+
<property name="orientation">
|
|
1990
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1991
|
+
</property>
|
|
1992
|
+
<property name="sizeType">
|
|
1993
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1994
|
+
</property>
|
|
1995
|
+
<property name="sizeHint" stdset="0">
|
|
1996
|
+
<size>
|
|
1997
|
+
<width>5</width>
|
|
1998
|
+
<height>20</height>
|
|
1999
|
+
</size>
|
|
2000
|
+
</property>
|
|
2001
|
+
</spacer>
|
|
2002
|
+
</item>
|
|
2003
|
+
</layout>
|
|
2004
|
+
</item>
|
|
2005
|
+
</layout>
|
|
2006
|
+
</item>
|
|
2007
|
+
<item>
|
|
2008
|
+
<layout class="QHBoxLayout" name="horizontalLayout_14" stretch="3,3,4,3,3">
|
|
2009
|
+
<property name="spacing">
|
|
2010
|
+
<number>10</number>
|
|
2011
|
+
</property>
|
|
2012
|
+
<item>
|
|
2013
|
+
<layout class="QHBoxLayout" name="horizontalLayout_31">
|
|
2014
|
+
<item>
|
|
2015
|
+
<widget class="QLabel" name="label_9">
|
|
2016
|
+
<property name="sizePolicy">
|
|
2017
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
2018
|
+
<horstretch>0</horstretch>
|
|
2019
|
+
<verstretch>0</verstretch>
|
|
2020
|
+
</sizepolicy>
|
|
2021
|
+
</property>
|
|
2022
|
+
<property name="font">
|
|
2023
|
+
<font>
|
|
2024
|
+
<pointsize>16</pointsize>
|
|
2025
|
+
</font>
|
|
2026
|
+
</property>
|
|
2027
|
+
<property name="text">
|
|
2028
|
+
<string>4</string>
|
|
2029
|
+
</property>
|
|
2030
|
+
<property name="alignment">
|
|
2031
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
2032
|
+
</property>
|
|
2033
|
+
</widget>
|
|
2034
|
+
</item>
|
|
2035
|
+
</layout>
|
|
2036
|
+
</item>
|
|
2037
|
+
<item>
|
|
2038
|
+
<layout class="QHBoxLayout" name="horizontalLayout_45">
|
|
2039
|
+
<item>
|
|
2040
|
+
<spacer name="horizontalSpacer_24">
|
|
2041
|
+
<property name="orientation">
|
|
2042
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2043
|
+
</property>
|
|
2044
|
+
<property name="sizeType">
|
|
2045
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2046
|
+
</property>
|
|
2047
|
+
<property name="sizeHint" stdset="0">
|
|
2048
|
+
<size>
|
|
2049
|
+
<width>5</width>
|
|
2050
|
+
<height>5</height>
|
|
2051
|
+
</size>
|
|
2052
|
+
</property>
|
|
2053
|
+
</spacer>
|
|
2054
|
+
</item>
|
|
2055
|
+
<item>
|
|
2056
|
+
<widget class="QCheckBox" name="enable_state_4">
|
|
2057
|
+
<property name="sizePolicy">
|
|
2058
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
2059
|
+
<horstretch>0</horstretch>
|
|
2060
|
+
<verstretch>0</verstretch>
|
|
2061
|
+
</sizepolicy>
|
|
2062
|
+
</property>
|
|
2063
|
+
<property name="text">
|
|
2064
|
+
<string/>
|
|
2065
|
+
</property>
|
|
2066
|
+
</widget>
|
|
2067
|
+
</item>
|
|
2068
|
+
<item>
|
|
2069
|
+
<spacer name="horizontalSpacer_23">
|
|
2070
|
+
<property name="orientation">
|
|
2071
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2072
|
+
</property>
|
|
2073
|
+
<property name="sizeType">
|
|
2074
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2075
|
+
</property>
|
|
2076
|
+
<property name="sizeHint" stdset="0">
|
|
2077
|
+
<size>
|
|
2078
|
+
<width>5</width>
|
|
2079
|
+
<height>5</height>
|
|
2080
|
+
</size>
|
|
2081
|
+
</property>
|
|
2082
|
+
</spacer>
|
|
2083
|
+
</item>
|
|
2084
|
+
</layout>
|
|
2085
|
+
</item>
|
|
2086
|
+
<item>
|
|
2087
|
+
<widget class="QLineEdit" name="state_name_4">
|
|
2088
|
+
<property name="sizePolicy">
|
|
2089
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
2090
|
+
<horstretch>0</horstretch>
|
|
2091
|
+
<verstretch>0</verstretch>
|
|
2092
|
+
</sizepolicy>
|
|
2093
|
+
</property>
|
|
2094
|
+
</widget>
|
|
2095
|
+
</item>
|
|
2096
|
+
<item>
|
|
2097
|
+
<layout class="QHBoxLayout" name="horizontalLayout_52">
|
|
2098
|
+
<item>
|
|
2099
|
+
<spacer name="horizontalSpacer_26">
|
|
2100
|
+
<property name="orientation">
|
|
2101
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2102
|
+
</property>
|
|
2103
|
+
<property name="sizeType">
|
|
2104
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2105
|
+
</property>
|
|
2106
|
+
<property name="sizeHint" stdset="0">
|
|
2107
|
+
<size>
|
|
2108
|
+
<width>5</width>
|
|
2109
|
+
<height>5</height>
|
|
2110
|
+
</size>
|
|
2111
|
+
</property>
|
|
2112
|
+
</spacer>
|
|
2113
|
+
</item>
|
|
2114
|
+
<item>
|
|
2115
|
+
<widget class="QCheckBox" name="state_scored_4">
|
|
2116
|
+
<property name="sizePolicy">
|
|
2117
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
2118
|
+
<horstretch>0</horstretch>
|
|
2119
|
+
<verstretch>0</verstretch>
|
|
2120
|
+
</sizepolicy>
|
|
2121
|
+
</property>
|
|
2122
|
+
<property name="text">
|
|
2123
|
+
<string/>
|
|
2124
|
+
</property>
|
|
2125
|
+
<property name="checked">
|
|
2126
|
+
<bool>true</bool>
|
|
2127
|
+
</property>
|
|
2128
|
+
</widget>
|
|
2129
|
+
</item>
|
|
2130
|
+
<item>
|
|
2131
|
+
<spacer name="horizontalSpacer_25">
|
|
2132
|
+
<property name="orientation">
|
|
2133
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2134
|
+
</property>
|
|
2135
|
+
<property name="sizeType">
|
|
2136
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2137
|
+
</property>
|
|
2138
|
+
<property name="sizeHint" stdset="0">
|
|
2139
|
+
<size>
|
|
2140
|
+
<width>5</width>
|
|
2141
|
+
<height>5</height>
|
|
2142
|
+
</size>
|
|
2143
|
+
</property>
|
|
2144
|
+
</spacer>
|
|
2145
|
+
</item>
|
|
2146
|
+
</layout>
|
|
2147
|
+
</item>
|
|
2148
|
+
<item>
|
|
2149
|
+
<layout class="QHBoxLayout" name="horizontalLayout_38">
|
|
2150
|
+
<item>
|
|
2151
|
+
<spacer name="horizontalSpacer_57">
|
|
2152
|
+
<property name="orientation">
|
|
2153
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2154
|
+
</property>
|
|
2155
|
+
<property name="sizeType">
|
|
2156
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2157
|
+
</property>
|
|
2158
|
+
<property name="sizeHint" stdset="0">
|
|
2159
|
+
<size>
|
|
2160
|
+
<width>5</width>
|
|
2161
|
+
<height>5</height>
|
|
2162
|
+
</size>
|
|
2163
|
+
</property>
|
|
2164
|
+
</spacer>
|
|
2165
|
+
</item>
|
|
2166
|
+
<item>
|
|
2167
|
+
<widget class="QDoubleSpinBox" name="state_frequency_4">
|
|
2168
|
+
<property name="maximum">
|
|
2169
|
+
<double>1.000000000000000</double>
|
|
2170
|
+
</property>
|
|
2171
|
+
<property name="singleStep">
|
|
2172
|
+
<double>0.010000000000000</double>
|
|
2173
|
+
</property>
|
|
2174
|
+
</widget>
|
|
2175
|
+
</item>
|
|
2176
|
+
<item>
|
|
2177
|
+
<spacer name="horizontalSpacer_56">
|
|
2178
|
+
<property name="orientation">
|
|
2179
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2180
|
+
</property>
|
|
2181
|
+
<property name="sizeType">
|
|
2182
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2183
|
+
</property>
|
|
2184
|
+
<property name="sizeHint" stdset="0">
|
|
2185
|
+
<size>
|
|
2186
|
+
<width>5</width>
|
|
2187
|
+
<height>5</height>
|
|
2188
|
+
</size>
|
|
2189
|
+
</property>
|
|
2190
|
+
</spacer>
|
|
2191
|
+
</item>
|
|
2192
|
+
</layout>
|
|
2193
|
+
</item>
|
|
2194
|
+
</layout>
|
|
2195
|
+
</item>
|
|
2196
|
+
<item>
|
|
2197
|
+
<layout class="QHBoxLayout" name="horizontalLayout_13" stretch="3,3,4,3,3">
|
|
2198
|
+
<property name="spacing">
|
|
2199
|
+
<number>10</number>
|
|
2200
|
+
</property>
|
|
2201
|
+
<item>
|
|
2202
|
+
<layout class="QHBoxLayout" name="horizontalLayout_32">
|
|
2203
|
+
<item>
|
|
2204
|
+
<widget class="QLabel" name="label_8">
|
|
2205
|
+
<property name="sizePolicy">
|
|
2206
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
2207
|
+
<horstretch>0</horstretch>
|
|
2208
|
+
<verstretch>0</verstretch>
|
|
2209
|
+
</sizepolicy>
|
|
2210
|
+
</property>
|
|
2211
|
+
<property name="font">
|
|
2212
|
+
<font>
|
|
2213
|
+
<pointsize>16</pointsize>
|
|
2214
|
+
</font>
|
|
2215
|
+
</property>
|
|
2216
|
+
<property name="text">
|
|
2217
|
+
<string>5</string>
|
|
2218
|
+
</property>
|
|
2219
|
+
<property name="alignment">
|
|
2220
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
2221
|
+
</property>
|
|
2222
|
+
</widget>
|
|
2223
|
+
</item>
|
|
2224
|
+
</layout>
|
|
2225
|
+
</item>
|
|
2226
|
+
<item>
|
|
2227
|
+
<layout class="QHBoxLayout" name="horizontalLayout_46">
|
|
2228
|
+
<item>
|
|
2229
|
+
<spacer name="horizontalSpacer_29">
|
|
2230
|
+
<property name="orientation">
|
|
2231
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2232
|
+
</property>
|
|
2233
|
+
<property name="sizeType">
|
|
2234
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2235
|
+
</property>
|
|
2236
|
+
<property name="sizeHint" stdset="0">
|
|
2237
|
+
<size>
|
|
2238
|
+
<width>5</width>
|
|
2239
|
+
<height>5</height>
|
|
2240
|
+
</size>
|
|
2241
|
+
</property>
|
|
2242
|
+
</spacer>
|
|
2243
|
+
</item>
|
|
2244
|
+
<item>
|
|
2245
|
+
<widget class="QCheckBox" name="enable_state_5">
|
|
2246
|
+
<property name="sizePolicy">
|
|
2247
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
2248
|
+
<horstretch>0</horstretch>
|
|
2249
|
+
<verstretch>0</verstretch>
|
|
2250
|
+
</sizepolicy>
|
|
2251
|
+
</property>
|
|
2252
|
+
<property name="text">
|
|
2253
|
+
<string/>
|
|
2254
|
+
</property>
|
|
2255
|
+
</widget>
|
|
2256
|
+
</item>
|
|
2257
|
+
<item>
|
|
2258
|
+
<spacer name="horizontalSpacer_30">
|
|
2259
|
+
<property name="orientation">
|
|
2260
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2261
|
+
</property>
|
|
2262
|
+
<property name="sizeType">
|
|
2263
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2264
|
+
</property>
|
|
2265
|
+
<property name="sizeHint" stdset="0">
|
|
2266
|
+
<size>
|
|
2267
|
+
<width>5</width>
|
|
2268
|
+
<height>5</height>
|
|
2269
|
+
</size>
|
|
2270
|
+
</property>
|
|
2271
|
+
</spacer>
|
|
2272
|
+
</item>
|
|
2273
|
+
</layout>
|
|
2274
|
+
</item>
|
|
2275
|
+
<item>
|
|
2276
|
+
<widget class="QLineEdit" name="state_name_5">
|
|
2277
|
+
<property name="sizePolicy">
|
|
2278
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
2279
|
+
<horstretch>0</horstretch>
|
|
2280
|
+
<verstretch>0</verstretch>
|
|
2281
|
+
</sizepolicy>
|
|
2282
|
+
</property>
|
|
2283
|
+
</widget>
|
|
2284
|
+
</item>
|
|
2285
|
+
<item>
|
|
2286
|
+
<layout class="QHBoxLayout" name="horizontalLayout_53">
|
|
2287
|
+
<item>
|
|
2288
|
+
<spacer name="horizontalSpacer_27">
|
|
2289
|
+
<property name="orientation">
|
|
2290
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2291
|
+
</property>
|
|
2292
|
+
<property name="sizeType">
|
|
2293
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2294
|
+
</property>
|
|
2295
|
+
<property name="sizeHint" stdset="0">
|
|
2296
|
+
<size>
|
|
2297
|
+
<width>5</width>
|
|
2298
|
+
<height>5</height>
|
|
2299
|
+
</size>
|
|
2300
|
+
</property>
|
|
2301
|
+
</spacer>
|
|
2302
|
+
</item>
|
|
2303
|
+
<item>
|
|
2304
|
+
<widget class="QCheckBox" name="state_scored_5">
|
|
2305
|
+
<property name="sizePolicy">
|
|
2306
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
2307
|
+
<horstretch>0</horstretch>
|
|
2308
|
+
<verstretch>0</verstretch>
|
|
2309
|
+
</sizepolicy>
|
|
2310
|
+
</property>
|
|
2311
|
+
<property name="text">
|
|
2312
|
+
<string/>
|
|
2313
|
+
</property>
|
|
2314
|
+
<property name="checked">
|
|
2315
|
+
<bool>true</bool>
|
|
2316
|
+
</property>
|
|
2317
|
+
</widget>
|
|
2318
|
+
</item>
|
|
2319
|
+
<item>
|
|
2320
|
+
<spacer name="horizontalSpacer_28">
|
|
2321
|
+
<property name="orientation">
|
|
2322
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2323
|
+
</property>
|
|
2324
|
+
<property name="sizeType">
|
|
2325
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2326
|
+
</property>
|
|
2327
|
+
<property name="sizeHint" stdset="0">
|
|
2328
|
+
<size>
|
|
2329
|
+
<width>5</width>
|
|
2330
|
+
<height>5</height>
|
|
2331
|
+
</size>
|
|
2332
|
+
</property>
|
|
2333
|
+
</spacer>
|
|
2334
|
+
</item>
|
|
2335
|
+
</layout>
|
|
2336
|
+
</item>
|
|
2337
|
+
<item>
|
|
2338
|
+
<layout class="QHBoxLayout" name="horizontalLayout_39">
|
|
2339
|
+
<item>
|
|
2340
|
+
<spacer name="horizontalSpacer_59">
|
|
2341
|
+
<property name="orientation">
|
|
2342
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2343
|
+
</property>
|
|
2344
|
+
<property name="sizeType">
|
|
2345
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2346
|
+
</property>
|
|
2347
|
+
<property name="sizeHint" stdset="0">
|
|
2348
|
+
<size>
|
|
2349
|
+
<width>5</width>
|
|
2350
|
+
<height>5</height>
|
|
2351
|
+
</size>
|
|
2352
|
+
</property>
|
|
2353
|
+
</spacer>
|
|
2354
|
+
</item>
|
|
2355
|
+
<item>
|
|
2356
|
+
<widget class="QDoubleSpinBox" name="state_frequency_5">
|
|
2357
|
+
<property name="maximum">
|
|
2358
|
+
<double>1.000000000000000</double>
|
|
2359
|
+
</property>
|
|
2360
|
+
<property name="singleStep">
|
|
2361
|
+
<double>0.010000000000000</double>
|
|
2362
|
+
</property>
|
|
2363
|
+
</widget>
|
|
2364
|
+
</item>
|
|
2365
|
+
<item>
|
|
2366
|
+
<spacer name="horizontalSpacer_58">
|
|
2367
|
+
<property name="orientation">
|
|
2368
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2369
|
+
</property>
|
|
2370
|
+
<property name="sizeType">
|
|
2371
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2372
|
+
</property>
|
|
2373
|
+
<property name="sizeHint" stdset="0">
|
|
2374
|
+
<size>
|
|
2375
|
+
<width>5</width>
|
|
2376
|
+
<height>5</height>
|
|
2377
|
+
</size>
|
|
2378
|
+
</property>
|
|
2379
|
+
</spacer>
|
|
2380
|
+
</item>
|
|
2381
|
+
</layout>
|
|
2382
|
+
</item>
|
|
2383
|
+
</layout>
|
|
2384
|
+
</item>
|
|
2385
|
+
<item>
|
|
2386
|
+
<layout class="QHBoxLayout" name="horizontalLayout_12" stretch="3,3,4,3,3">
|
|
2387
|
+
<property name="spacing">
|
|
2388
|
+
<number>10</number>
|
|
2389
|
+
</property>
|
|
2390
|
+
<item>
|
|
2391
|
+
<layout class="QHBoxLayout" name="horizontalLayout_33">
|
|
2392
|
+
<item>
|
|
2393
|
+
<widget class="QLabel" name="label_7">
|
|
2394
|
+
<property name="sizePolicy">
|
|
2395
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
2396
|
+
<horstretch>0</horstretch>
|
|
2397
|
+
<verstretch>0</verstretch>
|
|
2398
|
+
</sizepolicy>
|
|
2399
|
+
</property>
|
|
2400
|
+
<property name="font">
|
|
2401
|
+
<font>
|
|
2402
|
+
<pointsize>16</pointsize>
|
|
2403
|
+
</font>
|
|
2404
|
+
</property>
|
|
2405
|
+
<property name="text">
|
|
2406
|
+
<string>6</string>
|
|
2407
|
+
</property>
|
|
2408
|
+
<property name="alignment">
|
|
2409
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
2410
|
+
</property>
|
|
2411
|
+
</widget>
|
|
2412
|
+
</item>
|
|
2413
|
+
</layout>
|
|
2414
|
+
</item>
|
|
2415
|
+
<item>
|
|
2416
|
+
<layout class="QHBoxLayout" name="horizontalLayout_47">
|
|
2417
|
+
<item>
|
|
2418
|
+
<spacer name="horizontalSpacer_32">
|
|
2419
|
+
<property name="orientation">
|
|
2420
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2421
|
+
</property>
|
|
2422
|
+
<property name="sizeType">
|
|
2423
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2424
|
+
</property>
|
|
2425
|
+
<property name="sizeHint" stdset="0">
|
|
2426
|
+
<size>
|
|
2427
|
+
<width>5</width>
|
|
2428
|
+
<height>5</height>
|
|
2429
|
+
</size>
|
|
2430
|
+
</property>
|
|
2431
|
+
</spacer>
|
|
2432
|
+
</item>
|
|
2433
|
+
<item>
|
|
2434
|
+
<widget class="QCheckBox" name="enable_state_6">
|
|
2435
|
+
<property name="sizePolicy">
|
|
2436
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
2437
|
+
<horstretch>0</horstretch>
|
|
2438
|
+
<verstretch>0</verstretch>
|
|
2439
|
+
</sizepolicy>
|
|
2440
|
+
</property>
|
|
2441
|
+
<property name="text">
|
|
2442
|
+
<string/>
|
|
2443
|
+
</property>
|
|
2444
|
+
</widget>
|
|
2445
|
+
</item>
|
|
2446
|
+
<item>
|
|
2447
|
+
<spacer name="horizontalSpacer_31">
|
|
2448
|
+
<property name="orientation">
|
|
2449
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2450
|
+
</property>
|
|
2451
|
+
<property name="sizeType">
|
|
2452
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2453
|
+
</property>
|
|
2454
|
+
<property name="sizeHint" stdset="0">
|
|
2455
|
+
<size>
|
|
2456
|
+
<width>5</width>
|
|
2457
|
+
<height>5</height>
|
|
2458
|
+
</size>
|
|
2459
|
+
</property>
|
|
2460
|
+
</spacer>
|
|
2461
|
+
</item>
|
|
2462
|
+
</layout>
|
|
2463
|
+
</item>
|
|
2464
|
+
<item>
|
|
2465
|
+
<widget class="QLineEdit" name="state_name_6">
|
|
2466
|
+
<property name="sizePolicy">
|
|
2467
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
2468
|
+
<horstretch>0</horstretch>
|
|
2469
|
+
<verstretch>0</verstretch>
|
|
2470
|
+
</sizepolicy>
|
|
2471
|
+
</property>
|
|
2472
|
+
</widget>
|
|
2473
|
+
</item>
|
|
2474
|
+
<item>
|
|
2475
|
+
<layout class="QHBoxLayout" name="horizontalLayout_54">
|
|
2476
|
+
<item>
|
|
2477
|
+
<spacer name="horizontalSpacer_34">
|
|
2478
|
+
<property name="orientation">
|
|
2479
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2480
|
+
</property>
|
|
2481
|
+
<property name="sizeType">
|
|
2482
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2483
|
+
</property>
|
|
2484
|
+
<property name="sizeHint" stdset="0">
|
|
2485
|
+
<size>
|
|
2486
|
+
<width>5</width>
|
|
2487
|
+
<height>5</height>
|
|
2488
|
+
</size>
|
|
2489
|
+
</property>
|
|
2490
|
+
</spacer>
|
|
2491
|
+
</item>
|
|
2492
|
+
<item>
|
|
2493
|
+
<widget class="QCheckBox" name="state_scored_6">
|
|
2494
|
+
<property name="sizePolicy">
|
|
2495
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
2496
|
+
<horstretch>0</horstretch>
|
|
2497
|
+
<verstretch>0</verstretch>
|
|
2498
|
+
</sizepolicy>
|
|
2499
|
+
</property>
|
|
2500
|
+
<property name="text">
|
|
2501
|
+
<string/>
|
|
2502
|
+
</property>
|
|
2503
|
+
<property name="checked">
|
|
2504
|
+
<bool>true</bool>
|
|
2505
|
+
</property>
|
|
2506
|
+
</widget>
|
|
2507
|
+
</item>
|
|
2508
|
+
<item>
|
|
2509
|
+
<spacer name="horizontalSpacer_33">
|
|
2510
|
+
<property name="orientation">
|
|
2511
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2512
|
+
</property>
|
|
2513
|
+
<property name="sizeType">
|
|
2514
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2515
|
+
</property>
|
|
2516
|
+
<property name="sizeHint" stdset="0">
|
|
2517
|
+
<size>
|
|
2518
|
+
<width>5</width>
|
|
2519
|
+
<height>5</height>
|
|
2520
|
+
</size>
|
|
2521
|
+
</property>
|
|
2522
|
+
</spacer>
|
|
2523
|
+
</item>
|
|
2524
|
+
</layout>
|
|
2525
|
+
</item>
|
|
2526
|
+
<item>
|
|
2527
|
+
<layout class="QHBoxLayout" name="horizontalLayout_40">
|
|
2528
|
+
<item>
|
|
2529
|
+
<spacer name="horizontalSpacer_61">
|
|
2530
|
+
<property name="orientation">
|
|
2531
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2532
|
+
</property>
|
|
2533
|
+
<property name="sizeType">
|
|
2534
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2535
|
+
</property>
|
|
2536
|
+
<property name="sizeHint" stdset="0">
|
|
2537
|
+
<size>
|
|
2538
|
+
<width>5</width>
|
|
2539
|
+
<height>5</height>
|
|
2540
|
+
</size>
|
|
2541
|
+
</property>
|
|
2542
|
+
</spacer>
|
|
2543
|
+
</item>
|
|
2544
|
+
<item>
|
|
2545
|
+
<widget class="QDoubleSpinBox" name="state_frequency_6">
|
|
2546
|
+
<property name="maximum">
|
|
2547
|
+
<double>1.000000000000000</double>
|
|
2548
|
+
</property>
|
|
2549
|
+
<property name="singleStep">
|
|
2550
|
+
<double>0.010000000000000</double>
|
|
2551
|
+
</property>
|
|
2552
|
+
</widget>
|
|
2553
|
+
</item>
|
|
2554
|
+
<item>
|
|
2555
|
+
<spacer name="horizontalSpacer_60">
|
|
2556
|
+
<property name="orientation">
|
|
2557
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2558
|
+
</property>
|
|
2559
|
+
<property name="sizeType">
|
|
2560
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2561
|
+
</property>
|
|
2562
|
+
<property name="sizeHint" stdset="0">
|
|
2563
|
+
<size>
|
|
2564
|
+
<width>5</width>
|
|
2565
|
+
<height>5</height>
|
|
2566
|
+
</size>
|
|
2567
|
+
</property>
|
|
2568
|
+
</spacer>
|
|
2569
|
+
</item>
|
|
2570
|
+
</layout>
|
|
2571
|
+
</item>
|
|
2572
|
+
</layout>
|
|
2573
|
+
</item>
|
|
2574
|
+
<item>
|
|
2575
|
+
<layout class="QHBoxLayout" name="horizontalLayout_9" stretch="3,3,4,3,3">
|
|
2576
|
+
<property name="spacing">
|
|
2577
|
+
<number>10</number>
|
|
2578
|
+
</property>
|
|
2579
|
+
<item>
|
|
2580
|
+
<layout class="QHBoxLayout" name="horizontalLayout_34">
|
|
2581
|
+
<item>
|
|
2582
|
+
<widget class="QLabel" name="label_6">
|
|
2583
|
+
<property name="sizePolicy">
|
|
2584
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
2585
|
+
<horstretch>0</horstretch>
|
|
2586
|
+
<verstretch>0</verstretch>
|
|
2587
|
+
</sizepolicy>
|
|
2588
|
+
</property>
|
|
2589
|
+
<property name="font">
|
|
2590
|
+
<font>
|
|
2591
|
+
<pointsize>16</pointsize>
|
|
2592
|
+
</font>
|
|
2593
|
+
</property>
|
|
2594
|
+
<property name="text">
|
|
2595
|
+
<string>7</string>
|
|
2596
|
+
</property>
|
|
2597
|
+
<property name="alignment">
|
|
2598
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
2599
|
+
</property>
|
|
2600
|
+
</widget>
|
|
2601
|
+
</item>
|
|
2602
|
+
</layout>
|
|
2603
|
+
</item>
|
|
2604
|
+
<item>
|
|
2605
|
+
<layout class="QHBoxLayout" name="horizontalLayout_48">
|
|
2606
|
+
<item>
|
|
2607
|
+
<spacer name="horizontalSpacer_36">
|
|
2608
|
+
<property name="orientation">
|
|
2609
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2610
|
+
</property>
|
|
2611
|
+
<property name="sizeType">
|
|
2612
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2613
|
+
</property>
|
|
2614
|
+
<property name="sizeHint" stdset="0">
|
|
2615
|
+
<size>
|
|
2616
|
+
<width>5</width>
|
|
2617
|
+
<height>5</height>
|
|
2618
|
+
</size>
|
|
2619
|
+
</property>
|
|
2620
|
+
</spacer>
|
|
2621
|
+
</item>
|
|
2622
|
+
<item>
|
|
2623
|
+
<widget class="QCheckBox" name="enable_state_7">
|
|
2624
|
+
<property name="sizePolicy">
|
|
2625
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
2626
|
+
<horstretch>0</horstretch>
|
|
2627
|
+
<verstretch>0</verstretch>
|
|
2628
|
+
</sizepolicy>
|
|
2629
|
+
</property>
|
|
2630
|
+
<property name="text">
|
|
2631
|
+
<string/>
|
|
2632
|
+
</property>
|
|
2633
|
+
</widget>
|
|
2634
|
+
</item>
|
|
2635
|
+
<item>
|
|
2636
|
+
<spacer name="horizontalSpacer_35">
|
|
2637
|
+
<property name="orientation">
|
|
2638
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2639
|
+
</property>
|
|
2640
|
+
<property name="sizeType">
|
|
2641
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2642
|
+
</property>
|
|
2643
|
+
<property name="sizeHint" stdset="0">
|
|
2644
|
+
<size>
|
|
2645
|
+
<width>5</width>
|
|
2646
|
+
<height>5</height>
|
|
2647
|
+
</size>
|
|
2648
|
+
</property>
|
|
2649
|
+
</spacer>
|
|
2650
|
+
</item>
|
|
2651
|
+
</layout>
|
|
2652
|
+
</item>
|
|
2653
|
+
<item>
|
|
2654
|
+
<widget class="QLineEdit" name="state_name_7">
|
|
2655
|
+
<property name="sizePolicy">
|
|
2656
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
2657
|
+
<horstretch>0</horstretch>
|
|
2658
|
+
<verstretch>0</verstretch>
|
|
2659
|
+
</sizepolicy>
|
|
2660
|
+
</property>
|
|
2661
|
+
</widget>
|
|
2662
|
+
</item>
|
|
2663
|
+
<item>
|
|
2664
|
+
<layout class="QHBoxLayout" name="horizontalLayout_55">
|
|
2665
|
+
<item>
|
|
2666
|
+
<spacer name="horizontalSpacer_38">
|
|
2667
|
+
<property name="orientation">
|
|
2668
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2669
|
+
</property>
|
|
2670
|
+
<property name="sizeType">
|
|
2671
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2672
|
+
</property>
|
|
2673
|
+
<property name="sizeHint" stdset="0">
|
|
2674
|
+
<size>
|
|
2675
|
+
<width>5</width>
|
|
2676
|
+
<height>5</height>
|
|
2677
|
+
</size>
|
|
2678
|
+
</property>
|
|
2679
|
+
</spacer>
|
|
2680
|
+
</item>
|
|
2681
|
+
<item>
|
|
2682
|
+
<widget class="QCheckBox" name="state_scored_7">
|
|
2683
|
+
<property name="sizePolicy">
|
|
2684
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
2685
|
+
<horstretch>0</horstretch>
|
|
2686
|
+
<verstretch>0</verstretch>
|
|
2687
|
+
</sizepolicy>
|
|
2688
|
+
</property>
|
|
2689
|
+
<property name="text">
|
|
2690
|
+
<string/>
|
|
2691
|
+
</property>
|
|
2692
|
+
<property name="checked">
|
|
2693
|
+
<bool>true</bool>
|
|
2694
|
+
</property>
|
|
2695
|
+
</widget>
|
|
2696
|
+
</item>
|
|
2697
|
+
<item>
|
|
2698
|
+
<spacer name="horizontalSpacer_37">
|
|
2699
|
+
<property name="orientation">
|
|
2700
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2701
|
+
</property>
|
|
2702
|
+
<property name="sizeType">
|
|
2703
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2704
|
+
</property>
|
|
2705
|
+
<property name="sizeHint" stdset="0">
|
|
2706
|
+
<size>
|
|
2707
|
+
<width>5</width>
|
|
2708
|
+
<height>5</height>
|
|
2709
|
+
</size>
|
|
2710
|
+
</property>
|
|
2711
|
+
</spacer>
|
|
2712
|
+
</item>
|
|
2713
|
+
</layout>
|
|
2714
|
+
</item>
|
|
2715
|
+
<item>
|
|
2716
|
+
<layout class="QHBoxLayout" name="horizontalLayout_41">
|
|
2717
|
+
<item>
|
|
2718
|
+
<spacer name="horizontalSpacer_63">
|
|
2719
|
+
<property name="orientation">
|
|
2720
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2721
|
+
</property>
|
|
2722
|
+
<property name="sizeType">
|
|
2723
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2724
|
+
</property>
|
|
2725
|
+
<property name="sizeHint" stdset="0">
|
|
2726
|
+
<size>
|
|
2727
|
+
<width>5</width>
|
|
2728
|
+
<height>5</height>
|
|
2729
|
+
</size>
|
|
2730
|
+
</property>
|
|
2731
|
+
</spacer>
|
|
2732
|
+
</item>
|
|
2733
|
+
<item>
|
|
2734
|
+
<widget class="QDoubleSpinBox" name="state_frequency_7">
|
|
2735
|
+
<property name="maximum">
|
|
2736
|
+
<double>1.000000000000000</double>
|
|
2737
|
+
</property>
|
|
2738
|
+
<property name="singleStep">
|
|
2739
|
+
<double>0.010000000000000</double>
|
|
2740
|
+
</property>
|
|
2741
|
+
</widget>
|
|
2742
|
+
</item>
|
|
2743
|
+
<item>
|
|
2744
|
+
<spacer name="horizontalSpacer_62">
|
|
2745
|
+
<property name="orientation">
|
|
2746
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2747
|
+
</property>
|
|
2748
|
+
<property name="sizeType">
|
|
2749
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2750
|
+
</property>
|
|
2751
|
+
<property name="sizeHint" stdset="0">
|
|
2752
|
+
<size>
|
|
2753
|
+
<width>5</width>
|
|
2754
|
+
<height>5</height>
|
|
2755
|
+
</size>
|
|
2756
|
+
</property>
|
|
2757
|
+
</spacer>
|
|
2758
|
+
</item>
|
|
2759
|
+
</layout>
|
|
2760
|
+
</item>
|
|
2761
|
+
</layout>
|
|
2762
|
+
</item>
|
|
2763
|
+
<item>
|
|
2764
|
+
<layout class="QHBoxLayout" name="horizontalLayout_8" stretch="3,3,4,3,3">
|
|
2765
|
+
<property name="spacing">
|
|
2766
|
+
<number>10</number>
|
|
2767
|
+
</property>
|
|
2768
|
+
<item>
|
|
2769
|
+
<layout class="QHBoxLayout" name="horizontalLayout_35">
|
|
2770
|
+
<item>
|
|
2771
|
+
<widget class="QLabel" name="label_5">
|
|
2772
|
+
<property name="sizePolicy">
|
|
2773
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
2774
|
+
<horstretch>0</horstretch>
|
|
2775
|
+
<verstretch>0</verstretch>
|
|
2776
|
+
</sizepolicy>
|
|
2777
|
+
</property>
|
|
2778
|
+
<property name="font">
|
|
2779
|
+
<font>
|
|
2780
|
+
<pointsize>16</pointsize>
|
|
2781
|
+
</font>
|
|
2782
|
+
</property>
|
|
2783
|
+
<property name="text">
|
|
2784
|
+
<string>8</string>
|
|
2785
|
+
</property>
|
|
2786
|
+
<property name="alignment">
|
|
2787
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
2788
|
+
</property>
|
|
2789
|
+
</widget>
|
|
2790
|
+
</item>
|
|
2791
|
+
</layout>
|
|
2792
|
+
</item>
|
|
2793
|
+
<item>
|
|
2794
|
+
<layout class="QHBoxLayout" name="horizontalLayout_49">
|
|
2795
|
+
<item>
|
|
2796
|
+
<spacer name="horizontalSpacer_40">
|
|
2797
|
+
<property name="orientation">
|
|
2798
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2799
|
+
</property>
|
|
2800
|
+
<property name="sizeType">
|
|
2801
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2802
|
+
</property>
|
|
2803
|
+
<property name="sizeHint" stdset="0">
|
|
2804
|
+
<size>
|
|
2805
|
+
<width>5</width>
|
|
2806
|
+
<height>5</height>
|
|
2807
|
+
</size>
|
|
2808
|
+
</property>
|
|
2809
|
+
</spacer>
|
|
2810
|
+
</item>
|
|
2811
|
+
<item>
|
|
2812
|
+
<widget class="QCheckBox" name="enable_state_8">
|
|
2813
|
+
<property name="sizePolicy">
|
|
2814
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
2815
|
+
<horstretch>0</horstretch>
|
|
2816
|
+
<verstretch>0</verstretch>
|
|
2817
|
+
</sizepolicy>
|
|
2818
|
+
</property>
|
|
2819
|
+
<property name="text">
|
|
2820
|
+
<string/>
|
|
2821
|
+
</property>
|
|
2822
|
+
</widget>
|
|
2823
|
+
</item>
|
|
2824
|
+
<item>
|
|
2825
|
+
<spacer name="horizontalSpacer_39">
|
|
2826
|
+
<property name="orientation">
|
|
2827
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2828
|
+
</property>
|
|
2829
|
+
<property name="sizeType">
|
|
2830
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2831
|
+
</property>
|
|
2832
|
+
<property name="sizeHint" stdset="0">
|
|
2833
|
+
<size>
|
|
2834
|
+
<width>5</width>
|
|
2835
|
+
<height>5</height>
|
|
2836
|
+
</size>
|
|
2837
|
+
</property>
|
|
2838
|
+
</spacer>
|
|
2839
|
+
</item>
|
|
2840
|
+
</layout>
|
|
2841
|
+
</item>
|
|
2842
|
+
<item>
|
|
2843
|
+
<widget class="QLineEdit" name="state_name_8">
|
|
2844
|
+
<property name="sizePolicy">
|
|
2845
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
2846
|
+
<horstretch>0</horstretch>
|
|
2847
|
+
<verstretch>0</verstretch>
|
|
2848
|
+
</sizepolicy>
|
|
2849
|
+
</property>
|
|
2850
|
+
</widget>
|
|
2851
|
+
</item>
|
|
2852
|
+
<item>
|
|
2853
|
+
<layout class="QHBoxLayout" name="horizontalLayout_56">
|
|
2854
|
+
<item>
|
|
2855
|
+
<spacer name="horizontalSpacer_42">
|
|
2856
|
+
<property name="orientation">
|
|
2857
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2858
|
+
</property>
|
|
2859
|
+
<property name="sizeType">
|
|
2860
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2861
|
+
</property>
|
|
2862
|
+
<property name="sizeHint" stdset="0">
|
|
2863
|
+
<size>
|
|
2864
|
+
<width>5</width>
|
|
2865
|
+
<height>5</height>
|
|
2866
|
+
</size>
|
|
2867
|
+
</property>
|
|
2868
|
+
</spacer>
|
|
2869
|
+
</item>
|
|
2870
|
+
<item>
|
|
2871
|
+
<widget class="QCheckBox" name="state_scored_8">
|
|
2872
|
+
<property name="sizePolicy">
|
|
2873
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
2874
|
+
<horstretch>0</horstretch>
|
|
2875
|
+
<verstretch>0</verstretch>
|
|
2876
|
+
</sizepolicy>
|
|
2877
|
+
</property>
|
|
2878
|
+
<property name="text">
|
|
2879
|
+
<string/>
|
|
2880
|
+
</property>
|
|
2881
|
+
<property name="checked">
|
|
2882
|
+
<bool>true</bool>
|
|
2883
|
+
</property>
|
|
2884
|
+
</widget>
|
|
2885
|
+
</item>
|
|
2886
|
+
<item>
|
|
2887
|
+
<spacer name="horizontalSpacer_41">
|
|
2888
|
+
<property name="orientation">
|
|
2889
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2890
|
+
</property>
|
|
2891
|
+
<property name="sizeType">
|
|
2892
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2893
|
+
</property>
|
|
2894
|
+
<property name="sizeHint" stdset="0">
|
|
2895
|
+
<size>
|
|
2896
|
+
<width>5</width>
|
|
2897
|
+
<height>5</height>
|
|
2898
|
+
</size>
|
|
2899
|
+
</property>
|
|
2900
|
+
</spacer>
|
|
2901
|
+
</item>
|
|
2902
|
+
</layout>
|
|
2903
|
+
</item>
|
|
2904
|
+
<item>
|
|
2905
|
+
<layout class="QHBoxLayout" name="horizontalLayout_42">
|
|
2906
|
+
<item>
|
|
2907
|
+
<spacer name="horizontalSpacer_65">
|
|
2908
|
+
<property name="orientation">
|
|
2909
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2910
|
+
</property>
|
|
2911
|
+
<property name="sizeType">
|
|
2912
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2913
|
+
</property>
|
|
2914
|
+
<property name="sizeHint" stdset="0">
|
|
2915
|
+
<size>
|
|
2916
|
+
<width>5</width>
|
|
2917
|
+
<height>5</height>
|
|
2918
|
+
</size>
|
|
2919
|
+
</property>
|
|
2920
|
+
</spacer>
|
|
2921
|
+
</item>
|
|
2922
|
+
<item>
|
|
2923
|
+
<widget class="QDoubleSpinBox" name="state_frequency_8">
|
|
2924
|
+
<property name="maximum">
|
|
2925
|
+
<double>1.000000000000000</double>
|
|
2926
|
+
</property>
|
|
2927
|
+
<property name="singleStep">
|
|
2928
|
+
<double>0.010000000000000</double>
|
|
2929
|
+
</property>
|
|
2930
|
+
</widget>
|
|
2931
|
+
</item>
|
|
2932
|
+
<item>
|
|
2933
|
+
<spacer name="horizontalSpacer_64">
|
|
2934
|
+
<property name="orientation">
|
|
2935
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2936
|
+
</property>
|
|
2937
|
+
<property name="sizeType">
|
|
2938
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2939
|
+
</property>
|
|
2940
|
+
<property name="sizeHint" stdset="0">
|
|
2941
|
+
<size>
|
|
2942
|
+
<width>5</width>
|
|
2943
|
+
<height>5</height>
|
|
2944
|
+
</size>
|
|
2945
|
+
</property>
|
|
2946
|
+
</spacer>
|
|
2947
|
+
</item>
|
|
2948
|
+
</layout>
|
|
2949
|
+
</item>
|
|
2950
|
+
</layout>
|
|
2951
|
+
</item>
|
|
2952
|
+
<item>
|
|
2953
|
+
<layout class="QHBoxLayout" name="horizontalLayout_7" stretch="3,3,4,3,3">
|
|
2954
|
+
<property name="spacing">
|
|
2955
|
+
<number>10</number>
|
|
2956
|
+
</property>
|
|
2957
|
+
<item>
|
|
2958
|
+
<layout class="QHBoxLayout" name="horizontalLayout_36">
|
|
2959
|
+
<item>
|
|
2960
|
+
<widget class="QLabel" name="label_4">
|
|
2961
|
+
<property name="sizePolicy">
|
|
2962
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
2963
|
+
<horstretch>0</horstretch>
|
|
2964
|
+
<verstretch>0</verstretch>
|
|
2965
|
+
</sizepolicy>
|
|
2966
|
+
</property>
|
|
2967
|
+
<property name="font">
|
|
2968
|
+
<font>
|
|
2969
|
+
<pointsize>16</pointsize>
|
|
2970
|
+
</font>
|
|
2971
|
+
</property>
|
|
2972
|
+
<property name="text">
|
|
2973
|
+
<string>9</string>
|
|
2974
|
+
</property>
|
|
2975
|
+
<property name="alignment">
|
|
2976
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
2977
|
+
</property>
|
|
2978
|
+
</widget>
|
|
2979
|
+
</item>
|
|
2980
|
+
</layout>
|
|
2981
|
+
</item>
|
|
2982
|
+
<item>
|
|
2983
|
+
<layout class="QHBoxLayout" name="horizontalLayout_50">
|
|
2984
|
+
<item>
|
|
2985
|
+
<spacer name="horizontalSpacer_44">
|
|
2986
|
+
<property name="orientation">
|
|
2987
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
2988
|
+
</property>
|
|
2989
|
+
<property name="sizeType">
|
|
2990
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
2991
|
+
</property>
|
|
2992
|
+
<property name="sizeHint" stdset="0">
|
|
2993
|
+
<size>
|
|
2994
|
+
<width>5</width>
|
|
2995
|
+
<height>5</height>
|
|
2996
|
+
</size>
|
|
2997
|
+
</property>
|
|
2998
|
+
</spacer>
|
|
2999
|
+
</item>
|
|
3000
|
+
<item>
|
|
3001
|
+
<widget class="QCheckBox" name="enable_state_9">
|
|
3002
|
+
<property name="sizePolicy">
|
|
3003
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
3004
|
+
<horstretch>0</horstretch>
|
|
3005
|
+
<verstretch>0</verstretch>
|
|
3006
|
+
</sizepolicy>
|
|
3007
|
+
</property>
|
|
3008
|
+
<property name="text">
|
|
3009
|
+
<string/>
|
|
3010
|
+
</property>
|
|
3011
|
+
</widget>
|
|
3012
|
+
</item>
|
|
3013
|
+
<item>
|
|
3014
|
+
<spacer name="horizontalSpacer_43">
|
|
3015
|
+
<property name="orientation">
|
|
3016
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
3017
|
+
</property>
|
|
3018
|
+
<property name="sizeType">
|
|
3019
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
3020
|
+
</property>
|
|
3021
|
+
<property name="sizeHint" stdset="0">
|
|
3022
|
+
<size>
|
|
3023
|
+
<width>5</width>
|
|
3024
|
+
<height>5</height>
|
|
3025
|
+
</size>
|
|
3026
|
+
</property>
|
|
3027
|
+
</spacer>
|
|
3028
|
+
</item>
|
|
3029
|
+
</layout>
|
|
3030
|
+
</item>
|
|
3031
|
+
<item>
|
|
3032
|
+
<widget class="QLineEdit" name="state_name_9">
|
|
3033
|
+
<property name="sizePolicy">
|
|
3034
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
3035
|
+
<horstretch>0</horstretch>
|
|
3036
|
+
<verstretch>0</verstretch>
|
|
3037
|
+
</sizepolicy>
|
|
3038
|
+
</property>
|
|
3039
|
+
</widget>
|
|
3040
|
+
</item>
|
|
3041
|
+
<item>
|
|
3042
|
+
<layout class="QHBoxLayout" name="horizontalLayout_57">
|
|
3043
|
+
<item>
|
|
3044
|
+
<spacer name="horizontalSpacer_46">
|
|
3045
|
+
<property name="orientation">
|
|
3046
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
3047
|
+
</property>
|
|
3048
|
+
<property name="sizeType">
|
|
3049
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
3050
|
+
</property>
|
|
3051
|
+
<property name="sizeHint" stdset="0">
|
|
3052
|
+
<size>
|
|
3053
|
+
<width>5</width>
|
|
3054
|
+
<height>5</height>
|
|
3055
|
+
</size>
|
|
3056
|
+
</property>
|
|
3057
|
+
</spacer>
|
|
3058
|
+
</item>
|
|
3059
|
+
<item>
|
|
3060
|
+
<widget class="QCheckBox" name="state_scored_9">
|
|
3061
|
+
<property name="sizePolicy">
|
|
3062
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
3063
|
+
<horstretch>0</horstretch>
|
|
3064
|
+
<verstretch>0</verstretch>
|
|
3065
|
+
</sizepolicy>
|
|
3066
|
+
</property>
|
|
3067
|
+
<property name="text">
|
|
3068
|
+
<string/>
|
|
3069
|
+
</property>
|
|
3070
|
+
<property name="checked">
|
|
3071
|
+
<bool>true</bool>
|
|
3072
|
+
</property>
|
|
3073
|
+
</widget>
|
|
3074
|
+
</item>
|
|
3075
|
+
<item>
|
|
3076
|
+
<spacer name="horizontalSpacer_45">
|
|
3077
|
+
<property name="orientation">
|
|
3078
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
3079
|
+
</property>
|
|
3080
|
+
<property name="sizeType">
|
|
3081
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
3082
|
+
</property>
|
|
3083
|
+
<property name="sizeHint" stdset="0">
|
|
3084
|
+
<size>
|
|
3085
|
+
<width>5</width>
|
|
3086
|
+
<height>5</height>
|
|
3087
|
+
</size>
|
|
3088
|
+
</property>
|
|
3089
|
+
</spacer>
|
|
3090
|
+
</item>
|
|
3091
|
+
</layout>
|
|
3092
|
+
</item>
|
|
3093
|
+
<item>
|
|
3094
|
+
<layout class="QHBoxLayout" name="horizontalLayout_43">
|
|
3095
|
+
<item>
|
|
3096
|
+
<spacer name="horizontalSpacer_67">
|
|
3097
|
+
<property name="orientation">
|
|
3098
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
3099
|
+
</property>
|
|
3100
|
+
<property name="sizeType">
|
|
3101
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
3102
|
+
</property>
|
|
3103
|
+
<property name="sizeHint" stdset="0">
|
|
3104
|
+
<size>
|
|
3105
|
+
<width>5</width>
|
|
3106
|
+
<height>5</height>
|
|
3107
|
+
</size>
|
|
3108
|
+
</property>
|
|
3109
|
+
</spacer>
|
|
3110
|
+
</item>
|
|
3111
|
+
<item>
|
|
3112
|
+
<widget class="QDoubleSpinBox" name="state_frequency_9">
|
|
3113
|
+
<property name="maximum">
|
|
3114
|
+
<double>1.000000000000000</double>
|
|
3115
|
+
</property>
|
|
3116
|
+
<property name="singleStep">
|
|
3117
|
+
<double>0.010000000000000</double>
|
|
3118
|
+
</property>
|
|
3119
|
+
</widget>
|
|
3120
|
+
</item>
|
|
3121
|
+
<item>
|
|
3122
|
+
<spacer name="horizontalSpacer_66">
|
|
3123
|
+
<property name="orientation">
|
|
3124
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
3125
|
+
</property>
|
|
3126
|
+
<property name="sizeType">
|
|
3127
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
3128
|
+
</property>
|
|
3129
|
+
<property name="sizeHint" stdset="0">
|
|
3130
|
+
<size>
|
|
3131
|
+
<width>5</width>
|
|
3132
|
+
<height>5</height>
|
|
3133
|
+
</size>
|
|
3134
|
+
</property>
|
|
3135
|
+
</spacer>
|
|
3136
|
+
</item>
|
|
3137
|
+
</layout>
|
|
3138
|
+
</item>
|
|
3139
|
+
</layout>
|
|
3140
|
+
</item>
|
|
3141
|
+
<item>
|
|
3142
|
+
<layout class="QHBoxLayout" name="horizontalLayout_4" stretch="3,3,4,3,3">
|
|
3143
|
+
<property name="spacing">
|
|
3144
|
+
<number>10</number>
|
|
3145
|
+
</property>
|
|
3146
|
+
<item>
|
|
3147
|
+
<layout class="QHBoxLayout" name="horizontalLayout_37">
|
|
3148
|
+
<item>
|
|
3149
|
+
<widget class="QLabel" name="label_3">
|
|
3150
|
+
<property name="sizePolicy">
|
|
3151
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
3152
|
+
<horstretch>0</horstretch>
|
|
3153
|
+
<verstretch>0</verstretch>
|
|
3154
|
+
</sizepolicy>
|
|
3155
|
+
</property>
|
|
3156
|
+
<property name="font">
|
|
3157
|
+
<font>
|
|
3158
|
+
<pointsize>16</pointsize>
|
|
3159
|
+
</font>
|
|
3160
|
+
</property>
|
|
3161
|
+
<property name="text">
|
|
3162
|
+
<string>0</string>
|
|
3163
|
+
</property>
|
|
3164
|
+
<property name="alignment">
|
|
3165
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
3166
|
+
</property>
|
|
3167
|
+
</widget>
|
|
3168
|
+
</item>
|
|
3169
|
+
</layout>
|
|
3170
|
+
</item>
|
|
3171
|
+
<item>
|
|
3172
|
+
<layout class="QHBoxLayout" name="horizontalLayout_51">
|
|
3173
|
+
<item>
|
|
3174
|
+
<spacer name="horizontalSpacer_48">
|
|
3175
|
+
<property name="orientation">
|
|
3176
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
3177
|
+
</property>
|
|
3178
|
+
<property name="sizeType">
|
|
3179
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
3180
|
+
</property>
|
|
3181
|
+
<property name="sizeHint" stdset="0">
|
|
3182
|
+
<size>
|
|
3183
|
+
<width>5</width>
|
|
3184
|
+
<height>5</height>
|
|
3185
|
+
</size>
|
|
3186
|
+
</property>
|
|
3187
|
+
</spacer>
|
|
3188
|
+
</item>
|
|
3189
|
+
<item>
|
|
3190
|
+
<widget class="QCheckBox" name="enable_state_0">
|
|
3191
|
+
<property name="sizePolicy">
|
|
3192
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
3193
|
+
<horstretch>0</horstretch>
|
|
3194
|
+
<verstretch>0</verstretch>
|
|
3195
|
+
</sizepolicy>
|
|
3196
|
+
</property>
|
|
3197
|
+
<property name="text">
|
|
3198
|
+
<string/>
|
|
3199
|
+
</property>
|
|
3200
|
+
</widget>
|
|
3201
|
+
</item>
|
|
3202
|
+
<item>
|
|
3203
|
+
<spacer name="horizontalSpacer_47">
|
|
3204
|
+
<property name="orientation">
|
|
3205
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
3206
|
+
</property>
|
|
3207
|
+
<property name="sizeType">
|
|
3208
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
3209
|
+
</property>
|
|
3210
|
+
<property name="sizeHint" stdset="0">
|
|
3211
|
+
<size>
|
|
3212
|
+
<width>5</width>
|
|
3213
|
+
<height>5</height>
|
|
3214
|
+
</size>
|
|
3215
|
+
</property>
|
|
3216
|
+
</spacer>
|
|
3217
|
+
</item>
|
|
3218
|
+
</layout>
|
|
3219
|
+
</item>
|
|
3220
|
+
<item>
|
|
3221
|
+
<widget class="QLineEdit" name="state_name_0">
|
|
3222
|
+
<property name="sizePolicy">
|
|
3223
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
3224
|
+
<horstretch>0</horstretch>
|
|
3225
|
+
<verstretch>0</verstretch>
|
|
3226
|
+
</sizepolicy>
|
|
3227
|
+
</property>
|
|
3228
|
+
</widget>
|
|
3229
|
+
</item>
|
|
3230
|
+
<item>
|
|
3231
|
+
<layout class="QHBoxLayout" name="horizontalLayout_58">
|
|
3232
|
+
<item>
|
|
3233
|
+
<spacer name="horizontalSpacer_49">
|
|
3234
|
+
<property name="orientation">
|
|
3235
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
3236
|
+
</property>
|
|
3237
|
+
<property name="sizeType">
|
|
3238
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
3239
|
+
</property>
|
|
3240
|
+
<property name="sizeHint" stdset="0">
|
|
3241
|
+
<size>
|
|
3242
|
+
<width>5</width>
|
|
3243
|
+
<height>5</height>
|
|
3244
|
+
</size>
|
|
3245
|
+
</property>
|
|
3246
|
+
</spacer>
|
|
3247
|
+
</item>
|
|
3248
|
+
<item>
|
|
3249
|
+
<widget class="QCheckBox" name="state_scored_0">
|
|
3250
|
+
<property name="sizePolicy">
|
|
3251
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
3252
|
+
<horstretch>0</horstretch>
|
|
3253
|
+
<verstretch>0</verstretch>
|
|
3254
|
+
</sizepolicy>
|
|
3255
|
+
</property>
|
|
3256
|
+
<property name="text">
|
|
3257
|
+
<string/>
|
|
3258
|
+
</property>
|
|
3259
|
+
<property name="checked">
|
|
3260
|
+
<bool>true</bool>
|
|
3261
|
+
</property>
|
|
3262
|
+
</widget>
|
|
3263
|
+
</item>
|
|
3264
|
+
<item>
|
|
3265
|
+
<spacer name="horizontalSpacer_50">
|
|
3266
|
+
<property name="orientation">
|
|
3267
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
3268
|
+
</property>
|
|
3269
|
+
<property name="sizeType">
|
|
3270
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
3271
|
+
</property>
|
|
3272
|
+
<property name="sizeHint" stdset="0">
|
|
3273
|
+
<size>
|
|
3274
|
+
<width>5</width>
|
|
3275
|
+
<height>5</height>
|
|
3276
|
+
</size>
|
|
3277
|
+
</property>
|
|
3278
|
+
</spacer>
|
|
3279
|
+
</item>
|
|
3280
|
+
</layout>
|
|
3281
|
+
</item>
|
|
3282
|
+
<item>
|
|
3283
|
+
<layout class="QHBoxLayout" name="horizontalLayout_44">
|
|
3284
|
+
<item>
|
|
3285
|
+
<spacer name="horizontalSpacer_69">
|
|
3286
|
+
<property name="orientation">
|
|
3287
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
3288
|
+
</property>
|
|
3289
|
+
<property name="sizeType">
|
|
3290
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
3291
|
+
</property>
|
|
3292
|
+
<property name="sizeHint" stdset="0">
|
|
3293
|
+
<size>
|
|
3294
|
+
<width>5</width>
|
|
3295
|
+
<height>5</height>
|
|
3296
|
+
</size>
|
|
3297
|
+
</property>
|
|
3298
|
+
</spacer>
|
|
3299
|
+
</item>
|
|
3300
|
+
<item>
|
|
3301
|
+
<widget class="QDoubleSpinBox" name="state_frequency_0">
|
|
3302
|
+
<property name="maximum">
|
|
3303
|
+
<double>1.000000000000000</double>
|
|
3304
|
+
</property>
|
|
3305
|
+
<property name="singleStep">
|
|
3306
|
+
<double>0.010000000000000</double>
|
|
3307
|
+
</property>
|
|
3308
|
+
</widget>
|
|
3309
|
+
</item>
|
|
3310
|
+
<item>
|
|
3311
|
+
<spacer name="horizontalSpacer_68">
|
|
3312
|
+
<property name="orientation">
|
|
3313
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
3314
|
+
</property>
|
|
3315
|
+
<property name="sizeType">
|
|
3316
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
3317
|
+
</property>
|
|
3318
|
+
<property name="sizeHint" stdset="0">
|
|
3319
|
+
<size>
|
|
3320
|
+
<width>5</width>
|
|
3321
|
+
<height>5</height>
|
|
3322
|
+
</size>
|
|
3323
|
+
</property>
|
|
3324
|
+
</spacer>
|
|
3325
|
+
</item>
|
|
3326
|
+
</layout>
|
|
3327
|
+
</item>
|
|
3328
|
+
</layout>
|
|
3329
|
+
</item>
|
|
3330
|
+
<item>
|
|
3331
|
+
<layout class="QHBoxLayout" name="horizontalLayout_18" stretch="3,1,3">
|
|
3332
|
+
<property name="spacing">
|
|
3333
|
+
<number>10</number>
|
|
3334
|
+
</property>
|
|
3335
|
+
<item>
|
|
3336
|
+
<spacer name="horizontalSpacer_9">
|
|
3337
|
+
<property name="orientation">
|
|
3338
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
3339
|
+
</property>
|
|
3340
|
+
<property name="sizeType">
|
|
3341
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
3342
|
+
</property>
|
|
3343
|
+
<property name="sizeHint" stdset="0">
|
|
3344
|
+
<size>
|
|
3345
|
+
<width>10</width>
|
|
3346
|
+
<height>5</height>
|
|
3347
|
+
</size>
|
|
3348
|
+
</property>
|
|
3349
|
+
</spacer>
|
|
3350
|
+
</item>
|
|
3351
|
+
<item>
|
|
3352
|
+
<widget class="QPushButton" name="save_config_button">
|
|
3353
|
+
<property name="sizePolicy">
|
|
3354
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
3355
|
+
<horstretch>0</horstretch>
|
|
3356
|
+
<verstretch>0</verstretch>
|
|
3357
|
+
</sizepolicy>
|
|
3358
|
+
</property>
|
|
3359
|
+
<property name="text">
|
|
3360
|
+
<string>Save</string>
|
|
3361
|
+
</property>
|
|
3362
|
+
</widget>
|
|
3363
|
+
</item>
|
|
3364
|
+
<item>
|
|
3365
|
+
<widget class="QLabel" name="save_config_status">
|
|
3366
|
+
<property name="sizePolicy">
|
|
3367
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
3368
|
+
<horstretch>0</horstretch>
|
|
3369
|
+
<verstretch>0</verstretch>
|
|
3370
|
+
</sizepolicy>
|
|
3371
|
+
</property>
|
|
3372
|
+
<property name="styleSheet">
|
|
3373
|
+
<string notr="true">background-color: transparent;</string>
|
|
3374
|
+
</property>
|
|
3375
|
+
<property name="text">
|
|
3376
|
+
<string/>
|
|
3377
|
+
</property>
|
|
3378
|
+
</widget>
|
|
3379
|
+
</item>
|
|
3380
|
+
</layout>
|
|
3381
|
+
</item>
|
|
3382
|
+
</layout>
|
|
3383
|
+
</item>
|
|
3384
|
+
<item row="1" column="1">
|
|
3385
|
+
<spacer name="verticalSpacer">
|
|
3386
|
+
<property name="orientation">
|
|
3387
|
+
<enum>Qt::Orientation::Vertical</enum>
|
|
3388
|
+
</property>
|
|
3389
|
+
<property name="sizeType">
|
|
3390
|
+
<enum>QSizePolicy::Policy::Expanding</enum>
|
|
3391
|
+
</property>
|
|
3392
|
+
<property name="sizeHint" stdset="0">
|
|
3393
|
+
<size>
|
|
3394
|
+
<width>5</width>
|
|
3395
|
+
<height>30</height>
|
|
3396
|
+
</size>
|
|
3397
|
+
</property>
|
|
3398
|
+
</spacer>
|
|
3399
|
+
</item>
|
|
3400
|
+
</layout>
|
|
3401
|
+
</item>
|
|
3402
|
+
</layout>
|
|
3403
|
+
</widget>
|
|
3404
|
+
</widget>
|
|
3405
|
+
</item>
|
|
3406
|
+
</layout>
|
|
3407
|
+
</widget>
|
|
3408
|
+
</widget>
|
|
3409
|
+
<tabstops>
|
|
3410
|
+
<tabstop>epoch_length_input</tabstop>
|
|
3411
|
+
<tabstop>sampling_rate_input</tabstop>
|
|
3412
|
+
<tabstop>recording_file_button</tabstop>
|
|
3413
|
+
<tabstop>select_label_button</tabstop>
|
|
3414
|
+
<tabstop>create_label_button</tabstop>
|
|
3415
|
+
<tabstop>manual_scoring_button</tabstop>
|
|
3416
|
+
<tabstop>create_calibration_button</tabstop>
|
|
3417
|
+
<tabstop>add_button</tabstop>
|
|
3418
|
+
<tabstop>remove_button</tabstop>
|
|
3419
|
+
<tabstop>select_calibration_button</tabstop>
|
|
3420
|
+
<tabstop>load_model_button</tabstop>
|
|
3421
|
+
<tabstop>score_all_button</tabstop>
|
|
3422
|
+
<tabstop>overwritecheckbox</tabstop>
|
|
3423
|
+
<tabstop>bout_length_input</tabstop>
|
|
3424
|
+
<tabstop>user_manual_button</tabstop>
|
|
3425
|
+
<tabstop>recording_list_widget</tabstop>
|
|
3426
|
+
<tabstop>message_area</tabstop>
|
|
3427
|
+
</tabstops>
|
|
3428
|
+
<resources>
|
|
3429
|
+
<include location="resources.qrc"/>
|
|
3430
|
+
</resources>
|
|
3431
|
+
<connections/>
|
|
3432
|
+
</ui>
|