accusleepy 0.1.0__py3-none-any.whl → 0.3.1__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/config.json +3 -2
- accusleepy/constants.py +2 -0
- accusleepy/fileio.py +14 -6
- accusleepy/gui/main.py +27 -30
- accusleepy/gui/manual_scoring.py +2 -2
- accusleepy/gui/primary_window.py +459 -355
- accusleepy/gui/primary_window.ui +1130 -933
- accusleepy/gui/text/config_guide.txt +6 -2
- accusleepy/gui/text/{main_guide.txt → main_guide_text.py} +27 -20
- {accusleepy-0.1.0.dist-info → accusleepy-0.3.1.dist-info}/METADATA +18 -10
- {accusleepy-0.1.0.dist-info → accusleepy-0.3.1.dist-info}/RECORD +12 -12
- {accusleepy-0.1.0.dist-info → accusleepy-0.3.1.dist-info}/WHEEL +0 -0
accusleepy/gui/primary_window.ui
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<x>0</x>
|
|
8
8
|
<y>0</y>
|
|
9
9
|
<width>1034</width>
|
|
10
|
-
<height>
|
|
10
|
+
<height>660</height>
|
|
11
11
|
</rect>
|
|
12
12
|
</property>
|
|
13
13
|
<property name="sizePolicy">
|
|
@@ -16,12 +16,55 @@
|
|
|
16
16
|
<verstretch>0</verstretch>
|
|
17
17
|
</sizepolicy>
|
|
18
18
|
</property>
|
|
19
|
+
<property name="palette">
|
|
20
|
+
<palette>
|
|
21
|
+
<active>
|
|
22
|
+
<colorrole role="Window">
|
|
23
|
+
<brush brushstyle="SolidPattern">
|
|
24
|
+
<color alpha="255">
|
|
25
|
+
<red>223</red>
|
|
26
|
+
<green>226</green>
|
|
27
|
+
<blue>226</blue>
|
|
28
|
+
</color>
|
|
29
|
+
</brush>
|
|
30
|
+
</colorrole>
|
|
31
|
+
</active>
|
|
32
|
+
<inactive>
|
|
33
|
+
<colorrole role="Window">
|
|
34
|
+
<brush brushstyle="SolidPattern">
|
|
35
|
+
<color alpha="255">
|
|
36
|
+
<red>223</red>
|
|
37
|
+
<green>226</green>
|
|
38
|
+
<blue>226</blue>
|
|
39
|
+
</color>
|
|
40
|
+
</brush>
|
|
41
|
+
</colorrole>
|
|
42
|
+
</inactive>
|
|
43
|
+
<disabled>
|
|
44
|
+
<colorrole role="Base">
|
|
45
|
+
<brush brushstyle="SolidPattern">
|
|
46
|
+
<color alpha="255">
|
|
47
|
+
<red>223</red>
|
|
48
|
+
<green>226</green>
|
|
49
|
+
<blue>226</blue>
|
|
50
|
+
</color>
|
|
51
|
+
</brush>
|
|
52
|
+
</colorrole>
|
|
53
|
+
<colorrole role="Window">
|
|
54
|
+
<brush brushstyle="SolidPattern">
|
|
55
|
+
<color alpha="255">
|
|
56
|
+
<red>223</red>
|
|
57
|
+
<green>226</green>
|
|
58
|
+
<blue>226</blue>
|
|
59
|
+
</color>
|
|
60
|
+
</brush>
|
|
61
|
+
</colorrole>
|
|
62
|
+
</disabled>
|
|
63
|
+
</palette>
|
|
64
|
+
</property>
|
|
19
65
|
<property name="windowTitle">
|
|
20
66
|
<string>MainWindow</string>
|
|
21
67
|
</property>
|
|
22
|
-
<property name="styleSheet">
|
|
23
|
-
<string notr="true"/>
|
|
24
|
-
</property>
|
|
25
68
|
<widget class="QWidget" name="centralwidget">
|
|
26
69
|
<property name="sizePolicy">
|
|
27
70
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
@@ -68,7 +111,7 @@
|
|
|
68
111
|
<number>0</number>
|
|
69
112
|
</property>
|
|
70
113
|
<item row="0" column="0">
|
|
71
|
-
<layout class="QGridLayout" name="scoring_tab_layout" rowstretch="2
|
|
114
|
+
<layout class="QGridLayout" name="scoring_tab_layout" rowstretch="2" columnstretch="1,6">
|
|
72
115
|
<property name="leftMargin">
|
|
73
116
|
<number>10</number>
|
|
74
117
|
</property>
|
|
@@ -84,81 +127,73 @@
|
|
|
84
127
|
<property name="spacing">
|
|
85
128
|
<number>20</number>
|
|
86
129
|
</property>
|
|
87
|
-
<item row="
|
|
88
|
-
<
|
|
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">
|
|
130
|
+
<item row="0" column="0">
|
|
131
|
+
<layout class="QVBoxLayout" name="left_scoring_vlayout" stretch="0,0,0,0">
|
|
140
132
|
<property name="spacing">
|
|
141
|
-
<number>
|
|
133
|
+
<number>20</number>
|
|
134
|
+
</property>
|
|
135
|
+
<property name="bottomMargin">
|
|
136
|
+
<number>20</number>
|
|
142
137
|
</property>
|
|
143
138
|
<item>
|
|
144
|
-
<
|
|
139
|
+
<layout class="QVBoxLayout" name="epoch_length_layout">
|
|
140
|
+
<property name="spacing">
|
|
141
|
+
<number>5</number>
|
|
142
|
+
</property>
|
|
143
|
+
<property name="leftMargin">
|
|
144
|
+
<number>5</number>
|
|
145
|
+
</property>
|
|
146
|
+
<item>
|
|
147
|
+
<widget class="QLabel" name="epochlengthlabel">
|
|
148
|
+
<property name="sizePolicy">
|
|
149
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
150
|
+
<horstretch>0</horstretch>
|
|
151
|
+
<verstretch>0</verstretch>
|
|
152
|
+
</sizepolicy>
|
|
153
|
+
</property>
|
|
154
|
+
<property name="text">
|
|
155
|
+
<string>Epoch length (sec):</string>
|
|
156
|
+
</property>
|
|
157
|
+
</widget>
|
|
158
|
+
</item>
|
|
159
|
+
<item>
|
|
160
|
+
<widget class="QDoubleSpinBox" name="epoch_length_input">
|
|
161
|
+
<property name="sizePolicy">
|
|
162
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
163
|
+
<horstretch>0</horstretch>
|
|
164
|
+
<verstretch>0</verstretch>
|
|
165
|
+
</sizepolicy>
|
|
166
|
+
</property>
|
|
167
|
+
<property name="alignment">
|
|
168
|
+
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
|
|
169
|
+
</property>
|
|
170
|
+
<property name="maximum">
|
|
171
|
+
<double>100000.000000000000000</double>
|
|
172
|
+
</property>
|
|
173
|
+
<property name="singleStep">
|
|
174
|
+
<double>0.500000000000000</double>
|
|
175
|
+
</property>
|
|
176
|
+
</widget>
|
|
177
|
+
</item>
|
|
178
|
+
</layout>
|
|
179
|
+
</item>
|
|
180
|
+
<item>
|
|
181
|
+
<widget class="QGroupBox" name="recordinglistgroupbox">
|
|
145
182
|
<property name="sizePolicy">
|
|
146
|
-
<sizepolicy hsizetype="
|
|
183
|
+
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
147
184
|
<horstretch>0</horstretch>
|
|
148
185
|
<verstretch>0</verstretch>
|
|
149
186
|
</sizepolicy>
|
|
150
187
|
</property>
|
|
151
|
-
<property name="
|
|
152
|
-
<
|
|
153
|
-
<pointsize>13</pointsize>
|
|
154
|
-
</font>
|
|
188
|
+
<property name="styleSheet">
|
|
189
|
+
<string notr="true"/>
|
|
155
190
|
</property>
|
|
156
191
|
<property name="title">
|
|
157
|
-
<string>
|
|
192
|
+
<string>Recording list</string>
|
|
158
193
|
</property>
|
|
159
|
-
<layout class="QVBoxLayout" name="
|
|
194
|
+
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,7,1">
|
|
160
195
|
<property name="spacing">
|
|
161
|
-
<number>
|
|
196
|
+
<number>5</number>
|
|
162
197
|
</property>
|
|
163
198
|
<property name="leftMargin">
|
|
164
199
|
<number>5</number>
|
|
@@ -173,293 +208,545 @@
|
|
|
173
208
|
<number>5</number>
|
|
174
209
|
</property>
|
|
175
210
|
<item>
|
|
176
|
-
<layout class="QHBoxLayout" name="
|
|
211
|
+
<layout class="QHBoxLayout" name="add_remove_layout" stretch="1,1">
|
|
177
212
|
<property name="spacing">
|
|
178
|
-
<number>
|
|
213
|
+
<number>20</number>
|
|
179
214
|
</property>
|
|
180
215
|
<item>
|
|
181
|
-
<widget class="
|
|
216
|
+
<widget class="QPushButton" name="add_button">
|
|
182
217
|
<property name="sizePolicy">
|
|
183
218
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
184
219
|
<horstretch>0</horstretch>
|
|
185
220
|
<verstretch>0</verstretch>
|
|
186
221
|
</sizepolicy>
|
|
187
222
|
</property>
|
|
188
|
-
<property name="styleSheet">
|
|
189
|
-
<string notr="true">background-color: transparent;</string>
|
|
190
|
-
</property>
|
|
191
223
|
<property name="text">
|
|
192
|
-
<string>
|
|
224
|
+
<string>add</string>
|
|
193
225
|
</property>
|
|
194
226
|
</widget>
|
|
195
227
|
</item>
|
|
196
228
|
<item>
|
|
197
|
-
<widget class="
|
|
229
|
+
<widget class="QPushButton" name="remove_button">
|
|
198
230
|
<property name="sizePolicy">
|
|
199
231
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
200
232
|
<horstretch>0</horstretch>
|
|
201
233
|
<verstretch>0</verstretch>
|
|
202
234
|
</sizepolicy>
|
|
203
235
|
</property>
|
|
204
|
-
<property name="
|
|
205
|
-
<string
|
|
206
|
-
</property>
|
|
207
|
-
<property name="minimum">
|
|
208
|
-
<double>0.000000000000000</double>
|
|
209
|
-
</property>
|
|
210
|
-
<property name="maximum">
|
|
211
|
-
<double>100000.000000000000000</double>
|
|
236
|
+
<property name="text">
|
|
237
|
+
<string>remove</string>
|
|
212
238
|
</property>
|
|
213
239
|
</widget>
|
|
214
240
|
</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
241
|
</layout>
|
|
232
242
|
</item>
|
|
233
243
|
<item>
|
|
234
|
-
<
|
|
244
|
+
<widget class="QListWidget" name="recording_list_widget">
|
|
245
|
+
<property name="sizePolicy">
|
|
246
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
247
|
+
<horstretch>0</horstretch>
|
|
248
|
+
<verstretch>0</verstretch>
|
|
249
|
+
</sizepolicy>
|
|
250
|
+
</property>
|
|
251
|
+
<property name="styleSheet">
|
|
252
|
+
<string notr="true">background-color: white;</string>
|
|
253
|
+
</property>
|
|
254
|
+
</widget>
|
|
255
|
+
</item>
|
|
256
|
+
<item>
|
|
257
|
+
<layout class="QHBoxLayout" name="horizontalLayout_59">
|
|
235
258
|
<item>
|
|
236
|
-
<
|
|
237
|
-
<property name="
|
|
238
|
-
<
|
|
259
|
+
<widget class="QPushButton" name="export_button">
|
|
260
|
+
<property name="sizePolicy">
|
|
261
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
262
|
+
<horstretch>0</horstretch>
|
|
263
|
+
<verstretch>0</verstretch>
|
|
264
|
+
</sizepolicy>
|
|
239
265
|
</property>
|
|
240
|
-
<
|
|
241
|
-
<
|
|
242
|
-
|
|
243
|
-
|
|
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>
|
|
266
|
+
<property name="text">
|
|
267
|
+
<string>export</string>
|
|
268
|
+
</property>
|
|
269
|
+
</widget>
|
|
254
270
|
</item>
|
|
255
271
|
<item>
|
|
256
|
-
<widget class="
|
|
272
|
+
<widget class="QPushButton" name="import_button">
|
|
257
273
|
<property name="sizePolicy">
|
|
258
|
-
<sizepolicy hsizetype="
|
|
274
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
259
275
|
<horstretch>0</horstretch>
|
|
260
276
|
<verstretch>0</verstretch>
|
|
261
277
|
</sizepolicy>
|
|
262
278
|
</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
279
|
<property name="text">
|
|
270
|
-
<string
|
|
271
|
-
</property>
|
|
272
|
-
<property name="alignment">
|
|
273
|
-
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
280
|
+
<string>import</string>
|
|
274
281
|
</property>
|
|
275
282
|
</widget>
|
|
276
283
|
</item>
|
|
277
284
|
</layout>
|
|
278
285
|
</item>
|
|
279
|
-
|
|
280
|
-
|
|
286
|
+
</layout>
|
|
287
|
+
</widget>
|
|
288
|
+
</item>
|
|
289
|
+
<item>
|
|
290
|
+
<layout class="QVBoxLayout" name="logo_layout">
|
|
291
|
+
<item>
|
|
292
|
+
<widget class="QFrame" name="frame">
|
|
293
|
+
<property name="sizePolicy">
|
|
294
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
295
|
+
<horstretch>0</horstretch>
|
|
296
|
+
<verstretch>0</verstretch>
|
|
297
|
+
</sizepolicy>
|
|
298
|
+
</property>
|
|
299
|
+
<property name="minimumSize">
|
|
300
|
+
<size>
|
|
301
|
+
<width>180</width>
|
|
302
|
+
<height>80</height>
|
|
303
|
+
</size>
|
|
304
|
+
</property>
|
|
305
|
+
<property name="styleSheet">
|
|
306
|
+
<string notr="true">background-color: transparent;</string>
|
|
307
|
+
</property>
|
|
308
|
+
<property name="frameShape">
|
|
309
|
+
<enum>QFrame::Shape::NoFrame</enum>
|
|
310
|
+
</property>
|
|
311
|
+
<property name="frameShadow">
|
|
312
|
+
<enum>QFrame::Shadow::Raised</enum>
|
|
313
|
+
</property>
|
|
314
|
+
<widget class="QLabel" name="accusleepy2">
|
|
315
|
+
<property name="geometry">
|
|
316
|
+
<rect>
|
|
317
|
+
<x>11</x>
|
|
318
|
+
<y>15</y>
|
|
319
|
+
<width>160</width>
|
|
320
|
+
<height>50</height>
|
|
321
|
+
</rect>
|
|
322
|
+
</property>
|
|
323
|
+
<property name="sizePolicy">
|
|
324
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
325
|
+
<horstretch>0</horstretch>
|
|
326
|
+
<verstretch>0</verstretch>
|
|
327
|
+
</sizepolicy>
|
|
328
|
+
</property>
|
|
329
|
+
<property name="font">
|
|
330
|
+
<font>
|
|
331
|
+
<pointsize>21</pointsize>
|
|
332
|
+
<italic>true</italic>
|
|
333
|
+
<bold>true</bold>
|
|
334
|
+
</font>
|
|
335
|
+
</property>
|
|
336
|
+
<property name="styleSheet">
|
|
337
|
+
<string notr="true">background-color: transparent;
|
|
338
|
+
color: rgb(130, 169, 68);</string>
|
|
339
|
+
</property>
|
|
340
|
+
<property name="text">
|
|
341
|
+
<string>AccuSleePy</string>
|
|
342
|
+
</property>
|
|
343
|
+
<property name="alignment">
|
|
344
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
345
|
+
</property>
|
|
346
|
+
</widget>
|
|
347
|
+
<widget class="QLabel" name="accusleepy3">
|
|
348
|
+
<property name="geometry">
|
|
349
|
+
<rect>
|
|
350
|
+
<x>13</x>
|
|
351
|
+
<y>17</y>
|
|
352
|
+
<width>160</width>
|
|
353
|
+
<height>50</height>
|
|
354
|
+
</rect>
|
|
355
|
+
</property>
|
|
356
|
+
<property name="sizePolicy">
|
|
357
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
358
|
+
<horstretch>0</horstretch>
|
|
359
|
+
<verstretch>0</verstretch>
|
|
360
|
+
</sizepolicy>
|
|
361
|
+
</property>
|
|
362
|
+
<property name="font">
|
|
363
|
+
<font>
|
|
364
|
+
<pointsize>21</pointsize>
|
|
365
|
+
<italic>true</italic>
|
|
366
|
+
<bold>true</bold>
|
|
367
|
+
</font>
|
|
368
|
+
</property>
|
|
369
|
+
<property name="styleSheet">
|
|
370
|
+
<string notr="true">background-color: transparent;
|
|
371
|
+
color: rgb(46, 63, 150);</string>
|
|
372
|
+
</property>
|
|
373
|
+
<property name="text">
|
|
374
|
+
<string>AccuSleePy</string>
|
|
375
|
+
</property>
|
|
376
|
+
<property name="alignment">
|
|
377
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
378
|
+
</property>
|
|
379
|
+
</widget>
|
|
380
|
+
<widget class="QLabel" name="accusleepy1">
|
|
381
|
+
<property name="geometry">
|
|
382
|
+
<rect>
|
|
383
|
+
<x>9</x>
|
|
384
|
+
<y>13</y>
|
|
385
|
+
<width>160</width>
|
|
386
|
+
<height>50</height>
|
|
387
|
+
</rect>
|
|
388
|
+
</property>
|
|
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="font">
|
|
396
|
+
<font>
|
|
397
|
+
<pointsize>21</pointsize>
|
|
398
|
+
<italic>true</italic>
|
|
399
|
+
<bold>true</bold>
|
|
400
|
+
</font>
|
|
401
|
+
</property>
|
|
402
|
+
<property name="styleSheet">
|
|
403
|
+
<string notr="true">background-color: transparent;
|
|
404
|
+
color: rgb(244, 195, 68);</string>
|
|
405
|
+
</property>
|
|
406
|
+
<property name="text">
|
|
407
|
+
<string>AccuSleePy</string>
|
|
408
|
+
</property>
|
|
409
|
+
<property name="alignment">
|
|
410
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
411
|
+
</property>
|
|
412
|
+
</widget>
|
|
413
|
+
<zorder>accusleepy1</zorder>
|
|
414
|
+
<zorder>accusleepy2</zorder>
|
|
415
|
+
<zorder>accusleepy3</zorder>
|
|
416
|
+
</widget>
|
|
417
|
+
</item>
|
|
418
|
+
</layout>
|
|
419
|
+
</item>
|
|
420
|
+
<item>
|
|
421
|
+
<layout class="QHBoxLayout" name="user_manual_layout">
|
|
422
|
+
<item>
|
|
423
|
+
<widget class="QPushButton" name="user_manual_button">
|
|
424
|
+
<property name="sizePolicy">
|
|
425
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
426
|
+
<horstretch>0</horstretch>
|
|
427
|
+
<verstretch>0</verstretch>
|
|
428
|
+
</sizepolicy>
|
|
429
|
+
</property>
|
|
430
|
+
<property name="toolTip">
|
|
431
|
+
<string>User manual</string>
|
|
432
|
+
</property>
|
|
433
|
+
<property name="layoutDirection">
|
|
434
|
+
<enum>Qt::LayoutDirection::LeftToRight</enum>
|
|
435
|
+
</property>
|
|
436
|
+
<property name="text">
|
|
437
|
+
<string/>
|
|
438
|
+
</property>
|
|
439
|
+
<property name="icon">
|
|
440
|
+
<iconset resource="resources.qrc">
|
|
441
|
+
<normaloff>:/icons/question.png</normaloff>:/icons/question.png</iconset>
|
|
442
|
+
</property>
|
|
443
|
+
<property name="iconSize">
|
|
444
|
+
<size>
|
|
445
|
+
<width>24</width>
|
|
446
|
+
<height>24</height>
|
|
447
|
+
</size>
|
|
448
|
+
</property>
|
|
449
|
+
</widget>
|
|
450
|
+
</item>
|
|
451
|
+
</layout>
|
|
452
|
+
</item>
|
|
453
|
+
</layout>
|
|
454
|
+
</item>
|
|
455
|
+
<item row="0" column="1">
|
|
456
|
+
<layout class="QVBoxLayout" name="right_scoring_vlayout" stretch="0,0">
|
|
457
|
+
<property name="spacing">
|
|
458
|
+
<number>30</number>
|
|
459
|
+
</property>
|
|
460
|
+
<item>
|
|
461
|
+
<layout class="QVBoxLayout" name="upper_right_layout" stretch="0,0">
|
|
462
|
+
<property name="spacing">
|
|
463
|
+
<number>30</number>
|
|
464
|
+
</property>
|
|
465
|
+
<item>
|
|
466
|
+
<widget class="QGroupBox" name="selected_recording_groupbox">
|
|
467
|
+
<property name="sizePolicy">
|
|
468
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
469
|
+
<horstretch>0</horstretch>
|
|
470
|
+
<verstretch>0</verstretch>
|
|
471
|
+
</sizepolicy>
|
|
472
|
+
</property>
|
|
473
|
+
<property name="title">
|
|
474
|
+
<string>Data / actions for Recording 1</string>
|
|
475
|
+
</property>
|
|
476
|
+
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="1,1,1,1,1">
|
|
477
|
+
<property name="spacing">
|
|
478
|
+
<number>10</number>
|
|
479
|
+
</property>
|
|
480
|
+
<property name="leftMargin">
|
|
481
|
+
<number>5</number>
|
|
482
|
+
</property>
|
|
483
|
+
<property name="topMargin">
|
|
484
|
+
<number>5</number>
|
|
485
|
+
</property>
|
|
486
|
+
<property name="rightMargin">
|
|
487
|
+
<number>5</number>
|
|
488
|
+
</property>
|
|
489
|
+
<property name="bottomMargin">
|
|
490
|
+
<number>5</number>
|
|
491
|
+
</property>
|
|
281
492
|
<item>
|
|
282
|
-
<layout class="QHBoxLayout" name="
|
|
493
|
+
<layout class="QHBoxLayout" name="samplingratelayout" stretch="1,1,7">
|
|
283
494
|
<property name="spacing">
|
|
284
|
-
<number>
|
|
495
|
+
<number>10</number>
|
|
285
496
|
</property>
|
|
286
497
|
<item>
|
|
287
|
-
<widget class="
|
|
498
|
+
<widget class="QLabel" name="samplingratelabel">
|
|
288
499
|
<property name="sizePolicy">
|
|
289
|
-
<sizepolicy hsizetype="
|
|
500
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
290
501
|
<horstretch>0</horstretch>
|
|
291
502
|
<verstretch>0</verstretch>
|
|
292
503
|
</sizepolicy>
|
|
293
504
|
</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
505
|
<property name="text">
|
|
304
|
-
<string>
|
|
506
|
+
<string>Sampling rate (Hz):</string>
|
|
305
507
|
</property>
|
|
306
508
|
</widget>
|
|
307
509
|
</item>
|
|
308
510
|
<item>
|
|
309
|
-
<widget class="
|
|
511
|
+
<widget class="QDoubleSpinBox" name="sampling_rate_input">
|
|
310
512
|
<property name="sizePolicy">
|
|
311
|
-
<sizepolicy hsizetype="
|
|
513
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
312
514
|
<horstretch>0</horstretch>
|
|
313
515
|
<verstretch>0</verstretch>
|
|
314
516
|
</sizepolicy>
|
|
315
517
|
</property>
|
|
316
|
-
<property name="
|
|
317
|
-
<
|
|
518
|
+
<property name="alignment">
|
|
519
|
+
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
|
|
318
520
|
</property>
|
|
319
|
-
<property name="
|
|
320
|
-
<
|
|
521
|
+
<property name="minimum">
|
|
522
|
+
<double>0.000000000000000</double>
|
|
321
523
|
</property>
|
|
322
|
-
<property name="
|
|
323
|
-
<
|
|
524
|
+
<property name="maximum">
|
|
525
|
+
<double>100000.000000000000000</double>
|
|
324
526
|
</property>
|
|
325
527
|
</widget>
|
|
326
528
|
</item>
|
|
327
529
|
<item>
|
|
328
|
-
<
|
|
329
|
-
<property name="
|
|
330
|
-
<
|
|
331
|
-
<horstretch>0</horstretch>
|
|
332
|
-
<verstretch>0</verstretch>
|
|
333
|
-
</sizepolicy>
|
|
530
|
+
<spacer name="horizontalSpacer_2">
|
|
531
|
+
<property name="orientation">
|
|
532
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
334
533
|
</property>
|
|
335
|
-
<property name="
|
|
336
|
-
<
|
|
534
|
+
<property name="sizeType">
|
|
535
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
337
536
|
</property>
|
|
338
|
-
<property name="
|
|
339
|
-
<
|
|
537
|
+
<property name="sizeHint" stdset="0">
|
|
538
|
+
<size>
|
|
539
|
+
<width>20</width>
|
|
540
|
+
<height>5</height>
|
|
541
|
+
</size>
|
|
340
542
|
</property>
|
|
341
|
-
</
|
|
543
|
+
</spacer>
|
|
544
|
+
</item>
|
|
545
|
+
</layout>
|
|
546
|
+
</item>
|
|
547
|
+
<item>
|
|
548
|
+
<layout class="QHBoxLayout" name="select_recording_layout" stretch="5,12">
|
|
549
|
+
<property name="spacing">
|
|
550
|
+
<number>10</number>
|
|
551
|
+
</property>
|
|
552
|
+
<item>
|
|
553
|
+
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
554
|
+
<property name="spacing">
|
|
555
|
+
<number>5</number>
|
|
556
|
+
</property>
|
|
557
|
+
<item>
|
|
558
|
+
<widget class="QPushButton" name="recording_file_button">
|
|
559
|
+
<property name="sizePolicy">
|
|
560
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
561
|
+
<horstretch>0</horstretch>
|
|
562
|
+
<verstretch>0</verstretch>
|
|
563
|
+
</sizepolicy>
|
|
564
|
+
</property>
|
|
565
|
+
<property name="text">
|
|
566
|
+
<string>Select recording file</string>
|
|
567
|
+
</property>
|
|
568
|
+
</widget>
|
|
569
|
+
</item>
|
|
570
|
+
</layout>
|
|
342
571
|
</item>
|
|
343
572
|
<item>
|
|
344
|
-
<widget class="QLabel" name="
|
|
573
|
+
<widget class="QLabel" name="recording_file_label">
|
|
345
574
|
<property name="sizePolicy">
|
|
346
|
-
<sizepolicy hsizetype="
|
|
575
|
+
<sizepolicy hsizetype="Ignored" vsizetype="Fixed">
|
|
347
576
|
<horstretch>0</horstretch>
|
|
348
577
|
<verstretch>0</verstretch>
|
|
349
578
|
</sizepolicy>
|
|
350
579
|
</property>
|
|
580
|
+
<property name="acceptDrops">
|
|
581
|
+
<bool>true</bool>
|
|
582
|
+
</property>
|
|
351
583
|
<property name="styleSheet">
|
|
352
|
-
<string notr="true">background-color:
|
|
584
|
+
<string notr="true">background-color: rgb(240, 242, 255); border: 1px solid gray;</string>
|
|
353
585
|
</property>
|
|
354
586
|
<property name="text">
|
|
355
|
-
<string
|
|
587
|
+
<string/>
|
|
588
|
+
</property>
|
|
589
|
+
<property name="alignment">
|
|
590
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
591
|
+
</property>
|
|
592
|
+
<property name="margin">
|
|
593
|
+
<number>4</number>
|
|
356
594
|
</property>
|
|
357
595
|
</widget>
|
|
358
596
|
</item>
|
|
359
597
|
</layout>
|
|
360
598
|
</item>
|
|
361
599
|
<item>
|
|
362
|
-
<
|
|
363
|
-
<property name="
|
|
364
|
-
<
|
|
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>
|
|
600
|
+
<layout class="QHBoxLayout" name="label_file_layout" stretch="5,12">
|
|
601
|
+
<property name="spacing">
|
|
602
|
+
<number>10</number>
|
|
449
603
|
</property>
|
|
450
|
-
|
|
604
|
+
<item>
|
|
605
|
+
<layout class="QHBoxLayout" name="select_or_create_layout" stretch="3,1,3,3">
|
|
606
|
+
<property name="spacing">
|
|
607
|
+
<number>5</number>
|
|
608
|
+
</property>
|
|
609
|
+
<item>
|
|
610
|
+
<widget class="QPushButton" name="select_label_button">
|
|
611
|
+
<property name="sizePolicy">
|
|
612
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
613
|
+
<horstretch>0</horstretch>
|
|
614
|
+
<verstretch>0</verstretch>
|
|
615
|
+
</sizepolicy>
|
|
616
|
+
</property>
|
|
617
|
+
<property name="baseSize">
|
|
618
|
+
<size>
|
|
619
|
+
<width>0</width>
|
|
620
|
+
<height>0</height>
|
|
621
|
+
</size>
|
|
622
|
+
</property>
|
|
623
|
+
<property name="toolTip">
|
|
624
|
+
<string>Select existing label file</string>
|
|
625
|
+
</property>
|
|
626
|
+
<property name="text">
|
|
627
|
+
<string>Select</string>
|
|
628
|
+
</property>
|
|
629
|
+
</widget>
|
|
630
|
+
</item>
|
|
631
|
+
<item>
|
|
632
|
+
<widget class="QLabel" name="or_label">
|
|
633
|
+
<property name="sizePolicy">
|
|
634
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
635
|
+
<horstretch>0</horstretch>
|
|
636
|
+
<verstretch>0</verstretch>
|
|
637
|
+
</sizepolicy>
|
|
638
|
+
</property>
|
|
639
|
+
<property name="styleSheet">
|
|
640
|
+
<string notr="true">background-color: transparent;</string>
|
|
641
|
+
</property>
|
|
642
|
+
<property name="text">
|
|
643
|
+
<string>or</string>
|
|
644
|
+
</property>
|
|
645
|
+
<property name="alignment">
|
|
646
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
647
|
+
</property>
|
|
648
|
+
</widget>
|
|
649
|
+
</item>
|
|
650
|
+
<item>
|
|
651
|
+
<widget class="QPushButton" name="create_label_button">
|
|
652
|
+
<property name="sizePolicy">
|
|
653
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
654
|
+
<horstretch>0</horstretch>
|
|
655
|
+
<verstretch>0</verstretch>
|
|
656
|
+
</sizepolicy>
|
|
657
|
+
</property>
|
|
658
|
+
<property name="toolTip">
|
|
659
|
+
<string>Choose filename for new label file</string>
|
|
660
|
+
</property>
|
|
661
|
+
<property name="text">
|
|
662
|
+
<string>create</string>
|
|
663
|
+
</property>
|
|
664
|
+
</widget>
|
|
665
|
+
</item>
|
|
666
|
+
<item>
|
|
667
|
+
<widget class="QLabel" name="label_text">
|
|
668
|
+
<property name="sizePolicy">
|
|
669
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
670
|
+
<horstretch>0</horstretch>
|
|
671
|
+
<verstretch>0</verstretch>
|
|
672
|
+
</sizepolicy>
|
|
673
|
+
</property>
|
|
674
|
+
<property name="styleSheet">
|
|
675
|
+
<string notr="true">background-color: transparent;</string>
|
|
676
|
+
</property>
|
|
677
|
+
<property name="text">
|
|
678
|
+
<string>label file</string>
|
|
679
|
+
</property>
|
|
680
|
+
</widget>
|
|
681
|
+
</item>
|
|
682
|
+
</layout>
|
|
683
|
+
</item>
|
|
684
|
+
<item>
|
|
685
|
+
<widget class="QLabel" name="label_file_label">
|
|
686
|
+
<property name="sizePolicy">
|
|
687
|
+
<sizepolicy hsizetype="Ignored" vsizetype="Fixed">
|
|
688
|
+
<horstretch>0</horstretch>
|
|
689
|
+
<verstretch>0</verstretch>
|
|
690
|
+
</sizepolicy>
|
|
691
|
+
</property>
|
|
692
|
+
<property name="acceptDrops">
|
|
693
|
+
<bool>true</bool>
|
|
694
|
+
</property>
|
|
695
|
+
<property name="styleSheet">
|
|
696
|
+
<string notr="true">background-color: rgb(240, 242, 255); border: 1px solid gray;</string>
|
|
697
|
+
</property>
|
|
698
|
+
<property name="text">
|
|
699
|
+
<string/>
|
|
700
|
+
</property>
|
|
701
|
+
<property name="alignment">
|
|
702
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
703
|
+
</property>
|
|
704
|
+
<property name="margin">
|
|
705
|
+
<number>4</number>
|
|
706
|
+
</property>
|
|
707
|
+
</widget>
|
|
708
|
+
</item>
|
|
709
|
+
</layout>
|
|
451
710
|
</item>
|
|
452
|
-
</layout>
|
|
453
|
-
</item>
|
|
454
|
-
<item>
|
|
455
|
-
<layout class="QHBoxLayout" name="load_calibration_layout" stretch="5,12">
|
|
456
711
|
<item>
|
|
457
|
-
<layout class="QHBoxLayout" name="
|
|
458
|
-
<
|
|
459
|
-
<
|
|
460
|
-
|
|
712
|
+
<layout class="QHBoxLayout" name="manual_scoring_layout" stretch="2,3,2,3,1">
|
|
713
|
+
<item>
|
|
714
|
+
<widget class="QPushButton" name="manual_scoring_button">
|
|
715
|
+
<property name="sizePolicy">
|
|
716
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
717
|
+
<horstretch>0</horstretch>
|
|
718
|
+
<verstretch>0</verstretch>
|
|
719
|
+
</sizepolicy>
|
|
720
|
+
</property>
|
|
721
|
+
<property name="toolTip">
|
|
722
|
+
<string>View and edit brain state labels for this recording</string>
|
|
723
|
+
</property>
|
|
724
|
+
<property name="text">
|
|
725
|
+
<string>Score manually</string>
|
|
726
|
+
</property>
|
|
727
|
+
</widget>
|
|
728
|
+
</item>
|
|
729
|
+
<item>
|
|
730
|
+
<widget class="QLabel" name="manual_scoring_status">
|
|
731
|
+
<property name="sizePolicy">
|
|
732
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
733
|
+
<horstretch>0</horstretch>
|
|
734
|
+
<verstretch>0</verstretch>
|
|
735
|
+
</sizepolicy>
|
|
736
|
+
</property>
|
|
737
|
+
<property name="styleSheet">
|
|
738
|
+
<string notr="true">background-color: transparent;</string>
|
|
739
|
+
</property>
|
|
740
|
+
<property name="text">
|
|
741
|
+
<string/>
|
|
742
|
+
</property>
|
|
743
|
+
<property name="margin">
|
|
744
|
+
<number>4</number>
|
|
745
|
+
</property>
|
|
746
|
+
</widget>
|
|
747
|
+
</item>
|
|
461
748
|
<item>
|
|
462
|
-
<widget class="QPushButton" name="
|
|
749
|
+
<widget class="QPushButton" name="create_calibration_button">
|
|
463
750
|
<property name="sizePolicy">
|
|
464
751
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
465
752
|
<horstretch>0</horstretch>
|
|
@@ -467,106 +754,175 @@
|
|
|
467
754
|
</sizepolicy>
|
|
468
755
|
</property>
|
|
469
756
|
<property name="text">
|
|
470
|
-
<string>
|
|
757
|
+
<string>Create calibration file</string>
|
|
471
758
|
</property>
|
|
472
759
|
</widget>
|
|
473
760
|
</item>
|
|
761
|
+
<item>
|
|
762
|
+
<widget class="QLabel" name="calibration_status">
|
|
763
|
+
<property name="sizePolicy">
|
|
764
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
765
|
+
<horstretch>0</horstretch>
|
|
766
|
+
<verstretch>0</verstretch>
|
|
767
|
+
</sizepolicy>
|
|
768
|
+
</property>
|
|
769
|
+
<property name="styleSheet">
|
|
770
|
+
<string notr="true">background-color: transparent;</string>
|
|
771
|
+
</property>
|
|
772
|
+
<property name="text">
|
|
773
|
+
<string/>
|
|
774
|
+
</property>
|
|
775
|
+
<property name="margin">
|
|
776
|
+
<number>4</number>
|
|
777
|
+
</property>
|
|
778
|
+
</widget>
|
|
779
|
+
</item>
|
|
780
|
+
<item>
|
|
781
|
+
<spacer name="horizontalSpacer_4">
|
|
782
|
+
<property name="orientation">
|
|
783
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
784
|
+
</property>
|
|
785
|
+
<property name="sizeType">
|
|
786
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
787
|
+
</property>
|
|
788
|
+
<property name="sizeHint" stdset="0">
|
|
789
|
+
<size>
|
|
790
|
+
<width>10</width>
|
|
791
|
+
<height>5</height>
|
|
792
|
+
</size>
|
|
793
|
+
</property>
|
|
794
|
+
</spacer>
|
|
795
|
+
</item>
|
|
474
796
|
</layout>
|
|
475
797
|
</item>
|
|
476
798
|
<item>
|
|
477
|
-
<
|
|
478
|
-
<property name="
|
|
479
|
-
<
|
|
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>
|
|
799
|
+
<layout class="QHBoxLayout" name="load_calibration_layout" stretch="5,12">
|
|
800
|
+
<property name="spacing">
|
|
801
|
+
<number>10</number>
|
|
495
802
|
</property>
|
|
496
|
-
|
|
803
|
+
<item>
|
|
804
|
+
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
|
805
|
+
<property name="spacing">
|
|
806
|
+
<number>5</number>
|
|
807
|
+
</property>
|
|
808
|
+
<item>
|
|
809
|
+
<widget class="QPushButton" name="select_calibration_button">
|
|
810
|
+
<property name="sizePolicy">
|
|
811
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
812
|
+
<horstretch>0</horstretch>
|
|
813
|
+
<verstretch>0</verstretch>
|
|
814
|
+
</sizepolicy>
|
|
815
|
+
</property>
|
|
816
|
+
<property name="text">
|
|
817
|
+
<string>Select calibration file</string>
|
|
818
|
+
</property>
|
|
819
|
+
</widget>
|
|
820
|
+
</item>
|
|
821
|
+
</layout>
|
|
822
|
+
</item>
|
|
823
|
+
<item>
|
|
824
|
+
<widget class="QLabel" name="calibration_file_label">
|
|
825
|
+
<property name="sizePolicy">
|
|
826
|
+
<sizepolicy hsizetype="Ignored" vsizetype="Fixed">
|
|
827
|
+
<horstretch>0</horstretch>
|
|
828
|
+
<verstretch>0</verstretch>
|
|
829
|
+
</sizepolicy>
|
|
830
|
+
</property>
|
|
831
|
+
<property name="acceptDrops">
|
|
832
|
+
<bool>true</bool>
|
|
833
|
+
</property>
|
|
834
|
+
<property name="styleSheet">
|
|
835
|
+
<string notr="true">background-color: rgb(240, 242, 255); border: 1px solid gray;</string>
|
|
836
|
+
</property>
|
|
837
|
+
<property name="text">
|
|
838
|
+
<string/>
|
|
839
|
+
</property>
|
|
840
|
+
<property name="alignment">
|
|
841
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
842
|
+
</property>
|
|
843
|
+
<property name="margin">
|
|
844
|
+
<number>4</number>
|
|
845
|
+
</property>
|
|
846
|
+
</widget>
|
|
847
|
+
</item>
|
|
848
|
+
</layout>
|
|
497
849
|
</item>
|
|
498
850
|
</layout>
|
|
499
|
-
</
|
|
500
|
-
</
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
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>
|
|
851
|
+
</widget>
|
|
852
|
+
</item>
|
|
853
|
+
<item>
|
|
854
|
+
<widget class="QTabWidget" name="lower_tab_widget">
|
|
855
|
+
<property name="sizePolicy">
|
|
856
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
857
|
+
<horstretch>0</horstretch>
|
|
858
|
+
<verstretch>0</verstretch>
|
|
859
|
+
</sizepolicy>
|
|
527
860
|
</property>
|
|
528
|
-
<property name="
|
|
529
|
-
<number>
|
|
861
|
+
<property name="currentIndex">
|
|
862
|
+
<number>0</number>
|
|
530
863
|
</property>
|
|
531
|
-
<
|
|
532
|
-
<
|
|
533
|
-
<
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
864
|
+
<widget class="QWidget" name="classification_tab">
|
|
865
|
+
<property name="styleSheet">
|
|
866
|
+
<string notr="true"/>
|
|
867
|
+
</property>
|
|
868
|
+
<attribute name="title">
|
|
869
|
+
<string>Classification</string>
|
|
870
|
+
</attribute>
|
|
871
|
+
<layout class="QGridLayout" name="gridLayout" columnstretch="2">
|
|
872
|
+
<property name="leftMargin">
|
|
873
|
+
<number>5</number>
|
|
874
|
+
</property>
|
|
875
|
+
<property name="topMargin">
|
|
876
|
+
<number>5</number>
|
|
877
|
+
</property>
|
|
878
|
+
<property name="rightMargin">
|
|
879
|
+
<number>5</number>
|
|
880
|
+
</property>
|
|
881
|
+
<property name="bottomMargin">
|
|
882
|
+
<number>5</number>
|
|
883
|
+
</property>
|
|
884
|
+
<property name="verticalSpacing">
|
|
885
|
+
<number>10</number>
|
|
886
|
+
</property>
|
|
887
|
+
<item row="0" column="0">
|
|
888
|
+
<layout class="QGridLayout" name="gridLayout_4">
|
|
889
|
+
<property name="leftMargin">
|
|
890
|
+
<number>0</number>
|
|
891
|
+
</property>
|
|
892
|
+
<property name="topMargin">
|
|
893
|
+
<number>5</number>
|
|
894
|
+
</property>
|
|
895
|
+
<property name="rightMargin">
|
|
896
|
+
<number>0</number>
|
|
897
|
+
</property>
|
|
898
|
+
<property name="bottomMargin">
|
|
899
|
+
<number>10</number>
|
|
900
|
+
</property>
|
|
901
|
+
<property name="verticalSpacing">
|
|
902
|
+
<number>15</number>
|
|
903
|
+
</property>
|
|
904
|
+
<item row="1" column="0">
|
|
905
|
+
<layout class="QHBoxLayout" name="score_all_layout" stretch="3,3,4,2">
|
|
566
906
|
<item>
|
|
567
|
-
<widget class="
|
|
907
|
+
<widget class="QPushButton" name="score_all_button">
|
|
568
908
|
<property name="sizePolicy">
|
|
569
|
-
<sizepolicy hsizetype="
|
|
909
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
910
|
+
<horstretch>0</horstretch>
|
|
911
|
+
<verstretch>0</verstretch>
|
|
912
|
+
</sizepolicy>
|
|
913
|
+
</property>
|
|
914
|
+
<property name="toolTip">
|
|
915
|
+
<string>Use classification model to score all recordings</string>
|
|
916
|
+
</property>
|
|
917
|
+
<property name="text">
|
|
918
|
+
<string>Score all automatically</string>
|
|
919
|
+
</property>
|
|
920
|
+
</widget>
|
|
921
|
+
</item>
|
|
922
|
+
<item>
|
|
923
|
+
<widget class="QLabel" name="score_all_status">
|
|
924
|
+
<property name="sizePolicy">
|
|
925
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
570
926
|
<horstretch>0</horstretch>
|
|
571
927
|
<verstretch>0</verstretch>
|
|
572
928
|
</sizepolicy>
|
|
@@ -575,17 +931,20 @@
|
|
|
575
931
|
<string notr="true">background-color: transparent;</string>
|
|
576
932
|
</property>
|
|
577
933
|
<property name="text">
|
|
578
|
-
<string
|
|
934
|
+
<string/>
|
|
935
|
+
</property>
|
|
936
|
+
<property name="margin">
|
|
937
|
+
<number>4</number>
|
|
579
938
|
</property>
|
|
580
939
|
</widget>
|
|
581
940
|
</item>
|
|
582
941
|
<item>
|
|
583
|
-
<layout class="
|
|
942
|
+
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
584
943
|
<property name="spacing">
|
|
585
|
-
<number>
|
|
944
|
+
<number>10</number>
|
|
586
945
|
</property>
|
|
587
946
|
<item>
|
|
588
|
-
<widget class="
|
|
947
|
+
<widget class="QCheckBox" name="overwritecheckbox">
|
|
589
948
|
<property name="sizePolicy">
|
|
590
949
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
591
950
|
<horstretch>0</horstretch>
|
|
@@ -596,135 +955,227 @@
|
|
|
596
955
|
<string notr="true">background-color: transparent;</string>
|
|
597
956
|
</property>
|
|
598
957
|
<property name="text">
|
|
599
|
-
<string>
|
|
958
|
+
<string>Only overwrite undefined epochs</string>
|
|
600
959
|
</property>
|
|
601
960
|
</widget>
|
|
602
961
|
</item>
|
|
603
962
|
<item>
|
|
604
|
-
<
|
|
963
|
+
<layout class="QHBoxLayout" name="boutlengthlayout">
|
|
964
|
+
<property name="spacing">
|
|
965
|
+
<number>5</number>
|
|
966
|
+
</property>
|
|
967
|
+
<item>
|
|
968
|
+
<widget class="QLabel" name="boutlengthlabel">
|
|
969
|
+
<property name="sizePolicy">
|
|
970
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
971
|
+
<horstretch>0</horstretch>
|
|
972
|
+
<verstretch>0</verstretch>
|
|
973
|
+
</sizepolicy>
|
|
974
|
+
</property>
|
|
975
|
+
<property name="styleSheet">
|
|
976
|
+
<string notr="true">background-color: transparent;</string>
|
|
977
|
+
</property>
|
|
978
|
+
<property name="text">
|
|
979
|
+
<string>Minimum bout length (sec):</string>
|
|
980
|
+
</property>
|
|
981
|
+
</widget>
|
|
982
|
+
</item>
|
|
983
|
+
<item>
|
|
984
|
+
<widget class="QDoubleSpinBox" name="bout_length_input">
|
|
985
|
+
<property name="sizePolicy">
|
|
986
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
987
|
+
<horstretch>0</horstretch>
|
|
988
|
+
<verstretch>0</verstretch>
|
|
989
|
+
</sizepolicy>
|
|
990
|
+
</property>
|
|
991
|
+
<property name="alignment">
|
|
992
|
+
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
|
|
993
|
+
</property>
|
|
994
|
+
<property name="decimals">
|
|
995
|
+
<number>2</number>
|
|
996
|
+
</property>
|
|
997
|
+
<property name="maximum">
|
|
998
|
+
<double>1000.000000000000000</double>
|
|
999
|
+
</property>
|
|
1000
|
+
<property name="value">
|
|
1001
|
+
<double>5.000000000000000</double>
|
|
1002
|
+
</property>
|
|
1003
|
+
</widget>
|
|
1004
|
+
</item>
|
|
1005
|
+
</layout>
|
|
1006
|
+
</item>
|
|
1007
|
+
</layout>
|
|
1008
|
+
</item>
|
|
1009
|
+
<item>
|
|
1010
|
+
<spacer name="horizontalSpacer_5">
|
|
1011
|
+
<property name="orientation">
|
|
1012
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1013
|
+
</property>
|
|
1014
|
+
<property name="sizeType">
|
|
1015
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1016
|
+
</property>
|
|
1017
|
+
<property name="sizeHint" stdset="0">
|
|
1018
|
+
<size>
|
|
1019
|
+
<width>10</width>
|
|
1020
|
+
<height>5</height>
|
|
1021
|
+
</size>
|
|
1022
|
+
</property>
|
|
1023
|
+
</spacer>
|
|
1024
|
+
</item>
|
|
1025
|
+
</layout>
|
|
1026
|
+
</item>
|
|
1027
|
+
<item row="0" column="0">
|
|
1028
|
+
<layout class="QHBoxLayout" name="load_model_layout" stretch="5,12">
|
|
1029
|
+
<property name="spacing">
|
|
1030
|
+
<number>10</number>
|
|
1031
|
+
</property>
|
|
1032
|
+
<item>
|
|
1033
|
+
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
|
1034
|
+
<property name="spacing">
|
|
1035
|
+
<number>5</number>
|
|
1036
|
+
</property>
|
|
1037
|
+
<item>
|
|
1038
|
+
<widget class="QPushButton" name="load_model_button">
|
|
605
1039
|
<property name="sizePolicy">
|
|
606
|
-
<sizepolicy hsizetype="
|
|
1040
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
607
1041
|
<horstretch>0</horstretch>
|
|
608
1042
|
<verstretch>0</verstretch>
|
|
609
1043
|
</sizepolicy>
|
|
610
1044
|
</property>
|
|
611
|
-
<property name="
|
|
612
|
-
<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>
|
|
1045
|
+
<property name="text">
|
|
1046
|
+
<string>Load classification model</string>
|
|
622
1047
|
</property>
|
|
623
1048
|
</widget>
|
|
624
1049
|
</item>
|
|
625
1050
|
</layout>
|
|
626
1051
|
</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
1052
|
<item>
|
|
655
|
-
<widget class="
|
|
1053
|
+
<widget class="QLabel" name="model_label">
|
|
656
1054
|
<property name="sizePolicy">
|
|
657
|
-
<sizepolicy hsizetype="
|
|
1055
|
+
<sizepolicy hsizetype="Ignored" vsizetype="Fixed">
|
|
658
1056
|
<horstretch>0</horstretch>
|
|
659
1057
|
<verstretch>0</verstretch>
|
|
660
1058
|
</sizepolicy>
|
|
661
1059
|
</property>
|
|
1060
|
+
<property name="acceptDrops">
|
|
1061
|
+
<bool>true</bool>
|
|
1062
|
+
</property>
|
|
1063
|
+
<property name="styleSheet">
|
|
1064
|
+
<string notr="true">background-color: rgb(240, 242, 255); border: 1px solid gray;</string>
|
|
1065
|
+
</property>
|
|
662
1066
|
<property name="text">
|
|
663
|
-
<string
|
|
1067
|
+
<string/>
|
|
1068
|
+
</property>
|
|
1069
|
+
<property name="alignment">
|
|
1070
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
1071
|
+
</property>
|
|
1072
|
+
<property name="margin">
|
|
1073
|
+
<number>4</number>
|
|
664
1074
|
</property>
|
|
665
1075
|
</widget>
|
|
666
1076
|
</item>
|
|
667
1077
|
</layout>
|
|
668
1078
|
</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
1079
|
</layout>
|
|
692
1080
|
</item>
|
|
693
1081
|
</layout>
|
|
694
|
-
</
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
<number>0</number>
|
|
713
|
-
</property>
|
|
714
|
-
<item row="0" column="0">
|
|
715
|
-
<layout class="QGridLayout" name="model_training_layout" rowstretch="1,1,1">
|
|
1082
|
+
</widget>
|
|
1083
|
+
<widget class="QWidget" name="model_training_tab">
|
|
1084
|
+
<attribute name="title">
|
|
1085
|
+
<string>Model training</string>
|
|
1086
|
+
</attribute>
|
|
1087
|
+
<layout class="QGridLayout" name="gridLayout_7">
|
|
1088
|
+
<property name="leftMargin">
|
|
1089
|
+
<number>0</number>
|
|
1090
|
+
</property>
|
|
1091
|
+
<property name="topMargin">
|
|
1092
|
+
<number>0</number>
|
|
1093
|
+
</property>
|
|
1094
|
+
<property name="rightMargin">
|
|
1095
|
+
<number>0</number>
|
|
1096
|
+
</property>
|
|
1097
|
+
<property name="bottomMargin">
|
|
1098
|
+
<number>0</number>
|
|
1099
|
+
</property>
|
|
716
1100
|
<item row="0" column="0">
|
|
717
|
-
<layout class="
|
|
718
|
-
<property name="
|
|
1101
|
+
<layout class="QGridLayout" name="model_training_layout" rowstretch="1,1,1">
|
|
1102
|
+
<property name="leftMargin">
|
|
1103
|
+
<number>5</number>
|
|
1104
|
+
</property>
|
|
1105
|
+
<property name="topMargin">
|
|
1106
|
+
<number>5</number>
|
|
1107
|
+
</property>
|
|
1108
|
+
<property name="rightMargin">
|
|
1109
|
+
<number>5</number>
|
|
1110
|
+
</property>
|
|
1111
|
+
<property name="bottomMargin">
|
|
1112
|
+
<number>5</number>
|
|
1113
|
+
</property>
|
|
1114
|
+
<property name="verticalSpacing">
|
|
719
1115
|
<number>10</number>
|
|
720
1116
|
</property>
|
|
721
|
-
<item>
|
|
722
|
-
<layout class="QHBoxLayout" name="
|
|
1117
|
+
<item row="0" column="0">
|
|
1118
|
+
<layout class="QHBoxLayout" name="top_training_layout" stretch="2,1,2,1,3,1">
|
|
723
1119
|
<property name="spacing">
|
|
724
|
-
<number>
|
|
1120
|
+
<number>10</number>
|
|
725
1121
|
</property>
|
|
726
1122
|
<item>
|
|
727
|
-
<
|
|
1123
|
+
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
1124
|
+
<property name="spacing">
|
|
1125
|
+
<number>5</number>
|
|
1126
|
+
</property>
|
|
1127
|
+
<item>
|
|
1128
|
+
<widget class="QLabel" name="label">
|
|
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>Epochs per image:</string>
|
|
1137
|
+
</property>
|
|
1138
|
+
</widget>
|
|
1139
|
+
</item>
|
|
1140
|
+
<item>
|
|
1141
|
+
<widget class="QSpinBox" name="image_number_input">
|
|
1142
|
+
<property name="sizePolicy">
|
|
1143
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1144
|
+
<horstretch>0</horstretch>
|
|
1145
|
+
<verstretch>0</verstretch>
|
|
1146
|
+
</sizepolicy>
|
|
1147
|
+
</property>
|
|
1148
|
+
<property name="minimum">
|
|
1149
|
+
<number>9</number>
|
|
1150
|
+
</property>
|
|
1151
|
+
<property name="maximum">
|
|
1152
|
+
<number>999</number>
|
|
1153
|
+
</property>
|
|
1154
|
+
<property name="value">
|
|
1155
|
+
<number>9</number>
|
|
1156
|
+
</property>
|
|
1157
|
+
</widget>
|
|
1158
|
+
</item>
|
|
1159
|
+
</layout>
|
|
1160
|
+
</item>
|
|
1161
|
+
<item>
|
|
1162
|
+
<spacer name="horizontalSpacer">
|
|
1163
|
+
<property name="orientation">
|
|
1164
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1165
|
+
</property>
|
|
1166
|
+
<property name="sizeType">
|
|
1167
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1168
|
+
</property>
|
|
1169
|
+
<property name="sizeHint" stdset="0">
|
|
1170
|
+
<size>
|
|
1171
|
+
<width>10</width>
|
|
1172
|
+
<height>5</height>
|
|
1173
|
+
</size>
|
|
1174
|
+
</property>
|
|
1175
|
+
</spacer>
|
|
1176
|
+
</item>
|
|
1177
|
+
<item>
|
|
1178
|
+
<widget class="QCheckBox" name="delete_image_box">
|
|
728
1179
|
<property name="sizePolicy">
|
|
729
1180
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
730
1181
|
<horstretch>0</horstretch>
|
|
@@ -732,325 +1183,211 @@
|
|
|
732
1183
|
</sizepolicy>
|
|
733
1184
|
</property>
|
|
734
1185
|
<property name="text">
|
|
735
|
-
<string>
|
|
1186
|
+
<string>Delete images after training</string>
|
|
1187
|
+
</property>
|
|
1188
|
+
<property name="checked">
|
|
1189
|
+
<bool>true</bool>
|
|
736
1190
|
</property>
|
|
737
1191
|
</widget>
|
|
738
1192
|
</item>
|
|
739
1193
|
<item>
|
|
740
|
-
<
|
|
741
|
-
<property name="
|
|
742
|
-
<
|
|
743
|
-
<horstretch>0</horstretch>
|
|
744
|
-
<verstretch>0</verstretch>
|
|
745
|
-
</sizepolicy>
|
|
1194
|
+
<spacer name="horizontalSpacer_6">
|
|
1195
|
+
<property name="orientation">
|
|
1196
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
746
1197
|
</property>
|
|
747
|
-
<property name="
|
|
748
|
-
<
|
|
1198
|
+
<property name="sizeType">
|
|
1199
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
1200
|
+
</property>
|
|
1201
|
+
<property name="sizeHint" stdset="0">
|
|
1202
|
+
<size>
|
|
1203
|
+
<width>10</width>
|
|
1204
|
+
<height>5</height>
|
|
1205
|
+
</size>
|
|
749
1206
|
</property>
|
|
750
|
-
|
|
751
|
-
|
|
1207
|
+
</spacer>
|
|
1208
|
+
</item>
|
|
1209
|
+
<item>
|
|
1210
|
+
<layout class="QHBoxLayout" name="horizontalLayout_6" stretch="2,3,3">
|
|
1211
|
+
<item>
|
|
1212
|
+
<widget class="QLabel" name="label_2">
|
|
1213
|
+
<property name="sizePolicy">
|
|
1214
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1215
|
+
<horstretch>0</horstretch>
|
|
1216
|
+
<verstretch>0</verstretch>
|
|
1217
|
+
</sizepolicy>
|
|
1218
|
+
</property>
|
|
1219
|
+
<property name="text">
|
|
1220
|
+
<string>Model type:</string>
|
|
1221
|
+
</property>
|
|
1222
|
+
</widget>
|
|
1223
|
+
</item>
|
|
1224
|
+
<item>
|
|
1225
|
+
<widget class="QRadioButton" name="default_type_button">
|
|
1226
|
+
<property name="sizePolicy">
|
|
1227
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1228
|
+
<horstretch>0</horstretch>
|
|
1229
|
+
<verstretch>0</verstretch>
|
|
1230
|
+
</sizepolicy>
|
|
1231
|
+
</property>
|
|
1232
|
+
<property name="text">
|
|
1233
|
+
<string>Default</string>
|
|
1234
|
+
</property>
|
|
1235
|
+
<property name="checked">
|
|
1236
|
+
<bool>true</bool>
|
|
1237
|
+
</property>
|
|
1238
|
+
</widget>
|
|
1239
|
+
</item>
|
|
1240
|
+
<item>
|
|
1241
|
+
<widget class="QRadioButton" name="real_time_button">
|
|
1242
|
+
<property name="sizePolicy">
|
|
1243
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
1244
|
+
<horstretch>0</horstretch>
|
|
1245
|
+
<verstretch>0</verstretch>
|
|
1246
|
+
</sizepolicy>
|
|
1247
|
+
</property>
|
|
1248
|
+
<property name="text">
|
|
1249
|
+
<string>Real-time</string>
|
|
1250
|
+
</property>
|
|
1251
|
+
</widget>
|
|
1252
|
+
</item>
|
|
1253
|
+
</layout>
|
|
1254
|
+
</item>
|
|
1255
|
+
<item>
|
|
1256
|
+
<spacer name="horizontalSpacer_3">
|
|
1257
|
+
<property name="orientation">
|
|
1258
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
752
1259
|
</property>
|
|
753
|
-
<property name="
|
|
754
|
-
<
|
|
1260
|
+
<property name="sizeType">
|
|
1261
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
755
1262
|
</property>
|
|
756
|
-
<property name="
|
|
757
|
-
<
|
|
1263
|
+
<property name="sizeHint" stdset="0">
|
|
1264
|
+
<size>
|
|
1265
|
+
<width>10</width>
|
|
1266
|
+
<height>5</height>
|
|
1267
|
+
</size>
|
|
758
1268
|
</property>
|
|
759
|
-
</
|
|
1269
|
+
</spacer>
|
|
760
1270
|
</item>
|
|
761
1271
|
</layout>
|
|
762
1272
|
</item>
|
|
763
|
-
<item>
|
|
764
|
-
<
|
|
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">
|
|
1273
|
+
<item row="2" column="0">
|
|
1274
|
+
<layout class="QHBoxLayout" name="bottom_training_layout" stretch="2,1,2">
|
|
813
1275
|
<item>
|
|
814
|
-
<
|
|
815
|
-
<property name="
|
|
816
|
-
<
|
|
817
|
-
<horstretch>0</horstretch>
|
|
818
|
-
<verstretch>0</verstretch>
|
|
819
|
-
</sizepolicy>
|
|
1276
|
+
<spacer name="horizontalSpacer_7">
|
|
1277
|
+
<property name="orientation">
|
|
1278
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
820
1279
|
</property>
|
|
821
|
-
<property name="
|
|
822
|
-
<
|
|
1280
|
+
<property name="sizeType">
|
|
1281
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
823
1282
|
</property>
|
|
824
|
-
|
|
1283
|
+
<property name="sizeHint" stdset="0">
|
|
1284
|
+
<size>
|
|
1285
|
+
<width>10</width>
|
|
1286
|
+
<height>5</height>
|
|
1287
|
+
</size>
|
|
1288
|
+
</property>
|
|
1289
|
+
</spacer>
|
|
825
1290
|
</item>
|
|
826
1291
|
<item>
|
|
827
|
-
<widget class="
|
|
1292
|
+
<widget class="QPushButton" name="train_model_button">
|
|
828
1293
|
<property name="sizePolicy">
|
|
829
|
-
<sizepolicy hsizetype="
|
|
1294
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
830
1295
|
<horstretch>0</horstretch>
|
|
831
1296
|
<verstretch>0</verstretch>
|
|
832
1297
|
</sizepolicy>
|
|
833
1298
|
</property>
|
|
834
1299
|
<property name="text">
|
|
835
|
-
<string>
|
|
836
|
-
</property>
|
|
837
|
-
<property name="checked">
|
|
838
|
-
<bool>true</bool>
|
|
1300
|
+
<string>Train classification model</string>
|
|
839
1301
|
</property>
|
|
840
1302
|
</widget>
|
|
841
1303
|
</item>
|
|
842
1304
|
<item>
|
|
843
|
-
<
|
|
844
|
-
<property name="
|
|
845
|
-
<
|
|
846
|
-
<horstretch>0</horstretch>
|
|
847
|
-
<verstretch>0</verstretch>
|
|
848
|
-
</sizepolicy>
|
|
1305
|
+
<spacer name="horizontalSpacer_8">
|
|
1306
|
+
<property name="orientation">
|
|
1307
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
849
1308
|
</property>
|
|
850
|
-
<property name="
|
|
851
|
-
<
|
|
1309
|
+
<property name="sizeType">
|
|
1310
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
852
1311
|
</property>
|
|
853
|
-
|
|
1312
|
+
<property name="sizeHint" stdset="0">
|
|
1313
|
+
<size>
|
|
1314
|
+
<width>10</width>
|
|
1315
|
+
<height>5</height>
|
|
1316
|
+
</size>
|
|
1317
|
+
</property>
|
|
1318
|
+
</spacer>
|
|
854
1319
|
</item>
|
|
855
1320
|
</layout>
|
|
856
1321
|
</item>
|
|
857
|
-
<item>
|
|
858
|
-
<
|
|
859
|
-
<property name="
|
|
860
|
-
<
|
|
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>
|
|
1322
|
+
<item row="1" column="0">
|
|
1323
|
+
<layout class="QHBoxLayout" name="middle_training_layout" stretch="5,12">
|
|
1324
|
+
<property name="spacing">
|
|
1325
|
+
<number>10</number>
|
|
919
1326
|
</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
1327
|
<item>
|
|
929
|
-
<
|
|
1328
|
+
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
1329
|
+
<item>
|
|
1330
|
+
<widget class="QPushButton" name="training_folder_button">
|
|
1331
|
+
<property name="sizePolicy">
|
|
1332
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
1333
|
+
<horstretch>0</horstretch>
|
|
1334
|
+
<verstretch>0</verstretch>
|
|
1335
|
+
</sizepolicy>
|
|
1336
|
+
</property>
|
|
1337
|
+
<property name="toolTip">
|
|
1338
|
+
<string>A temporary folder will be created here</string>
|
|
1339
|
+
</property>
|
|
1340
|
+
<property name="text">
|
|
1341
|
+
<string>Set training image directory</string>
|
|
1342
|
+
</property>
|
|
1343
|
+
</widget>
|
|
1344
|
+
</item>
|
|
1345
|
+
</layout>
|
|
1346
|
+
</item>
|
|
1347
|
+
<item>
|
|
1348
|
+
<widget class="QLabel" name="image_folder_label">
|
|
930
1349
|
<property name="sizePolicy">
|
|
931
|
-
<sizepolicy hsizetype="
|
|
1350
|
+
<sizepolicy hsizetype="Ignored" vsizetype="Fixed">
|
|
932
1351
|
<horstretch>0</horstretch>
|
|
933
1352
|
<verstretch>0</verstretch>
|
|
934
1353
|
</sizepolicy>
|
|
935
1354
|
</property>
|
|
936
|
-
<property name="
|
|
937
|
-
<string>
|
|
1355
|
+
<property name="styleSheet">
|
|
1356
|
+
<string notr="true">background-color: rgb(240, 242, 255); border: 1px solid gray;</string>
|
|
938
1357
|
</property>
|
|
939
1358
|
<property name="text">
|
|
940
|
-
<string
|
|
1359
|
+
<string/>
|
|
1360
|
+
</property>
|
|
1361
|
+
<property name="margin">
|
|
1362
|
+
<number>4</number>
|
|
941
1363
|
</property>
|
|
942
1364
|
</widget>
|
|
943
1365
|
</item>
|
|
944
1366
|
</layout>
|
|
945
1367
|
</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
1368
|
</layout>
|
|
963
1369
|
</item>
|
|
964
1370
|
</layout>
|
|
965
|
-
</
|
|
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>
|
|
1371
|
+
</widget>
|
|
1027
1372
|
</widget>
|
|
1028
1373
|
</item>
|
|
1029
1374
|
</layout>
|
|
1030
1375
|
</item>
|
|
1031
1376
|
<item>
|
|
1032
|
-
<widget class="QGroupBox" name="
|
|
1377
|
+
<widget class="QGroupBox" name="messagesgroupbox">
|
|
1033
1378
|
<property name="sizePolicy">
|
|
1034
|
-
<sizepolicy hsizetype="Preferred" vsizetype="
|
|
1379
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
1035
1380
|
<horstretch>0</horstretch>
|
|
1036
1381
|
<verstretch>0</verstretch>
|
|
1037
1382
|
</sizepolicy>
|
|
1038
1383
|
</property>
|
|
1039
|
-
<property name="font">
|
|
1040
|
-
<font>
|
|
1041
|
-
<pointsize>13</pointsize>
|
|
1042
|
-
</font>
|
|
1043
|
-
</property>
|
|
1044
1384
|
<property name="styleSheet">
|
|
1045
1385
|
<string notr="true"/>
|
|
1046
1386
|
</property>
|
|
1047
1387
|
<property name="title">
|
|
1048
|
-
<string>
|
|
1388
|
+
<string>Messages</string>
|
|
1049
1389
|
</property>
|
|
1050
|
-
<layout class="
|
|
1051
|
-
<property name="spacing">
|
|
1052
|
-
<number>5</number>
|
|
1053
|
-
</property>
|
|
1390
|
+
<layout class="QGridLayout" name="gridLayout_2">
|
|
1054
1391
|
<property name="leftMargin">
|
|
1055
1392
|
<number>5</number>
|
|
1056
1393
|
</property>
|
|
@@ -1063,231 +1400,22 @@
|
|
|
1063
1400
|
<property name="bottomMargin">
|
|
1064
1401
|
<number>5</number>
|
|
1065
1402
|
</property>
|
|
1066
|
-
<item>
|
|
1067
|
-
<
|
|
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">
|
|
1403
|
+
<item row="0" column="0">
|
|
1404
|
+
<widget class="QTextBrowser" name="message_area">
|
|
1101
1405
|
<property name="sizePolicy">
|
|
1102
|
-
<sizepolicy hsizetype="
|
|
1406
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
1103
1407
|
<horstretch>0</horstretch>
|
|
1104
1408
|
<verstretch>0</verstretch>
|
|
1105
1409
|
</sizepolicy>
|
|
1106
1410
|
</property>
|
|
1107
|
-
<property name="
|
|
1108
|
-
<
|
|
1411
|
+
<property name="textInteractionFlags">
|
|
1412
|
+
<set>Qt::TextInteractionFlag::NoTextInteraction</set>
|
|
1109
1413
|
</property>
|
|
1110
1414
|
</widget>
|
|
1111
1415
|
</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
1416
|
</layout>
|
|
1143
1417
|
</widget>
|
|
1144
1418
|
</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
1419
|
</layout>
|
|
1292
1420
|
</item>
|
|
1293
1421
|
</layout>
|
|
@@ -1346,9 +1474,9 @@ color: rgb(244, 195, 68);</string>
|
|
|
1346
1474
|
</layout>
|
|
1347
1475
|
</item>
|
|
1348
1476
|
<item row="0" column="0">
|
|
1349
|
-
<layout class="QVBoxLayout" name="verticalLayout_6" stretch="2,
|
|
1477
|
+
<layout class="QVBoxLayout" name="verticalLayout_6" stretch="2,2,2,2,2,2,2,2,2,2,2,2,3">
|
|
1350
1478
|
<item>
|
|
1351
|
-
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="3,3,4,3,
|
|
1479
|
+
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="3,3,4,3,4">
|
|
1352
1480
|
<property name="spacing">
|
|
1353
1481
|
<number>10</number>
|
|
1354
1482
|
</property>
|
|
@@ -1435,7 +1563,7 @@ color: rgb(244, 195, 68);</string>
|
|
|
1435
1563
|
</layout>
|
|
1436
1564
|
</item>
|
|
1437
1565
|
<item>
|
|
1438
|
-
<layout class="QHBoxLayout" name="horizontalLayout_17" stretch="3,3,4,3,
|
|
1566
|
+
<layout class="QHBoxLayout" name="horizontalLayout_17" stretch="3,3,4,3,4">
|
|
1439
1567
|
<property name="spacing">
|
|
1440
1568
|
<number>10</number>
|
|
1441
1569
|
</property>
|
|
@@ -1627,7 +1755,7 @@ color: rgb(244, 195, 68);</string>
|
|
|
1627
1755
|
</layout>
|
|
1628
1756
|
</item>
|
|
1629
1757
|
<item>
|
|
1630
|
-
<layout class="QHBoxLayout" name="horizontalLayout_16" stretch="3,3,4,3,
|
|
1758
|
+
<layout class="QHBoxLayout" name="horizontalLayout_16" stretch="3,3,4,3,4">
|
|
1631
1759
|
<property name="spacing">
|
|
1632
1760
|
<number>10</number>
|
|
1633
1761
|
</property>
|
|
@@ -1816,7 +1944,7 @@ color: rgb(244, 195, 68);</string>
|
|
|
1816
1944
|
</layout>
|
|
1817
1945
|
</item>
|
|
1818
1946
|
<item>
|
|
1819
|
-
<layout class="QHBoxLayout" name="horizontalLayout_15" stretch="3,3,4,3,
|
|
1947
|
+
<layout class="QHBoxLayout" name="horizontalLayout_15" stretch="3,3,4,3,4">
|
|
1820
1948
|
<property name="spacing">
|
|
1821
1949
|
<number>10</number>
|
|
1822
1950
|
</property>
|
|
@@ -2005,7 +2133,7 @@ color: rgb(244, 195, 68);</string>
|
|
|
2005
2133
|
</layout>
|
|
2006
2134
|
</item>
|
|
2007
2135
|
<item>
|
|
2008
|
-
<layout class="QHBoxLayout" name="horizontalLayout_14" stretch="3,3,4,3,
|
|
2136
|
+
<layout class="QHBoxLayout" name="horizontalLayout_14" stretch="3,3,4,3,4">
|
|
2009
2137
|
<property name="spacing">
|
|
2010
2138
|
<number>10</number>
|
|
2011
2139
|
</property>
|
|
@@ -2194,7 +2322,7 @@ color: rgb(244, 195, 68);</string>
|
|
|
2194
2322
|
</layout>
|
|
2195
2323
|
</item>
|
|
2196
2324
|
<item>
|
|
2197
|
-
<layout class="QHBoxLayout" name="horizontalLayout_13" stretch="3,3,4,3,
|
|
2325
|
+
<layout class="QHBoxLayout" name="horizontalLayout_13" stretch="3,3,4,3,4">
|
|
2198
2326
|
<property name="spacing">
|
|
2199
2327
|
<number>10</number>
|
|
2200
2328
|
</property>
|
|
@@ -2383,7 +2511,7 @@ color: rgb(244, 195, 68);</string>
|
|
|
2383
2511
|
</layout>
|
|
2384
2512
|
</item>
|
|
2385
2513
|
<item>
|
|
2386
|
-
<layout class="QHBoxLayout" name="horizontalLayout_12" stretch="3,3,4,3,
|
|
2514
|
+
<layout class="QHBoxLayout" name="horizontalLayout_12" stretch="3,3,4,3,4">
|
|
2387
2515
|
<property name="spacing">
|
|
2388
2516
|
<number>10</number>
|
|
2389
2517
|
</property>
|
|
@@ -2572,7 +2700,7 @@ color: rgb(244, 195, 68);</string>
|
|
|
2572
2700
|
</layout>
|
|
2573
2701
|
</item>
|
|
2574
2702
|
<item>
|
|
2575
|
-
<layout class="QHBoxLayout" name="horizontalLayout_9" stretch="3,3,4,3,
|
|
2703
|
+
<layout class="QHBoxLayout" name="horizontalLayout_9" stretch="3,3,4,3,4">
|
|
2576
2704
|
<property name="spacing">
|
|
2577
2705
|
<number>10</number>
|
|
2578
2706
|
</property>
|
|
@@ -2761,7 +2889,7 @@ color: rgb(244, 195, 68);</string>
|
|
|
2761
2889
|
</layout>
|
|
2762
2890
|
</item>
|
|
2763
2891
|
<item>
|
|
2764
|
-
<layout class="QHBoxLayout" name="horizontalLayout_8" stretch="3,3,4,3,
|
|
2892
|
+
<layout class="QHBoxLayout" name="horizontalLayout_8" stretch="3,3,4,3,4">
|
|
2765
2893
|
<property name="spacing">
|
|
2766
2894
|
<number>10</number>
|
|
2767
2895
|
</property>
|
|
@@ -2950,7 +3078,7 @@ color: rgb(244, 195, 68);</string>
|
|
|
2950
3078
|
</layout>
|
|
2951
3079
|
</item>
|
|
2952
3080
|
<item>
|
|
2953
|
-
<layout class="QHBoxLayout" name="horizontalLayout_7" stretch="3,3,4,3,
|
|
3081
|
+
<layout class="QHBoxLayout" name="horizontalLayout_7" stretch="3,3,4,3,4">
|
|
2954
3082
|
<property name="spacing">
|
|
2955
3083
|
<number>10</number>
|
|
2956
3084
|
</property>
|
|
@@ -3139,7 +3267,7 @@ color: rgb(244, 195, 68);</string>
|
|
|
3139
3267
|
</layout>
|
|
3140
3268
|
</item>
|
|
3141
3269
|
<item>
|
|
3142
|
-
<layout class="QHBoxLayout" name="horizontalLayout_4" stretch="3,3,4,3,
|
|
3270
|
+
<layout class="QHBoxLayout" name="horizontalLayout_4" stretch="3,3,4,3,4">
|
|
3143
3271
|
<property name="spacing">
|
|
3144
3272
|
<number>10</number>
|
|
3145
3273
|
</property>
|
|
@@ -3328,7 +3456,76 @@ color: rgb(244, 195, 68);</string>
|
|
|
3328
3456
|
</layout>
|
|
3329
3457
|
</item>
|
|
3330
3458
|
<item>
|
|
3331
|
-
<layout class="QHBoxLayout" name="
|
|
3459
|
+
<layout class="QHBoxLayout" name="default_epoch_layout">
|
|
3460
|
+
<item>
|
|
3461
|
+
<spacer name="horizontalSpacer_71">
|
|
3462
|
+
<property name="orientation">
|
|
3463
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
3464
|
+
</property>
|
|
3465
|
+
<property name="sizeType">
|
|
3466
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
3467
|
+
</property>
|
|
3468
|
+
<property name="sizeHint" stdset="0">
|
|
3469
|
+
<size>
|
|
3470
|
+
<width>10</width>
|
|
3471
|
+
<height>10</height>
|
|
3472
|
+
</size>
|
|
3473
|
+
</property>
|
|
3474
|
+
</spacer>
|
|
3475
|
+
</item>
|
|
3476
|
+
<item>
|
|
3477
|
+
<layout class="QHBoxLayout" name="horizontalLayout_60">
|
|
3478
|
+
<item>
|
|
3479
|
+
<widget class="QLabel" name="label_17">
|
|
3480
|
+
<property name="sizePolicy">
|
|
3481
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
3482
|
+
<horstretch>0</horstretch>
|
|
3483
|
+
<verstretch>0</verstretch>
|
|
3484
|
+
</sizepolicy>
|
|
3485
|
+
</property>
|
|
3486
|
+
<property name="text">
|
|
3487
|
+
<string>Default epoch length:</string>
|
|
3488
|
+
</property>
|
|
3489
|
+
</widget>
|
|
3490
|
+
</item>
|
|
3491
|
+
<item>
|
|
3492
|
+
<widget class="QDoubleSpinBox" name="default_epoch_input">
|
|
3493
|
+
<property name="sizePolicy">
|
|
3494
|
+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
3495
|
+
<horstretch>0</horstretch>
|
|
3496
|
+
<verstretch>0</verstretch>
|
|
3497
|
+
</sizepolicy>
|
|
3498
|
+
</property>
|
|
3499
|
+
<property name="maximum">
|
|
3500
|
+
<double>100000.000000000000000</double>
|
|
3501
|
+
</property>
|
|
3502
|
+
<property name="singleStep">
|
|
3503
|
+
<double>0.500000000000000</double>
|
|
3504
|
+
</property>
|
|
3505
|
+
</widget>
|
|
3506
|
+
</item>
|
|
3507
|
+
</layout>
|
|
3508
|
+
</item>
|
|
3509
|
+
<item>
|
|
3510
|
+
<spacer name="horizontalSpacer_70">
|
|
3511
|
+
<property name="orientation">
|
|
3512
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
3513
|
+
</property>
|
|
3514
|
+
<property name="sizeType">
|
|
3515
|
+
<enum>QSizePolicy::Policy::Preferred</enum>
|
|
3516
|
+
</property>
|
|
3517
|
+
<property name="sizeHint" stdset="0">
|
|
3518
|
+
<size>
|
|
3519
|
+
<width>10</width>
|
|
3520
|
+
<height>10</height>
|
|
3521
|
+
</size>
|
|
3522
|
+
</property>
|
|
3523
|
+
</spacer>
|
|
3524
|
+
</item>
|
|
3525
|
+
</layout>
|
|
3526
|
+
</item>
|
|
3527
|
+
<item>
|
|
3528
|
+
<layout class="QHBoxLayout" name="horizontalLayout_18" stretch="6,1,7">
|
|
3332
3529
|
<property name="spacing">
|
|
3333
3530
|
<number>10</number>
|
|
3334
3531
|
</property>
|