biosignal-device-interface 0.2.2__py3-none-any.whl → 0.2.4__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/gui/device_template_widgets/core/base_multiple_devices_widget.py +17 -0
- biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_plus_widget.py +16 -0
- biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_widget.py +16 -0
- biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_light_widget.py +7 -0
- biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_widget.py +31 -0
- biosignal_device_interface/gui/device_template_widgets/otb/otb_syncstation_widget.py +7 -0
- biosignal_device_interface/gui/plot_widgets/biosignal_plot_widget.py +53 -4
- biosignal_device_interface/gui/ui/devices_template_widget.ui +99 -4
- biosignal_device_interface/gui/ui/otb_muovi_plus_template_widget.ui +7 -1
- biosignal_device_interface/gui/ui/otb_muovi_template_widget.ui +7 -1
- biosignal_device_interface/gui/ui/otb_quattrocento_light_template_widget.ui +7 -1
- biosignal_device_interface/gui/ui/otb_quattrocento_template_widget.ui +13 -1
- biosignal_device_interface/gui/ui/otb_syncstation_template_widget.ui +24 -18
- biosignal_device_interface/gui/ui_compiled/devices_template_widget.py +53 -5
- biosignal_device_interface/gui/ui_compiled/otb_muovi_plus_template_widget.py +5 -4
- biosignal_device_interface/gui/ui_compiled/otb_muovi_template_widget.py +5 -4
- biosignal_device_interface/gui/ui_compiled/otb_quattrocento_light_template_widget.py +6 -5
- biosignal_device_interface/gui/ui_compiled/otb_quattrocento_template_widget.py +4 -2
- biosignal_device_interface/gui/ui_compiled/otb_syncstation_template_widget.py +20 -19
- {biosignal_device_interface-0.2.2.dist-info → biosignal_device_interface-0.2.4.dist-info}/METADATA +46 -38
- {biosignal_device_interface-0.2.2.dist-info → biosignal_device_interface-0.2.4.dist-info}/RECORD +23 -23
- {biosignal_device_interface-0.2.2.dist-info → biosignal_device_interface-0.2.4.dist-info}/WHEEL +1 -1
- {biosignal_device_interface-0.2.2.dist-info → biosignal_device_interface-0.2.4.dist-info}/licenses/LICENSE +0 -0
|
@@ -6,13 +6,19 @@
|
|
|
6
6
|
<rect>
|
|
7
7
|
<x>0</x>
|
|
8
8
|
<y>0</y>
|
|
9
|
-
<width>
|
|
9
|
+
<width>340</width>
|
|
10
10
|
<height>608</height>
|
|
11
11
|
</rect>
|
|
12
12
|
</property>
|
|
13
13
|
<property name="windowTitle">
|
|
14
14
|
<string>SyncStationForm</string>
|
|
15
15
|
</property>
|
|
16
|
+
<property name="maximumSize">
|
|
17
|
+
<size>
|
|
18
|
+
<width>340</width>
|
|
19
|
+
<height>16777215</height>
|
|
20
|
+
</size>
|
|
21
|
+
</property>
|
|
16
22
|
<layout class="QGridLayout" name="gridLayout">
|
|
17
23
|
<item row="1" column="0">
|
|
18
24
|
<widget class="QGroupBox" name="inputGroupBox">
|
|
@@ -57,7 +63,7 @@
|
|
|
57
63
|
<item row="0" column="0">
|
|
58
64
|
<widget class="QCheckBox" name="muoviProbeOneEnableCheckBox">
|
|
59
65
|
<property name="text">
|
|
60
|
-
<string>
|
|
66
|
+
<string>Muovi1</string>
|
|
61
67
|
</property>
|
|
62
68
|
</widget>
|
|
63
69
|
</item>
|
|
@@ -91,7 +97,7 @@
|
|
|
91
97
|
<item row="1" column="0">
|
|
92
98
|
<widget class="QCheckBox" name="muoviProbeTwoEnableCheckBox">
|
|
93
99
|
<property name="text">
|
|
94
|
-
<string>
|
|
100
|
+
<string>Muovi2</string>
|
|
95
101
|
</property>
|
|
96
102
|
</widget>
|
|
97
103
|
</item>
|
|
@@ -125,7 +131,7 @@
|
|
|
125
131
|
<item row="2" column="0">
|
|
126
132
|
<widget class="QCheckBox" name="muoviProbeThreeEnableCheckBox">
|
|
127
133
|
<property name="text">
|
|
128
|
-
<string>
|
|
134
|
+
<string>Muovi3</string>
|
|
129
135
|
</property>
|
|
130
136
|
</widget>
|
|
131
137
|
</item>
|
|
@@ -159,7 +165,7 @@
|
|
|
159
165
|
<item row="3" column="0">
|
|
160
166
|
<widget class="QCheckBox" name="muoviProbeFourEnableCheckBox">
|
|
161
167
|
<property name="text">
|
|
162
|
-
<string>
|
|
168
|
+
<string>Muovi4</string>
|
|
163
169
|
</property>
|
|
164
170
|
</widget>
|
|
165
171
|
</item>
|
|
@@ -198,7 +204,7 @@
|
|
|
198
204
|
<property name="sizeHint" stdset="0">
|
|
199
205
|
<size>
|
|
200
206
|
<width>20</width>
|
|
201
|
-
<height>
|
|
207
|
+
<height>40</height>
|
|
202
208
|
</size>
|
|
203
209
|
</property>
|
|
204
210
|
</spacer>
|
|
@@ -213,7 +219,7 @@
|
|
|
213
219
|
<item row="0" column="0">
|
|
214
220
|
<widget class="QCheckBox" name="muoviPlusProbeOneEnableCheckBox">
|
|
215
221
|
<property name="text">
|
|
216
|
-
<string>Muovi+
|
|
222
|
+
<string>Muovi+1</string>
|
|
217
223
|
</property>
|
|
218
224
|
</widget>
|
|
219
225
|
</item>
|
|
@@ -247,7 +253,7 @@
|
|
|
247
253
|
<item row="1" column="0">
|
|
248
254
|
<widget class="QCheckBox" name="muoviPlusProbeTwoEnableCheckBox">
|
|
249
255
|
<property name="text">
|
|
250
|
-
<string>Muovi+
|
|
256
|
+
<string>Muovi+2</string>
|
|
251
257
|
</property>
|
|
252
258
|
</widget>
|
|
253
259
|
</item>
|
|
@@ -301,14 +307,14 @@
|
|
|
301
307
|
<item row="9" column="0">
|
|
302
308
|
<widget class="QCheckBox" name="duePlusProbeNineEnableCheckBox">
|
|
303
309
|
<property name="text">
|
|
304
|
-
<string>Due+
|
|
310
|
+
<string>Due+9</string>
|
|
305
311
|
</property>
|
|
306
312
|
</widget>
|
|
307
313
|
</item>
|
|
308
314
|
<item row="10" column="0">
|
|
309
315
|
<widget class="QCheckBox" name="duePlusProbeTenEnableCheckBox">
|
|
310
316
|
<property name="text">
|
|
311
|
-
<string>Due+
|
|
317
|
+
<string>Due+10</string>
|
|
312
318
|
</property>
|
|
313
319
|
</widget>
|
|
314
320
|
</item>
|
|
@@ -423,21 +429,21 @@
|
|
|
423
429
|
<item row="3" column="0">
|
|
424
430
|
<widget class="QCheckBox" name="duePlusProbeThreeEnableCheckBox">
|
|
425
431
|
<property name="text">
|
|
426
|
-
<string>Due+
|
|
432
|
+
<string>Due+3</string>
|
|
427
433
|
</property>
|
|
428
434
|
</widget>
|
|
429
435
|
</item>
|
|
430
436
|
<item row="6" column="0">
|
|
431
437
|
<widget class="QCheckBox" name="duePlusProbeSixEnableCheckBox">
|
|
432
438
|
<property name="text">
|
|
433
|
-
<string>Due+
|
|
439
|
+
<string>Due+6</string>
|
|
434
440
|
</property>
|
|
435
441
|
</widget>
|
|
436
442
|
</item>
|
|
437
443
|
<item row="8" column="0">
|
|
438
444
|
<widget class="QCheckBox" name="duePlusProbeEightEnableCheckBox">
|
|
439
445
|
<property name="text">
|
|
440
|
-
<string>Due+
|
|
446
|
+
<string>Due+8</string>
|
|
441
447
|
</property>
|
|
442
448
|
</widget>
|
|
443
449
|
</item>
|
|
@@ -471,7 +477,7 @@
|
|
|
471
477
|
<item row="7" column="0">
|
|
472
478
|
<widget class="QCheckBox" name="duePlusProbeSevenEnableCheckBox">
|
|
473
479
|
<property name="text">
|
|
474
|
-
<string>Due+
|
|
480
|
+
<string>Due+7</string>
|
|
475
481
|
</property>
|
|
476
482
|
</widget>
|
|
477
483
|
</item>
|
|
@@ -505,7 +511,7 @@
|
|
|
505
511
|
<item row="2" column="0">
|
|
506
512
|
<widget class="QCheckBox" name="duePlusProbeTwoEnableCheckBox">
|
|
507
513
|
<property name="text">
|
|
508
|
-
<string>Due+
|
|
514
|
+
<string>Due+2</string>
|
|
509
515
|
</property>
|
|
510
516
|
</widget>
|
|
511
517
|
</item>
|
|
@@ -566,7 +572,7 @@
|
|
|
566
572
|
<item row="4" column="0">
|
|
567
573
|
<widget class="QCheckBox" name="duePlusProbeFourEnableCheckBox">
|
|
568
574
|
<property name="text">
|
|
569
|
-
<string>Due+
|
|
575
|
+
<string>Due+4</string>
|
|
570
576
|
</property>
|
|
571
577
|
</widget>
|
|
572
578
|
</item>
|
|
@@ -600,7 +606,7 @@
|
|
|
600
606
|
<item row="5" column="0">
|
|
601
607
|
<widget class="QCheckBox" name="duePlusProbeFiveEnableCheckBox">
|
|
602
608
|
<property name="text">
|
|
603
|
-
<string>Due+
|
|
609
|
+
<string>Due+5</string>
|
|
604
610
|
</property>
|
|
605
611
|
</widget>
|
|
606
612
|
</item>
|
|
@@ -634,7 +640,7 @@
|
|
|
634
640
|
<item row="0" column="0">
|
|
635
641
|
<widget class="QCheckBox" name="duePlusProbeOneEnableCheckBox">
|
|
636
642
|
<property name="text">
|
|
637
|
-
<string>Due+
|
|
643
|
+
<string>Due+1</string>
|
|
638
644
|
</property>
|
|
639
645
|
</widget>
|
|
640
646
|
</item>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
################################################################################
|
|
4
4
|
## Form generated from reading UI file 'devices_template_widget.ui'
|
|
5
5
|
##
|
|
6
|
-
## Created by: Qt User Interface Compiler version 6.
|
|
6
|
+
## Created by: Qt User Interface Compiler version 6.10.1
|
|
7
7
|
##
|
|
8
8
|
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
9
9
|
################################################################################
|
|
@@ -15,14 +15,20 @@ from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,
|
|
|
15
15
|
QFont, QFontDatabase, QGradient, QIcon,
|
|
16
16
|
QImage, QKeySequence, QLinearGradient, QPainter,
|
|
17
17
|
QPalette, QPixmap, QRadialGradient, QTransform)
|
|
18
|
-
from PySide6.QtWidgets import (QApplication, QComboBox,
|
|
19
|
-
|
|
18
|
+
from PySide6.QtWidgets import (QApplication, QComboBox, QFrame, QGridLayout,
|
|
19
|
+
QHBoxLayout, QLabel, QScrollArea, QScrollBar,
|
|
20
|
+
QSizePolicy, QSpacerItem, QStackedWidget, QWidget)
|
|
20
21
|
|
|
21
22
|
class Ui_DeviceWidgetForm(object):
|
|
22
23
|
def setupUi(self, DeviceWidgetForm):
|
|
23
24
|
if not DeviceWidgetForm.objectName():
|
|
24
25
|
DeviceWidgetForm.setObjectName(u"DeviceWidgetForm")
|
|
25
26
|
DeviceWidgetForm.resize(400, 300)
|
|
27
|
+
sizePolicy = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Expanding)
|
|
28
|
+
sizePolicy.setHorizontalStretch(0)
|
|
29
|
+
sizePolicy.setVerticalStretch(1)
|
|
30
|
+
sizePolicy.setHeightForWidth(DeviceWidgetForm.sizePolicy().hasHeightForWidth())
|
|
31
|
+
DeviceWidgetForm.setSizePolicy(sizePolicy)
|
|
26
32
|
self.gridLayout = QGridLayout(DeviceWidgetForm)
|
|
27
33
|
self.gridLayout.setObjectName(u"gridLayout")
|
|
28
34
|
self.label = QLabel(DeviceWidgetForm)
|
|
@@ -35,10 +41,52 @@ class Ui_DeviceWidgetForm(object):
|
|
|
35
41
|
|
|
36
42
|
self.gridLayout.addWidget(self.deviceSelectionComboBox, 0, 1, 1, 1)
|
|
37
43
|
|
|
38
|
-
self.
|
|
44
|
+
self.scrollAreaLayout = QHBoxLayout()
|
|
45
|
+
self.scrollAreaLayout.setSpacing(6)
|
|
46
|
+
self.scrollAreaLayout.setObjectName(u"scrollAreaLayout")
|
|
47
|
+
self.scrollAreaLayout.setContentsMargins(20, -1, -1, -1)
|
|
48
|
+
self.deviceScrollArea = QScrollArea(DeviceWidgetForm)
|
|
49
|
+
self.deviceScrollArea.setObjectName(u"deviceScrollArea")
|
|
50
|
+
sizePolicy1 = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Expanding)
|
|
51
|
+
sizePolicy1.setHorizontalStretch(0)
|
|
52
|
+
sizePolicy1.setVerticalStretch(1)
|
|
53
|
+
sizePolicy1.setHeightForWidth(self.deviceScrollArea.sizePolicy().hasHeightForWidth())
|
|
54
|
+
self.deviceScrollArea.setSizePolicy(sizePolicy1)
|
|
55
|
+
self.deviceScrollArea.setFrameShape(QFrame.Shape.NoFrame)
|
|
56
|
+
self.deviceScrollArea.setHorizontalScrollBarPolicy(Qt.ScrollBarPolicy.ScrollBarAlwaysOff)
|
|
57
|
+
self.deviceScrollArea.setVerticalScrollBarPolicy(Qt.ScrollBarPolicy.ScrollBarAlwaysOff)
|
|
58
|
+
self.deviceScrollArea.setWidgetResizable(True)
|
|
59
|
+
self.deviceScrollAreaContents = QWidget()
|
|
60
|
+
self.deviceScrollAreaContents.setObjectName(u"deviceScrollAreaContents")
|
|
61
|
+
self.deviceScrollAreaContents.setGeometry(QRect(0, 0, 100, 30))
|
|
62
|
+
self.deviceScrollAreaLayout = QHBoxLayout(self.deviceScrollAreaContents)
|
|
63
|
+
self.deviceScrollAreaLayout.setObjectName(u"deviceScrollAreaLayout")
|
|
64
|
+
self.deviceScrollAreaLayout.setContentsMargins(0, 0, 0, 0)
|
|
65
|
+
self.horizontalSpacerLeft = QSpacerItem(0, 0, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
66
|
+
|
|
67
|
+
self.deviceScrollAreaLayout.addItem(self.horizontalSpacerLeft)
|
|
68
|
+
|
|
69
|
+
self.deviceStackedWidget = QStackedWidget(self.deviceScrollAreaContents)
|
|
39
70
|
self.deviceStackedWidget.setObjectName(u"deviceStackedWidget")
|
|
40
71
|
|
|
41
|
-
self.
|
|
72
|
+
self.deviceScrollAreaLayout.addWidget(self.deviceStackedWidget)
|
|
73
|
+
|
|
74
|
+
self.horizontalSpacerRight = QSpacerItem(0, 0, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
75
|
+
|
|
76
|
+
self.deviceScrollAreaLayout.addItem(self.horizontalSpacerRight)
|
|
77
|
+
|
|
78
|
+
self.deviceScrollArea.setWidget(self.deviceScrollAreaContents)
|
|
79
|
+
|
|
80
|
+
self.scrollAreaLayout.addWidget(self.deviceScrollArea)
|
|
81
|
+
|
|
82
|
+
self.deviceScrollBar = QScrollBar(DeviceWidgetForm)
|
|
83
|
+
self.deviceScrollBar.setObjectName(u"deviceScrollBar")
|
|
84
|
+
self.deviceScrollBar.setOrientation(Qt.Orientation.Vertical)
|
|
85
|
+
|
|
86
|
+
self.scrollAreaLayout.addWidget(self.deviceScrollBar)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
self.gridLayout.addLayout(self.scrollAreaLayout, 1, 0, 1, 2)
|
|
42
90
|
|
|
43
91
|
|
|
44
92
|
self.retranslateUi(DeviceWidgetForm)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
|
|
3
3
|
################################################################################
|
|
4
|
-
## Form generated from reading UI file '
|
|
4
|
+
## Form generated from reading UI file 'otb_muovi_plus_template_widget.ui'
|
|
5
5
|
##
|
|
6
|
-
## Created by: Qt User Interface Compiler version 6.
|
|
6
|
+
## Created by: Qt User Interface Compiler version 6.10.1
|
|
7
7
|
##
|
|
8
8
|
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
9
9
|
################################################################################
|
|
@@ -23,10 +23,11 @@ class Ui_MuoviPlusForm(object):
|
|
|
23
23
|
def setupUi(self, MuoviPlusForm):
|
|
24
24
|
if not MuoviPlusForm.objectName():
|
|
25
25
|
MuoviPlusForm.setObjectName(u"MuoviPlusForm")
|
|
26
|
-
MuoviPlusForm.resize(
|
|
26
|
+
MuoviPlusForm.resize(340, 324)
|
|
27
|
+
MuoviPlusForm.setMaximumSize(QSize(340, 16777215))
|
|
27
28
|
self.gridLayout = QGridLayout(MuoviPlusForm)
|
|
28
29
|
self.gridLayout.setObjectName(u"gridLayout")
|
|
29
|
-
self.verticalSpacer = QSpacerItem(20, 86, QSizePolicy.Minimum, QSizePolicy.Expanding)
|
|
30
|
+
self.verticalSpacer = QSpacerItem(20, 86, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
30
31
|
|
|
31
32
|
self.gridLayout.addItem(self.verticalSpacer, 4, 0, 1, 1)
|
|
32
33
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
|
|
3
3
|
################################################################################
|
|
4
|
-
## Form generated from reading UI file '
|
|
4
|
+
## Form generated from reading UI file 'otb_muovi_template_widget.ui'
|
|
5
5
|
##
|
|
6
|
-
## Created by: Qt User Interface Compiler version 6.
|
|
6
|
+
## Created by: Qt User Interface Compiler version 6.10.1
|
|
7
7
|
##
|
|
8
8
|
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
9
9
|
################################################################################
|
|
@@ -23,10 +23,11 @@ class Ui_MuoviForm(object):
|
|
|
23
23
|
def setupUi(self, MuoviForm):
|
|
24
24
|
if not MuoviForm.objectName():
|
|
25
25
|
MuoviForm.setObjectName(u"MuoviForm")
|
|
26
|
-
MuoviForm.resize(
|
|
26
|
+
MuoviForm.resize(340, 324)
|
|
27
|
+
MuoviForm.setMaximumSize(QSize(340, 16777215))
|
|
27
28
|
self.gridLayout = QGridLayout(MuoviForm)
|
|
28
29
|
self.gridLayout.setObjectName(u"gridLayout")
|
|
29
|
-
self.verticalSpacer = QSpacerItem(20, 86, QSizePolicy.Minimum, QSizePolicy.Expanding)
|
|
30
|
+
self.verticalSpacer = QSpacerItem(20, 86, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
30
31
|
|
|
31
32
|
self.gridLayout.addItem(self.verticalSpacer, 4, 0, 1, 1)
|
|
32
33
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
|
|
3
3
|
################################################################################
|
|
4
|
-
## Form generated from reading UI file '
|
|
4
|
+
## Form generated from reading UI file 'otb_quattrocento_light_template_widget.ui'
|
|
5
5
|
##
|
|
6
|
-
## Created by: Qt User Interface Compiler version 6.
|
|
6
|
+
## Created by: Qt User Interface Compiler version 6.10.1
|
|
7
7
|
##
|
|
8
8
|
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
9
9
|
################################################################################
|
|
@@ -23,7 +23,8 @@ class Ui_QuattrocentoLightForm(object):
|
|
|
23
23
|
def setupUi(self, QuattrocentoLightForm):
|
|
24
24
|
if not QuattrocentoLightForm.objectName():
|
|
25
25
|
QuattrocentoLightForm.setObjectName(u"QuattrocentoLightForm")
|
|
26
|
-
QuattrocentoLightForm.resize(
|
|
26
|
+
QuattrocentoLightForm.resize(340, 422)
|
|
27
|
+
QuattrocentoLightForm.setMaximumSize(QSize(340, 16777215))
|
|
27
28
|
self.gridLayout_2 = QGridLayout(QuattrocentoLightForm)
|
|
28
29
|
self.gridLayout_2.setObjectName(u"gridLayout_2")
|
|
29
30
|
self.widget = QWidget(QuattrocentoLightForm)
|
|
@@ -36,7 +37,7 @@ class Ui_QuattrocentoLightForm(object):
|
|
|
36
37
|
self.gridLayout_3.setObjectName(u"gridLayout_3")
|
|
37
38
|
self.commandConnectionPushButton = QPushButton(self.commandsGroupBox)
|
|
38
39
|
self.commandConnectionPushButton.setObjectName(u"commandConnectionPushButton")
|
|
39
|
-
sizePolicy = QSizePolicy(QSizePolicy.Minimum, QSizePolicy.Preferred)
|
|
40
|
+
sizePolicy = QSizePolicy(QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Preferred)
|
|
40
41
|
sizePolicy.setHorizontalStretch(0)
|
|
41
42
|
sizePolicy.setVerticalStretch(0)
|
|
42
43
|
sizePolicy.setHeightForWidth(self.commandConnectionPushButton.sizePolicy().hasHeightForWidth())
|
|
@@ -166,7 +167,7 @@ class Ui_QuattrocentoLightForm(object):
|
|
|
166
167
|
|
|
167
168
|
self.gridLayout_2.addWidget(self.widget, 0, 0, 1, 1)
|
|
168
169
|
|
|
169
|
-
self.verticalSpacer = QSpacerItem(20, 40, QSizePolicy.Minimum, QSizePolicy.Expanding)
|
|
170
|
+
self.verticalSpacer = QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
170
171
|
|
|
171
172
|
self.gridLayout_2.addItem(self.verticalSpacer, 1, 0, 1, 1)
|
|
172
173
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
################################################################################
|
|
4
4
|
## Form generated from reading UI file 'otb_quattrocento_template_widget.ui'
|
|
5
5
|
##
|
|
6
|
-
## Created by: Qt User Interface Compiler version 6.
|
|
6
|
+
## Created by: Qt User Interface Compiler version 6.10.1
|
|
7
7
|
##
|
|
8
8
|
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
9
9
|
################################################################################
|
|
@@ -23,7 +23,9 @@ class Ui_QuattrocentoForm(object):
|
|
|
23
23
|
def setupUi(self, QuattrocentoForm):
|
|
24
24
|
if not QuattrocentoForm.objectName():
|
|
25
25
|
QuattrocentoForm.setObjectName(u"QuattrocentoForm")
|
|
26
|
-
QuattrocentoForm.resize(
|
|
26
|
+
QuattrocentoForm.resize(340, 638)
|
|
27
|
+
QuattrocentoForm.setMinimumSize(QSize(0, 550))
|
|
28
|
+
QuattrocentoForm.setMaximumSize(QSize(340, 16777215))
|
|
27
29
|
self.gridLayout_2 = QGridLayout(QuattrocentoForm)
|
|
28
30
|
self.gridLayout_2.setObjectName(u"gridLayout_2")
|
|
29
31
|
self.widget = QWidget(QuattrocentoForm)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
################################################################################
|
|
4
4
|
## Form generated from reading UI file 'otb_syncstation_template_widget.ui'
|
|
5
5
|
##
|
|
6
|
-
## Created by: Qt User Interface Compiler version 6.
|
|
6
|
+
## Created by: Qt User Interface Compiler version 6.10.1
|
|
7
7
|
##
|
|
8
8
|
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
9
9
|
################################################################################
|
|
@@ -23,7 +23,8 @@ class Ui_SyncStationForm(object):
|
|
|
23
23
|
def setupUi(self, SyncStationForm):
|
|
24
24
|
if not SyncStationForm.objectName():
|
|
25
25
|
SyncStationForm.setObjectName(u"SyncStationForm")
|
|
26
|
-
SyncStationForm.resize(
|
|
26
|
+
SyncStationForm.resize(340, 608)
|
|
27
|
+
SyncStationForm.setMaximumSize(QSize(340, 16777215))
|
|
27
28
|
self.gridLayout = QGridLayout(SyncStationForm)
|
|
28
29
|
self.gridLayout.setObjectName(u"gridLayout")
|
|
29
30
|
self.inputGroupBox = QGroupBox(SyncStationForm)
|
|
@@ -104,7 +105,7 @@ class Ui_SyncStationForm(object):
|
|
|
104
105
|
|
|
105
106
|
self.gridLayout_5.addWidget(self.muoviProbeFourDetectionModeComboBox, 3, 1, 1, 1)
|
|
106
107
|
|
|
107
|
-
self.verticalSpacer_2 = QSpacerItem(20,
|
|
108
|
+
self.verticalSpacer_2 = QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
108
109
|
|
|
109
110
|
self.gridLayout_5.addItem(self.verticalSpacer_2, 4, 0, 1, 1)
|
|
110
111
|
|
|
@@ -383,46 +384,46 @@ class Ui_SyncStationForm(object):
|
|
|
383
384
|
self.inputWorkingModeComboBox.setItemText(1, QCoreApplication.translate("SyncStationForm", u"EMG", None))
|
|
384
385
|
|
|
385
386
|
self.label_5.setText(QCoreApplication.translate("SyncStationForm", u"Working Mode", None))
|
|
386
|
-
self.muoviProbeOneEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"
|
|
387
|
+
self.muoviProbeOneEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Muovi1", None))
|
|
387
388
|
self.muoviProbeOneDetectionModeComboBox.setItemText(0, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 8)", None))
|
|
388
389
|
self.muoviProbeOneDetectionModeComboBox.setItemText(1, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 4)", None))
|
|
389
390
|
self.muoviProbeOneDetectionModeComboBox.setItemText(2, QCoreApplication.translate("SyncStationForm", u"Impedance Check", None))
|
|
390
391
|
self.muoviProbeOneDetectionModeComboBox.setItemText(3, QCoreApplication.translate("SyncStationForm", u"Test", None))
|
|
391
392
|
|
|
392
|
-
self.muoviProbeTwoEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"
|
|
393
|
+
self.muoviProbeTwoEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Muovi2", None))
|
|
393
394
|
self.muoviProbeTwoDetectionModeComboBox.setItemText(0, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 8)", None))
|
|
394
395
|
self.muoviProbeTwoDetectionModeComboBox.setItemText(1, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 4)", None))
|
|
395
396
|
self.muoviProbeTwoDetectionModeComboBox.setItemText(2, QCoreApplication.translate("SyncStationForm", u"Impedance Check", None))
|
|
396
397
|
self.muoviProbeTwoDetectionModeComboBox.setItemText(3, QCoreApplication.translate("SyncStationForm", u"Test", None))
|
|
397
398
|
|
|
398
|
-
self.muoviProbeThreeEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"
|
|
399
|
+
self.muoviProbeThreeEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Muovi3", None))
|
|
399
400
|
self.muoviProbeThreeDetectionModeComboBox.setItemText(0, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 8)", None))
|
|
400
401
|
self.muoviProbeThreeDetectionModeComboBox.setItemText(1, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 4)", None))
|
|
401
402
|
self.muoviProbeThreeDetectionModeComboBox.setItemText(2, QCoreApplication.translate("SyncStationForm", u"Impedance Check", None))
|
|
402
403
|
self.muoviProbeThreeDetectionModeComboBox.setItemText(3, QCoreApplication.translate("SyncStationForm", u"Test", None))
|
|
403
404
|
|
|
404
|
-
self.muoviProbeFourEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"
|
|
405
|
+
self.muoviProbeFourEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Muovi4", None))
|
|
405
406
|
self.muoviProbeFourDetectionModeComboBox.setItemText(0, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 8)", None))
|
|
406
407
|
self.muoviProbeFourDetectionModeComboBox.setItemText(1, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 4)", None))
|
|
407
408
|
self.muoviProbeFourDetectionModeComboBox.setItemText(2, QCoreApplication.translate("SyncStationForm", u"Impedance Check", None))
|
|
408
409
|
self.muoviProbeFourDetectionModeComboBox.setItemText(3, QCoreApplication.translate("SyncStationForm", u"Test", None))
|
|
409
410
|
|
|
410
411
|
self.probesTabWidget.setTabText(self.probesTabWidget.indexOf(self.muoviWidget), QCoreApplication.translate("SyncStationForm", u"Muovi", None))
|
|
411
|
-
self.muoviPlusProbeOneEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Muovi+
|
|
412
|
+
self.muoviPlusProbeOneEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Muovi+1", None))
|
|
412
413
|
self.muoviPlusProbeOneDetectionModeComboBox.setItemText(0, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 8)", None))
|
|
413
414
|
self.muoviPlusProbeOneDetectionModeComboBox.setItemText(1, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 4)", None))
|
|
414
415
|
self.muoviPlusProbeOneDetectionModeComboBox.setItemText(2, QCoreApplication.translate("SyncStationForm", u"Impedance Check", None))
|
|
415
416
|
self.muoviPlusProbeOneDetectionModeComboBox.setItemText(3, QCoreApplication.translate("SyncStationForm", u"Test", None))
|
|
416
417
|
|
|
417
|
-
self.muoviPlusProbeTwoEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Muovi+
|
|
418
|
+
self.muoviPlusProbeTwoEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Muovi+2", None))
|
|
418
419
|
self.muoviPlusProbeTwoDetectionModeComboBox.setItemText(0, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 8)", None))
|
|
419
420
|
self.muoviPlusProbeTwoDetectionModeComboBox.setItemText(1, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 4)", None))
|
|
420
421
|
self.muoviPlusProbeTwoDetectionModeComboBox.setItemText(2, QCoreApplication.translate("SyncStationForm", u"Impedance Check", None))
|
|
421
422
|
self.muoviPlusProbeTwoDetectionModeComboBox.setItemText(3, QCoreApplication.translate("SyncStationForm", u"Test", None))
|
|
422
423
|
|
|
423
424
|
self.probesTabWidget.setTabText(self.probesTabWidget.indexOf(self.muoviPlusWidget), QCoreApplication.translate("SyncStationForm", u"Muovi+", None))
|
|
424
|
-
self.duePlusProbeNineEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+
|
|
425
|
-
self.duePlusProbeTenEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+
|
|
425
|
+
self.duePlusProbeNineEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+9", None))
|
|
426
|
+
self.duePlusProbeTenEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+10", None))
|
|
426
427
|
self.duePlusProbeSixDetectionModeComboBox.setItemText(0, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 8)", None))
|
|
427
428
|
self.duePlusProbeSixDetectionModeComboBox.setItemText(1, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 4)", None))
|
|
428
429
|
self.duePlusProbeSixDetectionModeComboBox.setItemText(2, QCoreApplication.translate("SyncStationForm", u"Impedance Check", None))
|
|
@@ -443,21 +444,21 @@ class Ui_SyncStationForm(object):
|
|
|
443
444
|
self.duePlusProbeFourDetectionModeComboBox.setItemText(2, QCoreApplication.translate("SyncStationForm", u"Impedance Check", None))
|
|
444
445
|
self.duePlusProbeFourDetectionModeComboBox.setItemText(3, QCoreApplication.translate("SyncStationForm", u"Test", None))
|
|
445
446
|
|
|
446
|
-
self.duePlusProbeThreeEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+
|
|
447
|
-
self.duePlusProbeSixEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+
|
|
448
|
-
self.duePlusProbeEightEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+
|
|
447
|
+
self.duePlusProbeThreeEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+3", None))
|
|
448
|
+
self.duePlusProbeSixEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+6", None))
|
|
449
|
+
self.duePlusProbeEightEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+8", None))
|
|
449
450
|
self.duePlusProbeThreeDetectionModeComboBox.setItemText(0, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 8)", None))
|
|
450
451
|
self.duePlusProbeThreeDetectionModeComboBox.setItemText(1, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 4)", None))
|
|
451
452
|
self.duePlusProbeThreeDetectionModeComboBox.setItemText(2, QCoreApplication.translate("SyncStationForm", u"Impedance Check", None))
|
|
452
453
|
self.duePlusProbeThreeDetectionModeComboBox.setItemText(3, QCoreApplication.translate("SyncStationForm", u"Test", None))
|
|
453
454
|
|
|
454
|
-
self.duePlusProbeSevenEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+
|
|
455
|
+
self.duePlusProbeSevenEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+7", None))
|
|
455
456
|
self.duePlusProbeTwoDetectionModeComboBox.setItemText(0, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 8)", None))
|
|
456
457
|
self.duePlusProbeTwoDetectionModeComboBox.setItemText(1, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 4)", None))
|
|
457
458
|
self.duePlusProbeTwoDetectionModeComboBox.setItemText(2, QCoreApplication.translate("SyncStationForm", u"Impedance Check", None))
|
|
458
459
|
self.duePlusProbeTwoDetectionModeComboBox.setItemText(3, QCoreApplication.translate("SyncStationForm", u"Test", None))
|
|
459
460
|
|
|
460
|
-
self.duePlusProbeTwoEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+
|
|
461
|
+
self.duePlusProbeTwoEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+2", None))
|
|
461
462
|
self.duePlusProbeEightDetectionModeComboBox.setItemText(0, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 8)", None))
|
|
462
463
|
self.duePlusProbeEightDetectionModeComboBox.setItemText(1, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 4)", None))
|
|
463
464
|
self.duePlusProbeEightDetectionModeComboBox.setItemText(2, QCoreApplication.translate("SyncStationForm", u"Impedance Check", None))
|
|
@@ -468,19 +469,19 @@ class Ui_SyncStationForm(object):
|
|
|
468
469
|
self.duePlusProbeSevenDetectionModeComboBox.setItemText(2, QCoreApplication.translate("SyncStationForm", u"Impedance Check", None))
|
|
469
470
|
self.duePlusProbeSevenDetectionModeComboBox.setItemText(3, QCoreApplication.translate("SyncStationForm", u"Test", None))
|
|
470
471
|
|
|
471
|
-
self.duePlusProbeFourEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+
|
|
472
|
+
self.duePlusProbeFourEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+4", None))
|
|
472
473
|
self.duePlusProbeFiveDetectionModeComboBox.setItemText(0, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 8)", None))
|
|
473
474
|
self.duePlusProbeFiveDetectionModeComboBox.setItemText(1, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 4)", None))
|
|
474
475
|
self.duePlusProbeFiveDetectionModeComboBox.setItemText(2, QCoreApplication.translate("SyncStationForm", u"Impedance Check", None))
|
|
475
476
|
self.duePlusProbeFiveDetectionModeComboBox.setItemText(3, QCoreApplication.translate("SyncStationForm", u"Test", None))
|
|
476
477
|
|
|
477
|
-
self.duePlusProbeFiveEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+
|
|
478
|
+
self.duePlusProbeFiveEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+5", None))
|
|
478
479
|
self.duePlusProbeOneDetectionModeComboBox.setItemText(0, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 8)", None))
|
|
479
480
|
self.duePlusProbeOneDetectionModeComboBox.setItemText(1, QCoreApplication.translate("SyncStationForm", u"Monopolar (Gain 4)", None))
|
|
480
481
|
self.duePlusProbeOneDetectionModeComboBox.setItemText(2, QCoreApplication.translate("SyncStationForm", u"Impedance Check", None))
|
|
481
482
|
self.duePlusProbeOneDetectionModeComboBox.setItemText(3, QCoreApplication.translate("SyncStationForm", u"Test", None))
|
|
482
483
|
|
|
483
|
-
self.duePlusProbeOneEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+
|
|
484
|
+
self.duePlusProbeOneEnableCheckBox.setText(QCoreApplication.translate("SyncStationForm", u"Due+1", None))
|
|
484
485
|
self.probesTabWidget.setTabText(self.probesTabWidget.indexOf(self.duePlusWidget), QCoreApplication.translate("SyncStationForm", u"Due+", None))
|
|
485
486
|
self.commandsGroupBox.setTitle(QCoreApplication.translate("SyncStationForm", u"Commands", None))
|
|
486
487
|
self.commandConnectionPushButton.setText(QCoreApplication.translate("SyncStationForm", u"Connect", None))
|