biosignal-device-interface 0.2.1a1__py3-none-any.whl → 0.2.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.
- biosignal_device_interface/constants/devices/__init__.py +3 -3
- biosignal_device_interface/constants/devices/core/base_device_constants.py +61 -61
- biosignal_device_interface/constants/devices/otb/otb_muovi_constants.py +129 -129
- biosignal_device_interface/constants/devices/otb/otb_quattrocento_constants.py +313 -313
- biosignal_device_interface/constants/devices/otb/otb_quattrocento_light_constants.py +59 -59
- biosignal_device_interface/constants/devices/otb/otb_syncstation_constants.py +233 -233
- biosignal_device_interface/constants/plots/color_palette.py +59 -59
- biosignal_device_interface/devices/__init__.py +17 -17
- biosignal_device_interface/devices/core/base_device.py +424 -412
- biosignal_device_interface/devices/otb/__init__.py +29 -29
- biosignal_device_interface/devices/otb/otb_muovi.py +290 -290
- biosignal_device_interface/devices/otb/otb_quattrocento.py +332 -332
- biosignal_device_interface/devices/otb/otb_quattrocento_light.py +210 -210
- biosignal_device_interface/devices/otb/otb_syncstation.py +407 -407
- biosignal_device_interface/gui/device_template_widgets/all_devices_widget.py +51 -51
- biosignal_device_interface/gui/device_template_widgets/core/base_device_widget.py +130 -130
- biosignal_device_interface/gui/device_template_widgets/core/base_multiple_devices_widget.py +108 -108
- biosignal_device_interface/gui/device_template_widgets/otb/otb_devices_widget.py +44 -44
- biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_plus_widget.py +158 -158
- biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_widget.py +158 -158
- biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_light_widget.py +174 -174
- biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_widget.py +260 -260
- biosignal_device_interface/gui/device_template_widgets/otb/otb_syncstation_widget.py +262 -262
- biosignal_device_interface/gui/plot_widgets/biosignal_plot_widget.py +500 -501
- biosignal_device_interface/gui/ui/devices_template_widget.ui +38 -38
- biosignal_device_interface/gui/ui/otb_muovi_plus_template_widget.ui +171 -171
- biosignal_device_interface/gui/ui/otb_muovi_template_widget.ui +171 -171
- biosignal_device_interface/gui/ui/otb_quattrocento_light_template_widget.ui +266 -266
- biosignal_device_interface/gui/ui/otb_quattrocento_template_widget.ui +415 -415
- biosignal_device_interface/gui/ui/otb_syncstation_template_widget.ui +732 -732
- biosignal_device_interface/gui/ui_compiled/devices_template_widget.py +56 -56
- biosignal_device_interface/gui/ui_compiled/otb_muovi_plus_template_widget.py +153 -153
- biosignal_device_interface/gui/ui_compiled/otb_muovi_template_widget.py +153 -153
- biosignal_device_interface/gui/ui_compiled/otb_quattrocento_light_template_widget.py +217 -217
- biosignal_device_interface/gui/ui_compiled/otb_quattrocento_template_widget.py +318 -318
- biosignal_device_interface/gui/ui_compiled/otb_syncstation_template_widget.py +495 -495
- {biosignal_device_interface-0.2.1a1.dist-info → biosignal_device_interface-0.2.2.dist-info}/METADATA +3 -2
- biosignal_device_interface-0.2.2.dist-info/RECORD +46 -0
- {biosignal_device_interface-0.2.1a1.dist-info → biosignal_device_interface-0.2.2.dist-info}/WHEEL +1 -1
- {biosignal_device_interface-0.2.1a1.dist-info → biosignal_device_interface-0.2.2.dist-info/licenses}/LICENSE +675 -675
- biosignal_device_interface-0.2.1a1.dist-info/RECORD +0 -46
|
@@ -1,732 +1,732 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<ui version="4.0">
|
|
3
|
-
<class>SyncStationForm</class>
|
|
4
|
-
<widget class="QWidget" name="SyncStationForm">
|
|
5
|
-
<property name="geometry">
|
|
6
|
-
<rect>
|
|
7
|
-
<x>0</x>
|
|
8
|
-
<y>0</y>
|
|
9
|
-
<width>350</width>
|
|
10
|
-
<height>608</height>
|
|
11
|
-
</rect>
|
|
12
|
-
</property>
|
|
13
|
-
<property name="windowTitle">
|
|
14
|
-
<string>SyncStationForm</string>
|
|
15
|
-
</property>
|
|
16
|
-
<layout class="QGridLayout" name="gridLayout">
|
|
17
|
-
<item row="1" column="0">
|
|
18
|
-
<widget class="QGroupBox" name="inputGroupBox">
|
|
19
|
-
<property name="title">
|
|
20
|
-
<string>Input Parameters</string>
|
|
21
|
-
</property>
|
|
22
|
-
<layout class="QGridLayout" name="gridLayout_3">
|
|
23
|
-
<item row="0" column="1">
|
|
24
|
-
<widget class="QComboBox" name="inputWorkingModeComboBox">
|
|
25
|
-
<property name="currentIndex">
|
|
26
|
-
<number>1</number>
|
|
27
|
-
</property>
|
|
28
|
-
<item>
|
|
29
|
-
<property name="text">
|
|
30
|
-
<string>EEG</string>
|
|
31
|
-
</property>
|
|
32
|
-
</item>
|
|
33
|
-
<item>
|
|
34
|
-
<property name="text">
|
|
35
|
-
<string>EMG</string>
|
|
36
|
-
</property>
|
|
37
|
-
</item>
|
|
38
|
-
</widget>
|
|
39
|
-
</item>
|
|
40
|
-
<item row="0" column="0">
|
|
41
|
-
<widget class="QLabel" name="label_5">
|
|
42
|
-
<property name="text">
|
|
43
|
-
<string>Working Mode</string>
|
|
44
|
-
</property>
|
|
45
|
-
</widget>
|
|
46
|
-
</item>
|
|
47
|
-
<item row="1" column="0" colspan="2">
|
|
48
|
-
<widget class="QTabWidget" name="probesTabWidget">
|
|
49
|
-
<property name="currentIndex">
|
|
50
|
-
<number>0</number>
|
|
51
|
-
</property>
|
|
52
|
-
<widget class="QWidget" name="muoviWidget">
|
|
53
|
-
<attribute name="title">
|
|
54
|
-
<string>Muovi</string>
|
|
55
|
-
</attribute>
|
|
56
|
-
<layout class="QGridLayout" name="gridLayout_5">
|
|
57
|
-
<item row="0" column="0">
|
|
58
|
-
<widget class="QCheckBox" name="muoviProbeOneEnableCheckBox">
|
|
59
|
-
<property name="text">
|
|
60
|
-
<string>Muovi Probe 1</string>
|
|
61
|
-
</property>
|
|
62
|
-
</widget>
|
|
63
|
-
</item>
|
|
64
|
-
<item row="0" column="1">
|
|
65
|
-
<widget class="QComboBox" name="muoviProbeOneDetectionModeComboBox">
|
|
66
|
-
<property name="currentIndex">
|
|
67
|
-
<number>1</number>
|
|
68
|
-
</property>
|
|
69
|
-
<item>
|
|
70
|
-
<property name="text">
|
|
71
|
-
<string>Monopolar (Gain 8)</string>
|
|
72
|
-
</property>
|
|
73
|
-
</item>
|
|
74
|
-
<item>
|
|
75
|
-
<property name="text">
|
|
76
|
-
<string>Monopolar (Gain 4)</string>
|
|
77
|
-
</property>
|
|
78
|
-
</item>
|
|
79
|
-
<item>
|
|
80
|
-
<property name="text">
|
|
81
|
-
<string>Impedance Check</string>
|
|
82
|
-
</property>
|
|
83
|
-
</item>
|
|
84
|
-
<item>
|
|
85
|
-
<property name="text">
|
|
86
|
-
<string>Test</string>
|
|
87
|
-
</property>
|
|
88
|
-
</item>
|
|
89
|
-
</widget>
|
|
90
|
-
</item>
|
|
91
|
-
<item row="1" column="0">
|
|
92
|
-
<widget class="QCheckBox" name="muoviProbeTwoEnableCheckBox">
|
|
93
|
-
<property name="text">
|
|
94
|
-
<string>Muovi Probe 2</string>
|
|
95
|
-
</property>
|
|
96
|
-
</widget>
|
|
97
|
-
</item>
|
|
98
|
-
<item row="1" column="1">
|
|
99
|
-
<widget class="QComboBox" name="muoviProbeTwoDetectionModeComboBox">
|
|
100
|
-
<property name="currentIndex">
|
|
101
|
-
<number>1</number>
|
|
102
|
-
</property>
|
|
103
|
-
<item>
|
|
104
|
-
<property name="text">
|
|
105
|
-
<string>Monopolar (Gain 8)</string>
|
|
106
|
-
</property>
|
|
107
|
-
</item>
|
|
108
|
-
<item>
|
|
109
|
-
<property name="text">
|
|
110
|
-
<string>Monopolar (Gain 4)</string>
|
|
111
|
-
</property>
|
|
112
|
-
</item>
|
|
113
|
-
<item>
|
|
114
|
-
<property name="text">
|
|
115
|
-
<string>Impedance Check</string>
|
|
116
|
-
</property>
|
|
117
|
-
</item>
|
|
118
|
-
<item>
|
|
119
|
-
<property name="text">
|
|
120
|
-
<string>Test</string>
|
|
121
|
-
</property>
|
|
122
|
-
</item>
|
|
123
|
-
</widget>
|
|
124
|
-
</item>
|
|
125
|
-
<item row="2" column="0">
|
|
126
|
-
<widget class="QCheckBox" name="muoviProbeThreeEnableCheckBox">
|
|
127
|
-
<property name="text">
|
|
128
|
-
<string>Muovi Probe 3</string>
|
|
129
|
-
</property>
|
|
130
|
-
</widget>
|
|
131
|
-
</item>
|
|
132
|
-
<item row="2" column="1">
|
|
133
|
-
<widget class="QComboBox" name="muoviProbeThreeDetectionModeComboBox">
|
|
134
|
-
<property name="currentIndex">
|
|
135
|
-
<number>1</number>
|
|
136
|
-
</property>
|
|
137
|
-
<item>
|
|
138
|
-
<property name="text">
|
|
139
|
-
<string>Monopolar (Gain 8)</string>
|
|
140
|
-
</property>
|
|
141
|
-
</item>
|
|
142
|
-
<item>
|
|
143
|
-
<property name="text">
|
|
144
|
-
<string>Monopolar (Gain 4)</string>
|
|
145
|
-
</property>
|
|
146
|
-
</item>
|
|
147
|
-
<item>
|
|
148
|
-
<property name="text">
|
|
149
|
-
<string>Impedance Check</string>
|
|
150
|
-
</property>
|
|
151
|
-
</item>
|
|
152
|
-
<item>
|
|
153
|
-
<property name="text">
|
|
154
|
-
<string>Test</string>
|
|
155
|
-
</property>
|
|
156
|
-
</item>
|
|
157
|
-
</widget>
|
|
158
|
-
</item>
|
|
159
|
-
<item row="3" column="0">
|
|
160
|
-
<widget class="QCheckBox" name="muoviProbeFourEnableCheckBox">
|
|
161
|
-
<property name="text">
|
|
162
|
-
<string>Muovi Probe 4</string>
|
|
163
|
-
</property>
|
|
164
|
-
</widget>
|
|
165
|
-
</item>
|
|
166
|
-
<item row="3" column="1">
|
|
167
|
-
<widget class="QComboBox" name="muoviProbeFourDetectionModeComboBox">
|
|
168
|
-
<property name="currentIndex">
|
|
169
|
-
<number>1</number>
|
|
170
|
-
</property>
|
|
171
|
-
<item>
|
|
172
|
-
<property name="text">
|
|
173
|
-
<string>Monopolar (Gain 8)</string>
|
|
174
|
-
</property>
|
|
175
|
-
</item>
|
|
176
|
-
<item>
|
|
177
|
-
<property name="text">
|
|
178
|
-
<string>Monopolar (Gain 4)</string>
|
|
179
|
-
</property>
|
|
180
|
-
</item>
|
|
181
|
-
<item>
|
|
182
|
-
<property name="text">
|
|
183
|
-
<string>Impedance Check</string>
|
|
184
|
-
</property>
|
|
185
|
-
</item>
|
|
186
|
-
<item>
|
|
187
|
-
<property name="text">
|
|
188
|
-
<string>Test</string>
|
|
189
|
-
</property>
|
|
190
|
-
</item>
|
|
191
|
-
</widget>
|
|
192
|
-
</item>
|
|
193
|
-
<item row="4" column="0">
|
|
194
|
-
<spacer name="verticalSpacer_2">
|
|
195
|
-
<property name="orientation">
|
|
196
|
-
<enum>Qt::Orientation::Vertical</enum>
|
|
197
|
-
</property>
|
|
198
|
-
<property name="sizeHint" stdset="0">
|
|
199
|
-
<size>
|
|
200
|
-
<width>20</width>
|
|
201
|
-
<height>154</height>
|
|
202
|
-
</size>
|
|
203
|
-
</property>
|
|
204
|
-
</spacer>
|
|
205
|
-
</item>
|
|
206
|
-
</layout>
|
|
207
|
-
</widget>
|
|
208
|
-
<widget class="QWidget" name="muoviPlusWidget">
|
|
209
|
-
<attribute name="title">
|
|
210
|
-
<string>Muovi+</string>
|
|
211
|
-
</attribute>
|
|
212
|
-
<layout class="QGridLayout" name="gridLayout_4">
|
|
213
|
-
<item row="0" column="0">
|
|
214
|
-
<widget class="QCheckBox" name="muoviPlusProbeOneEnableCheckBox">
|
|
215
|
-
<property name="text">
|
|
216
|
-
<string>Muovi+ Probe 1</string>
|
|
217
|
-
</property>
|
|
218
|
-
</widget>
|
|
219
|
-
</item>
|
|
220
|
-
<item row="0" column="1">
|
|
221
|
-
<widget class="QComboBox" name="muoviPlusProbeOneDetectionModeComboBox">
|
|
222
|
-
<property name="currentIndex">
|
|
223
|
-
<number>1</number>
|
|
224
|
-
</property>
|
|
225
|
-
<item>
|
|
226
|
-
<property name="text">
|
|
227
|
-
<string>Monopolar (Gain 8)</string>
|
|
228
|
-
</property>
|
|
229
|
-
</item>
|
|
230
|
-
<item>
|
|
231
|
-
<property name="text">
|
|
232
|
-
<string>Monopolar (Gain 4)</string>
|
|
233
|
-
</property>
|
|
234
|
-
</item>
|
|
235
|
-
<item>
|
|
236
|
-
<property name="text">
|
|
237
|
-
<string>Impedance Check</string>
|
|
238
|
-
</property>
|
|
239
|
-
</item>
|
|
240
|
-
<item>
|
|
241
|
-
<property name="text">
|
|
242
|
-
<string>Test</string>
|
|
243
|
-
</property>
|
|
244
|
-
</item>
|
|
245
|
-
</widget>
|
|
246
|
-
</item>
|
|
247
|
-
<item row="1" column="0">
|
|
248
|
-
<widget class="QCheckBox" name="muoviPlusProbeTwoEnableCheckBox">
|
|
249
|
-
<property name="text">
|
|
250
|
-
<string>Muovi+ Probe 2</string>
|
|
251
|
-
</property>
|
|
252
|
-
</widget>
|
|
253
|
-
</item>
|
|
254
|
-
<item row="1" column="1">
|
|
255
|
-
<widget class="QComboBox" name="muoviPlusProbeTwoDetectionModeComboBox">
|
|
256
|
-
<property name="currentIndex">
|
|
257
|
-
<number>1</number>
|
|
258
|
-
</property>
|
|
259
|
-
<item>
|
|
260
|
-
<property name="text">
|
|
261
|
-
<string>Monopolar (Gain 8)</string>
|
|
262
|
-
</property>
|
|
263
|
-
</item>
|
|
264
|
-
<item>
|
|
265
|
-
<property name="text">
|
|
266
|
-
<string>Monopolar (Gain 4)</string>
|
|
267
|
-
</property>
|
|
268
|
-
</item>
|
|
269
|
-
<item>
|
|
270
|
-
<property name="text">
|
|
271
|
-
<string>Impedance Check</string>
|
|
272
|
-
</property>
|
|
273
|
-
</item>
|
|
274
|
-
<item>
|
|
275
|
-
<property name="text">
|
|
276
|
-
<string>Test</string>
|
|
277
|
-
</property>
|
|
278
|
-
</item>
|
|
279
|
-
</widget>
|
|
280
|
-
</item>
|
|
281
|
-
<item row="2" column="0">
|
|
282
|
-
<spacer name="verticalSpacer">
|
|
283
|
-
<property name="orientation">
|
|
284
|
-
<enum>Qt::Orientation::Vertical</enum>
|
|
285
|
-
</property>
|
|
286
|
-
<property name="sizeHint" stdset="0">
|
|
287
|
-
<size>
|
|
288
|
-
<width>20</width>
|
|
289
|
-
<height>40</height>
|
|
290
|
-
</size>
|
|
291
|
-
</property>
|
|
292
|
-
</spacer>
|
|
293
|
-
</item>
|
|
294
|
-
</layout>
|
|
295
|
-
</widget>
|
|
296
|
-
<widget class="QWidget" name="duePlusWidget">
|
|
297
|
-
<attribute name="title">
|
|
298
|
-
<string>Due+</string>
|
|
299
|
-
</attribute>
|
|
300
|
-
<layout class="QGridLayout" name="gridLayout_16">
|
|
301
|
-
<item row="9" column="0">
|
|
302
|
-
<widget class="QCheckBox" name="duePlusProbeNineEnableCheckBox">
|
|
303
|
-
<property name="text">
|
|
304
|
-
<string>Due+ Probe 9</string>
|
|
305
|
-
</property>
|
|
306
|
-
</widget>
|
|
307
|
-
</item>
|
|
308
|
-
<item row="10" column="0">
|
|
309
|
-
<widget class="QCheckBox" name="duePlusProbeTenEnableCheckBox">
|
|
310
|
-
<property name="text">
|
|
311
|
-
<string>Due+ Probe 10</string>
|
|
312
|
-
</property>
|
|
313
|
-
</widget>
|
|
314
|
-
</item>
|
|
315
|
-
<item row="6" column="2">
|
|
316
|
-
<widget class="QComboBox" name="duePlusProbeSixDetectionModeComboBox">
|
|
317
|
-
<property name="currentIndex">
|
|
318
|
-
<number>1</number>
|
|
319
|
-
</property>
|
|
320
|
-
<item>
|
|
321
|
-
<property name="text">
|
|
322
|
-
<string>Monopolar (Gain 8)</string>
|
|
323
|
-
</property>
|
|
324
|
-
</item>
|
|
325
|
-
<item>
|
|
326
|
-
<property name="text">
|
|
327
|
-
<string>Monopolar (Gain 4)</string>
|
|
328
|
-
</property>
|
|
329
|
-
</item>
|
|
330
|
-
<item>
|
|
331
|
-
<property name="text">
|
|
332
|
-
<string>Impedance Check</string>
|
|
333
|
-
</property>
|
|
334
|
-
</item>
|
|
335
|
-
<item>
|
|
336
|
-
<property name="text">
|
|
337
|
-
<string>Test</string>
|
|
338
|
-
</property>
|
|
339
|
-
</item>
|
|
340
|
-
</widget>
|
|
341
|
-
</item>
|
|
342
|
-
<item row="10" column="2">
|
|
343
|
-
<widget class="QComboBox" name="duePlusProbeTenDetectionModeComboBox">
|
|
344
|
-
<property name="currentIndex">
|
|
345
|
-
<number>1</number>
|
|
346
|
-
</property>
|
|
347
|
-
<item>
|
|
348
|
-
<property name="text">
|
|
349
|
-
<string>Monopolar (Gain 8)</string>
|
|
350
|
-
</property>
|
|
351
|
-
</item>
|
|
352
|
-
<item>
|
|
353
|
-
<property name="text">
|
|
354
|
-
<string>Monopolar (Gain 4)</string>
|
|
355
|
-
</property>
|
|
356
|
-
</item>
|
|
357
|
-
<item>
|
|
358
|
-
<property name="text">
|
|
359
|
-
<string>Impedance Check</string>
|
|
360
|
-
</property>
|
|
361
|
-
</item>
|
|
362
|
-
<item>
|
|
363
|
-
<property name="text">
|
|
364
|
-
<string>Test</string>
|
|
365
|
-
</property>
|
|
366
|
-
</item>
|
|
367
|
-
</widget>
|
|
368
|
-
</item>
|
|
369
|
-
<item row="9" column="2">
|
|
370
|
-
<widget class="QComboBox" name="duePlusProbeNineDetectionModeComboBox">
|
|
371
|
-
<property name="currentIndex">
|
|
372
|
-
<number>1</number>
|
|
373
|
-
</property>
|
|
374
|
-
<item>
|
|
375
|
-
<property name="text">
|
|
376
|
-
<string>Monopolar (Gain 8)</string>
|
|
377
|
-
</property>
|
|
378
|
-
</item>
|
|
379
|
-
<item>
|
|
380
|
-
<property name="text">
|
|
381
|
-
<string>Monopolar (Gain 4)</string>
|
|
382
|
-
</property>
|
|
383
|
-
</item>
|
|
384
|
-
<item>
|
|
385
|
-
<property name="text">
|
|
386
|
-
<string>Impedance Check</string>
|
|
387
|
-
</property>
|
|
388
|
-
</item>
|
|
389
|
-
<item>
|
|
390
|
-
<property name="text">
|
|
391
|
-
<string>Test</string>
|
|
392
|
-
</property>
|
|
393
|
-
</item>
|
|
394
|
-
</widget>
|
|
395
|
-
</item>
|
|
396
|
-
<item row="4" column="2">
|
|
397
|
-
<widget class="QComboBox" name="duePlusProbeFourDetectionModeComboBox">
|
|
398
|
-
<property name="currentIndex">
|
|
399
|
-
<number>1</number>
|
|
400
|
-
</property>
|
|
401
|
-
<item>
|
|
402
|
-
<property name="text">
|
|
403
|
-
<string>Monopolar (Gain 8)</string>
|
|
404
|
-
</property>
|
|
405
|
-
</item>
|
|
406
|
-
<item>
|
|
407
|
-
<property name="text">
|
|
408
|
-
<string>Monopolar (Gain 4)</string>
|
|
409
|
-
</property>
|
|
410
|
-
</item>
|
|
411
|
-
<item>
|
|
412
|
-
<property name="text">
|
|
413
|
-
<string>Impedance Check</string>
|
|
414
|
-
</property>
|
|
415
|
-
</item>
|
|
416
|
-
<item>
|
|
417
|
-
<property name="text">
|
|
418
|
-
<string>Test</string>
|
|
419
|
-
</property>
|
|
420
|
-
</item>
|
|
421
|
-
</widget>
|
|
422
|
-
</item>
|
|
423
|
-
<item row="3" column="0">
|
|
424
|
-
<widget class="QCheckBox" name="duePlusProbeThreeEnableCheckBox">
|
|
425
|
-
<property name="text">
|
|
426
|
-
<string>Due+ Probe 3</string>
|
|
427
|
-
</property>
|
|
428
|
-
</widget>
|
|
429
|
-
</item>
|
|
430
|
-
<item row="6" column="0">
|
|
431
|
-
<widget class="QCheckBox" name="duePlusProbeSixEnableCheckBox">
|
|
432
|
-
<property name="text">
|
|
433
|
-
<string>Due+ Probe 6</string>
|
|
434
|
-
</property>
|
|
435
|
-
</widget>
|
|
436
|
-
</item>
|
|
437
|
-
<item row="8" column="0">
|
|
438
|
-
<widget class="QCheckBox" name="duePlusProbeEightEnableCheckBox">
|
|
439
|
-
<property name="text">
|
|
440
|
-
<string>Due+ Probe 8</string>
|
|
441
|
-
</property>
|
|
442
|
-
</widget>
|
|
443
|
-
</item>
|
|
444
|
-
<item row="3" column="2">
|
|
445
|
-
<widget class="QComboBox" name="duePlusProbeThreeDetectionModeComboBox">
|
|
446
|
-
<property name="currentIndex">
|
|
447
|
-
<number>1</number>
|
|
448
|
-
</property>
|
|
449
|
-
<item>
|
|
450
|
-
<property name="text">
|
|
451
|
-
<string>Monopolar (Gain 8)</string>
|
|
452
|
-
</property>
|
|
453
|
-
</item>
|
|
454
|
-
<item>
|
|
455
|
-
<property name="text">
|
|
456
|
-
<string>Monopolar (Gain 4)</string>
|
|
457
|
-
</property>
|
|
458
|
-
</item>
|
|
459
|
-
<item>
|
|
460
|
-
<property name="text">
|
|
461
|
-
<string>Impedance Check</string>
|
|
462
|
-
</property>
|
|
463
|
-
</item>
|
|
464
|
-
<item>
|
|
465
|
-
<property name="text">
|
|
466
|
-
<string>Test</string>
|
|
467
|
-
</property>
|
|
468
|
-
</item>
|
|
469
|
-
</widget>
|
|
470
|
-
</item>
|
|
471
|
-
<item row="7" column="0">
|
|
472
|
-
<widget class="QCheckBox" name="duePlusProbeSevenEnableCheckBox">
|
|
473
|
-
<property name="text">
|
|
474
|
-
<string>Due+ Probe 7</string>
|
|
475
|
-
</property>
|
|
476
|
-
</widget>
|
|
477
|
-
</item>
|
|
478
|
-
<item row="2" column="2">
|
|
479
|
-
<widget class="QComboBox" name="duePlusProbeTwoDetectionModeComboBox">
|
|
480
|
-
<property name="currentIndex">
|
|
481
|
-
<number>1</number>
|
|
482
|
-
</property>
|
|
483
|
-
<item>
|
|
484
|
-
<property name="text">
|
|
485
|
-
<string>Monopolar (Gain 8)</string>
|
|
486
|
-
</property>
|
|
487
|
-
</item>
|
|
488
|
-
<item>
|
|
489
|
-
<property name="text">
|
|
490
|
-
<string>Monopolar (Gain 4)</string>
|
|
491
|
-
</property>
|
|
492
|
-
</item>
|
|
493
|
-
<item>
|
|
494
|
-
<property name="text">
|
|
495
|
-
<string>Impedance Check</string>
|
|
496
|
-
</property>
|
|
497
|
-
</item>
|
|
498
|
-
<item>
|
|
499
|
-
<property name="text">
|
|
500
|
-
<string>Test</string>
|
|
501
|
-
</property>
|
|
502
|
-
</item>
|
|
503
|
-
</widget>
|
|
504
|
-
</item>
|
|
505
|
-
<item row="2" column="0">
|
|
506
|
-
<widget class="QCheckBox" name="duePlusProbeTwoEnableCheckBox">
|
|
507
|
-
<property name="text">
|
|
508
|
-
<string>Due+ Probe 2</string>
|
|
509
|
-
</property>
|
|
510
|
-
</widget>
|
|
511
|
-
</item>
|
|
512
|
-
<item row="8" column="2">
|
|
513
|
-
<widget class="QComboBox" name="duePlusProbeEightDetectionModeComboBox">
|
|
514
|
-
<property name="currentIndex">
|
|
515
|
-
<number>1</number>
|
|
516
|
-
</property>
|
|
517
|
-
<item>
|
|
518
|
-
<property name="text">
|
|
519
|
-
<string>Monopolar (Gain 8)</string>
|
|
520
|
-
</property>
|
|
521
|
-
</item>
|
|
522
|
-
<item>
|
|
523
|
-
<property name="text">
|
|
524
|
-
<string>Monopolar (Gain 4)</string>
|
|
525
|
-
</property>
|
|
526
|
-
</item>
|
|
527
|
-
<item>
|
|
528
|
-
<property name="text">
|
|
529
|
-
<string>Impedance Check</string>
|
|
530
|
-
</property>
|
|
531
|
-
</item>
|
|
532
|
-
<item>
|
|
533
|
-
<property name="text">
|
|
534
|
-
<string>Test</string>
|
|
535
|
-
</property>
|
|
536
|
-
</item>
|
|
537
|
-
</widget>
|
|
538
|
-
</item>
|
|
539
|
-
<item row="7" column="2">
|
|
540
|
-
<widget class="QComboBox" name="duePlusProbeSevenDetectionModeComboBox">
|
|
541
|
-
<property name="currentIndex">
|
|
542
|
-
<number>1</number>
|
|
543
|
-
</property>
|
|
544
|
-
<item>
|
|
545
|
-
<property name="text">
|
|
546
|
-
<string>Monopolar (Gain 8)</string>
|
|
547
|
-
</property>
|
|
548
|
-
</item>
|
|
549
|
-
<item>
|
|
550
|
-
<property name="text">
|
|
551
|
-
<string>Monopolar (Gain 4)</string>
|
|
552
|
-
</property>
|
|
553
|
-
</item>
|
|
554
|
-
<item>
|
|
555
|
-
<property name="text">
|
|
556
|
-
<string>Impedance Check</string>
|
|
557
|
-
</property>
|
|
558
|
-
</item>
|
|
559
|
-
<item>
|
|
560
|
-
<property name="text">
|
|
561
|
-
<string>Test</string>
|
|
562
|
-
</property>
|
|
563
|
-
</item>
|
|
564
|
-
</widget>
|
|
565
|
-
</item>
|
|
566
|
-
<item row="4" column="0">
|
|
567
|
-
<widget class="QCheckBox" name="duePlusProbeFourEnableCheckBox">
|
|
568
|
-
<property name="text">
|
|
569
|
-
<string>Due+ Probe 4</string>
|
|
570
|
-
</property>
|
|
571
|
-
</widget>
|
|
572
|
-
</item>
|
|
573
|
-
<item row="5" column="2">
|
|
574
|
-
<widget class="QComboBox" name="duePlusProbeFiveDetectionModeComboBox">
|
|
575
|
-
<property name="currentIndex">
|
|
576
|
-
<number>1</number>
|
|
577
|
-
</property>
|
|
578
|
-
<item>
|
|
579
|
-
<property name="text">
|
|
580
|
-
<string>Monopolar (Gain 8)</string>
|
|
581
|
-
</property>
|
|
582
|
-
</item>
|
|
583
|
-
<item>
|
|
584
|
-
<property name="text">
|
|
585
|
-
<string>Monopolar (Gain 4)</string>
|
|
586
|
-
</property>
|
|
587
|
-
</item>
|
|
588
|
-
<item>
|
|
589
|
-
<property name="text">
|
|
590
|
-
<string>Impedance Check</string>
|
|
591
|
-
</property>
|
|
592
|
-
</item>
|
|
593
|
-
<item>
|
|
594
|
-
<property name="text">
|
|
595
|
-
<string>Test</string>
|
|
596
|
-
</property>
|
|
597
|
-
</item>
|
|
598
|
-
</widget>
|
|
599
|
-
</item>
|
|
600
|
-
<item row="5" column="0">
|
|
601
|
-
<widget class="QCheckBox" name="duePlusProbeFiveEnableCheckBox">
|
|
602
|
-
<property name="text">
|
|
603
|
-
<string>Due+ Probe 5</string>
|
|
604
|
-
</property>
|
|
605
|
-
</widget>
|
|
606
|
-
</item>
|
|
607
|
-
<item row="0" column="2">
|
|
608
|
-
<widget class="QComboBox" name="duePlusProbeOneDetectionModeComboBox">
|
|
609
|
-
<property name="currentIndex">
|
|
610
|
-
<number>1</number>
|
|
611
|
-
</property>
|
|
612
|
-
<item>
|
|
613
|
-
<property name="text">
|
|
614
|
-
<string>Monopolar (Gain 8)</string>
|
|
615
|
-
</property>
|
|
616
|
-
</item>
|
|
617
|
-
<item>
|
|
618
|
-
<property name="text">
|
|
619
|
-
<string>Monopolar (Gain 4)</string>
|
|
620
|
-
</property>
|
|
621
|
-
</item>
|
|
622
|
-
<item>
|
|
623
|
-
<property name="text">
|
|
624
|
-
<string>Impedance Check</string>
|
|
625
|
-
</property>
|
|
626
|
-
</item>
|
|
627
|
-
<item>
|
|
628
|
-
<property name="text">
|
|
629
|
-
<string>Test</string>
|
|
630
|
-
</property>
|
|
631
|
-
</item>
|
|
632
|
-
</widget>
|
|
633
|
-
</item>
|
|
634
|
-
<item row="0" column="0">
|
|
635
|
-
<widget class="QCheckBox" name="duePlusProbeOneEnableCheckBox">
|
|
636
|
-
<property name="text">
|
|
637
|
-
<string>Due+ Probe 1</string>
|
|
638
|
-
</property>
|
|
639
|
-
</widget>
|
|
640
|
-
</item>
|
|
641
|
-
</layout>
|
|
642
|
-
</widget>
|
|
643
|
-
</widget>
|
|
644
|
-
</item>
|
|
645
|
-
</layout>
|
|
646
|
-
</widget>
|
|
647
|
-
</item>
|
|
648
|
-
<item row="2" column="0">
|
|
649
|
-
<widget class="QGroupBox" name="commandsGroupBox">
|
|
650
|
-
<property name="title">
|
|
651
|
-
<string>Commands</string>
|
|
652
|
-
</property>
|
|
653
|
-
<layout class="QGridLayout" name="gridLayout_10">
|
|
654
|
-
<item row="0" column="0">
|
|
655
|
-
<widget class="QPushButton" name="commandConnectionPushButton">
|
|
656
|
-
<property name="text">
|
|
657
|
-
<string>Connect</string>
|
|
658
|
-
</property>
|
|
659
|
-
</widget>
|
|
660
|
-
</item>
|
|
661
|
-
<item row="1" column="0">
|
|
662
|
-
<widget class="QPushButton" name="commandConfigurationPushButton">
|
|
663
|
-
<property name="text">
|
|
664
|
-
<string>Configure</string>
|
|
665
|
-
</property>
|
|
666
|
-
</widget>
|
|
667
|
-
</item>
|
|
668
|
-
<item row="2" column="0">
|
|
669
|
-
<widget class="QPushButton" name="commandStreamPushButton">
|
|
670
|
-
<property name="text">
|
|
671
|
-
<string>Stream</string>
|
|
672
|
-
</property>
|
|
673
|
-
</widget>
|
|
674
|
-
</item>
|
|
675
|
-
</layout>
|
|
676
|
-
</widget>
|
|
677
|
-
</item>
|
|
678
|
-
<item row="3" column="0">
|
|
679
|
-
<spacer name="verticalSpacer_3">
|
|
680
|
-
<property name="orientation">
|
|
681
|
-
<enum>Qt::Orientation::Vertical</enum>
|
|
682
|
-
</property>
|
|
683
|
-
<property name="sizeHint" stdset="0">
|
|
684
|
-
<size>
|
|
685
|
-
<width>20</width>
|
|
686
|
-
<height>40</height>
|
|
687
|
-
</size>
|
|
688
|
-
</property>
|
|
689
|
-
</spacer>
|
|
690
|
-
</item>
|
|
691
|
-
<item row="0" column="0">
|
|
692
|
-
<widget class="QGroupBox" name="connectionGroupBox">
|
|
693
|
-
<property name="title">
|
|
694
|
-
<string>Connection parameters</string>
|
|
695
|
-
</property>
|
|
696
|
-
<layout class="QGridLayout" name="gridLayout_2">
|
|
697
|
-
<item row="0" column="0">
|
|
698
|
-
<widget class="QLabel" name="label">
|
|
699
|
-
<property name="text">
|
|
700
|
-
<string>IP</string>
|
|
701
|
-
</property>
|
|
702
|
-
</widget>
|
|
703
|
-
</item>
|
|
704
|
-
<item row="0" column="1">
|
|
705
|
-
<widget class="QLabel" name="connectionIPAddressLabel">
|
|
706
|
-
<property name="text">
|
|
707
|
-
<string>192.168.76.1</string>
|
|
708
|
-
</property>
|
|
709
|
-
</widget>
|
|
710
|
-
</item>
|
|
711
|
-
<item row="1" column="0">
|
|
712
|
-
<widget class="QLabel" name="label_3">
|
|
713
|
-
<property name="text">
|
|
714
|
-
<string>TextLabel</string>
|
|
715
|
-
</property>
|
|
716
|
-
</widget>
|
|
717
|
-
</item>
|
|
718
|
-
<item row="1" column="1">
|
|
719
|
-
<widget class="QLabel" name="connectionPortLabel">
|
|
720
|
-
<property name="text">
|
|
721
|
-
<string>54320</string>
|
|
722
|
-
</property>
|
|
723
|
-
</widget>
|
|
724
|
-
</item>
|
|
725
|
-
</layout>
|
|
726
|
-
</widget>
|
|
727
|
-
</item>
|
|
728
|
-
</layout>
|
|
729
|
-
</widget>
|
|
730
|
-
<resources/>
|
|
731
|
-
<connections/>
|
|
732
|
-
</ui>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<ui version="4.0">
|
|
3
|
+
<class>SyncStationForm</class>
|
|
4
|
+
<widget class="QWidget" name="SyncStationForm">
|
|
5
|
+
<property name="geometry">
|
|
6
|
+
<rect>
|
|
7
|
+
<x>0</x>
|
|
8
|
+
<y>0</y>
|
|
9
|
+
<width>350</width>
|
|
10
|
+
<height>608</height>
|
|
11
|
+
</rect>
|
|
12
|
+
</property>
|
|
13
|
+
<property name="windowTitle">
|
|
14
|
+
<string>SyncStationForm</string>
|
|
15
|
+
</property>
|
|
16
|
+
<layout class="QGridLayout" name="gridLayout">
|
|
17
|
+
<item row="1" column="0">
|
|
18
|
+
<widget class="QGroupBox" name="inputGroupBox">
|
|
19
|
+
<property name="title">
|
|
20
|
+
<string>Input Parameters</string>
|
|
21
|
+
</property>
|
|
22
|
+
<layout class="QGridLayout" name="gridLayout_3">
|
|
23
|
+
<item row="0" column="1">
|
|
24
|
+
<widget class="QComboBox" name="inputWorkingModeComboBox">
|
|
25
|
+
<property name="currentIndex">
|
|
26
|
+
<number>1</number>
|
|
27
|
+
</property>
|
|
28
|
+
<item>
|
|
29
|
+
<property name="text">
|
|
30
|
+
<string>EEG</string>
|
|
31
|
+
</property>
|
|
32
|
+
</item>
|
|
33
|
+
<item>
|
|
34
|
+
<property name="text">
|
|
35
|
+
<string>EMG</string>
|
|
36
|
+
</property>
|
|
37
|
+
</item>
|
|
38
|
+
</widget>
|
|
39
|
+
</item>
|
|
40
|
+
<item row="0" column="0">
|
|
41
|
+
<widget class="QLabel" name="label_5">
|
|
42
|
+
<property name="text">
|
|
43
|
+
<string>Working Mode</string>
|
|
44
|
+
</property>
|
|
45
|
+
</widget>
|
|
46
|
+
</item>
|
|
47
|
+
<item row="1" column="0" colspan="2">
|
|
48
|
+
<widget class="QTabWidget" name="probesTabWidget">
|
|
49
|
+
<property name="currentIndex">
|
|
50
|
+
<number>0</number>
|
|
51
|
+
</property>
|
|
52
|
+
<widget class="QWidget" name="muoviWidget">
|
|
53
|
+
<attribute name="title">
|
|
54
|
+
<string>Muovi</string>
|
|
55
|
+
</attribute>
|
|
56
|
+
<layout class="QGridLayout" name="gridLayout_5">
|
|
57
|
+
<item row="0" column="0">
|
|
58
|
+
<widget class="QCheckBox" name="muoviProbeOneEnableCheckBox">
|
|
59
|
+
<property name="text">
|
|
60
|
+
<string>Muovi Probe 1</string>
|
|
61
|
+
</property>
|
|
62
|
+
</widget>
|
|
63
|
+
</item>
|
|
64
|
+
<item row="0" column="1">
|
|
65
|
+
<widget class="QComboBox" name="muoviProbeOneDetectionModeComboBox">
|
|
66
|
+
<property name="currentIndex">
|
|
67
|
+
<number>1</number>
|
|
68
|
+
</property>
|
|
69
|
+
<item>
|
|
70
|
+
<property name="text">
|
|
71
|
+
<string>Monopolar (Gain 8)</string>
|
|
72
|
+
</property>
|
|
73
|
+
</item>
|
|
74
|
+
<item>
|
|
75
|
+
<property name="text">
|
|
76
|
+
<string>Monopolar (Gain 4)</string>
|
|
77
|
+
</property>
|
|
78
|
+
</item>
|
|
79
|
+
<item>
|
|
80
|
+
<property name="text">
|
|
81
|
+
<string>Impedance Check</string>
|
|
82
|
+
</property>
|
|
83
|
+
</item>
|
|
84
|
+
<item>
|
|
85
|
+
<property name="text">
|
|
86
|
+
<string>Test</string>
|
|
87
|
+
</property>
|
|
88
|
+
</item>
|
|
89
|
+
</widget>
|
|
90
|
+
</item>
|
|
91
|
+
<item row="1" column="0">
|
|
92
|
+
<widget class="QCheckBox" name="muoviProbeTwoEnableCheckBox">
|
|
93
|
+
<property name="text">
|
|
94
|
+
<string>Muovi Probe 2</string>
|
|
95
|
+
</property>
|
|
96
|
+
</widget>
|
|
97
|
+
</item>
|
|
98
|
+
<item row="1" column="1">
|
|
99
|
+
<widget class="QComboBox" name="muoviProbeTwoDetectionModeComboBox">
|
|
100
|
+
<property name="currentIndex">
|
|
101
|
+
<number>1</number>
|
|
102
|
+
</property>
|
|
103
|
+
<item>
|
|
104
|
+
<property name="text">
|
|
105
|
+
<string>Monopolar (Gain 8)</string>
|
|
106
|
+
</property>
|
|
107
|
+
</item>
|
|
108
|
+
<item>
|
|
109
|
+
<property name="text">
|
|
110
|
+
<string>Monopolar (Gain 4)</string>
|
|
111
|
+
</property>
|
|
112
|
+
</item>
|
|
113
|
+
<item>
|
|
114
|
+
<property name="text">
|
|
115
|
+
<string>Impedance Check</string>
|
|
116
|
+
</property>
|
|
117
|
+
</item>
|
|
118
|
+
<item>
|
|
119
|
+
<property name="text">
|
|
120
|
+
<string>Test</string>
|
|
121
|
+
</property>
|
|
122
|
+
</item>
|
|
123
|
+
</widget>
|
|
124
|
+
</item>
|
|
125
|
+
<item row="2" column="0">
|
|
126
|
+
<widget class="QCheckBox" name="muoviProbeThreeEnableCheckBox">
|
|
127
|
+
<property name="text">
|
|
128
|
+
<string>Muovi Probe 3</string>
|
|
129
|
+
</property>
|
|
130
|
+
</widget>
|
|
131
|
+
</item>
|
|
132
|
+
<item row="2" column="1">
|
|
133
|
+
<widget class="QComboBox" name="muoviProbeThreeDetectionModeComboBox">
|
|
134
|
+
<property name="currentIndex">
|
|
135
|
+
<number>1</number>
|
|
136
|
+
</property>
|
|
137
|
+
<item>
|
|
138
|
+
<property name="text">
|
|
139
|
+
<string>Monopolar (Gain 8)</string>
|
|
140
|
+
</property>
|
|
141
|
+
</item>
|
|
142
|
+
<item>
|
|
143
|
+
<property name="text">
|
|
144
|
+
<string>Monopolar (Gain 4)</string>
|
|
145
|
+
</property>
|
|
146
|
+
</item>
|
|
147
|
+
<item>
|
|
148
|
+
<property name="text">
|
|
149
|
+
<string>Impedance Check</string>
|
|
150
|
+
</property>
|
|
151
|
+
</item>
|
|
152
|
+
<item>
|
|
153
|
+
<property name="text">
|
|
154
|
+
<string>Test</string>
|
|
155
|
+
</property>
|
|
156
|
+
</item>
|
|
157
|
+
</widget>
|
|
158
|
+
</item>
|
|
159
|
+
<item row="3" column="0">
|
|
160
|
+
<widget class="QCheckBox" name="muoviProbeFourEnableCheckBox">
|
|
161
|
+
<property name="text">
|
|
162
|
+
<string>Muovi Probe 4</string>
|
|
163
|
+
</property>
|
|
164
|
+
</widget>
|
|
165
|
+
</item>
|
|
166
|
+
<item row="3" column="1">
|
|
167
|
+
<widget class="QComboBox" name="muoviProbeFourDetectionModeComboBox">
|
|
168
|
+
<property name="currentIndex">
|
|
169
|
+
<number>1</number>
|
|
170
|
+
</property>
|
|
171
|
+
<item>
|
|
172
|
+
<property name="text">
|
|
173
|
+
<string>Monopolar (Gain 8)</string>
|
|
174
|
+
</property>
|
|
175
|
+
</item>
|
|
176
|
+
<item>
|
|
177
|
+
<property name="text">
|
|
178
|
+
<string>Monopolar (Gain 4)</string>
|
|
179
|
+
</property>
|
|
180
|
+
</item>
|
|
181
|
+
<item>
|
|
182
|
+
<property name="text">
|
|
183
|
+
<string>Impedance Check</string>
|
|
184
|
+
</property>
|
|
185
|
+
</item>
|
|
186
|
+
<item>
|
|
187
|
+
<property name="text">
|
|
188
|
+
<string>Test</string>
|
|
189
|
+
</property>
|
|
190
|
+
</item>
|
|
191
|
+
</widget>
|
|
192
|
+
</item>
|
|
193
|
+
<item row="4" column="0">
|
|
194
|
+
<spacer name="verticalSpacer_2">
|
|
195
|
+
<property name="orientation">
|
|
196
|
+
<enum>Qt::Orientation::Vertical</enum>
|
|
197
|
+
</property>
|
|
198
|
+
<property name="sizeHint" stdset="0">
|
|
199
|
+
<size>
|
|
200
|
+
<width>20</width>
|
|
201
|
+
<height>154</height>
|
|
202
|
+
</size>
|
|
203
|
+
</property>
|
|
204
|
+
</spacer>
|
|
205
|
+
</item>
|
|
206
|
+
</layout>
|
|
207
|
+
</widget>
|
|
208
|
+
<widget class="QWidget" name="muoviPlusWidget">
|
|
209
|
+
<attribute name="title">
|
|
210
|
+
<string>Muovi+</string>
|
|
211
|
+
</attribute>
|
|
212
|
+
<layout class="QGridLayout" name="gridLayout_4">
|
|
213
|
+
<item row="0" column="0">
|
|
214
|
+
<widget class="QCheckBox" name="muoviPlusProbeOneEnableCheckBox">
|
|
215
|
+
<property name="text">
|
|
216
|
+
<string>Muovi+ Probe 1</string>
|
|
217
|
+
</property>
|
|
218
|
+
</widget>
|
|
219
|
+
</item>
|
|
220
|
+
<item row="0" column="1">
|
|
221
|
+
<widget class="QComboBox" name="muoviPlusProbeOneDetectionModeComboBox">
|
|
222
|
+
<property name="currentIndex">
|
|
223
|
+
<number>1</number>
|
|
224
|
+
</property>
|
|
225
|
+
<item>
|
|
226
|
+
<property name="text">
|
|
227
|
+
<string>Monopolar (Gain 8)</string>
|
|
228
|
+
</property>
|
|
229
|
+
</item>
|
|
230
|
+
<item>
|
|
231
|
+
<property name="text">
|
|
232
|
+
<string>Monopolar (Gain 4)</string>
|
|
233
|
+
</property>
|
|
234
|
+
</item>
|
|
235
|
+
<item>
|
|
236
|
+
<property name="text">
|
|
237
|
+
<string>Impedance Check</string>
|
|
238
|
+
</property>
|
|
239
|
+
</item>
|
|
240
|
+
<item>
|
|
241
|
+
<property name="text">
|
|
242
|
+
<string>Test</string>
|
|
243
|
+
</property>
|
|
244
|
+
</item>
|
|
245
|
+
</widget>
|
|
246
|
+
</item>
|
|
247
|
+
<item row="1" column="0">
|
|
248
|
+
<widget class="QCheckBox" name="muoviPlusProbeTwoEnableCheckBox">
|
|
249
|
+
<property name="text">
|
|
250
|
+
<string>Muovi+ Probe 2</string>
|
|
251
|
+
</property>
|
|
252
|
+
</widget>
|
|
253
|
+
</item>
|
|
254
|
+
<item row="1" column="1">
|
|
255
|
+
<widget class="QComboBox" name="muoviPlusProbeTwoDetectionModeComboBox">
|
|
256
|
+
<property name="currentIndex">
|
|
257
|
+
<number>1</number>
|
|
258
|
+
</property>
|
|
259
|
+
<item>
|
|
260
|
+
<property name="text">
|
|
261
|
+
<string>Monopolar (Gain 8)</string>
|
|
262
|
+
</property>
|
|
263
|
+
</item>
|
|
264
|
+
<item>
|
|
265
|
+
<property name="text">
|
|
266
|
+
<string>Monopolar (Gain 4)</string>
|
|
267
|
+
</property>
|
|
268
|
+
</item>
|
|
269
|
+
<item>
|
|
270
|
+
<property name="text">
|
|
271
|
+
<string>Impedance Check</string>
|
|
272
|
+
</property>
|
|
273
|
+
</item>
|
|
274
|
+
<item>
|
|
275
|
+
<property name="text">
|
|
276
|
+
<string>Test</string>
|
|
277
|
+
</property>
|
|
278
|
+
</item>
|
|
279
|
+
</widget>
|
|
280
|
+
</item>
|
|
281
|
+
<item row="2" column="0">
|
|
282
|
+
<spacer name="verticalSpacer">
|
|
283
|
+
<property name="orientation">
|
|
284
|
+
<enum>Qt::Orientation::Vertical</enum>
|
|
285
|
+
</property>
|
|
286
|
+
<property name="sizeHint" stdset="0">
|
|
287
|
+
<size>
|
|
288
|
+
<width>20</width>
|
|
289
|
+
<height>40</height>
|
|
290
|
+
</size>
|
|
291
|
+
</property>
|
|
292
|
+
</spacer>
|
|
293
|
+
</item>
|
|
294
|
+
</layout>
|
|
295
|
+
</widget>
|
|
296
|
+
<widget class="QWidget" name="duePlusWidget">
|
|
297
|
+
<attribute name="title">
|
|
298
|
+
<string>Due+</string>
|
|
299
|
+
</attribute>
|
|
300
|
+
<layout class="QGridLayout" name="gridLayout_16">
|
|
301
|
+
<item row="9" column="0">
|
|
302
|
+
<widget class="QCheckBox" name="duePlusProbeNineEnableCheckBox">
|
|
303
|
+
<property name="text">
|
|
304
|
+
<string>Due+ Probe 9</string>
|
|
305
|
+
</property>
|
|
306
|
+
</widget>
|
|
307
|
+
</item>
|
|
308
|
+
<item row="10" column="0">
|
|
309
|
+
<widget class="QCheckBox" name="duePlusProbeTenEnableCheckBox">
|
|
310
|
+
<property name="text">
|
|
311
|
+
<string>Due+ Probe 10</string>
|
|
312
|
+
</property>
|
|
313
|
+
</widget>
|
|
314
|
+
</item>
|
|
315
|
+
<item row="6" column="2">
|
|
316
|
+
<widget class="QComboBox" name="duePlusProbeSixDetectionModeComboBox">
|
|
317
|
+
<property name="currentIndex">
|
|
318
|
+
<number>1</number>
|
|
319
|
+
</property>
|
|
320
|
+
<item>
|
|
321
|
+
<property name="text">
|
|
322
|
+
<string>Monopolar (Gain 8)</string>
|
|
323
|
+
</property>
|
|
324
|
+
</item>
|
|
325
|
+
<item>
|
|
326
|
+
<property name="text">
|
|
327
|
+
<string>Monopolar (Gain 4)</string>
|
|
328
|
+
</property>
|
|
329
|
+
</item>
|
|
330
|
+
<item>
|
|
331
|
+
<property name="text">
|
|
332
|
+
<string>Impedance Check</string>
|
|
333
|
+
</property>
|
|
334
|
+
</item>
|
|
335
|
+
<item>
|
|
336
|
+
<property name="text">
|
|
337
|
+
<string>Test</string>
|
|
338
|
+
</property>
|
|
339
|
+
</item>
|
|
340
|
+
</widget>
|
|
341
|
+
</item>
|
|
342
|
+
<item row="10" column="2">
|
|
343
|
+
<widget class="QComboBox" name="duePlusProbeTenDetectionModeComboBox">
|
|
344
|
+
<property name="currentIndex">
|
|
345
|
+
<number>1</number>
|
|
346
|
+
</property>
|
|
347
|
+
<item>
|
|
348
|
+
<property name="text">
|
|
349
|
+
<string>Monopolar (Gain 8)</string>
|
|
350
|
+
</property>
|
|
351
|
+
</item>
|
|
352
|
+
<item>
|
|
353
|
+
<property name="text">
|
|
354
|
+
<string>Monopolar (Gain 4)</string>
|
|
355
|
+
</property>
|
|
356
|
+
</item>
|
|
357
|
+
<item>
|
|
358
|
+
<property name="text">
|
|
359
|
+
<string>Impedance Check</string>
|
|
360
|
+
</property>
|
|
361
|
+
</item>
|
|
362
|
+
<item>
|
|
363
|
+
<property name="text">
|
|
364
|
+
<string>Test</string>
|
|
365
|
+
</property>
|
|
366
|
+
</item>
|
|
367
|
+
</widget>
|
|
368
|
+
</item>
|
|
369
|
+
<item row="9" column="2">
|
|
370
|
+
<widget class="QComboBox" name="duePlusProbeNineDetectionModeComboBox">
|
|
371
|
+
<property name="currentIndex">
|
|
372
|
+
<number>1</number>
|
|
373
|
+
</property>
|
|
374
|
+
<item>
|
|
375
|
+
<property name="text">
|
|
376
|
+
<string>Monopolar (Gain 8)</string>
|
|
377
|
+
</property>
|
|
378
|
+
</item>
|
|
379
|
+
<item>
|
|
380
|
+
<property name="text">
|
|
381
|
+
<string>Monopolar (Gain 4)</string>
|
|
382
|
+
</property>
|
|
383
|
+
</item>
|
|
384
|
+
<item>
|
|
385
|
+
<property name="text">
|
|
386
|
+
<string>Impedance Check</string>
|
|
387
|
+
</property>
|
|
388
|
+
</item>
|
|
389
|
+
<item>
|
|
390
|
+
<property name="text">
|
|
391
|
+
<string>Test</string>
|
|
392
|
+
</property>
|
|
393
|
+
</item>
|
|
394
|
+
</widget>
|
|
395
|
+
</item>
|
|
396
|
+
<item row="4" column="2">
|
|
397
|
+
<widget class="QComboBox" name="duePlusProbeFourDetectionModeComboBox">
|
|
398
|
+
<property name="currentIndex">
|
|
399
|
+
<number>1</number>
|
|
400
|
+
</property>
|
|
401
|
+
<item>
|
|
402
|
+
<property name="text">
|
|
403
|
+
<string>Monopolar (Gain 8)</string>
|
|
404
|
+
</property>
|
|
405
|
+
</item>
|
|
406
|
+
<item>
|
|
407
|
+
<property name="text">
|
|
408
|
+
<string>Monopolar (Gain 4)</string>
|
|
409
|
+
</property>
|
|
410
|
+
</item>
|
|
411
|
+
<item>
|
|
412
|
+
<property name="text">
|
|
413
|
+
<string>Impedance Check</string>
|
|
414
|
+
</property>
|
|
415
|
+
</item>
|
|
416
|
+
<item>
|
|
417
|
+
<property name="text">
|
|
418
|
+
<string>Test</string>
|
|
419
|
+
</property>
|
|
420
|
+
</item>
|
|
421
|
+
</widget>
|
|
422
|
+
</item>
|
|
423
|
+
<item row="3" column="0">
|
|
424
|
+
<widget class="QCheckBox" name="duePlusProbeThreeEnableCheckBox">
|
|
425
|
+
<property name="text">
|
|
426
|
+
<string>Due+ Probe 3</string>
|
|
427
|
+
</property>
|
|
428
|
+
</widget>
|
|
429
|
+
</item>
|
|
430
|
+
<item row="6" column="0">
|
|
431
|
+
<widget class="QCheckBox" name="duePlusProbeSixEnableCheckBox">
|
|
432
|
+
<property name="text">
|
|
433
|
+
<string>Due+ Probe 6</string>
|
|
434
|
+
</property>
|
|
435
|
+
</widget>
|
|
436
|
+
</item>
|
|
437
|
+
<item row="8" column="0">
|
|
438
|
+
<widget class="QCheckBox" name="duePlusProbeEightEnableCheckBox">
|
|
439
|
+
<property name="text">
|
|
440
|
+
<string>Due+ Probe 8</string>
|
|
441
|
+
</property>
|
|
442
|
+
</widget>
|
|
443
|
+
</item>
|
|
444
|
+
<item row="3" column="2">
|
|
445
|
+
<widget class="QComboBox" name="duePlusProbeThreeDetectionModeComboBox">
|
|
446
|
+
<property name="currentIndex">
|
|
447
|
+
<number>1</number>
|
|
448
|
+
</property>
|
|
449
|
+
<item>
|
|
450
|
+
<property name="text">
|
|
451
|
+
<string>Monopolar (Gain 8)</string>
|
|
452
|
+
</property>
|
|
453
|
+
</item>
|
|
454
|
+
<item>
|
|
455
|
+
<property name="text">
|
|
456
|
+
<string>Monopolar (Gain 4)</string>
|
|
457
|
+
</property>
|
|
458
|
+
</item>
|
|
459
|
+
<item>
|
|
460
|
+
<property name="text">
|
|
461
|
+
<string>Impedance Check</string>
|
|
462
|
+
</property>
|
|
463
|
+
</item>
|
|
464
|
+
<item>
|
|
465
|
+
<property name="text">
|
|
466
|
+
<string>Test</string>
|
|
467
|
+
</property>
|
|
468
|
+
</item>
|
|
469
|
+
</widget>
|
|
470
|
+
</item>
|
|
471
|
+
<item row="7" column="0">
|
|
472
|
+
<widget class="QCheckBox" name="duePlusProbeSevenEnableCheckBox">
|
|
473
|
+
<property name="text">
|
|
474
|
+
<string>Due+ Probe 7</string>
|
|
475
|
+
</property>
|
|
476
|
+
</widget>
|
|
477
|
+
</item>
|
|
478
|
+
<item row="2" column="2">
|
|
479
|
+
<widget class="QComboBox" name="duePlusProbeTwoDetectionModeComboBox">
|
|
480
|
+
<property name="currentIndex">
|
|
481
|
+
<number>1</number>
|
|
482
|
+
</property>
|
|
483
|
+
<item>
|
|
484
|
+
<property name="text">
|
|
485
|
+
<string>Monopolar (Gain 8)</string>
|
|
486
|
+
</property>
|
|
487
|
+
</item>
|
|
488
|
+
<item>
|
|
489
|
+
<property name="text">
|
|
490
|
+
<string>Monopolar (Gain 4)</string>
|
|
491
|
+
</property>
|
|
492
|
+
</item>
|
|
493
|
+
<item>
|
|
494
|
+
<property name="text">
|
|
495
|
+
<string>Impedance Check</string>
|
|
496
|
+
</property>
|
|
497
|
+
</item>
|
|
498
|
+
<item>
|
|
499
|
+
<property name="text">
|
|
500
|
+
<string>Test</string>
|
|
501
|
+
</property>
|
|
502
|
+
</item>
|
|
503
|
+
</widget>
|
|
504
|
+
</item>
|
|
505
|
+
<item row="2" column="0">
|
|
506
|
+
<widget class="QCheckBox" name="duePlusProbeTwoEnableCheckBox">
|
|
507
|
+
<property name="text">
|
|
508
|
+
<string>Due+ Probe 2</string>
|
|
509
|
+
</property>
|
|
510
|
+
</widget>
|
|
511
|
+
</item>
|
|
512
|
+
<item row="8" column="2">
|
|
513
|
+
<widget class="QComboBox" name="duePlusProbeEightDetectionModeComboBox">
|
|
514
|
+
<property name="currentIndex">
|
|
515
|
+
<number>1</number>
|
|
516
|
+
</property>
|
|
517
|
+
<item>
|
|
518
|
+
<property name="text">
|
|
519
|
+
<string>Monopolar (Gain 8)</string>
|
|
520
|
+
</property>
|
|
521
|
+
</item>
|
|
522
|
+
<item>
|
|
523
|
+
<property name="text">
|
|
524
|
+
<string>Monopolar (Gain 4)</string>
|
|
525
|
+
</property>
|
|
526
|
+
</item>
|
|
527
|
+
<item>
|
|
528
|
+
<property name="text">
|
|
529
|
+
<string>Impedance Check</string>
|
|
530
|
+
</property>
|
|
531
|
+
</item>
|
|
532
|
+
<item>
|
|
533
|
+
<property name="text">
|
|
534
|
+
<string>Test</string>
|
|
535
|
+
</property>
|
|
536
|
+
</item>
|
|
537
|
+
</widget>
|
|
538
|
+
</item>
|
|
539
|
+
<item row="7" column="2">
|
|
540
|
+
<widget class="QComboBox" name="duePlusProbeSevenDetectionModeComboBox">
|
|
541
|
+
<property name="currentIndex">
|
|
542
|
+
<number>1</number>
|
|
543
|
+
</property>
|
|
544
|
+
<item>
|
|
545
|
+
<property name="text">
|
|
546
|
+
<string>Monopolar (Gain 8)</string>
|
|
547
|
+
</property>
|
|
548
|
+
</item>
|
|
549
|
+
<item>
|
|
550
|
+
<property name="text">
|
|
551
|
+
<string>Monopolar (Gain 4)</string>
|
|
552
|
+
</property>
|
|
553
|
+
</item>
|
|
554
|
+
<item>
|
|
555
|
+
<property name="text">
|
|
556
|
+
<string>Impedance Check</string>
|
|
557
|
+
</property>
|
|
558
|
+
</item>
|
|
559
|
+
<item>
|
|
560
|
+
<property name="text">
|
|
561
|
+
<string>Test</string>
|
|
562
|
+
</property>
|
|
563
|
+
</item>
|
|
564
|
+
</widget>
|
|
565
|
+
</item>
|
|
566
|
+
<item row="4" column="0">
|
|
567
|
+
<widget class="QCheckBox" name="duePlusProbeFourEnableCheckBox">
|
|
568
|
+
<property name="text">
|
|
569
|
+
<string>Due+ Probe 4</string>
|
|
570
|
+
</property>
|
|
571
|
+
</widget>
|
|
572
|
+
</item>
|
|
573
|
+
<item row="5" column="2">
|
|
574
|
+
<widget class="QComboBox" name="duePlusProbeFiveDetectionModeComboBox">
|
|
575
|
+
<property name="currentIndex">
|
|
576
|
+
<number>1</number>
|
|
577
|
+
</property>
|
|
578
|
+
<item>
|
|
579
|
+
<property name="text">
|
|
580
|
+
<string>Monopolar (Gain 8)</string>
|
|
581
|
+
</property>
|
|
582
|
+
</item>
|
|
583
|
+
<item>
|
|
584
|
+
<property name="text">
|
|
585
|
+
<string>Monopolar (Gain 4)</string>
|
|
586
|
+
</property>
|
|
587
|
+
</item>
|
|
588
|
+
<item>
|
|
589
|
+
<property name="text">
|
|
590
|
+
<string>Impedance Check</string>
|
|
591
|
+
</property>
|
|
592
|
+
</item>
|
|
593
|
+
<item>
|
|
594
|
+
<property name="text">
|
|
595
|
+
<string>Test</string>
|
|
596
|
+
</property>
|
|
597
|
+
</item>
|
|
598
|
+
</widget>
|
|
599
|
+
</item>
|
|
600
|
+
<item row="5" column="0">
|
|
601
|
+
<widget class="QCheckBox" name="duePlusProbeFiveEnableCheckBox">
|
|
602
|
+
<property name="text">
|
|
603
|
+
<string>Due+ Probe 5</string>
|
|
604
|
+
</property>
|
|
605
|
+
</widget>
|
|
606
|
+
</item>
|
|
607
|
+
<item row="0" column="2">
|
|
608
|
+
<widget class="QComboBox" name="duePlusProbeOneDetectionModeComboBox">
|
|
609
|
+
<property name="currentIndex">
|
|
610
|
+
<number>1</number>
|
|
611
|
+
</property>
|
|
612
|
+
<item>
|
|
613
|
+
<property name="text">
|
|
614
|
+
<string>Monopolar (Gain 8)</string>
|
|
615
|
+
</property>
|
|
616
|
+
</item>
|
|
617
|
+
<item>
|
|
618
|
+
<property name="text">
|
|
619
|
+
<string>Monopolar (Gain 4)</string>
|
|
620
|
+
</property>
|
|
621
|
+
</item>
|
|
622
|
+
<item>
|
|
623
|
+
<property name="text">
|
|
624
|
+
<string>Impedance Check</string>
|
|
625
|
+
</property>
|
|
626
|
+
</item>
|
|
627
|
+
<item>
|
|
628
|
+
<property name="text">
|
|
629
|
+
<string>Test</string>
|
|
630
|
+
</property>
|
|
631
|
+
</item>
|
|
632
|
+
</widget>
|
|
633
|
+
</item>
|
|
634
|
+
<item row="0" column="0">
|
|
635
|
+
<widget class="QCheckBox" name="duePlusProbeOneEnableCheckBox">
|
|
636
|
+
<property name="text">
|
|
637
|
+
<string>Due+ Probe 1</string>
|
|
638
|
+
</property>
|
|
639
|
+
</widget>
|
|
640
|
+
</item>
|
|
641
|
+
</layout>
|
|
642
|
+
</widget>
|
|
643
|
+
</widget>
|
|
644
|
+
</item>
|
|
645
|
+
</layout>
|
|
646
|
+
</widget>
|
|
647
|
+
</item>
|
|
648
|
+
<item row="2" column="0">
|
|
649
|
+
<widget class="QGroupBox" name="commandsGroupBox">
|
|
650
|
+
<property name="title">
|
|
651
|
+
<string>Commands</string>
|
|
652
|
+
</property>
|
|
653
|
+
<layout class="QGridLayout" name="gridLayout_10">
|
|
654
|
+
<item row="0" column="0">
|
|
655
|
+
<widget class="QPushButton" name="commandConnectionPushButton">
|
|
656
|
+
<property name="text">
|
|
657
|
+
<string>Connect</string>
|
|
658
|
+
</property>
|
|
659
|
+
</widget>
|
|
660
|
+
</item>
|
|
661
|
+
<item row="1" column="0">
|
|
662
|
+
<widget class="QPushButton" name="commandConfigurationPushButton">
|
|
663
|
+
<property name="text">
|
|
664
|
+
<string>Configure</string>
|
|
665
|
+
</property>
|
|
666
|
+
</widget>
|
|
667
|
+
</item>
|
|
668
|
+
<item row="2" column="0">
|
|
669
|
+
<widget class="QPushButton" name="commandStreamPushButton">
|
|
670
|
+
<property name="text">
|
|
671
|
+
<string>Stream</string>
|
|
672
|
+
</property>
|
|
673
|
+
</widget>
|
|
674
|
+
</item>
|
|
675
|
+
</layout>
|
|
676
|
+
</widget>
|
|
677
|
+
</item>
|
|
678
|
+
<item row="3" column="0">
|
|
679
|
+
<spacer name="verticalSpacer_3">
|
|
680
|
+
<property name="orientation">
|
|
681
|
+
<enum>Qt::Orientation::Vertical</enum>
|
|
682
|
+
</property>
|
|
683
|
+
<property name="sizeHint" stdset="0">
|
|
684
|
+
<size>
|
|
685
|
+
<width>20</width>
|
|
686
|
+
<height>40</height>
|
|
687
|
+
</size>
|
|
688
|
+
</property>
|
|
689
|
+
</spacer>
|
|
690
|
+
</item>
|
|
691
|
+
<item row="0" column="0">
|
|
692
|
+
<widget class="QGroupBox" name="connectionGroupBox">
|
|
693
|
+
<property name="title">
|
|
694
|
+
<string>Connection parameters</string>
|
|
695
|
+
</property>
|
|
696
|
+
<layout class="QGridLayout" name="gridLayout_2">
|
|
697
|
+
<item row="0" column="0">
|
|
698
|
+
<widget class="QLabel" name="label">
|
|
699
|
+
<property name="text">
|
|
700
|
+
<string>IP</string>
|
|
701
|
+
</property>
|
|
702
|
+
</widget>
|
|
703
|
+
</item>
|
|
704
|
+
<item row="0" column="1">
|
|
705
|
+
<widget class="QLabel" name="connectionIPAddressLabel">
|
|
706
|
+
<property name="text">
|
|
707
|
+
<string>192.168.76.1</string>
|
|
708
|
+
</property>
|
|
709
|
+
</widget>
|
|
710
|
+
</item>
|
|
711
|
+
<item row="1" column="0">
|
|
712
|
+
<widget class="QLabel" name="label_3">
|
|
713
|
+
<property name="text">
|
|
714
|
+
<string>TextLabel</string>
|
|
715
|
+
</property>
|
|
716
|
+
</widget>
|
|
717
|
+
</item>
|
|
718
|
+
<item row="1" column="1">
|
|
719
|
+
<widget class="QLabel" name="connectionPortLabel">
|
|
720
|
+
<property name="text">
|
|
721
|
+
<string>54320</string>
|
|
722
|
+
</property>
|
|
723
|
+
</widget>
|
|
724
|
+
</item>
|
|
725
|
+
</layout>
|
|
726
|
+
</widget>
|
|
727
|
+
</item>
|
|
728
|
+
</layout>
|
|
729
|
+
</widget>
|
|
730
|
+
<resources/>
|
|
731
|
+
<connections/>
|
|
732
|
+
</ui>
|