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