PaIRS-UniNa 0.2.4__cp312-cp312-macosx_10_9_universal2.whl → 0.2.5__cp312-cp312-macosx_10_9_universal2.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.
Potentially problematic release.
This version of PaIRS-UniNa might be problematic. Click here for more details.
- PaIRS_UniNa/Changes.txt +23 -0
- PaIRS_UniNa/Custom_Top.py +1 -1
- PaIRS_UniNa/Explorer.py +3059 -3049
- PaIRS_UniNa/FolderLoop.py +371 -371
- PaIRS_UniNa/Input_Tab.py +714 -709
- PaIRS_UniNa/Input_Tab_tools.py +3017 -3009
- PaIRS_UniNa/Output_Tab.py +2 -2
- PaIRS_UniNa/PaIRS.py +17 -17
- PaIRS_UniNa/PaIRS_PIV.py +56 -1
- PaIRS_UniNa/PaIRS_pypacks.py +143 -6
- PaIRS_UniNa/Process_Tab.py +6 -11
- PaIRS_UniNa/Process_Tab_Disp.py +8 -3
- PaIRS_UniNa/Saving_tools.py +277 -277
- PaIRS_UniNa/TabTools.py +56 -17
- PaIRS_UniNa/Vis_Tab.py +237 -78
- PaIRS_UniNa/Whatsnew.py +2 -0
- PaIRS_UniNa/_PaIRS_PIV.so +0 -0
- PaIRS_UniNa/__init__.py +2 -2
- PaIRS_UniNa/gPaIRS.py +3745 -3600
- PaIRS_UniNa/icons/pylog.png +0 -0
- PaIRS_UniNa/icons/python_warning.png +0 -0
- PaIRS_UniNa/icons/queue.png +0 -0
- PaIRS_UniNa/icons/uninitialized.png +0 -0
- PaIRS_UniNa/icons/window.png +0 -0
- PaIRS_UniNa/listLib.py +301 -301
- PaIRS_UniNa/parForMulti.py +433 -433
- PaIRS_UniNa/parForWorkers.py +46 -1
- PaIRS_UniNa/procTools.py +17 -7
- PaIRS_UniNa/rqrdpckgs.txt +8 -0
- PaIRS_UniNa/stereo.py +683 -683
- PaIRS_UniNa/tabSplitter.py +606 -606
- PaIRS_UniNa/ui_Calibration_Tab.py +542 -542
- PaIRS_UniNa/ui_Custom_Top.py +294 -294
- PaIRS_UniNa/ui_Input_Tab.py +1098 -1098
- PaIRS_UniNa/ui_Input_Tab_CalVi.py +1280 -1280
- PaIRS_UniNa/ui_Log_Tab.py +261 -261
- PaIRS_UniNa/ui_Output_Tab.py +2360 -2360
- PaIRS_UniNa/ui_Process_Tab.py +3808 -3808
- PaIRS_UniNa/ui_Process_Tab_CalVi.py +1547 -1547
- PaIRS_UniNa/ui_Process_Tab_Disp.py +1139 -968
- PaIRS_UniNa/ui_Process_Tab_Min.py +435 -435
- PaIRS_UniNa/ui_ResizePopup.py +203 -203
- PaIRS_UniNa/ui_Vis_Tab.py +1626 -1533
- PaIRS_UniNa/ui_Vis_Tab_CalVi.py +1249 -1249
- PaIRS_UniNa/ui_Whatsnew.py +131 -131
- PaIRS_UniNa/ui_gPairs.py +867 -849
- PaIRS_UniNa/ui_infoPaIRS.py +550 -428
- PaIRS_UniNa/whatsnew.txt +5 -4
- {PaIRS_UniNa-0.2.4.dist-info → pairs_unina-0.2.5.dist-info}/METADATA +38 -26
- {PaIRS_UniNa-0.2.4.dist-info → pairs_unina-0.2.5.dist-info}/RECORD +52 -52
- {PaIRS_UniNa-0.2.4.dist-info → pairs_unina-0.2.5.dist-info}/WHEEL +1 -1
- PaIRS_UniNa/icons/order.png +0 -0
- PaIRS_UniNa/icons/order_reverse.png +0 -0
- PaIRS_UniNa/icons/pencil_bw.png +0 -0
- PaIRS_UniNa/icons/run_piv.png +0 -0
- PaIRS_UniNa-0.2.4.dist-info/LICENSE +0 -19
- {PaIRS_UniNa-0.2.4.dist-info → pairs_unina-0.2.5.dist-info}/top_level.txt +0 -0
PaIRS_UniNa/ui_Input_Tab.py
CHANGED
|
@@ -1,1101 +1,1101 @@
|
|
|
1
1
|
from .addwidgets_ps import icons_path
|
|
2
|
-
# -*- coding: utf-8 -*-
|
|
3
|
-
|
|
4
|
-
################################################################################
|
|
5
|
-
## Form generated from reading UI file 'Input_TabYvlWwW.ui'
|
|
6
|
-
##
|
|
7
|
-
## Created by: Qt User Interface Compiler version 6.7.2
|
|
8
|
-
##
|
|
9
|
-
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
10
|
-
################################################################################
|
|
11
|
-
|
|
12
|
-
from PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,
|
|
13
|
-
QMetaObject, QObject, QPoint, QRect,
|
|
14
|
-
QSize, QTime, QUrl, Qt)
|
|
15
|
-
from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,
|
|
16
|
-
QFont, QFontDatabase, QGradient, QIcon,
|
|
17
|
-
QImage, QKeySequence, QLinearGradient, QPainter,
|
|
18
|
-
QPalette, QPixmap, QRadialGradient, QTransform)
|
|
19
|
-
from PySide6.QtWidgets import (QAbstractSpinBox, QApplication, QCheckBox, QComboBox,
|
|
20
|
-
QFrame, QGroupBox, QHBoxLayout, QLabel,
|
|
21
|
-
QLayout, QScrollArea, QSizePolicy, QSpacerItem,
|
|
22
|
-
QToolButton, QVBoxLayout, QWidget)
|
|
23
|
-
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
|
|
4
|
+
################################################################################
|
|
5
|
+
## Form generated from reading UI file 'Input_TabYvlWwW.ui'
|
|
6
|
+
##
|
|
7
|
+
## Created by: Qt User Interface Compiler version 6.7.2
|
|
8
|
+
##
|
|
9
|
+
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
10
|
+
################################################################################
|
|
11
|
+
|
|
12
|
+
from PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,
|
|
13
|
+
QMetaObject, QObject, QPoint, QRect,
|
|
14
|
+
QSize, QTime, QUrl, Qt)
|
|
15
|
+
from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,
|
|
16
|
+
QFont, QFontDatabase, QGradient, QIcon,
|
|
17
|
+
QImage, QKeySequence, QLinearGradient, QPainter,
|
|
18
|
+
QPalette, QPixmap, QRadialGradient, QTransform)
|
|
19
|
+
from PySide6.QtWidgets import (QAbstractSpinBox, QApplication, QCheckBox, QComboBox,
|
|
20
|
+
QFrame, QGroupBox, QHBoxLayout, QLabel,
|
|
21
|
+
QLayout, QScrollArea, QSizePolicy, QSpacerItem,
|
|
22
|
+
QToolButton, QVBoxLayout, QWidget)
|
|
23
|
+
|
|
24
24
|
from .Input_Tab_tools import ImageTreeWidget
|
|
25
25
|
from .addwidgets_ps import (ClickableEditLabel, ClickableLabel, CollapsibleBox, MyQCombo,
|
|
26
|
-
MyQLineEdit, MyQSpin, MyTabLabel, MyToolButton)
|
|
27
|
-
|
|
28
|
-
class Ui_InputTab(object):
|
|
29
|
-
def setupUi(self, InputTab):
|
|
30
|
-
if not InputTab.objectName():
|
|
31
|
-
InputTab.setObjectName(u"InputTab")
|
|
32
|
-
InputTab.resize(500, 680)
|
|
33
|
-
InputTab.setMinimumSize(QSize(500, 680))
|
|
34
|
-
InputTab.setMaximumSize(QSize(1000, 16777215))
|
|
35
|
-
font = QFont()
|
|
36
|
-
font.setPointSize(11)
|
|
37
|
-
InputTab.setFont(font)
|
|
38
|
-
icon1 = QIcon()
|
|
39
|
-
icon1.addFile(u""+ icons_path +"input_logo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
40
|
-
InputTab.setWindowIcon(icon1)
|
|
41
|
-
self.verticalLayout_7 = QVBoxLayout(InputTab)
|
|
42
|
-
self.verticalLayout_7.setSpacing(5)
|
|
43
|
-
self.verticalLayout_7.setObjectName(u"verticalLayout_7")
|
|
44
|
-
self.verticalLayout_7.setContentsMargins(10, 10, 10, 10)
|
|
45
|
-
self.w_Mode = QWidget(InputTab)
|
|
46
|
-
self.w_Mode.setObjectName(u"w_Mode")
|
|
47
|
-
self.w_Mode.setMinimumSize(QSize(0, 40))
|
|
48
|
-
self.w_Mode.setMaximumSize(QSize(16777215, 40))
|
|
49
|
-
self.w_Mode.setFont(font)
|
|
50
|
-
self.horizontalLayout_5 = QHBoxLayout(self.w_Mode)
|
|
51
|
-
self.horizontalLayout_5.setSpacing(3)
|
|
52
|
-
self.horizontalLayout_5.setObjectName(u"horizontalLayout_5")
|
|
53
|
-
self.horizontalLayout_5.setContentsMargins(0, 0, 0, 10)
|
|
54
|
-
self.icon = QLabel(self.w_Mode)
|
|
55
|
-
self.icon.setObjectName(u"icon")
|
|
56
|
-
self.icon.setMinimumSize(QSize(35, 35))
|
|
57
|
-
self.icon.setMaximumSize(QSize(35, 35))
|
|
58
|
-
self.icon.setPixmap(QPixmap(u""+ icons_path +"input_logo.png"))
|
|
59
|
-
self.icon.setScaledContents(True)
|
|
60
|
-
|
|
61
|
-
self.horizontalLayout_5.addWidget(self.icon)
|
|
62
|
-
|
|
63
|
-
self.name_tab = MyTabLabel(self.w_Mode)
|
|
64
|
-
self.name_tab.setObjectName(u"name_tab")
|
|
65
|
-
self.name_tab.setMinimumSize(QSize(0, 35))
|
|
66
|
-
self.name_tab.setMaximumSize(QSize(16777215, 35))
|
|
67
|
-
font1 = QFont()
|
|
68
|
-
font1.setFamilies([u"Arial"])
|
|
69
|
-
font1.setPointSize(20)
|
|
70
|
-
font1.setBold(True)
|
|
71
|
-
self.name_tab.setFont(font1)
|
|
72
|
-
|
|
73
|
-
self.horizontalLayout_5.addWidget(self.name_tab)
|
|
74
|
-
|
|
75
|
-
self.w_label_done = QWidget(self.w_Mode)
|
|
76
|
-
self.w_label_done.setObjectName(u"w_label_done")
|
|
77
|
-
self.w_label_done.setMinimumSize(QSize(18, 24))
|
|
78
|
-
self.w_label_done.setMaximumSize(QSize(18, 24))
|
|
79
|
-
self.horizontalLayout_4 = QHBoxLayout(self.w_label_done)
|
|
80
|
-
self.horizontalLayout_4.setSpacing(0)
|
|
81
|
-
self.horizontalLayout_4.setObjectName(u"horizontalLayout_4")
|
|
82
|
-
self.horizontalLayout_4.setContentsMargins(0, 0, 0, 12)
|
|
83
|
-
self.label_done = ClickableLabel(self.w_label_done)
|
|
84
|
-
self.label_done.setObjectName(u"label_done")
|
|
85
|
-
self.label_done.setMinimumSize(QSize(12, 12))
|
|
86
|
-
self.label_done.setMaximumSize(QSize(12, 12))
|
|
87
|
-
self.label_done.setPixmap(QPixmap(u""+ icons_path +"completed.png"))
|
|
88
|
-
self.label_done.setScaledContents(True)
|
|
89
|
-
self.label_done.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
90
|
-
|
|
91
|
-
self.horizontalLayout_4.addWidget(self.label_done)
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
self.horizontalLayout_5.addWidget(self.w_label_done)
|
|
95
|
-
|
|
96
|
-
self.label_process = QLabel(self.w_Mode)
|
|
97
|
-
self.label_process.setObjectName(u"label_process")
|
|
98
|
-
self.label_process.setMinimumSize(QSize(60, 30))
|
|
99
|
-
self.label_process.setMaximumSize(QSize(60, 30))
|
|
100
|
-
font2 = QFont()
|
|
101
|
-
font2.setPointSize(10)
|
|
102
|
-
font2.setItalic(True)
|
|
103
|
-
self.label_process.setFont(font2)
|
|
104
|
-
self.label_process.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
105
|
-
|
|
106
|
-
self.horizontalLayout_5.addWidget(self.label_process)
|
|
107
|
-
|
|
108
|
-
self.combo_process = MyQCombo(self.w_Mode)
|
|
109
|
-
self.combo_process.addItem("")
|
|
110
|
-
self.combo_process.addItem("")
|
|
111
|
-
self.combo_process.addItem("")
|
|
112
|
-
self.combo_process.addItem("")
|
|
113
|
-
self.combo_process.setObjectName(u"combo_process")
|
|
114
|
-
self.combo_process.setMinimumSize(QSize(100, 30))
|
|
115
|
-
self.combo_process.setMaximumSize(QSize(100, 30))
|
|
116
|
-
self.combo_process.setFont(font)
|
|
117
|
-
|
|
118
|
-
self.horizontalLayout_5.addWidget(self.combo_process)
|
|
119
|
-
|
|
120
|
-
self.hs1 = QSpacerItem(70, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
121
|
-
|
|
122
|
-
self.horizontalLayout_5.addItem(self.hs1)
|
|
123
|
-
|
|
124
|
-
self.label_number = QLabel(self.w_Mode)
|
|
125
|
-
self.label_number.setObjectName(u"label_number")
|
|
126
|
-
self.label_number.setMinimumSize(QSize(35, 0))
|
|
127
|
-
font3 = QFont()
|
|
128
|
-
font3.setPointSize(9)
|
|
129
|
-
self.label_number.setFont(font3)
|
|
130
|
-
self.label_number.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
131
|
-
|
|
132
|
-
self.horizontalLayout_5.addWidget(self.label_number)
|
|
133
|
-
|
|
134
|
-
self.hs_2 = QSpacerItem(5, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
135
|
-
|
|
136
|
-
self.horizontalLayout_5.addItem(self.hs_2)
|
|
137
|
-
|
|
138
|
-
self.button_back = QToolButton(self.w_Mode)
|
|
139
|
-
self.button_back.setObjectName(u"button_back")
|
|
140
|
-
self.button_back.setMinimumSize(QSize(24, 24))
|
|
141
|
-
self.button_back.setMaximumSize(QSize(24, 24))
|
|
142
|
-
icon2 = QIcon()
|
|
143
|
-
icon2.addFile(u""+ icons_path +"undo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
144
|
-
self.button_back.setIcon(icon2)
|
|
145
|
-
self.button_back.setIconSize(QSize(20, 20))
|
|
146
|
-
|
|
147
|
-
self.horizontalLayout_5.addWidget(self.button_back)
|
|
148
|
-
|
|
149
|
-
self.button_forward = QToolButton(self.w_Mode)
|
|
150
|
-
self.button_forward.setObjectName(u"button_forward")
|
|
151
|
-
self.button_forward.setMinimumSize(QSize(24, 24))
|
|
152
|
-
self.button_forward.setMaximumSize(QSize(24, 24))
|
|
153
|
-
icon3 = QIcon()
|
|
154
|
-
icon3.addFile(u""+ icons_path +"redo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
155
|
-
self.button_forward.setIcon(icon3)
|
|
156
|
-
self.button_forward.setIconSize(QSize(20, 20))
|
|
157
|
-
|
|
158
|
-
self.horizontalLayout_5.addWidget(self.button_forward)
|
|
159
|
-
|
|
160
|
-
self.w_button_close_tab = QWidget(self.w_Mode)
|
|
161
|
-
self.w_button_close_tab.setObjectName(u"w_button_close_tab")
|
|
162
|
-
self.w_button_close_tab.setMinimumSize(QSize(18, 24))
|
|
163
|
-
self.w_button_close_tab.setMaximumSize(QSize(18, 24))
|
|
164
|
-
self.horizontalLayout_3 = QHBoxLayout(self.w_button_close_tab)
|
|
165
|
-
self.horizontalLayout_3.setSpacing(0)
|
|
166
|
-
self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
|
|
167
|
-
self.horizontalLayout_3.setContentsMargins(0, 0, 0, -1)
|
|
168
|
-
self.button_close_tab = QToolButton(self.w_button_close_tab)
|
|
169
|
-
self.button_close_tab.setObjectName(u"button_close_tab")
|
|
170
|
-
self.button_close_tab.setMinimumSize(QSize(18, 18))
|
|
171
|
-
self.button_close_tab.setMaximumSize(QSize(18, 18))
|
|
172
|
-
self.button_close_tab.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
173
|
-
self.button_close_tab.setStyleSheet(u"QToolButton{\n"
|
|
174
|
-
"border-radius: 15px;\n"
|
|
175
|
-
"}")
|
|
176
|
-
icon4 = QIcon()
|
|
177
|
-
icon4.addFile(u""+ icons_path +"close.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
178
|
-
self.button_close_tab.setIcon(icon4)
|
|
179
|
-
self.button_close_tab.setIconSize(QSize(15, 15))
|
|
180
|
-
|
|
181
|
-
self.horizontalLayout_3.addWidget(self.button_close_tab)
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
self.horizontalLayout_5.addWidget(self.w_button_close_tab)
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
self.verticalLayout_7.addWidget(self.w_Mode)
|
|
188
|
-
|
|
189
|
-
self.line = QFrame(InputTab)
|
|
190
|
-
self.line.setObjectName(u"line")
|
|
191
|
-
self.line.setMinimumSize(QSize(0, 5))
|
|
192
|
-
self.line.setFrameShape(QFrame.Shape.HLine)
|
|
193
|
-
self.line.setFrameShadow(QFrame.Shadow.Sunken)
|
|
194
|
-
|
|
195
|
-
self.verticalLayout_7.addWidget(self.line)
|
|
196
|
-
|
|
197
|
-
self.scrollArea = QScrollArea(InputTab)
|
|
198
|
-
self.scrollArea.setObjectName(u"scrollArea")
|
|
199
|
-
sizePolicy = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Expanding)
|
|
200
|
-
sizePolicy.setHorizontalStretch(0)
|
|
201
|
-
sizePolicy.setVerticalStretch(0)
|
|
202
|
-
sizePolicy.setHeightForWidth(self.scrollArea.sizePolicy().hasHeightForWidth())
|
|
203
|
-
self.scrollArea.setSizePolicy(sizePolicy)
|
|
204
|
-
self.scrollArea.setMinimumSize(QSize(0, 0))
|
|
205
|
-
self.scrollArea.setStyleSheet(u" QScrollArea {\n"
|
|
206
|
-
" border: 1pix solid gray;\n"
|
|
207
|
-
" background: transparent;\n"
|
|
208
|
-
" }\n"
|
|
209
|
-
"\n"
|
|
210
|
-
"QScrollBar:horizontal\n"
|
|
211
|
-
" {\n"
|
|
212
|
-
" height: 15px;\n"
|
|
213
|
-
" margin: 3px 10px 3px 10px;\n"
|
|
214
|
-
" border: 1px transparent #2A2929;\n"
|
|
215
|
-
" border-radius: 4px;\n"
|
|
216
|
-
" background-color: rgba(200,200,200,50); /* #2A2929; */\n"
|
|
217
|
-
" }\n"
|
|
218
|
-
"\n"
|
|
219
|
-
"QScrollBar::handle:horizontal\n"
|
|
220
|
-
" {\n"
|
|
221
|
-
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
222
|
-
" min-width: 5px;\n"
|
|
223
|
-
" border-radius: 4px;\n"
|
|
224
|
-
" }\n"
|
|
225
|
-
"\n"
|
|
226
|
-
"QScrollBar:vertical\n"
|
|
227
|
-
" {\n"
|
|
228
|
-
" background-color: rgba(200,200,200,50); ;\n"
|
|
229
|
-
" width: 15px;\n"
|
|
230
|
-
" margin: 10px 3px 10px 3px;\n"
|
|
231
|
-
" border: 1px transparent #2A2929;\n"
|
|
232
|
-
" border-radius: 4px;\n"
|
|
233
|
-
" }\n"
|
|
234
|
-
"\n"
|
|
235
|
-
"QScrollBar::handle:vertical\n"
|
|
236
|
-
" {\n"
|
|
237
|
-
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
238
|
-
" min-height: 5px;\n"
|
|
239
|
-
" border-radius: 4px;\n"
|
|
240
|
-
" }\n"
|
|
241
|
-
"\n"
|
|
242
|
-
"QScrollBar::add-line {\n"
|
|
243
|
-
""
|
|
244
|
-
" border: none;\n"
|
|
245
|
-
" background: none;\n"
|
|
246
|
-
" }\n"
|
|
247
|
-
"\n"
|
|
248
|
-
"QScrollBar::sub-line {\n"
|
|
249
|
-
" border: none;\n"
|
|
250
|
-
" background: none;\n"
|
|
251
|
-
" }\n"
|
|
252
|
-
"")
|
|
253
|
-
self.scrollArea.setWidgetResizable(True)
|
|
254
|
-
self.scrollAreaWidgetContents = QWidget()
|
|
255
|
-
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
|
|
256
|
-
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 480, 605))
|
|
257
|
-
self.scrollAreaWidgetContents.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
258
|
-
self.verticalLayout_8 = QVBoxLayout(self.scrollAreaWidgetContents)
|
|
259
|
-
self.verticalLayout_8.setSpacing(10)
|
|
260
|
-
self.verticalLayout_8.setObjectName(u"verticalLayout_8")
|
|
261
|
-
self.verticalLayout_8.setContentsMargins(0, 15, 10, 0)
|
|
262
|
-
self.w_InputFold_Button = QWidget(self.scrollAreaWidgetContents)
|
|
263
|
-
self.w_InputFold_Button.setObjectName(u"w_InputFold_Button")
|
|
264
|
-
self.w_InputFold_Button.setMinimumSize(QSize(400, 0))
|
|
265
|
-
self.w_InputFold_Button.setMaximumSize(QSize(16777215, 44))
|
|
266
|
-
self.horizontalLayout = QHBoxLayout(self.w_InputFold_Button)
|
|
267
|
-
self.horizontalLayout.setSpacing(10)
|
|
268
|
-
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
|
269
|
-
self.horizontalLayout.setContentsMargins(0, 0, 0, 0)
|
|
270
|
-
self.w_InputFold = QWidget(self.w_InputFold_Button)
|
|
271
|
-
self.w_InputFold.setObjectName(u"w_InputFold")
|
|
272
|
-
self.w_InputFold.setMinimumSize(QSize(320, 0))
|
|
273
|
-
self.w_InputFold.setMaximumSize(QSize(16777215, 42))
|
|
274
|
-
self.verticalLayout = QVBoxLayout(self.w_InputFold)
|
|
275
|
-
self.verticalLayout.setSpacing(0)
|
|
276
|
-
self.verticalLayout.setObjectName(u"verticalLayout")
|
|
277
|
-
self.verticalLayout.setContentsMargins(0, 0, 0, 0)
|
|
278
|
-
self.w_label_path_2 = QWidget(self.w_InputFold)
|
|
279
|
-
self.w_label_path_2.setObjectName(u"w_label_path_2")
|
|
280
|
-
self.w_label_path = QHBoxLayout(self.w_label_path_2)
|
|
281
|
-
self.w_label_path.setSpacing(10)
|
|
282
|
-
self.w_label_path.setObjectName(u"w_label_path")
|
|
283
|
-
self.w_label_path.setContentsMargins(0, 0, 0, 0)
|
|
284
|
-
self.label_path = QLabel(self.w_label_path_2)
|
|
285
|
-
self.label_path.setObjectName(u"label_path")
|
|
286
|
-
sizePolicy1 = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Fixed)
|
|
287
|
-
sizePolicy1.setHorizontalStretch(0)
|
|
288
|
-
sizePolicy1.setVerticalStretch(0)
|
|
289
|
-
sizePolicy1.setHeightForWidth(self.label_path.sizePolicy().hasHeightForWidth())
|
|
290
|
-
self.label_path.setSizePolicy(sizePolicy1)
|
|
291
|
-
self.label_path.setMinimumSize(QSize(0, 20))
|
|
292
|
-
self.label_path.setMaximumSize(QSize(16777215, 20))
|
|
293
|
-
font4 = QFont()
|
|
294
|
-
font4.setPointSize(10)
|
|
295
|
-
font4.setBold(False)
|
|
296
|
-
font4.setItalic(True)
|
|
297
|
-
self.label_path.setFont(font4)
|
|
298
|
-
|
|
299
|
-
self.w_label_path.addWidget(self.label_path)
|
|
300
|
-
|
|
301
|
-
self.layout_button_data = QHBoxLayout()
|
|
302
|
-
self.layout_button_data.setObjectName(u"layout_button_data")
|
|
303
|
-
self.button_data = QToolButton(self.w_label_path_2)
|
|
304
|
-
self.button_data.setObjectName(u"button_data")
|
|
305
|
-
self.button_data.setMinimumSize(QSize(16, 16))
|
|
306
|
-
self.button_data.setMaximumSize(QSize(16, 16))
|
|
307
|
-
self.button_data.setCursor(QCursor(Qt.CursorShape.PointingHandCursor))
|
|
308
|
-
self.button_data.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
309
|
-
self.button_data.setStyleSheet(u"QToolButton{\n"
|
|
310
|
-
"border-radius: 15px;\n"
|
|
311
|
-
"}")
|
|
312
|
-
icon5 = QIcon()
|
|
313
|
-
icon5.addFile(u""+ icons_path +"flaticon_PaIRS_download.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
314
|
-
self.button_data.setIcon(icon5)
|
|
315
|
-
self.button_data.setIconSize(QSize(15, 15))
|
|
316
|
-
|
|
317
|
-
self.layout_button_data.addWidget(self.button_data)
|
|
318
|
-
|
|
319
|
-
self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
320
|
-
|
|
321
|
-
self.layout_button_data.addItem(self.horizontalSpacer)
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
self.w_label_path.addLayout(self.layout_button_data)
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
self.verticalLayout.addWidget(self.w_label_path_2)
|
|
328
|
-
|
|
329
|
-
self.w_edit_path = QWidget(self.w_InputFold)
|
|
330
|
-
self.w_edit_path.setObjectName(u"w_edit_path")
|
|
331
|
-
self.w_edit_path.setMinimumSize(QSize(0, 0))
|
|
332
|
-
self.w_edit_path.setMaximumSize(QSize(16777215, 22))
|
|
333
|
-
palette = QPalette()
|
|
334
|
-
self.w_edit_path.setPalette(palette)
|
|
335
|
-
self.horizontalLayout_8 = QHBoxLayout(self.w_edit_path)
|
|
336
|
-
self.horizontalLayout_8.setSpacing(0)
|
|
337
|
-
self.horizontalLayout_8.setObjectName(u"horizontalLayout_8")
|
|
338
|
-
self.horizontalLayout_8.setContentsMargins(0, 0, 0, 0)
|
|
339
|
-
self.line_edit_path = MyQLineEdit(self.w_edit_path)
|
|
340
|
-
self.line_edit_path.setObjectName(u"line_edit_path")
|
|
341
|
-
self.line_edit_path.setMaximumSize(QSize(16777215, 22))
|
|
342
|
-
self.line_edit_path.setFont(font)
|
|
343
|
-
self.line_edit_path.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
344
|
-
"border-left: 1px solid gray;\n"
|
|
345
|
-
"border-bottom: 1px solid gray;\n"
|
|
346
|
-
"")
|
|
347
|
-
|
|
348
|
-
self.horizontalLayout_8.addWidget(self.line_edit_path)
|
|
349
|
-
|
|
350
|
-
self.label_check_path = ClickableEditLabel(self.w_edit_path)
|
|
351
|
-
self.label_check_path.setObjectName(u"label_check_path")
|
|
352
|
-
self.label_check_path.setMinimumSize(QSize(22, 22))
|
|
353
|
-
self.label_check_path.setMaximumSize(QSize(22, 22))
|
|
354
|
-
self.label_check_path.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
355
|
-
"border-right: 1px solid gray;\n"
|
|
356
|
-
"border-bottom: 1px solid gray;\n"
|
|
357
|
-
"padding: 2px;")
|
|
358
|
-
self.label_check_path.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
359
|
-
self.label_check_path.setScaledContents(True)
|
|
360
|
-
self.label_check_path.setMargin(0)
|
|
361
|
-
self.label_check_path.setIndent(-1)
|
|
362
|
-
|
|
363
|
-
self.horizontalLayout_8.addWidget(self.label_check_path)
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
self.verticalLayout.addWidget(self.w_edit_path)
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
self.horizontalLayout.addWidget(self.w_InputFold)
|
|
370
|
-
|
|
371
|
-
self.w_button_path = QWidget(self.w_InputFold_Button)
|
|
372
|
-
self.w_button_path.setObjectName(u"w_button_path")
|
|
373
|
-
self.w_button_path.setMinimumSize(QSize(0, 44))
|
|
374
|
-
self.w_button_path.setMaximumSize(QSize(16777215, 44))
|
|
375
|
-
self.verticalLayout_2 = QVBoxLayout(self.w_button_path)
|
|
376
|
-
self.verticalLayout_2.setSpacing(0)
|
|
377
|
-
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
|
378
|
-
self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)
|
|
379
|
-
self.label_path_2 = QLabel(self.w_button_path)
|
|
380
|
-
self.label_path_2.setObjectName(u"label_path_2")
|
|
381
|
-
sizePolicy1.setHeightForWidth(self.label_path_2.sizePolicy().hasHeightForWidth())
|
|
382
|
-
self.label_path_2.setSizePolicy(sizePolicy1)
|
|
383
|
-
self.label_path_2.setMinimumSize(QSize(0, 18))
|
|
384
|
-
self.label_path_2.setMaximumSize(QSize(16777215, 18))
|
|
385
|
-
self.label_path_2.setFont(font4)
|
|
386
|
-
|
|
387
|
-
self.verticalLayout_2.addWidget(self.label_path_2)
|
|
388
|
-
|
|
389
|
-
self.button_path = QToolButton(self.w_button_path)
|
|
390
|
-
self.button_path.setObjectName(u"button_path")
|
|
391
|
-
self.button_path.setMinimumSize(QSize(26, 26))
|
|
392
|
-
self.button_path.setMaximumSize(QSize(26, 26))
|
|
393
|
-
icon6 = QIcon()
|
|
394
|
-
icon6.addFile(u""+ icons_path +"browse_folder_c.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
395
|
-
self.button_path.setIcon(icon6)
|
|
396
|
-
self.button_path.setIconSize(QSize(22, 22))
|
|
397
|
-
|
|
398
|
-
self.verticalLayout_2.addWidget(self.button_path)
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
self.horizontalLayout.addWidget(self.w_button_path)
|
|
402
|
-
|
|
403
|
-
self.w_scan_path = QWidget(self.w_InputFold_Button)
|
|
404
|
-
self.w_scan_path.setObjectName(u"w_scan_path")
|
|
405
|
-
self.w_button_automatic_list_3 = QVBoxLayout(self.w_scan_path)
|
|
406
|
-
self.w_button_automatic_list_3.setSpacing(0)
|
|
407
|
-
self.w_button_automatic_list_3.setObjectName(u"w_button_automatic_list_3")
|
|
408
|
-
self.w_button_automatic_list_3.setContentsMargins(0, 0, 0, 0)
|
|
409
|
-
self.label_path_4 = QLabel(self.w_scan_path)
|
|
410
|
-
self.label_path_4.setObjectName(u"label_path_4")
|
|
411
|
-
sizePolicy1.setHeightForWidth(self.label_path_4.sizePolicy().hasHeightForWidth())
|
|
412
|
-
self.label_path_4.setSizePolicy(sizePolicy1)
|
|
413
|
-
self.label_path_4.setMinimumSize(QSize(0, 18))
|
|
414
|
-
self.label_path_4.setMaximumSize(QSize(16777215, 18))
|
|
415
|
-
self.label_path_4.setFont(font4)
|
|
416
|
-
|
|
417
|
-
self.w_button_automatic_list_3.addWidget(self.label_path_4)
|
|
418
|
-
|
|
419
|
-
self.button_scan_path = QToolButton(self.w_scan_path)
|
|
420
|
-
self.button_scan_path.setObjectName(u"button_scan_path")
|
|
421
|
-
self.button_scan_path.setMinimumSize(QSize(26, 26))
|
|
422
|
-
self.button_scan_path.setMaximumSize(QSize(26, 26))
|
|
423
|
-
icon7 = QIcon()
|
|
424
|
-
icon7.addFile(u""+ icons_path +"scan_path.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
425
|
-
self.button_scan_path.setIcon(icon7)
|
|
426
|
-
self.button_scan_path.setIconSize(QSize(22, 22))
|
|
427
|
-
|
|
428
|
-
self.w_button_automatic_list_3.addWidget(self.button_scan_path)
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
self.horizontalLayout.addWidget(self.w_scan_path)
|
|
432
|
-
|
|
433
|
-
self.w_button_automatic_list_2 = QWidget(self.w_InputFold_Button)
|
|
434
|
-
self.w_button_automatic_list_2.setObjectName(u"w_button_automatic_list_2")
|
|
435
|
-
self.w_button_automatic_list = QVBoxLayout(self.w_button_automatic_list_2)
|
|
436
|
-
self.w_button_automatic_list.setSpacing(0)
|
|
437
|
-
self.w_button_automatic_list.setObjectName(u"w_button_automatic_list")
|
|
438
|
-
self.w_button_automatic_list.setContentsMargins(0, 0, 0, 0)
|
|
439
|
-
self.label_path_3 = QLabel(self.w_button_automatic_list_2)
|
|
440
|
-
self.label_path_3.setObjectName(u"label_path_3")
|
|
441
|
-
sizePolicy1.setHeightForWidth(self.label_path_3.sizePolicy().hasHeightForWidth())
|
|
442
|
-
self.label_path_3.setSizePolicy(sizePolicy1)
|
|
443
|
-
self.label_path_3.setMinimumSize(QSize(0, 18))
|
|
444
|
-
self.label_path_3.setMaximumSize(QSize(16777215, 18))
|
|
445
|
-
self.label_path_3.setFont(font4)
|
|
446
|
-
|
|
447
|
-
self.w_button_automatic_list.addWidget(self.label_path_3)
|
|
448
|
-
|
|
449
|
-
self.button_automatic_list = QToolButton(self.w_button_automatic_list_2)
|
|
450
|
-
self.button_automatic_list.setObjectName(u"button_automatic_list")
|
|
451
|
-
self.button_automatic_list.setMinimumSize(QSize(26, 26))
|
|
452
|
-
self.button_automatic_list.setMaximumSize(QSize(26, 26))
|
|
453
|
-
icon8 = QIcon()
|
|
454
|
-
icon8.addFile(u""+ icons_path +"automatic_off.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
455
|
-
icon8.addFile(u""+ icons_path +"automatic_on.png", QSize(), QIcon.Mode.Normal, QIcon.State.On)
|
|
456
|
-
self.button_automatic_list.setIcon(icon8)
|
|
457
|
-
self.button_automatic_list.setIconSize(QSize(22, 22))
|
|
458
|
-
self.button_automatic_list.setCheckable(True)
|
|
459
|
-
self.button_automatic_list.setChecked(True)
|
|
460
|
-
|
|
461
|
-
self.w_button_automatic_list.addWidget(self.button_automatic_list)
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
self.horizontalLayout.addWidget(self.w_button_automatic_list_2)
|
|
465
|
-
|
|
466
|
-
self.horizontalLayout.setStretch(0, 1)
|
|
467
|
-
|
|
468
|
-
self.verticalLayout_8.addWidget(self.w_InputFold_Button)
|
|
469
|
-
|
|
470
|
-
self.CollapBox_ImSet = CollapsibleBox(self.scrollAreaWidgetContents)
|
|
471
|
-
self.CollapBox_ImSet.setObjectName(u"CollapBox_ImSet")
|
|
472
|
-
sizePolicy2 = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Preferred)
|
|
473
|
-
sizePolicy2.setHorizontalStretch(0)
|
|
474
|
-
sizePolicy2.setVerticalStretch(0)
|
|
475
|
-
sizePolicy2.setHeightForWidth(self.CollapBox_ImSet.sizePolicy().hasHeightForWidth())
|
|
476
|
-
self.CollapBox_ImSet.setSizePolicy(sizePolicy2)
|
|
477
|
-
self.CollapBox_ImSet.setMinimumSize(QSize(0, 160))
|
|
478
|
-
self.CollapBox_ImSet.setMaximumSize(QSize(16777215, 160))
|
|
479
|
-
self.verticalLayout_24 = QVBoxLayout(self.CollapBox_ImSet)
|
|
480
|
-
self.verticalLayout_24.setSpacing(0)
|
|
481
|
-
self.verticalLayout_24.setObjectName(u"verticalLayout_24")
|
|
482
|
-
self.verticalLayout_24.setContentsMargins(0, 0, 0, 0)
|
|
483
|
-
self.lay_CollapBox_ImSet = QHBoxLayout()
|
|
484
|
-
self.lay_CollapBox_ImSet.setSpacing(0)
|
|
485
|
-
self.lay_CollapBox_ImSet.setObjectName(u"lay_CollapBox_ImSet")
|
|
486
|
-
self.lay_CollapBox_ImSet.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
487
|
-
self.tool_CollapBox_ImSet = QToolButton(self.CollapBox_ImSet)
|
|
488
|
-
self.tool_CollapBox_ImSet.setObjectName(u"tool_CollapBox_ImSet")
|
|
489
|
-
sizePolicy3 = QSizePolicy(QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)
|
|
490
|
-
sizePolicy3.setHorizontalStretch(0)
|
|
491
|
-
sizePolicy3.setVerticalStretch(0)
|
|
492
|
-
sizePolicy3.setHeightForWidth(self.tool_CollapBox_ImSet.sizePolicy().hasHeightForWidth())
|
|
493
|
-
self.tool_CollapBox_ImSet.setSizePolicy(sizePolicy3)
|
|
494
|
-
self.tool_CollapBox_ImSet.setMinimumSize(QSize(0, 20))
|
|
495
|
-
self.tool_CollapBox_ImSet.setMaximumSize(QSize(16777215, 20))
|
|
496
|
-
font5 = QFont()
|
|
497
|
-
font5.setPointSize(10)
|
|
498
|
-
font5.setBold(True)
|
|
499
|
-
self.tool_CollapBox_ImSet.setFont(font5)
|
|
500
|
-
self.tool_CollapBox_ImSet.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
501
|
-
self.tool_CollapBox_ImSet.setStyleSheet(u"QToolButton { border: none; }")
|
|
502
|
-
self.tool_CollapBox_ImSet.setCheckable(True)
|
|
503
|
-
self.tool_CollapBox_ImSet.setChecked(True)
|
|
504
|
-
self.tool_CollapBox_ImSet.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
505
|
-
self.tool_CollapBox_ImSet.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
506
|
-
self.tool_CollapBox_ImSet.setArrowType(Qt.ArrowType.DownArrow)
|
|
507
|
-
|
|
508
|
-
self.lay_CollapBox_ImSet.addWidget(self.tool_CollapBox_ImSet)
|
|
509
|
-
|
|
510
|
-
self.hsp_CollapBox_ImSet = QSpacerItem(100, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
511
|
-
|
|
512
|
-
self.lay_CollapBox_ImSet.addItem(self.hsp_CollapBox_ImSet)
|
|
513
|
-
|
|
514
|
-
self.button_CollapBox_ImSet = MyToolButton(self.CollapBox_ImSet)
|
|
515
|
-
self.button_CollapBox_ImSet.setObjectName(u"button_CollapBox_ImSet")
|
|
516
|
-
self.button_CollapBox_ImSet.setMinimumSize(QSize(18, 18))
|
|
517
|
-
self.button_CollapBox_ImSet.setMaximumSize(QSize(18, 18))
|
|
518
|
-
self.button_CollapBox_ImSet.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
519
|
-
self.button_CollapBox_ImSet.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
520
|
-
self.button_CollapBox_ImSet.setIcon(icon2)
|
|
521
|
-
self.button_CollapBox_ImSet.setIconSize(QSize(12, 12))
|
|
522
|
-
|
|
523
|
-
self.lay_CollapBox_ImSet.addWidget(self.button_CollapBox_ImSet)
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
self.verticalLayout_24.addLayout(self.lay_CollapBox_ImSet)
|
|
527
|
-
|
|
528
|
-
self.g_ImSet = QGroupBox(self.CollapBox_ImSet)
|
|
529
|
-
self.g_ImSet.setObjectName(u"g_ImSet")
|
|
530
|
-
self.g_ImSet.setMinimumSize(QSize(0, 140))
|
|
531
|
-
self.g_ImSet.setMaximumSize(QSize(16777215, 140))
|
|
532
|
-
self.g_ImSet.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}\n"
|
|
533
|
-
"")
|
|
534
|
-
self.g_ImSet_layout = QVBoxLayout(self.g_ImSet)
|
|
535
|
-
self.g_ImSet_layout.setSpacing(5)
|
|
536
|
-
self.g_ImSet_layout.setObjectName(u"g_ImSet_layout")
|
|
537
|
-
self.g_ImSet_layout.setContentsMargins(10, 5, 10, 5)
|
|
538
|
-
self.w_frames = QWidget(self.g_ImSet)
|
|
539
|
-
self.w_frames.setObjectName(u"w_frames")
|
|
540
|
-
self.w_frames.setMinimumSize(QSize(0, 44))
|
|
541
|
-
self.w_frames.setMaximumSize(QSize(16777215, 44))
|
|
542
|
-
self.horizontalLayout_7 = QHBoxLayout(self.w_frames)
|
|
543
|
-
self.horizontalLayout_7.setSpacing(10)
|
|
544
|
-
self.horizontalLayout_7.setObjectName(u"horizontalLayout_7")
|
|
545
|
-
self.horizontalLayout_7.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
546
|
-
self.horizontalLayout_7.setContentsMargins(0, 0, 0, 0)
|
|
547
|
-
self.w_frame_combos = QWidget(self.w_frames)
|
|
548
|
-
self.w_frame_combos.setObjectName(u"w_frame_combos")
|
|
549
|
-
sizePolicy4 = QSizePolicy(QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Preferred)
|
|
550
|
-
sizePolicy4.setHorizontalStretch(0)
|
|
551
|
-
sizePolicy4.setVerticalStretch(0)
|
|
552
|
-
sizePolicy4.setHeightForWidth(self.w_frame_combos.sizePolicy().hasHeightForWidth())
|
|
553
|
-
self.w_frame_combos.setSizePolicy(sizePolicy4)
|
|
554
|
-
self.w_frame_combos.setMinimumSize(QSize(0, 44))
|
|
555
|
-
self.w_frame_combos.setMaximumSize(QSize(16777215, 44))
|
|
556
|
-
self.horizontalLayout_6 = QHBoxLayout(self.w_frame_combos)
|
|
557
|
-
self.horizontalLayout_6.setSpacing(10)
|
|
558
|
-
self.horizontalLayout_6.setObjectName(u"horizontalLayout_6")
|
|
559
|
-
self.horizontalLayout_6.setContentsMargins(0, 0, 0, 0)
|
|
560
|
-
self.w_frame_a = QWidget(self.w_frame_combos)
|
|
561
|
-
self.w_frame_a.setObjectName(u"w_frame_a")
|
|
562
|
-
self.w_frame_a.setMaximumSize(QSize(16777215, 16777215))
|
|
563
|
-
self.lay_frame_a = QVBoxLayout(self.w_frame_a)
|
|
564
|
-
self.lay_frame_a.setSpacing(0)
|
|
565
|
-
self.lay_frame_a.setObjectName(u"lay_frame_a")
|
|
566
|
-
self.lay_frame_a.setContentsMargins(0, 0, 0, 0)
|
|
567
|
-
self.w_frame_a_label = QWidget(self.w_frame_a)
|
|
568
|
-
self.w_frame_a_label.setObjectName(u"w_frame_a_label")
|
|
569
|
-
self.w_automatic = QHBoxLayout(self.w_frame_a_label)
|
|
570
|
-
self.w_automatic.setSpacing(0)
|
|
571
|
-
self.w_automatic.setObjectName(u"w_automatic")
|
|
572
|
-
self.w_automatic.setContentsMargins(0, 0, 0, 0)
|
|
573
|
-
self.label_frame_a = QLabel(self.w_frame_a_label)
|
|
574
|
-
self.label_frame_a.setObjectName(u"label_frame_a")
|
|
575
|
-
sizePolicy1.setHeightForWidth(self.label_frame_a.sizePolicy().hasHeightForWidth())
|
|
576
|
-
self.label_frame_a.setSizePolicy(sizePolicy1)
|
|
577
|
-
self.label_frame_a.setMinimumSize(QSize(65, 20))
|
|
578
|
-
self.label_frame_a.setMaximumSize(QSize(16777215, 20))
|
|
579
|
-
self.label_frame_a.setFont(font4)
|
|
580
|
-
self.label_frame_a.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
581
|
-
|
|
582
|
-
self.w_automatic.addWidget(self.label_frame_a)
|
|
583
|
-
|
|
584
|
-
self.button_automatic_frame = QToolButton(self.w_frame_a_label)
|
|
585
|
-
self.button_automatic_frame.setObjectName(u"button_automatic_frame")
|
|
586
|
-
self.button_automatic_frame.setMinimumSize(QSize(18, 18))
|
|
587
|
-
self.button_automatic_frame.setMaximumSize(QSize(18, 18))
|
|
588
|
-
self.button_automatic_frame.setIcon(icon8)
|
|
589
|
-
self.button_automatic_frame.setIconSize(QSize(14, 14))
|
|
590
|
-
self.button_automatic_frame.setCheckable(True)
|
|
591
|
-
self.button_automatic_frame.setChecked(True)
|
|
592
|
-
|
|
593
|
-
self.w_automatic.addWidget(self.button_automatic_frame)
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
self.lay_frame_a.addWidget(self.w_frame_a_label)
|
|
597
|
-
|
|
598
|
-
self.combo_frame_a = QComboBox(self.w_frame_a)
|
|
599
|
-
self.combo_frame_a.setObjectName(u"combo_frame_a")
|
|
600
|
-
self.combo_frame_a.setMinimumSize(QSize(0, 24))
|
|
601
|
-
self.combo_frame_a.setMaximumSize(QSize(16777215, 24))
|
|
602
|
-
self.combo_frame_a.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToMinimumContentsLengthWithIcon)
|
|
603
|
-
self.combo_frame_a.setMinimumContentsLength(1)
|
|
604
|
-
|
|
605
|
-
self.lay_frame_a.addWidget(self.combo_frame_a)
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
self.horizontalLayout_6.addWidget(self.w_frame_a)
|
|
609
|
-
|
|
610
|
-
self.w_frame_b = QWidget(self.w_frame_combos)
|
|
611
|
-
self.w_frame_b.setObjectName(u"w_frame_b")
|
|
612
|
-
self.w_frame_b.setMaximumSize(QSize(16777215, 16777215))
|
|
613
|
-
self.lay_frame_b = QVBoxLayout(self.w_frame_b)
|
|
614
|
-
self.lay_frame_b.setSpacing(0)
|
|
615
|
-
self.lay_frame_b.setObjectName(u"lay_frame_b")
|
|
616
|
-
self.lay_frame_b.setContentsMargins(0, 0, 0, 0)
|
|
617
|
-
self.label_frame_b = QLabel(self.w_frame_b)
|
|
618
|
-
self.label_frame_b.setObjectName(u"label_frame_b")
|
|
619
|
-
sizePolicy1.setHeightForWidth(self.label_frame_b.sizePolicy().hasHeightForWidth())
|
|
620
|
-
self.label_frame_b.setSizePolicy(sizePolicy1)
|
|
621
|
-
self.label_frame_b.setMinimumSize(QSize(65, 20))
|
|
622
|
-
self.label_frame_b.setMaximumSize(QSize(16777215, 20))
|
|
623
|
-
self.label_frame_b.setFont(font4)
|
|
624
|
-
self.label_frame_b.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
625
|
-
|
|
626
|
-
self.lay_frame_b.addWidget(self.label_frame_b)
|
|
627
|
-
|
|
628
|
-
self.combo_frame_b = QComboBox(self.w_frame_b)
|
|
629
|
-
self.combo_frame_b.setObjectName(u"combo_frame_b")
|
|
630
|
-
self.combo_frame_b.setMinimumSize(QSize(0, 24))
|
|
631
|
-
self.combo_frame_b.setMaximumSize(QSize(16777215, 24))
|
|
632
|
-
self.combo_frame_b.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToMinimumContentsLengthWithIcon)
|
|
633
|
-
self.combo_frame_b.setMinimumContentsLength(1)
|
|
634
|
-
|
|
635
|
-
self.lay_frame_b.addWidget(self.combo_frame_b)
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
self.horizontalLayout_6.addWidget(self.w_frame_b)
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
self.horizontalLayout_7.addWidget(self.w_frame_combos)
|
|
642
|
-
|
|
643
|
-
self.hs_frames = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
644
|
-
|
|
645
|
-
self.horizontalLayout_7.addItem(self.hs_frames)
|
|
646
|
-
|
|
647
|
-
self.w_inp_cameras_2 = QWidget(self.w_frames)
|
|
648
|
-
self.w_inp_cameras_2.setObjectName(u"w_inp_cameras_2")
|
|
649
|
-
self.w_inp_cameras = QHBoxLayout(self.w_inp_cameras_2)
|
|
650
|
-
self.w_inp_cameras.setSpacing(1)
|
|
651
|
-
self.w_inp_cameras.setObjectName(u"w_inp_cameras")
|
|
652
|
-
self.w_inp_cameras.setContentsMargins(0, 0, 0, 0)
|
|
653
|
-
self.w_inp_cam = QWidget(self.w_inp_cameras_2)
|
|
654
|
-
self.w_inp_cam.setObjectName(u"w_inp_cam")
|
|
655
|
-
self.w_inp_cam.setMinimumSize(QSize(0, 44))
|
|
656
|
-
self.w_inp_cam.setMaximumSize(QSize(16777215, 44))
|
|
657
|
-
self.verticalLayout_6 = QVBoxLayout(self.w_inp_cam)
|
|
658
|
-
self.verticalLayout_6.setSpacing(0)
|
|
659
|
-
self.verticalLayout_6.setObjectName(u"verticalLayout_6")
|
|
660
|
-
self.verticalLayout_6.setContentsMargins(0, 0, 0, 0)
|
|
661
|
-
self.label_inp_cam = QLabel(self.w_inp_cam)
|
|
662
|
-
self.label_inp_cam.setObjectName(u"label_inp_cam")
|
|
663
|
-
sizePolicy1.setHeightForWidth(self.label_inp_cam.sizePolicy().hasHeightForWidth())
|
|
664
|
-
self.label_inp_cam.setSizePolicy(sizePolicy1)
|
|
665
|
-
self.label_inp_cam.setMinimumSize(QSize(50, 20))
|
|
666
|
-
self.label_inp_cam.setMaximumSize(QSize(50, 20))
|
|
667
|
-
self.label_inp_cam.setFont(font4)
|
|
668
|
-
self.label_inp_cam.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
669
|
-
|
|
670
|
-
self.verticalLayout_6.addWidget(self.label_inp_cam)
|
|
671
|
-
|
|
672
|
-
self.spin_inp_cam = MyQSpin(self.w_inp_cam)
|
|
673
|
-
self.spin_inp_cam.setObjectName(u"spin_inp_cam")
|
|
674
|
-
self.spin_inp_cam.setEnabled(True)
|
|
675
|
-
self.spin_inp_cam.setMinimumSize(QSize(50, 24))
|
|
676
|
-
self.spin_inp_cam.setMaximumSize(QSize(70, 24))
|
|
677
|
-
self.spin_inp_cam.setFont(font)
|
|
678
|
-
self.spin_inp_cam.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
679
|
-
self.spin_inp_cam.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
680
|
-
self.spin_inp_cam.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
681
|
-
self.spin_inp_cam.setMinimum(1)
|
|
682
|
-
self.spin_inp_cam.setValue(1)
|
|
683
|
-
|
|
684
|
-
self.verticalLayout_6.addWidget(self.spin_inp_cam)
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
self.w_inp_cameras.addWidget(self.w_inp_cam)
|
|
688
|
-
|
|
689
|
-
self.w_inp_cam_2 = QWidget(self.w_inp_cameras_2)
|
|
690
|
-
self.w_inp_cam_2.setObjectName(u"w_inp_cam_2")
|
|
691
|
-
self.w_inp_cam_2.setMinimumSize(QSize(14, 44))
|
|
692
|
-
self.w_inp_cam_2.setMaximumSize(QSize(14, 44))
|
|
693
|
-
self.verticalLayout_9 = QVBoxLayout(self.w_inp_cam_2)
|
|
694
|
-
self.verticalLayout_9.setSpacing(0)
|
|
695
|
-
self.verticalLayout_9.setObjectName(u"verticalLayout_9")
|
|
696
|
-
self.verticalLayout_9.setContentsMargins(0, 20, 0, 0)
|
|
697
|
-
self.label_inp_cam_2 = QLabel(self.w_inp_cam_2)
|
|
698
|
-
self.label_inp_cam_2.setObjectName(u"label_inp_cam_2")
|
|
699
|
-
sizePolicy1.setHeightForWidth(self.label_inp_cam_2.sizePolicy().hasHeightForWidth())
|
|
700
|
-
self.label_inp_cam_2.setSizePolicy(sizePolicy1)
|
|
701
|
-
self.label_inp_cam_2.setMinimumSize(QSize(14, 24))
|
|
702
|
-
self.label_inp_cam_2.setMaximumSize(QSize(14, 24))
|
|
703
|
-
font6 = QFont()
|
|
704
|
-
font6.setPointSize(15)
|
|
705
|
-
font6.setBold(False)
|
|
706
|
-
font6.setItalic(True)
|
|
707
|
-
self.label_inp_cam_2.setFont(font6)
|
|
708
|
-
self.label_inp_cam_2.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
709
|
-
self.label_inp_cam_2.setIndent(0)
|
|
710
|
-
|
|
711
|
-
self.verticalLayout_9.addWidget(self.label_inp_cam_2)
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
self.w_inp_cameras.addWidget(self.w_inp_cam_2)
|
|
715
|
-
|
|
716
|
-
self.w_inp_ncam = QWidget(self.w_inp_cameras_2)
|
|
717
|
-
self.w_inp_ncam.setObjectName(u"w_inp_ncam")
|
|
718
|
-
self.w_inp_ncam.setMinimumSize(QSize(0, 44))
|
|
719
|
-
self.w_inp_ncam.setMaximumSize(QSize(16777215, 44))
|
|
720
|
-
self.verticalLayout_3 = QVBoxLayout(self.w_inp_ncam)
|
|
721
|
-
self.verticalLayout_3.setSpacing(0)
|
|
722
|
-
self.verticalLayout_3.setObjectName(u"verticalLayout_3")
|
|
723
|
-
self.verticalLayout_3.setContentsMargins(0, 0, 0, 0)
|
|
724
|
-
self.label_ncam = QLabel(self.w_inp_ncam)
|
|
725
|
-
self.label_ncam.setObjectName(u"label_ncam")
|
|
726
|
-
sizePolicy1.setHeightForWidth(self.label_ncam.sizePolicy().hasHeightForWidth())
|
|
727
|
-
self.label_ncam.setSizePolicy(sizePolicy1)
|
|
728
|
-
self.label_ncam.setMinimumSize(QSize(50, 20))
|
|
729
|
-
self.label_ncam.setMaximumSize(QSize(50, 20))
|
|
730
|
-
self.label_ncam.setFont(font4)
|
|
731
|
-
self.label_ncam.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
732
|
-
|
|
733
|
-
self.verticalLayout_3.addWidget(self.label_ncam)
|
|
734
|
-
|
|
735
|
-
self.spin_inp_ncam = MyQSpin(self.w_inp_ncam)
|
|
736
|
-
self.spin_inp_ncam.setObjectName(u"spin_inp_ncam")
|
|
737
|
-
self.spin_inp_ncam.setEnabled(True)
|
|
738
|
-
self.spin_inp_ncam.setMinimumSize(QSize(50, 24))
|
|
739
|
-
self.spin_inp_ncam.setMaximumSize(QSize(70, 24))
|
|
740
|
-
self.spin_inp_ncam.setFont(font)
|
|
741
|
-
self.spin_inp_ncam.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
742
|
-
self.spin_inp_ncam.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
743
|
-
self.spin_inp_ncam.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
744
|
-
self.spin_inp_ncam.setMinimum(1)
|
|
745
|
-
self.spin_inp_ncam.setMaximum(99)
|
|
746
|
-
self.spin_inp_ncam.setValue(1)
|
|
747
|
-
|
|
748
|
-
self.verticalLayout_3.addWidget(self.spin_inp_ncam)
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
self.w_inp_cameras.addWidget(self.w_inp_ncam)
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
self.horizontalLayout_7.addWidget(self.w_inp_cameras_2)
|
|
755
|
-
|
|
756
|
-
self.horizontalLayout_7.setStretch(0, 1)
|
|
757
|
-
|
|
758
|
-
self.g_ImSet_layout.addWidget(self.w_frames)
|
|
759
|
-
|
|
760
|
-
self.w_nimg = QWidget(self.g_ImSet)
|
|
761
|
-
self.w_nimg.setObjectName(u"w_nimg")
|
|
762
|
-
self.w_nimg.setMinimumSize(QSize(0, 44))
|
|
763
|
-
self.w_nimg.setMaximumSize(QSize(16777215, 44))
|
|
764
|
-
self.horizontalLayout_10 = QHBoxLayout(self.w_nimg)
|
|
765
|
-
self.horizontalLayout_10.setSpacing(5)
|
|
766
|
-
self.horizontalLayout_10.setObjectName(u"horizontalLayout_10")
|
|
767
|
-
self.horizontalLayout_10.setContentsMargins(0, 0, 0, 0)
|
|
768
|
-
self.w_ind_in = QWidget(self.w_nimg)
|
|
769
|
-
self.w_ind_in.setObjectName(u"w_ind_in")
|
|
770
|
-
self.w_ind_in.setMinimumSize(QSize(75, 44))
|
|
771
|
-
self.w_ind_in.setMaximumSize(QSize(100, 44))
|
|
772
|
-
self.verticalLayout_29 = QVBoxLayout(self.w_ind_in)
|
|
773
|
-
self.verticalLayout_29.setSpacing(0)
|
|
774
|
-
self.verticalLayout_29.setObjectName(u"verticalLayout_29")
|
|
775
|
-
self.verticalLayout_29.setContentsMargins(0, 0, 0, 0)
|
|
776
|
-
self.label_ind_in = QLabel(self.w_ind_in)
|
|
777
|
-
self.label_ind_in.setObjectName(u"label_ind_in")
|
|
778
|
-
sizePolicy1.setHeightForWidth(self.label_ind_in.sizePolicy().hasHeightForWidth())
|
|
779
|
-
self.label_ind_in.setSizePolicy(sizePolicy1)
|
|
780
|
-
self.label_ind_in.setMinimumSize(QSize(65, 20))
|
|
781
|
-
self.label_ind_in.setMaximumSize(QSize(16777215, 20))
|
|
782
|
-
self.label_ind_in.setFont(font4)
|
|
783
|
-
self.label_ind_in.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
784
|
-
|
|
785
|
-
self.verticalLayout_29.addWidget(self.label_ind_in)
|
|
786
|
-
|
|
787
|
-
self.spin_ind_in = MyQSpin(self.w_ind_in)
|
|
788
|
-
self.spin_ind_in.setObjectName(u"spin_ind_in")
|
|
789
|
-
self.spin_ind_in.setEnabled(True)
|
|
790
|
-
self.spin_ind_in.setMinimumSize(QSize(75, 24))
|
|
791
|
-
self.spin_ind_in.setMaximumSize(QSize(100, 24))
|
|
792
|
-
self.spin_ind_in.setFont(font)
|
|
793
|
-
self.spin_ind_in.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
794
|
-
self.spin_ind_in.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
795
|
-
self.spin_ind_in.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
796
|
-
self.spin_ind_in.setValue(1)
|
|
797
|
-
|
|
798
|
-
self.verticalLayout_29.addWidget(self.spin_ind_in)
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
self.horizontalLayout_10.addWidget(self.w_ind_in)
|
|
802
|
-
|
|
803
|
-
self.w_npairs = QWidget(self.w_nimg)
|
|
804
|
-
self.w_npairs.setObjectName(u"w_npairs")
|
|
805
|
-
self.w_npairs.setMinimumSize(QSize(75, 44))
|
|
806
|
-
self.w_npairs.setMaximumSize(QSize(100, 44))
|
|
807
|
-
self.verticalLayout_30 = QVBoxLayout(self.w_npairs)
|
|
808
|
-
self.verticalLayout_30.setSpacing(0)
|
|
809
|
-
self.verticalLayout_30.setObjectName(u"verticalLayout_30")
|
|
810
|
-
self.verticalLayout_30.setContentsMargins(0, 0, 0, 0)
|
|
811
|
-
self.label_npairs = QLabel(self.w_npairs)
|
|
812
|
-
self.label_npairs.setObjectName(u"label_npairs")
|
|
813
|
-
sizePolicy1.setHeightForWidth(self.label_npairs.sizePolicy().hasHeightForWidth())
|
|
814
|
-
self.label_npairs.setSizePolicy(sizePolicy1)
|
|
815
|
-
self.label_npairs.setMinimumSize(QSize(65, 20))
|
|
816
|
-
self.label_npairs.setMaximumSize(QSize(16777215, 20))
|
|
817
|
-
self.label_npairs.setFont(font4)
|
|
818
|
-
self.label_npairs.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
819
|
-
|
|
820
|
-
self.verticalLayout_30.addWidget(self.label_npairs)
|
|
821
|
-
|
|
822
|
-
self.spin_npairs = MyQSpin(self.w_npairs)
|
|
823
|
-
self.spin_npairs.setObjectName(u"spin_npairs")
|
|
824
|
-
self.spin_npairs.setEnabled(True)
|
|
825
|
-
self.spin_npairs.setMinimumSize(QSize(75, 24))
|
|
826
|
-
self.spin_npairs.setMaximumSize(QSize(100, 24))
|
|
827
|
-
self.spin_npairs.setFont(font)
|
|
828
|
-
self.spin_npairs.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
829
|
-
self.spin_npairs.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
830
|
-
self.spin_npairs.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
831
|
-
self.spin_npairs.setValue(1)
|
|
832
|
-
|
|
833
|
-
self.verticalLayout_30.addWidget(self.spin_npairs)
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
self.horizontalLayout_10.addWidget(self.w_npairs)
|
|
837
|
-
|
|
838
|
-
self.w_step = QWidget(self.w_nimg)
|
|
839
|
-
self.w_step.setObjectName(u"w_step")
|
|
840
|
-
self.w_step.setMinimumSize(QSize(75, 44))
|
|
841
|
-
self.w_step.setMaximumSize(QSize(100, 44))
|
|
842
|
-
self.verticalLayout_31 = QVBoxLayout(self.w_step)
|
|
843
|
-
self.verticalLayout_31.setSpacing(0)
|
|
844
|
-
self.verticalLayout_31.setObjectName(u"verticalLayout_31")
|
|
845
|
-
self.verticalLayout_31.setContentsMargins(0, 0, 0, 0)
|
|
846
|
-
self.label_step = QLabel(self.w_step)
|
|
847
|
-
self.label_step.setObjectName(u"label_step")
|
|
848
|
-
sizePolicy1.setHeightForWidth(self.label_step.sizePolicy().hasHeightForWidth())
|
|
849
|
-
self.label_step.setSizePolicy(sizePolicy1)
|
|
850
|
-
self.label_step.setMinimumSize(QSize(65, 20))
|
|
851
|
-
self.label_step.setMaximumSize(QSize(16777215, 20))
|
|
852
|
-
self.label_step.setFont(font4)
|
|
853
|
-
self.label_step.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
854
|
-
|
|
855
|
-
self.verticalLayout_31.addWidget(self.label_step)
|
|
856
|
-
|
|
857
|
-
self.spin_step = MyQSpin(self.w_step)
|
|
858
|
-
self.spin_step.setObjectName(u"spin_step")
|
|
859
|
-
self.spin_step.setEnabled(True)
|
|
860
|
-
self.spin_step.setMinimumSize(QSize(75, 24))
|
|
861
|
-
self.spin_step.setMaximumSize(QSize(100, 24))
|
|
862
|
-
self.spin_step.setFont(font)
|
|
863
|
-
self.spin_step.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
864
|
-
self.spin_step.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
865
|
-
self.spin_step.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
866
|
-
self.spin_step.setValue(1)
|
|
867
|
-
|
|
868
|
-
self.verticalLayout_31.addWidget(self.spin_step)
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
self.horizontalLayout_10.addWidget(self.w_step)
|
|
872
|
-
|
|
873
|
-
self.w_TR_Import = QWidget(self.w_nimg)
|
|
874
|
-
self.w_TR_Import.setObjectName(u"w_TR_Import")
|
|
875
|
-
self.verticalLayout_4 = QVBoxLayout(self.w_TR_Import)
|
|
876
|
-
self.verticalLayout_4.setSpacing(0)
|
|
877
|
-
self.verticalLayout_4.setObjectName(u"verticalLayout_4")
|
|
878
|
-
self.label_TR_Import = QLabel(self.w_TR_Import)
|
|
879
|
-
self.label_TR_Import.setObjectName(u"label_TR_Import")
|
|
880
|
-
sizePolicy1.setHeightForWidth(self.label_TR_Import.sizePolicy().hasHeightForWidth())
|
|
881
|
-
self.label_TR_Import.setSizePolicy(sizePolicy1)
|
|
882
|
-
self.label_TR_Import.setMinimumSize(QSize(65, 20))
|
|
883
|
-
self.label_TR_Import.setMaximumSize(QSize(16777215, 20))
|
|
884
|
-
self.label_TR_Import.setFont(font4)
|
|
885
|
-
self.label_TR_Import.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
886
|
-
|
|
887
|
-
self.verticalLayout_4.addWidget(self.label_TR_Import)
|
|
888
|
-
|
|
889
|
-
self.check_TR_Import = QCheckBox(self.w_TR_Import)
|
|
890
|
-
self.check_TR_Import.setObjectName(u"check_TR_Import")
|
|
891
|
-
self.check_TR_Import.setMinimumSize(QSize(0, 24))
|
|
892
|
-
self.check_TR_Import.setMaximumSize(QSize(16777215, 24))
|
|
893
|
-
self.check_TR_Import.setFont(font)
|
|
894
|
-
self.check_TR_Import.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
895
|
-
self.check_TR_Import.setStyleSheet(u"")
|
|
896
|
-
|
|
897
|
-
self.verticalLayout_4.addWidget(self.check_TR_Import)
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
self.horizontalLayout_10.addWidget(self.w_TR_Import)
|
|
901
|
-
|
|
902
|
-
self.hs_nimg = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
903
|
-
|
|
904
|
-
self.horizontalLayout_10.addItem(self.hs_nimg)
|
|
905
|
-
|
|
906
|
-
self.button_example_list = QToolButton(self.w_nimg)
|
|
907
|
-
self.button_example_list.setObjectName(u"button_example_list")
|
|
908
|
-
self.button_example_list.setMinimumSize(QSize(36, 36))
|
|
909
|
-
self.button_example_list.setMaximumSize(QSize(36, 36))
|
|
910
|
-
icon9 = QIcon()
|
|
911
|
-
icon9.addFile(u""+ icons_path +"example_list.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
912
|
-
self.button_example_list.setIcon(icon9)
|
|
913
|
-
self.button_example_list.setIconSize(QSize(30, 30))
|
|
914
|
-
self.button_example_list.setCheckable(True)
|
|
915
|
-
self.button_example_list.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
916
|
-
self.button_example_list.setAutoRaise(False)
|
|
917
|
-
|
|
918
|
-
self.horizontalLayout_10.addWidget(self.button_example_list)
|
|
919
|
-
|
|
920
|
-
self.button_import = QToolButton(self.w_nimg)
|
|
921
|
-
self.button_import.setObjectName(u"button_import")
|
|
922
|
-
self.button_import.setMinimumSize(QSize(36, 36))
|
|
923
|
-
self.button_import.setMaximumSize(QSize(36, 36))
|
|
924
|
-
icon10 = QIcon()
|
|
925
|
-
icon10.addFile(u""+ icons_path +"import_set.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
926
|
-
self.button_import.setIcon(icon10)
|
|
927
|
-
self.button_import.setIconSize(QSize(30, 30))
|
|
928
|
-
self.button_import.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
929
|
-
self.button_import.setAutoRaise(False)
|
|
930
|
-
|
|
931
|
-
self.horizontalLayout_10.addWidget(self.button_import)
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
self.g_ImSet_layout.addWidget(self.w_nimg)
|
|
935
|
-
|
|
936
|
-
self.vs_ImSet = QSpacerItem(20, 5, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)
|
|
937
|
-
|
|
938
|
-
self.g_ImSet_layout.addItem(self.vs_ImSet)
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
self.verticalLayout_24.addWidget(self.g_ImSet)
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
self.verticalLayout_8.addWidget(self.CollapBox_ImSet)
|
|
945
|
-
|
|
946
|
-
self.imTreeWidget = ImageTreeWidget(self.scrollAreaWidgetContents)
|
|
947
|
-
self.imTreeWidget.setObjectName(u"imTreeWidget")
|
|
948
|
-
|
|
949
|
-
self.verticalLayout_8.addWidget(self.imTreeWidget)
|
|
950
|
-
|
|
951
|
-
self.verticalLayout_8.setStretch(2, 1)
|
|
952
|
-
self.scrollArea.setWidget(self.scrollAreaWidgetContents)
|
|
953
|
-
|
|
954
|
-
self.verticalLayout_7.addWidget(self.scrollArea)
|
|
955
|
-
|
|
956
|
-
QWidget.setTabOrder(self.combo_process, self.button_back)
|
|
957
|
-
QWidget.setTabOrder(self.button_back, self.button_forward)
|
|
958
|
-
QWidget.setTabOrder(self.button_forward, self.button_close_tab)
|
|
959
|
-
QWidget.setTabOrder(self.button_close_tab, self.button_data)
|
|
960
|
-
QWidget.setTabOrder(self.button_data, self.line_edit_path)
|
|
961
|
-
QWidget.setTabOrder(self.line_edit_path, self.button_path)
|
|
962
|
-
QWidget.setTabOrder(self.button_path, self.button_scan_path)
|
|
963
|
-
QWidget.setTabOrder(self.button_scan_path, self.button_automatic_list)
|
|
964
|
-
QWidget.setTabOrder(self.button_automatic_list, self.spin_inp_cam)
|
|
965
|
-
QWidget.setTabOrder(self.spin_inp_cam, self.spin_inp_ncam)
|
|
966
|
-
QWidget.setTabOrder(self.spin_inp_ncam, self.spin_ind_in)
|
|
967
|
-
QWidget.setTabOrder(self.spin_ind_in, self.spin_npairs)
|
|
968
|
-
QWidget.setTabOrder(self.spin_npairs, self.spin_step)
|
|
969
|
-
QWidget.setTabOrder(self.spin_step, self.check_TR_Import)
|
|
970
|
-
QWidget.setTabOrder(self.check_TR_Import, self.button_example_list)
|
|
971
|
-
QWidget.setTabOrder(self.button_example_list, self.button_import)
|
|
972
|
-
QWidget.setTabOrder(self.button_import, self.scrollArea)
|
|
973
|
-
|
|
974
|
-
self.retranslateUi(InputTab)
|
|
975
|
-
|
|
976
|
-
QMetaObject.connectSlotsByName(InputTab)
|
|
977
|
-
# setupUi
|
|
978
|
-
|
|
979
|
-
def retranslateUi(self, InputTab):
|
|
980
|
-
InputTab.setWindowTitle(QCoreApplication.translate("InputTab", u"Import", None))
|
|
981
|
-
#if QT_CONFIG(accessibility)
|
|
982
|
-
InputTab.setAccessibleName("")
|
|
983
|
-
#endif // QT_CONFIG(accessibility)
|
|
984
|
-
self.icon.setText("")
|
|
985
|
-
self.name_tab.setText(QCoreApplication.translate("InputTab", u" Input", None))
|
|
986
|
-
self.label_done.setText("")
|
|
987
|
-
self.label_process.setText(QCoreApplication.translate("InputTab", u"Process", None))
|
|
988
|
-
self.combo_process.setItemText(0, QCoreApplication.translate("InputTab", u"minimum", None))
|
|
989
|
-
self.combo_process.setItemText(1, QCoreApplication.translate("InputTab", u"PIV", None))
|
|
990
|
-
self.combo_process.setItemText(2, QCoreApplication.translate("InputTab", u"SPIV", None))
|
|
991
|
-
self.combo_process.setItemText(3, QCoreApplication.translate("InputTab", u"TPIV", None))
|
|
992
|
-
|
|
993
|
-
#if QT_CONFIG(tooltip)
|
|
994
|
-
self.combo_process.setToolTip(QCoreApplication.translate("InputTab", u"Select mode", None))
|
|
995
|
-
#endif // QT_CONFIG(tooltip)
|
|
996
|
-
self.label_number.setText(QCoreApplication.translate("InputTab", u"1", None))
|
|
997
|
-
#if QT_CONFIG(tooltip)
|
|
998
|
-
self.button_back.setToolTip(QCoreApplication.translate("InputTab", u"Undo", None))
|
|
999
|
-
#endif // QT_CONFIG(tooltip)
|
|
1000
|
-
self.button_back.setText("")
|
|
1001
|
-
#if QT_CONFIG(tooltip)
|
|
1002
|
-
self.button_forward.setToolTip(QCoreApplication.translate("InputTab", u"Redo", None))
|
|
1003
|
-
#endif // QT_CONFIG(tooltip)
|
|
1004
|
-
self.button_forward.setText("")
|
|
1005
|
-
#if QT_CONFIG(tooltip)
|
|
1006
|
-
self.button_close_tab.setToolTip(QCoreApplication.translate("InputTab", u"Close tab", None))
|
|
1007
|
-
#endif // QT_CONFIG(tooltip)
|
|
1008
|
-
self.button_close_tab.setText("")
|
|
1009
|
-
#if QT_CONFIG(shortcut)
|
|
1010
|
-
self.button_close_tab.setShortcut(QCoreApplication.translate("InputTab", u"Alt+I", None))
|
|
1011
|
-
#endif // QT_CONFIG(shortcut)
|
|
1012
|
-
self.label_path.setText(QCoreApplication.translate("InputTab", u"Input folder path", None))
|
|
1013
|
-
#if QT_CONFIG(tooltip)
|
|
1014
|
-
self.button_data.setToolTip("")
|
|
1015
|
-
#endif // QT_CONFIG(tooltip)
|
|
1016
|
-
self.button_data.setText("")
|
|
1017
|
-
#if QT_CONFIG(tooltip)
|
|
1018
|
-
self.line_edit_path.setToolTip(QCoreApplication.translate("InputTab", u"Path of the directory containing the image files", None))
|
|
1019
|
-
#endif // QT_CONFIG(tooltip)
|
|
1020
|
-
self.line_edit_path.setText(QCoreApplication.translate("InputTab", u".\\img\\fold3\\", None))
|
|
1021
|
-
self.label_check_path.setText("")
|
|
1022
|
-
self.label_path_2.setText("")
|
|
1023
|
-
#if QT_CONFIG(tooltip)
|
|
1024
|
-
self.button_path.setToolTip(QCoreApplication.translate("InputTab", u"Explore and find the path of the directory containing the image files", None))
|
|
1025
|
-
#endif // QT_CONFIG(tooltip)
|
|
1026
|
-
self.button_path.setText("")
|
|
1027
|
-
#if QT_CONFIG(shortcut)
|
|
1028
|
-
self.button_path.setShortcut(QCoreApplication.translate("InputTab", u"Ctrl+Alt+I", None))
|
|
1029
|
-
#endif // QT_CONFIG(shortcut)
|
|
1030
|
-
self.label_path_4.setText("")
|
|
1031
|
-
#if QT_CONFIG(tooltip)
|
|
1032
|
-
self.button_scan_path.setToolTip(QCoreApplication.translate("InputTab", u"Re-scan the input folder to update the list of images", None))
|
|
1033
|
-
#endif // QT_CONFIG(tooltip)
|
|
1034
|
-
self.button_scan_path.setText("")
|
|
1035
|
-
self.label_path_3.setText("")
|
|
1036
|
-
#if QT_CONFIG(tooltip)
|
|
1037
|
-
self.button_automatic_list.setToolTip(QCoreApplication.translate("InputTab", u"If activated, the image list is generated automatically after selection of input path", None))
|
|
1038
|
-
#endif // QT_CONFIG(tooltip)
|
|
1039
|
-
self.button_automatic_list.setText("")
|
|
1040
|
-
#if QT_CONFIG(tooltip)
|
|
1041
|
-
self.tool_CollapBox_ImSet.setToolTip(QCoreApplication.translate("InputTab", u"Final iterations option box", None))
|
|
1042
|
-
#endif // QT_CONFIG(tooltip)
|
|
1043
|
-
self.tool_CollapBox_ImSet.setText(QCoreApplication.translate("InputTab", u"Image import tool", None))
|
|
1044
|
-
#if QT_CONFIG(tooltip)
|
|
1045
|
-
self.button_CollapBox_ImSet.setToolTip(QCoreApplication.translate("InputTab", u"Set default options for the selected type of process", None))
|
|
1046
|
-
#endif // QT_CONFIG(tooltip)
|
|
1047
|
-
self.button_CollapBox_ImSet.setText("")
|
|
1048
|
-
self.label_frame_a.setText(QCoreApplication.translate("InputTab", u"frame 1", None))
|
|
1049
|
-
#if QT_CONFIG(tooltip)
|
|
1050
|
-
self.button_automatic_frame.setToolTip(QCoreApplication.translate("InputTab", u"If activated, frames are assigned automatically after selection of frame 1", None))
|
|
1051
|
-
#endif // QT_CONFIG(tooltip)
|
|
1052
|
-
self.button_automatic_frame.setText("")
|
|
1053
|
-
#if QT_CONFIG(tooltip)
|
|
1054
|
-
self.combo_frame_a.setToolTip(QCoreApplication.translate("InputTab", u"Pattern of image filename for frame 1", None))
|
|
1055
|
-
#endif // QT_CONFIG(tooltip)
|
|
1056
|
-
self.label_frame_b.setText(QCoreApplication.translate("InputTab", u"frame 2", None))
|
|
1057
|
-
#if QT_CONFIG(tooltip)
|
|
1058
|
-
self.combo_frame_b.setToolTip(QCoreApplication.translate("InputTab", u"Pattern of image filename for frame 2", None))
|
|
1059
|
-
#endif // QT_CONFIG(tooltip)
|
|
1060
|
-
self.label_inp_cam.setText(QCoreApplication.translate("InputTab", u"cam ", None))
|
|
1061
|
-
#if QT_CONFIG(tooltip)
|
|
1062
|
-
self.spin_inp_cam.setToolTip(QCoreApplication.translate("InputTab", u"Current camera", None))
|
|
1063
|
-
#endif // QT_CONFIG(tooltip)
|
|
1064
|
-
self.label_inp_cam_2.setText(QCoreApplication.translate("InputTab", u"/", None))
|
|
1065
|
-
self.label_ncam.setText(QCoreApplication.translate("InputTab", u"# cam", None))
|
|
1066
|
-
#if QT_CONFIG(tooltip)
|
|
1067
|
-
self.spin_inp_ncam.setToolTip(QCoreApplication.translate("InputTab", u"Number of cameras", None))
|
|
1068
|
-
#endif // QT_CONFIG(tooltip)
|
|
1069
|
-
self.label_ind_in.setText(QCoreApplication.translate("InputTab", u"from", None))
|
|
1070
|
-
#if QT_CONFIG(tooltip)
|
|
1071
|
-
self.spin_ind_in.setToolTip(QCoreApplication.translate("InputTab", u"Number of the first image in the sequence to process", None))
|
|
1072
|
-
#endif // QT_CONFIG(tooltip)
|
|
1073
|
-
self.label_npairs.setText(QCoreApplication.translate("InputTab", u"# pairs", None))
|
|
1074
|
-
#if QT_CONFIG(tooltip)
|
|
1075
|
-
self.spin_npairs.setToolTip(QCoreApplication.translate("InputTab", u"Number of image pairs to process", None))
|
|
1076
|
-
#endif // QT_CONFIG(tooltip)
|
|
1077
|
-
#if QT_CONFIG(tooltip)
|
|
1078
|
-
self.label_step.setToolTip("")
|
|
1079
|
-
#endif // QT_CONFIG(tooltip)
|
|
1080
|
-
self.label_step.setText(QCoreApplication.translate("InputTab", u"step", None))
|
|
1081
|
-
#if QT_CONFIG(tooltip)
|
|
1082
|
-
self.spin_step.setToolTip(QCoreApplication.translate("InputTab", u"Step through the number of images in the sequence.", None))
|
|
1083
|
-
#endif // QT_CONFIG(tooltip)
|
|
1084
|
-
self.label_TR_Import.setText("")
|
|
1085
|
-
#if QT_CONFIG(tooltip)
|
|
1086
|
-
self.check_TR_Import.setToolTip(QCoreApplication.translate("InputTab", u"If activated, the images are listed in time-resolved mode", None))
|
|
1087
|
-
#endif // QT_CONFIG(tooltip)
|
|
1088
|
-
self.check_TR_Import.setText(QCoreApplication.translate("InputTab", u"Time-res.", None))
|
|
1089
|
-
#if QT_CONFIG(tooltip)
|
|
1090
|
-
self.button_example_list.setToolTip(QCoreApplication.translate("InputTab", u"Show example list of images", None))
|
|
1091
|
-
#endif // QT_CONFIG(tooltip)
|
|
1092
|
-
self.button_example_list.setText("")
|
|
1093
|
-
#if QT_CONFIG(tooltip)
|
|
1094
|
-
self.button_import.setToolTip(QCoreApplication.translate("InputTab", u"Import the current set of images", None))
|
|
1095
|
-
#endif // QT_CONFIG(tooltip)
|
|
1096
|
-
self.button_import.setText("")
|
|
1097
|
-
#if QT_CONFIG(shortcut)
|
|
1098
|
-
self.button_import.setShortcut(QCoreApplication.translate("InputTab", u"Ctrl+Alt+J", None))
|
|
1099
|
-
#endif // QT_CONFIG(shortcut)
|
|
1100
|
-
# retranslateUi
|
|
1101
|
-
|
|
26
|
+
MyQLineEdit, MyQSpin, MyTabLabel, MyToolButton)
|
|
27
|
+
|
|
28
|
+
class Ui_InputTab(object):
|
|
29
|
+
def setupUi(self, InputTab):
|
|
30
|
+
if not InputTab.objectName():
|
|
31
|
+
InputTab.setObjectName(u"InputTab")
|
|
32
|
+
InputTab.resize(500, 680)
|
|
33
|
+
InputTab.setMinimumSize(QSize(500, 680))
|
|
34
|
+
InputTab.setMaximumSize(QSize(1000, 16777215))
|
|
35
|
+
font = QFont()
|
|
36
|
+
font.setPointSize(11)
|
|
37
|
+
InputTab.setFont(font)
|
|
38
|
+
icon1 = QIcon()
|
|
39
|
+
icon1.addFile(u""+ icons_path +"input_logo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
40
|
+
InputTab.setWindowIcon(icon1)
|
|
41
|
+
self.verticalLayout_7 = QVBoxLayout(InputTab)
|
|
42
|
+
self.verticalLayout_7.setSpacing(5)
|
|
43
|
+
self.verticalLayout_7.setObjectName(u"verticalLayout_7")
|
|
44
|
+
self.verticalLayout_7.setContentsMargins(10, 10, 10, 10)
|
|
45
|
+
self.w_Mode = QWidget(InputTab)
|
|
46
|
+
self.w_Mode.setObjectName(u"w_Mode")
|
|
47
|
+
self.w_Mode.setMinimumSize(QSize(0, 40))
|
|
48
|
+
self.w_Mode.setMaximumSize(QSize(16777215, 40))
|
|
49
|
+
self.w_Mode.setFont(font)
|
|
50
|
+
self.horizontalLayout_5 = QHBoxLayout(self.w_Mode)
|
|
51
|
+
self.horizontalLayout_5.setSpacing(3)
|
|
52
|
+
self.horizontalLayout_5.setObjectName(u"horizontalLayout_5")
|
|
53
|
+
self.horizontalLayout_5.setContentsMargins(0, 0, 0, 10)
|
|
54
|
+
self.icon = QLabel(self.w_Mode)
|
|
55
|
+
self.icon.setObjectName(u"icon")
|
|
56
|
+
self.icon.setMinimumSize(QSize(35, 35))
|
|
57
|
+
self.icon.setMaximumSize(QSize(35, 35))
|
|
58
|
+
self.icon.setPixmap(QPixmap(u""+ icons_path +"input_logo.png"))
|
|
59
|
+
self.icon.setScaledContents(True)
|
|
60
|
+
|
|
61
|
+
self.horizontalLayout_5.addWidget(self.icon)
|
|
62
|
+
|
|
63
|
+
self.name_tab = MyTabLabel(self.w_Mode)
|
|
64
|
+
self.name_tab.setObjectName(u"name_tab")
|
|
65
|
+
self.name_tab.setMinimumSize(QSize(0, 35))
|
|
66
|
+
self.name_tab.setMaximumSize(QSize(16777215, 35))
|
|
67
|
+
font1 = QFont()
|
|
68
|
+
font1.setFamilies([u"Arial"])
|
|
69
|
+
font1.setPointSize(20)
|
|
70
|
+
font1.setBold(True)
|
|
71
|
+
self.name_tab.setFont(font1)
|
|
72
|
+
|
|
73
|
+
self.horizontalLayout_5.addWidget(self.name_tab)
|
|
74
|
+
|
|
75
|
+
self.w_label_done = QWidget(self.w_Mode)
|
|
76
|
+
self.w_label_done.setObjectName(u"w_label_done")
|
|
77
|
+
self.w_label_done.setMinimumSize(QSize(18, 24))
|
|
78
|
+
self.w_label_done.setMaximumSize(QSize(18, 24))
|
|
79
|
+
self.horizontalLayout_4 = QHBoxLayout(self.w_label_done)
|
|
80
|
+
self.horizontalLayout_4.setSpacing(0)
|
|
81
|
+
self.horizontalLayout_4.setObjectName(u"horizontalLayout_4")
|
|
82
|
+
self.horizontalLayout_4.setContentsMargins(0, 0, 0, 12)
|
|
83
|
+
self.label_done = ClickableLabel(self.w_label_done)
|
|
84
|
+
self.label_done.setObjectName(u"label_done")
|
|
85
|
+
self.label_done.setMinimumSize(QSize(12, 12))
|
|
86
|
+
self.label_done.setMaximumSize(QSize(12, 12))
|
|
87
|
+
self.label_done.setPixmap(QPixmap(u""+ icons_path +"completed.png"))
|
|
88
|
+
self.label_done.setScaledContents(True)
|
|
89
|
+
self.label_done.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
90
|
+
|
|
91
|
+
self.horizontalLayout_4.addWidget(self.label_done)
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
self.horizontalLayout_5.addWidget(self.w_label_done)
|
|
95
|
+
|
|
96
|
+
self.label_process = QLabel(self.w_Mode)
|
|
97
|
+
self.label_process.setObjectName(u"label_process")
|
|
98
|
+
self.label_process.setMinimumSize(QSize(60, 30))
|
|
99
|
+
self.label_process.setMaximumSize(QSize(60, 30))
|
|
100
|
+
font2 = QFont()
|
|
101
|
+
font2.setPointSize(10)
|
|
102
|
+
font2.setItalic(True)
|
|
103
|
+
self.label_process.setFont(font2)
|
|
104
|
+
self.label_process.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
105
|
+
|
|
106
|
+
self.horizontalLayout_5.addWidget(self.label_process)
|
|
107
|
+
|
|
108
|
+
self.combo_process = MyQCombo(self.w_Mode)
|
|
109
|
+
self.combo_process.addItem("")
|
|
110
|
+
self.combo_process.addItem("")
|
|
111
|
+
self.combo_process.addItem("")
|
|
112
|
+
self.combo_process.addItem("")
|
|
113
|
+
self.combo_process.setObjectName(u"combo_process")
|
|
114
|
+
self.combo_process.setMinimumSize(QSize(100, 30))
|
|
115
|
+
self.combo_process.setMaximumSize(QSize(100, 30))
|
|
116
|
+
self.combo_process.setFont(font)
|
|
117
|
+
|
|
118
|
+
self.horizontalLayout_5.addWidget(self.combo_process)
|
|
119
|
+
|
|
120
|
+
self.hs1 = QSpacerItem(70, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
121
|
+
|
|
122
|
+
self.horizontalLayout_5.addItem(self.hs1)
|
|
123
|
+
|
|
124
|
+
self.label_number = QLabel(self.w_Mode)
|
|
125
|
+
self.label_number.setObjectName(u"label_number")
|
|
126
|
+
self.label_number.setMinimumSize(QSize(35, 0))
|
|
127
|
+
font3 = QFont()
|
|
128
|
+
font3.setPointSize(9)
|
|
129
|
+
self.label_number.setFont(font3)
|
|
130
|
+
self.label_number.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
131
|
+
|
|
132
|
+
self.horizontalLayout_5.addWidget(self.label_number)
|
|
133
|
+
|
|
134
|
+
self.hs_2 = QSpacerItem(5, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
135
|
+
|
|
136
|
+
self.horizontalLayout_5.addItem(self.hs_2)
|
|
137
|
+
|
|
138
|
+
self.button_back = QToolButton(self.w_Mode)
|
|
139
|
+
self.button_back.setObjectName(u"button_back")
|
|
140
|
+
self.button_back.setMinimumSize(QSize(24, 24))
|
|
141
|
+
self.button_back.setMaximumSize(QSize(24, 24))
|
|
142
|
+
icon2 = QIcon()
|
|
143
|
+
icon2.addFile(u""+ icons_path +"undo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
144
|
+
self.button_back.setIcon(icon2)
|
|
145
|
+
self.button_back.setIconSize(QSize(20, 20))
|
|
146
|
+
|
|
147
|
+
self.horizontalLayout_5.addWidget(self.button_back)
|
|
148
|
+
|
|
149
|
+
self.button_forward = QToolButton(self.w_Mode)
|
|
150
|
+
self.button_forward.setObjectName(u"button_forward")
|
|
151
|
+
self.button_forward.setMinimumSize(QSize(24, 24))
|
|
152
|
+
self.button_forward.setMaximumSize(QSize(24, 24))
|
|
153
|
+
icon3 = QIcon()
|
|
154
|
+
icon3.addFile(u""+ icons_path +"redo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
155
|
+
self.button_forward.setIcon(icon3)
|
|
156
|
+
self.button_forward.setIconSize(QSize(20, 20))
|
|
157
|
+
|
|
158
|
+
self.horizontalLayout_5.addWidget(self.button_forward)
|
|
159
|
+
|
|
160
|
+
self.w_button_close_tab = QWidget(self.w_Mode)
|
|
161
|
+
self.w_button_close_tab.setObjectName(u"w_button_close_tab")
|
|
162
|
+
self.w_button_close_tab.setMinimumSize(QSize(18, 24))
|
|
163
|
+
self.w_button_close_tab.setMaximumSize(QSize(18, 24))
|
|
164
|
+
self.horizontalLayout_3 = QHBoxLayout(self.w_button_close_tab)
|
|
165
|
+
self.horizontalLayout_3.setSpacing(0)
|
|
166
|
+
self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
|
|
167
|
+
self.horizontalLayout_3.setContentsMargins(0, 0, 0, -1)
|
|
168
|
+
self.button_close_tab = QToolButton(self.w_button_close_tab)
|
|
169
|
+
self.button_close_tab.setObjectName(u"button_close_tab")
|
|
170
|
+
self.button_close_tab.setMinimumSize(QSize(18, 18))
|
|
171
|
+
self.button_close_tab.setMaximumSize(QSize(18, 18))
|
|
172
|
+
self.button_close_tab.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
173
|
+
self.button_close_tab.setStyleSheet(u"QToolButton{\n"
|
|
174
|
+
"border-radius: 15px;\n"
|
|
175
|
+
"}")
|
|
176
|
+
icon4 = QIcon()
|
|
177
|
+
icon4.addFile(u""+ icons_path +"close.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
178
|
+
self.button_close_tab.setIcon(icon4)
|
|
179
|
+
self.button_close_tab.setIconSize(QSize(15, 15))
|
|
180
|
+
|
|
181
|
+
self.horizontalLayout_3.addWidget(self.button_close_tab)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
self.horizontalLayout_5.addWidget(self.w_button_close_tab)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
self.verticalLayout_7.addWidget(self.w_Mode)
|
|
188
|
+
|
|
189
|
+
self.line = QFrame(InputTab)
|
|
190
|
+
self.line.setObjectName(u"line")
|
|
191
|
+
self.line.setMinimumSize(QSize(0, 5))
|
|
192
|
+
self.line.setFrameShape(QFrame.Shape.HLine)
|
|
193
|
+
self.line.setFrameShadow(QFrame.Shadow.Sunken)
|
|
194
|
+
|
|
195
|
+
self.verticalLayout_7.addWidget(self.line)
|
|
196
|
+
|
|
197
|
+
self.scrollArea = QScrollArea(InputTab)
|
|
198
|
+
self.scrollArea.setObjectName(u"scrollArea")
|
|
199
|
+
sizePolicy = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Expanding)
|
|
200
|
+
sizePolicy.setHorizontalStretch(0)
|
|
201
|
+
sizePolicy.setVerticalStretch(0)
|
|
202
|
+
sizePolicy.setHeightForWidth(self.scrollArea.sizePolicy().hasHeightForWidth())
|
|
203
|
+
self.scrollArea.setSizePolicy(sizePolicy)
|
|
204
|
+
self.scrollArea.setMinimumSize(QSize(0, 0))
|
|
205
|
+
self.scrollArea.setStyleSheet(u" QScrollArea {\n"
|
|
206
|
+
" border: 1pix solid gray;\n"
|
|
207
|
+
" background: transparent;\n"
|
|
208
|
+
" }\n"
|
|
209
|
+
"\n"
|
|
210
|
+
"QScrollBar:horizontal\n"
|
|
211
|
+
" {\n"
|
|
212
|
+
" height: 15px;\n"
|
|
213
|
+
" margin: 3px 10px 3px 10px;\n"
|
|
214
|
+
" border: 1px transparent #2A2929;\n"
|
|
215
|
+
" border-radius: 4px;\n"
|
|
216
|
+
" background-color: rgba(200,200,200,50); /* #2A2929; */\n"
|
|
217
|
+
" }\n"
|
|
218
|
+
"\n"
|
|
219
|
+
"QScrollBar::handle:horizontal\n"
|
|
220
|
+
" {\n"
|
|
221
|
+
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
222
|
+
" min-width: 5px;\n"
|
|
223
|
+
" border-radius: 4px;\n"
|
|
224
|
+
" }\n"
|
|
225
|
+
"\n"
|
|
226
|
+
"QScrollBar:vertical\n"
|
|
227
|
+
" {\n"
|
|
228
|
+
" background-color: rgba(200,200,200,50); ;\n"
|
|
229
|
+
" width: 15px;\n"
|
|
230
|
+
" margin: 10px 3px 10px 3px;\n"
|
|
231
|
+
" border: 1px transparent #2A2929;\n"
|
|
232
|
+
" border-radius: 4px;\n"
|
|
233
|
+
" }\n"
|
|
234
|
+
"\n"
|
|
235
|
+
"QScrollBar::handle:vertical\n"
|
|
236
|
+
" {\n"
|
|
237
|
+
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
238
|
+
" min-height: 5px;\n"
|
|
239
|
+
" border-radius: 4px;\n"
|
|
240
|
+
" }\n"
|
|
241
|
+
"\n"
|
|
242
|
+
"QScrollBar::add-line {\n"
|
|
243
|
+
""
|
|
244
|
+
" border: none;\n"
|
|
245
|
+
" background: none;\n"
|
|
246
|
+
" }\n"
|
|
247
|
+
"\n"
|
|
248
|
+
"QScrollBar::sub-line {\n"
|
|
249
|
+
" border: none;\n"
|
|
250
|
+
" background: none;\n"
|
|
251
|
+
" }\n"
|
|
252
|
+
"")
|
|
253
|
+
self.scrollArea.setWidgetResizable(True)
|
|
254
|
+
self.scrollAreaWidgetContents = QWidget()
|
|
255
|
+
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
|
|
256
|
+
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 480, 605))
|
|
257
|
+
self.scrollAreaWidgetContents.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
258
|
+
self.verticalLayout_8 = QVBoxLayout(self.scrollAreaWidgetContents)
|
|
259
|
+
self.verticalLayout_8.setSpacing(10)
|
|
260
|
+
self.verticalLayout_8.setObjectName(u"verticalLayout_8")
|
|
261
|
+
self.verticalLayout_8.setContentsMargins(0, 15, 10, 0)
|
|
262
|
+
self.w_InputFold_Button = QWidget(self.scrollAreaWidgetContents)
|
|
263
|
+
self.w_InputFold_Button.setObjectName(u"w_InputFold_Button")
|
|
264
|
+
self.w_InputFold_Button.setMinimumSize(QSize(400, 0))
|
|
265
|
+
self.w_InputFold_Button.setMaximumSize(QSize(16777215, 44))
|
|
266
|
+
self.horizontalLayout = QHBoxLayout(self.w_InputFold_Button)
|
|
267
|
+
self.horizontalLayout.setSpacing(10)
|
|
268
|
+
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
|
269
|
+
self.horizontalLayout.setContentsMargins(0, 0, 0, 0)
|
|
270
|
+
self.w_InputFold = QWidget(self.w_InputFold_Button)
|
|
271
|
+
self.w_InputFold.setObjectName(u"w_InputFold")
|
|
272
|
+
self.w_InputFold.setMinimumSize(QSize(320, 0))
|
|
273
|
+
self.w_InputFold.setMaximumSize(QSize(16777215, 42))
|
|
274
|
+
self.verticalLayout = QVBoxLayout(self.w_InputFold)
|
|
275
|
+
self.verticalLayout.setSpacing(0)
|
|
276
|
+
self.verticalLayout.setObjectName(u"verticalLayout")
|
|
277
|
+
self.verticalLayout.setContentsMargins(0, 0, 0, 0)
|
|
278
|
+
self.w_label_path_2 = QWidget(self.w_InputFold)
|
|
279
|
+
self.w_label_path_2.setObjectName(u"w_label_path_2")
|
|
280
|
+
self.w_label_path = QHBoxLayout(self.w_label_path_2)
|
|
281
|
+
self.w_label_path.setSpacing(10)
|
|
282
|
+
self.w_label_path.setObjectName(u"w_label_path")
|
|
283
|
+
self.w_label_path.setContentsMargins(0, 0, 0, 0)
|
|
284
|
+
self.label_path = QLabel(self.w_label_path_2)
|
|
285
|
+
self.label_path.setObjectName(u"label_path")
|
|
286
|
+
sizePolicy1 = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Fixed)
|
|
287
|
+
sizePolicy1.setHorizontalStretch(0)
|
|
288
|
+
sizePolicy1.setVerticalStretch(0)
|
|
289
|
+
sizePolicy1.setHeightForWidth(self.label_path.sizePolicy().hasHeightForWidth())
|
|
290
|
+
self.label_path.setSizePolicy(sizePolicy1)
|
|
291
|
+
self.label_path.setMinimumSize(QSize(0, 20))
|
|
292
|
+
self.label_path.setMaximumSize(QSize(16777215, 20))
|
|
293
|
+
font4 = QFont()
|
|
294
|
+
font4.setPointSize(10)
|
|
295
|
+
font4.setBold(False)
|
|
296
|
+
font4.setItalic(True)
|
|
297
|
+
self.label_path.setFont(font4)
|
|
298
|
+
|
|
299
|
+
self.w_label_path.addWidget(self.label_path)
|
|
300
|
+
|
|
301
|
+
self.layout_button_data = QHBoxLayout()
|
|
302
|
+
self.layout_button_data.setObjectName(u"layout_button_data")
|
|
303
|
+
self.button_data = QToolButton(self.w_label_path_2)
|
|
304
|
+
self.button_data.setObjectName(u"button_data")
|
|
305
|
+
self.button_data.setMinimumSize(QSize(16, 16))
|
|
306
|
+
self.button_data.setMaximumSize(QSize(16, 16))
|
|
307
|
+
self.button_data.setCursor(QCursor(Qt.CursorShape.PointingHandCursor))
|
|
308
|
+
self.button_data.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
309
|
+
self.button_data.setStyleSheet(u"QToolButton{\n"
|
|
310
|
+
"border-radius: 15px;\n"
|
|
311
|
+
"}")
|
|
312
|
+
icon5 = QIcon()
|
|
313
|
+
icon5.addFile(u""+ icons_path +"flaticon_PaIRS_download.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
314
|
+
self.button_data.setIcon(icon5)
|
|
315
|
+
self.button_data.setIconSize(QSize(15, 15))
|
|
316
|
+
|
|
317
|
+
self.layout_button_data.addWidget(self.button_data)
|
|
318
|
+
|
|
319
|
+
self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
320
|
+
|
|
321
|
+
self.layout_button_data.addItem(self.horizontalSpacer)
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
self.w_label_path.addLayout(self.layout_button_data)
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
self.verticalLayout.addWidget(self.w_label_path_2)
|
|
328
|
+
|
|
329
|
+
self.w_edit_path = QWidget(self.w_InputFold)
|
|
330
|
+
self.w_edit_path.setObjectName(u"w_edit_path")
|
|
331
|
+
self.w_edit_path.setMinimumSize(QSize(0, 0))
|
|
332
|
+
self.w_edit_path.setMaximumSize(QSize(16777215, 22))
|
|
333
|
+
palette = QPalette()
|
|
334
|
+
self.w_edit_path.setPalette(palette)
|
|
335
|
+
self.horizontalLayout_8 = QHBoxLayout(self.w_edit_path)
|
|
336
|
+
self.horizontalLayout_8.setSpacing(0)
|
|
337
|
+
self.horizontalLayout_8.setObjectName(u"horizontalLayout_8")
|
|
338
|
+
self.horizontalLayout_8.setContentsMargins(0, 0, 0, 0)
|
|
339
|
+
self.line_edit_path = MyQLineEdit(self.w_edit_path)
|
|
340
|
+
self.line_edit_path.setObjectName(u"line_edit_path")
|
|
341
|
+
self.line_edit_path.setMaximumSize(QSize(16777215, 22))
|
|
342
|
+
self.line_edit_path.setFont(font)
|
|
343
|
+
self.line_edit_path.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
344
|
+
"border-left: 1px solid gray;\n"
|
|
345
|
+
"border-bottom: 1px solid gray;\n"
|
|
346
|
+
"")
|
|
347
|
+
|
|
348
|
+
self.horizontalLayout_8.addWidget(self.line_edit_path)
|
|
349
|
+
|
|
350
|
+
self.label_check_path = ClickableEditLabel(self.w_edit_path)
|
|
351
|
+
self.label_check_path.setObjectName(u"label_check_path")
|
|
352
|
+
self.label_check_path.setMinimumSize(QSize(22, 22))
|
|
353
|
+
self.label_check_path.setMaximumSize(QSize(22, 22))
|
|
354
|
+
self.label_check_path.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
355
|
+
"border-right: 1px solid gray;\n"
|
|
356
|
+
"border-bottom: 1px solid gray;\n"
|
|
357
|
+
"padding: 2px;")
|
|
358
|
+
self.label_check_path.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
359
|
+
self.label_check_path.setScaledContents(True)
|
|
360
|
+
self.label_check_path.setMargin(0)
|
|
361
|
+
self.label_check_path.setIndent(-1)
|
|
362
|
+
|
|
363
|
+
self.horizontalLayout_8.addWidget(self.label_check_path)
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
self.verticalLayout.addWidget(self.w_edit_path)
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
self.horizontalLayout.addWidget(self.w_InputFold)
|
|
370
|
+
|
|
371
|
+
self.w_button_path = QWidget(self.w_InputFold_Button)
|
|
372
|
+
self.w_button_path.setObjectName(u"w_button_path")
|
|
373
|
+
self.w_button_path.setMinimumSize(QSize(0, 44))
|
|
374
|
+
self.w_button_path.setMaximumSize(QSize(16777215, 44))
|
|
375
|
+
self.verticalLayout_2 = QVBoxLayout(self.w_button_path)
|
|
376
|
+
self.verticalLayout_2.setSpacing(0)
|
|
377
|
+
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
|
378
|
+
self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)
|
|
379
|
+
self.label_path_2 = QLabel(self.w_button_path)
|
|
380
|
+
self.label_path_2.setObjectName(u"label_path_2")
|
|
381
|
+
sizePolicy1.setHeightForWidth(self.label_path_2.sizePolicy().hasHeightForWidth())
|
|
382
|
+
self.label_path_2.setSizePolicy(sizePolicy1)
|
|
383
|
+
self.label_path_2.setMinimumSize(QSize(0, 18))
|
|
384
|
+
self.label_path_2.setMaximumSize(QSize(16777215, 18))
|
|
385
|
+
self.label_path_2.setFont(font4)
|
|
386
|
+
|
|
387
|
+
self.verticalLayout_2.addWidget(self.label_path_2)
|
|
388
|
+
|
|
389
|
+
self.button_path = QToolButton(self.w_button_path)
|
|
390
|
+
self.button_path.setObjectName(u"button_path")
|
|
391
|
+
self.button_path.setMinimumSize(QSize(26, 26))
|
|
392
|
+
self.button_path.setMaximumSize(QSize(26, 26))
|
|
393
|
+
icon6 = QIcon()
|
|
394
|
+
icon6.addFile(u""+ icons_path +"browse_folder_c.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
395
|
+
self.button_path.setIcon(icon6)
|
|
396
|
+
self.button_path.setIconSize(QSize(22, 22))
|
|
397
|
+
|
|
398
|
+
self.verticalLayout_2.addWidget(self.button_path)
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
self.horizontalLayout.addWidget(self.w_button_path)
|
|
402
|
+
|
|
403
|
+
self.w_scan_path = QWidget(self.w_InputFold_Button)
|
|
404
|
+
self.w_scan_path.setObjectName(u"w_scan_path")
|
|
405
|
+
self.w_button_automatic_list_3 = QVBoxLayout(self.w_scan_path)
|
|
406
|
+
self.w_button_automatic_list_3.setSpacing(0)
|
|
407
|
+
self.w_button_automatic_list_3.setObjectName(u"w_button_automatic_list_3")
|
|
408
|
+
self.w_button_automatic_list_3.setContentsMargins(0, 0, 0, 0)
|
|
409
|
+
self.label_path_4 = QLabel(self.w_scan_path)
|
|
410
|
+
self.label_path_4.setObjectName(u"label_path_4")
|
|
411
|
+
sizePolicy1.setHeightForWidth(self.label_path_4.sizePolicy().hasHeightForWidth())
|
|
412
|
+
self.label_path_4.setSizePolicy(sizePolicy1)
|
|
413
|
+
self.label_path_4.setMinimumSize(QSize(0, 18))
|
|
414
|
+
self.label_path_4.setMaximumSize(QSize(16777215, 18))
|
|
415
|
+
self.label_path_4.setFont(font4)
|
|
416
|
+
|
|
417
|
+
self.w_button_automatic_list_3.addWidget(self.label_path_4)
|
|
418
|
+
|
|
419
|
+
self.button_scan_path = QToolButton(self.w_scan_path)
|
|
420
|
+
self.button_scan_path.setObjectName(u"button_scan_path")
|
|
421
|
+
self.button_scan_path.setMinimumSize(QSize(26, 26))
|
|
422
|
+
self.button_scan_path.setMaximumSize(QSize(26, 26))
|
|
423
|
+
icon7 = QIcon()
|
|
424
|
+
icon7.addFile(u""+ icons_path +"scan_path.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
425
|
+
self.button_scan_path.setIcon(icon7)
|
|
426
|
+
self.button_scan_path.setIconSize(QSize(22, 22))
|
|
427
|
+
|
|
428
|
+
self.w_button_automatic_list_3.addWidget(self.button_scan_path)
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
self.horizontalLayout.addWidget(self.w_scan_path)
|
|
432
|
+
|
|
433
|
+
self.w_button_automatic_list_2 = QWidget(self.w_InputFold_Button)
|
|
434
|
+
self.w_button_automatic_list_2.setObjectName(u"w_button_automatic_list_2")
|
|
435
|
+
self.w_button_automatic_list = QVBoxLayout(self.w_button_automatic_list_2)
|
|
436
|
+
self.w_button_automatic_list.setSpacing(0)
|
|
437
|
+
self.w_button_automatic_list.setObjectName(u"w_button_automatic_list")
|
|
438
|
+
self.w_button_automatic_list.setContentsMargins(0, 0, 0, 0)
|
|
439
|
+
self.label_path_3 = QLabel(self.w_button_automatic_list_2)
|
|
440
|
+
self.label_path_3.setObjectName(u"label_path_3")
|
|
441
|
+
sizePolicy1.setHeightForWidth(self.label_path_3.sizePolicy().hasHeightForWidth())
|
|
442
|
+
self.label_path_3.setSizePolicy(sizePolicy1)
|
|
443
|
+
self.label_path_3.setMinimumSize(QSize(0, 18))
|
|
444
|
+
self.label_path_3.setMaximumSize(QSize(16777215, 18))
|
|
445
|
+
self.label_path_3.setFont(font4)
|
|
446
|
+
|
|
447
|
+
self.w_button_automatic_list.addWidget(self.label_path_3)
|
|
448
|
+
|
|
449
|
+
self.button_automatic_list = QToolButton(self.w_button_automatic_list_2)
|
|
450
|
+
self.button_automatic_list.setObjectName(u"button_automatic_list")
|
|
451
|
+
self.button_automatic_list.setMinimumSize(QSize(26, 26))
|
|
452
|
+
self.button_automatic_list.setMaximumSize(QSize(26, 26))
|
|
453
|
+
icon8 = QIcon()
|
|
454
|
+
icon8.addFile(u""+ icons_path +"automatic_off.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
455
|
+
icon8.addFile(u""+ icons_path +"automatic_on.png", QSize(), QIcon.Mode.Normal, QIcon.State.On)
|
|
456
|
+
self.button_automatic_list.setIcon(icon8)
|
|
457
|
+
self.button_automatic_list.setIconSize(QSize(22, 22))
|
|
458
|
+
self.button_automatic_list.setCheckable(True)
|
|
459
|
+
self.button_automatic_list.setChecked(True)
|
|
460
|
+
|
|
461
|
+
self.w_button_automatic_list.addWidget(self.button_automatic_list)
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
self.horizontalLayout.addWidget(self.w_button_automatic_list_2)
|
|
465
|
+
|
|
466
|
+
self.horizontalLayout.setStretch(0, 1)
|
|
467
|
+
|
|
468
|
+
self.verticalLayout_8.addWidget(self.w_InputFold_Button)
|
|
469
|
+
|
|
470
|
+
self.CollapBox_ImSet = CollapsibleBox(self.scrollAreaWidgetContents)
|
|
471
|
+
self.CollapBox_ImSet.setObjectName(u"CollapBox_ImSet")
|
|
472
|
+
sizePolicy2 = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Preferred)
|
|
473
|
+
sizePolicy2.setHorizontalStretch(0)
|
|
474
|
+
sizePolicy2.setVerticalStretch(0)
|
|
475
|
+
sizePolicy2.setHeightForWidth(self.CollapBox_ImSet.sizePolicy().hasHeightForWidth())
|
|
476
|
+
self.CollapBox_ImSet.setSizePolicy(sizePolicy2)
|
|
477
|
+
self.CollapBox_ImSet.setMinimumSize(QSize(0, 160))
|
|
478
|
+
self.CollapBox_ImSet.setMaximumSize(QSize(16777215, 160))
|
|
479
|
+
self.verticalLayout_24 = QVBoxLayout(self.CollapBox_ImSet)
|
|
480
|
+
self.verticalLayout_24.setSpacing(0)
|
|
481
|
+
self.verticalLayout_24.setObjectName(u"verticalLayout_24")
|
|
482
|
+
self.verticalLayout_24.setContentsMargins(0, 0, 0, 0)
|
|
483
|
+
self.lay_CollapBox_ImSet = QHBoxLayout()
|
|
484
|
+
self.lay_CollapBox_ImSet.setSpacing(0)
|
|
485
|
+
self.lay_CollapBox_ImSet.setObjectName(u"lay_CollapBox_ImSet")
|
|
486
|
+
self.lay_CollapBox_ImSet.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
487
|
+
self.tool_CollapBox_ImSet = QToolButton(self.CollapBox_ImSet)
|
|
488
|
+
self.tool_CollapBox_ImSet.setObjectName(u"tool_CollapBox_ImSet")
|
|
489
|
+
sizePolicy3 = QSizePolicy(QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)
|
|
490
|
+
sizePolicy3.setHorizontalStretch(0)
|
|
491
|
+
sizePolicy3.setVerticalStretch(0)
|
|
492
|
+
sizePolicy3.setHeightForWidth(self.tool_CollapBox_ImSet.sizePolicy().hasHeightForWidth())
|
|
493
|
+
self.tool_CollapBox_ImSet.setSizePolicy(sizePolicy3)
|
|
494
|
+
self.tool_CollapBox_ImSet.setMinimumSize(QSize(0, 20))
|
|
495
|
+
self.tool_CollapBox_ImSet.setMaximumSize(QSize(16777215, 20))
|
|
496
|
+
font5 = QFont()
|
|
497
|
+
font5.setPointSize(10)
|
|
498
|
+
font5.setBold(True)
|
|
499
|
+
self.tool_CollapBox_ImSet.setFont(font5)
|
|
500
|
+
self.tool_CollapBox_ImSet.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
501
|
+
self.tool_CollapBox_ImSet.setStyleSheet(u"QToolButton { border: none; }")
|
|
502
|
+
self.tool_CollapBox_ImSet.setCheckable(True)
|
|
503
|
+
self.tool_CollapBox_ImSet.setChecked(True)
|
|
504
|
+
self.tool_CollapBox_ImSet.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
505
|
+
self.tool_CollapBox_ImSet.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
506
|
+
self.tool_CollapBox_ImSet.setArrowType(Qt.ArrowType.DownArrow)
|
|
507
|
+
|
|
508
|
+
self.lay_CollapBox_ImSet.addWidget(self.tool_CollapBox_ImSet)
|
|
509
|
+
|
|
510
|
+
self.hsp_CollapBox_ImSet = QSpacerItem(100, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
511
|
+
|
|
512
|
+
self.lay_CollapBox_ImSet.addItem(self.hsp_CollapBox_ImSet)
|
|
513
|
+
|
|
514
|
+
self.button_CollapBox_ImSet = MyToolButton(self.CollapBox_ImSet)
|
|
515
|
+
self.button_CollapBox_ImSet.setObjectName(u"button_CollapBox_ImSet")
|
|
516
|
+
self.button_CollapBox_ImSet.setMinimumSize(QSize(18, 18))
|
|
517
|
+
self.button_CollapBox_ImSet.setMaximumSize(QSize(18, 18))
|
|
518
|
+
self.button_CollapBox_ImSet.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
519
|
+
self.button_CollapBox_ImSet.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
520
|
+
self.button_CollapBox_ImSet.setIcon(icon2)
|
|
521
|
+
self.button_CollapBox_ImSet.setIconSize(QSize(12, 12))
|
|
522
|
+
|
|
523
|
+
self.lay_CollapBox_ImSet.addWidget(self.button_CollapBox_ImSet)
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
self.verticalLayout_24.addLayout(self.lay_CollapBox_ImSet)
|
|
527
|
+
|
|
528
|
+
self.g_ImSet = QGroupBox(self.CollapBox_ImSet)
|
|
529
|
+
self.g_ImSet.setObjectName(u"g_ImSet")
|
|
530
|
+
self.g_ImSet.setMinimumSize(QSize(0, 140))
|
|
531
|
+
self.g_ImSet.setMaximumSize(QSize(16777215, 140))
|
|
532
|
+
self.g_ImSet.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}\n"
|
|
533
|
+
"")
|
|
534
|
+
self.g_ImSet_layout = QVBoxLayout(self.g_ImSet)
|
|
535
|
+
self.g_ImSet_layout.setSpacing(5)
|
|
536
|
+
self.g_ImSet_layout.setObjectName(u"g_ImSet_layout")
|
|
537
|
+
self.g_ImSet_layout.setContentsMargins(10, 5, 10, 5)
|
|
538
|
+
self.w_frames = QWidget(self.g_ImSet)
|
|
539
|
+
self.w_frames.setObjectName(u"w_frames")
|
|
540
|
+
self.w_frames.setMinimumSize(QSize(0, 44))
|
|
541
|
+
self.w_frames.setMaximumSize(QSize(16777215, 44))
|
|
542
|
+
self.horizontalLayout_7 = QHBoxLayout(self.w_frames)
|
|
543
|
+
self.horizontalLayout_7.setSpacing(10)
|
|
544
|
+
self.horizontalLayout_7.setObjectName(u"horizontalLayout_7")
|
|
545
|
+
self.horizontalLayout_7.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
546
|
+
self.horizontalLayout_7.setContentsMargins(0, 0, 0, 0)
|
|
547
|
+
self.w_frame_combos = QWidget(self.w_frames)
|
|
548
|
+
self.w_frame_combos.setObjectName(u"w_frame_combos")
|
|
549
|
+
sizePolicy4 = QSizePolicy(QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Preferred)
|
|
550
|
+
sizePolicy4.setHorizontalStretch(0)
|
|
551
|
+
sizePolicy4.setVerticalStretch(0)
|
|
552
|
+
sizePolicy4.setHeightForWidth(self.w_frame_combos.sizePolicy().hasHeightForWidth())
|
|
553
|
+
self.w_frame_combos.setSizePolicy(sizePolicy4)
|
|
554
|
+
self.w_frame_combos.setMinimumSize(QSize(0, 44))
|
|
555
|
+
self.w_frame_combos.setMaximumSize(QSize(16777215, 44))
|
|
556
|
+
self.horizontalLayout_6 = QHBoxLayout(self.w_frame_combos)
|
|
557
|
+
self.horizontalLayout_6.setSpacing(10)
|
|
558
|
+
self.horizontalLayout_6.setObjectName(u"horizontalLayout_6")
|
|
559
|
+
self.horizontalLayout_6.setContentsMargins(0, 0, 0, 0)
|
|
560
|
+
self.w_frame_a = QWidget(self.w_frame_combos)
|
|
561
|
+
self.w_frame_a.setObjectName(u"w_frame_a")
|
|
562
|
+
self.w_frame_a.setMaximumSize(QSize(16777215, 16777215))
|
|
563
|
+
self.lay_frame_a = QVBoxLayout(self.w_frame_a)
|
|
564
|
+
self.lay_frame_a.setSpacing(0)
|
|
565
|
+
self.lay_frame_a.setObjectName(u"lay_frame_a")
|
|
566
|
+
self.lay_frame_a.setContentsMargins(0, 0, 0, 0)
|
|
567
|
+
self.w_frame_a_label = QWidget(self.w_frame_a)
|
|
568
|
+
self.w_frame_a_label.setObjectName(u"w_frame_a_label")
|
|
569
|
+
self.w_automatic = QHBoxLayout(self.w_frame_a_label)
|
|
570
|
+
self.w_automatic.setSpacing(0)
|
|
571
|
+
self.w_automatic.setObjectName(u"w_automatic")
|
|
572
|
+
self.w_automatic.setContentsMargins(0, 0, 0, 0)
|
|
573
|
+
self.label_frame_a = QLabel(self.w_frame_a_label)
|
|
574
|
+
self.label_frame_a.setObjectName(u"label_frame_a")
|
|
575
|
+
sizePolicy1.setHeightForWidth(self.label_frame_a.sizePolicy().hasHeightForWidth())
|
|
576
|
+
self.label_frame_a.setSizePolicy(sizePolicy1)
|
|
577
|
+
self.label_frame_a.setMinimumSize(QSize(65, 20))
|
|
578
|
+
self.label_frame_a.setMaximumSize(QSize(16777215, 20))
|
|
579
|
+
self.label_frame_a.setFont(font4)
|
|
580
|
+
self.label_frame_a.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
581
|
+
|
|
582
|
+
self.w_automatic.addWidget(self.label_frame_a)
|
|
583
|
+
|
|
584
|
+
self.button_automatic_frame = QToolButton(self.w_frame_a_label)
|
|
585
|
+
self.button_automatic_frame.setObjectName(u"button_automatic_frame")
|
|
586
|
+
self.button_automatic_frame.setMinimumSize(QSize(18, 18))
|
|
587
|
+
self.button_automatic_frame.setMaximumSize(QSize(18, 18))
|
|
588
|
+
self.button_automatic_frame.setIcon(icon8)
|
|
589
|
+
self.button_automatic_frame.setIconSize(QSize(14, 14))
|
|
590
|
+
self.button_automatic_frame.setCheckable(True)
|
|
591
|
+
self.button_automatic_frame.setChecked(True)
|
|
592
|
+
|
|
593
|
+
self.w_automatic.addWidget(self.button_automatic_frame)
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
self.lay_frame_a.addWidget(self.w_frame_a_label)
|
|
597
|
+
|
|
598
|
+
self.combo_frame_a = QComboBox(self.w_frame_a)
|
|
599
|
+
self.combo_frame_a.setObjectName(u"combo_frame_a")
|
|
600
|
+
self.combo_frame_a.setMinimumSize(QSize(0, 24))
|
|
601
|
+
self.combo_frame_a.setMaximumSize(QSize(16777215, 24))
|
|
602
|
+
self.combo_frame_a.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToMinimumContentsLengthWithIcon)
|
|
603
|
+
self.combo_frame_a.setMinimumContentsLength(1)
|
|
604
|
+
|
|
605
|
+
self.lay_frame_a.addWidget(self.combo_frame_a)
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
self.horizontalLayout_6.addWidget(self.w_frame_a)
|
|
609
|
+
|
|
610
|
+
self.w_frame_b = QWidget(self.w_frame_combos)
|
|
611
|
+
self.w_frame_b.setObjectName(u"w_frame_b")
|
|
612
|
+
self.w_frame_b.setMaximumSize(QSize(16777215, 16777215))
|
|
613
|
+
self.lay_frame_b = QVBoxLayout(self.w_frame_b)
|
|
614
|
+
self.lay_frame_b.setSpacing(0)
|
|
615
|
+
self.lay_frame_b.setObjectName(u"lay_frame_b")
|
|
616
|
+
self.lay_frame_b.setContentsMargins(0, 0, 0, 0)
|
|
617
|
+
self.label_frame_b = QLabel(self.w_frame_b)
|
|
618
|
+
self.label_frame_b.setObjectName(u"label_frame_b")
|
|
619
|
+
sizePolicy1.setHeightForWidth(self.label_frame_b.sizePolicy().hasHeightForWidth())
|
|
620
|
+
self.label_frame_b.setSizePolicy(sizePolicy1)
|
|
621
|
+
self.label_frame_b.setMinimumSize(QSize(65, 20))
|
|
622
|
+
self.label_frame_b.setMaximumSize(QSize(16777215, 20))
|
|
623
|
+
self.label_frame_b.setFont(font4)
|
|
624
|
+
self.label_frame_b.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
625
|
+
|
|
626
|
+
self.lay_frame_b.addWidget(self.label_frame_b)
|
|
627
|
+
|
|
628
|
+
self.combo_frame_b = QComboBox(self.w_frame_b)
|
|
629
|
+
self.combo_frame_b.setObjectName(u"combo_frame_b")
|
|
630
|
+
self.combo_frame_b.setMinimumSize(QSize(0, 24))
|
|
631
|
+
self.combo_frame_b.setMaximumSize(QSize(16777215, 24))
|
|
632
|
+
self.combo_frame_b.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToMinimumContentsLengthWithIcon)
|
|
633
|
+
self.combo_frame_b.setMinimumContentsLength(1)
|
|
634
|
+
|
|
635
|
+
self.lay_frame_b.addWidget(self.combo_frame_b)
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
self.horizontalLayout_6.addWidget(self.w_frame_b)
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
self.horizontalLayout_7.addWidget(self.w_frame_combos)
|
|
642
|
+
|
|
643
|
+
self.hs_frames = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
644
|
+
|
|
645
|
+
self.horizontalLayout_7.addItem(self.hs_frames)
|
|
646
|
+
|
|
647
|
+
self.w_inp_cameras_2 = QWidget(self.w_frames)
|
|
648
|
+
self.w_inp_cameras_2.setObjectName(u"w_inp_cameras_2")
|
|
649
|
+
self.w_inp_cameras = QHBoxLayout(self.w_inp_cameras_2)
|
|
650
|
+
self.w_inp_cameras.setSpacing(1)
|
|
651
|
+
self.w_inp_cameras.setObjectName(u"w_inp_cameras")
|
|
652
|
+
self.w_inp_cameras.setContentsMargins(0, 0, 0, 0)
|
|
653
|
+
self.w_inp_cam = QWidget(self.w_inp_cameras_2)
|
|
654
|
+
self.w_inp_cam.setObjectName(u"w_inp_cam")
|
|
655
|
+
self.w_inp_cam.setMinimumSize(QSize(0, 44))
|
|
656
|
+
self.w_inp_cam.setMaximumSize(QSize(16777215, 44))
|
|
657
|
+
self.verticalLayout_6 = QVBoxLayout(self.w_inp_cam)
|
|
658
|
+
self.verticalLayout_6.setSpacing(0)
|
|
659
|
+
self.verticalLayout_6.setObjectName(u"verticalLayout_6")
|
|
660
|
+
self.verticalLayout_6.setContentsMargins(0, 0, 0, 0)
|
|
661
|
+
self.label_inp_cam = QLabel(self.w_inp_cam)
|
|
662
|
+
self.label_inp_cam.setObjectName(u"label_inp_cam")
|
|
663
|
+
sizePolicy1.setHeightForWidth(self.label_inp_cam.sizePolicy().hasHeightForWidth())
|
|
664
|
+
self.label_inp_cam.setSizePolicy(sizePolicy1)
|
|
665
|
+
self.label_inp_cam.setMinimumSize(QSize(50, 20))
|
|
666
|
+
self.label_inp_cam.setMaximumSize(QSize(50, 20))
|
|
667
|
+
self.label_inp_cam.setFont(font4)
|
|
668
|
+
self.label_inp_cam.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
669
|
+
|
|
670
|
+
self.verticalLayout_6.addWidget(self.label_inp_cam)
|
|
671
|
+
|
|
672
|
+
self.spin_inp_cam = MyQSpin(self.w_inp_cam)
|
|
673
|
+
self.spin_inp_cam.setObjectName(u"spin_inp_cam")
|
|
674
|
+
self.spin_inp_cam.setEnabled(True)
|
|
675
|
+
self.spin_inp_cam.setMinimumSize(QSize(50, 24))
|
|
676
|
+
self.spin_inp_cam.setMaximumSize(QSize(70, 24))
|
|
677
|
+
self.spin_inp_cam.setFont(font)
|
|
678
|
+
self.spin_inp_cam.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
679
|
+
self.spin_inp_cam.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
680
|
+
self.spin_inp_cam.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
681
|
+
self.spin_inp_cam.setMinimum(1)
|
|
682
|
+
self.spin_inp_cam.setValue(1)
|
|
683
|
+
|
|
684
|
+
self.verticalLayout_6.addWidget(self.spin_inp_cam)
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
self.w_inp_cameras.addWidget(self.w_inp_cam)
|
|
688
|
+
|
|
689
|
+
self.w_inp_cam_2 = QWidget(self.w_inp_cameras_2)
|
|
690
|
+
self.w_inp_cam_2.setObjectName(u"w_inp_cam_2")
|
|
691
|
+
self.w_inp_cam_2.setMinimumSize(QSize(14, 44))
|
|
692
|
+
self.w_inp_cam_2.setMaximumSize(QSize(14, 44))
|
|
693
|
+
self.verticalLayout_9 = QVBoxLayout(self.w_inp_cam_2)
|
|
694
|
+
self.verticalLayout_9.setSpacing(0)
|
|
695
|
+
self.verticalLayout_9.setObjectName(u"verticalLayout_9")
|
|
696
|
+
self.verticalLayout_9.setContentsMargins(0, 20, 0, 0)
|
|
697
|
+
self.label_inp_cam_2 = QLabel(self.w_inp_cam_2)
|
|
698
|
+
self.label_inp_cam_2.setObjectName(u"label_inp_cam_2")
|
|
699
|
+
sizePolicy1.setHeightForWidth(self.label_inp_cam_2.sizePolicy().hasHeightForWidth())
|
|
700
|
+
self.label_inp_cam_2.setSizePolicy(sizePolicy1)
|
|
701
|
+
self.label_inp_cam_2.setMinimumSize(QSize(14, 24))
|
|
702
|
+
self.label_inp_cam_2.setMaximumSize(QSize(14, 24))
|
|
703
|
+
font6 = QFont()
|
|
704
|
+
font6.setPointSize(15)
|
|
705
|
+
font6.setBold(False)
|
|
706
|
+
font6.setItalic(True)
|
|
707
|
+
self.label_inp_cam_2.setFont(font6)
|
|
708
|
+
self.label_inp_cam_2.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
709
|
+
self.label_inp_cam_2.setIndent(0)
|
|
710
|
+
|
|
711
|
+
self.verticalLayout_9.addWidget(self.label_inp_cam_2)
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
self.w_inp_cameras.addWidget(self.w_inp_cam_2)
|
|
715
|
+
|
|
716
|
+
self.w_inp_ncam = QWidget(self.w_inp_cameras_2)
|
|
717
|
+
self.w_inp_ncam.setObjectName(u"w_inp_ncam")
|
|
718
|
+
self.w_inp_ncam.setMinimumSize(QSize(0, 44))
|
|
719
|
+
self.w_inp_ncam.setMaximumSize(QSize(16777215, 44))
|
|
720
|
+
self.verticalLayout_3 = QVBoxLayout(self.w_inp_ncam)
|
|
721
|
+
self.verticalLayout_3.setSpacing(0)
|
|
722
|
+
self.verticalLayout_3.setObjectName(u"verticalLayout_3")
|
|
723
|
+
self.verticalLayout_3.setContentsMargins(0, 0, 0, 0)
|
|
724
|
+
self.label_ncam = QLabel(self.w_inp_ncam)
|
|
725
|
+
self.label_ncam.setObjectName(u"label_ncam")
|
|
726
|
+
sizePolicy1.setHeightForWidth(self.label_ncam.sizePolicy().hasHeightForWidth())
|
|
727
|
+
self.label_ncam.setSizePolicy(sizePolicy1)
|
|
728
|
+
self.label_ncam.setMinimumSize(QSize(50, 20))
|
|
729
|
+
self.label_ncam.setMaximumSize(QSize(50, 20))
|
|
730
|
+
self.label_ncam.setFont(font4)
|
|
731
|
+
self.label_ncam.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
732
|
+
|
|
733
|
+
self.verticalLayout_3.addWidget(self.label_ncam)
|
|
734
|
+
|
|
735
|
+
self.spin_inp_ncam = MyQSpin(self.w_inp_ncam)
|
|
736
|
+
self.spin_inp_ncam.setObjectName(u"spin_inp_ncam")
|
|
737
|
+
self.spin_inp_ncam.setEnabled(True)
|
|
738
|
+
self.spin_inp_ncam.setMinimumSize(QSize(50, 24))
|
|
739
|
+
self.spin_inp_ncam.setMaximumSize(QSize(70, 24))
|
|
740
|
+
self.spin_inp_ncam.setFont(font)
|
|
741
|
+
self.spin_inp_ncam.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
742
|
+
self.spin_inp_ncam.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
743
|
+
self.spin_inp_ncam.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
744
|
+
self.spin_inp_ncam.setMinimum(1)
|
|
745
|
+
self.spin_inp_ncam.setMaximum(99)
|
|
746
|
+
self.spin_inp_ncam.setValue(1)
|
|
747
|
+
|
|
748
|
+
self.verticalLayout_3.addWidget(self.spin_inp_ncam)
|
|
749
|
+
|
|
750
|
+
|
|
751
|
+
self.w_inp_cameras.addWidget(self.w_inp_ncam)
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
self.horizontalLayout_7.addWidget(self.w_inp_cameras_2)
|
|
755
|
+
|
|
756
|
+
self.horizontalLayout_7.setStretch(0, 1)
|
|
757
|
+
|
|
758
|
+
self.g_ImSet_layout.addWidget(self.w_frames)
|
|
759
|
+
|
|
760
|
+
self.w_nimg = QWidget(self.g_ImSet)
|
|
761
|
+
self.w_nimg.setObjectName(u"w_nimg")
|
|
762
|
+
self.w_nimg.setMinimumSize(QSize(0, 44))
|
|
763
|
+
self.w_nimg.setMaximumSize(QSize(16777215, 44))
|
|
764
|
+
self.horizontalLayout_10 = QHBoxLayout(self.w_nimg)
|
|
765
|
+
self.horizontalLayout_10.setSpacing(5)
|
|
766
|
+
self.horizontalLayout_10.setObjectName(u"horizontalLayout_10")
|
|
767
|
+
self.horizontalLayout_10.setContentsMargins(0, 0, 0, 0)
|
|
768
|
+
self.w_ind_in = QWidget(self.w_nimg)
|
|
769
|
+
self.w_ind_in.setObjectName(u"w_ind_in")
|
|
770
|
+
self.w_ind_in.setMinimumSize(QSize(75, 44))
|
|
771
|
+
self.w_ind_in.setMaximumSize(QSize(100, 44))
|
|
772
|
+
self.verticalLayout_29 = QVBoxLayout(self.w_ind_in)
|
|
773
|
+
self.verticalLayout_29.setSpacing(0)
|
|
774
|
+
self.verticalLayout_29.setObjectName(u"verticalLayout_29")
|
|
775
|
+
self.verticalLayout_29.setContentsMargins(0, 0, 0, 0)
|
|
776
|
+
self.label_ind_in = QLabel(self.w_ind_in)
|
|
777
|
+
self.label_ind_in.setObjectName(u"label_ind_in")
|
|
778
|
+
sizePolicy1.setHeightForWidth(self.label_ind_in.sizePolicy().hasHeightForWidth())
|
|
779
|
+
self.label_ind_in.setSizePolicy(sizePolicy1)
|
|
780
|
+
self.label_ind_in.setMinimumSize(QSize(65, 20))
|
|
781
|
+
self.label_ind_in.setMaximumSize(QSize(16777215, 20))
|
|
782
|
+
self.label_ind_in.setFont(font4)
|
|
783
|
+
self.label_ind_in.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
784
|
+
|
|
785
|
+
self.verticalLayout_29.addWidget(self.label_ind_in)
|
|
786
|
+
|
|
787
|
+
self.spin_ind_in = MyQSpin(self.w_ind_in)
|
|
788
|
+
self.spin_ind_in.setObjectName(u"spin_ind_in")
|
|
789
|
+
self.spin_ind_in.setEnabled(True)
|
|
790
|
+
self.spin_ind_in.setMinimumSize(QSize(75, 24))
|
|
791
|
+
self.spin_ind_in.setMaximumSize(QSize(100, 24))
|
|
792
|
+
self.spin_ind_in.setFont(font)
|
|
793
|
+
self.spin_ind_in.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
794
|
+
self.spin_ind_in.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
795
|
+
self.spin_ind_in.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
796
|
+
self.spin_ind_in.setValue(1)
|
|
797
|
+
|
|
798
|
+
self.verticalLayout_29.addWidget(self.spin_ind_in)
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
self.horizontalLayout_10.addWidget(self.w_ind_in)
|
|
802
|
+
|
|
803
|
+
self.w_npairs = QWidget(self.w_nimg)
|
|
804
|
+
self.w_npairs.setObjectName(u"w_npairs")
|
|
805
|
+
self.w_npairs.setMinimumSize(QSize(75, 44))
|
|
806
|
+
self.w_npairs.setMaximumSize(QSize(100, 44))
|
|
807
|
+
self.verticalLayout_30 = QVBoxLayout(self.w_npairs)
|
|
808
|
+
self.verticalLayout_30.setSpacing(0)
|
|
809
|
+
self.verticalLayout_30.setObjectName(u"verticalLayout_30")
|
|
810
|
+
self.verticalLayout_30.setContentsMargins(0, 0, 0, 0)
|
|
811
|
+
self.label_npairs = QLabel(self.w_npairs)
|
|
812
|
+
self.label_npairs.setObjectName(u"label_npairs")
|
|
813
|
+
sizePolicy1.setHeightForWidth(self.label_npairs.sizePolicy().hasHeightForWidth())
|
|
814
|
+
self.label_npairs.setSizePolicy(sizePolicy1)
|
|
815
|
+
self.label_npairs.setMinimumSize(QSize(65, 20))
|
|
816
|
+
self.label_npairs.setMaximumSize(QSize(16777215, 20))
|
|
817
|
+
self.label_npairs.setFont(font4)
|
|
818
|
+
self.label_npairs.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
819
|
+
|
|
820
|
+
self.verticalLayout_30.addWidget(self.label_npairs)
|
|
821
|
+
|
|
822
|
+
self.spin_npairs = MyQSpin(self.w_npairs)
|
|
823
|
+
self.spin_npairs.setObjectName(u"spin_npairs")
|
|
824
|
+
self.spin_npairs.setEnabled(True)
|
|
825
|
+
self.spin_npairs.setMinimumSize(QSize(75, 24))
|
|
826
|
+
self.spin_npairs.setMaximumSize(QSize(100, 24))
|
|
827
|
+
self.spin_npairs.setFont(font)
|
|
828
|
+
self.spin_npairs.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
829
|
+
self.spin_npairs.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
830
|
+
self.spin_npairs.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
831
|
+
self.spin_npairs.setValue(1)
|
|
832
|
+
|
|
833
|
+
self.verticalLayout_30.addWidget(self.spin_npairs)
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
self.horizontalLayout_10.addWidget(self.w_npairs)
|
|
837
|
+
|
|
838
|
+
self.w_step = QWidget(self.w_nimg)
|
|
839
|
+
self.w_step.setObjectName(u"w_step")
|
|
840
|
+
self.w_step.setMinimumSize(QSize(75, 44))
|
|
841
|
+
self.w_step.setMaximumSize(QSize(100, 44))
|
|
842
|
+
self.verticalLayout_31 = QVBoxLayout(self.w_step)
|
|
843
|
+
self.verticalLayout_31.setSpacing(0)
|
|
844
|
+
self.verticalLayout_31.setObjectName(u"verticalLayout_31")
|
|
845
|
+
self.verticalLayout_31.setContentsMargins(0, 0, 0, 0)
|
|
846
|
+
self.label_step = QLabel(self.w_step)
|
|
847
|
+
self.label_step.setObjectName(u"label_step")
|
|
848
|
+
sizePolicy1.setHeightForWidth(self.label_step.sizePolicy().hasHeightForWidth())
|
|
849
|
+
self.label_step.setSizePolicy(sizePolicy1)
|
|
850
|
+
self.label_step.setMinimumSize(QSize(65, 20))
|
|
851
|
+
self.label_step.setMaximumSize(QSize(16777215, 20))
|
|
852
|
+
self.label_step.setFont(font4)
|
|
853
|
+
self.label_step.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
854
|
+
|
|
855
|
+
self.verticalLayout_31.addWidget(self.label_step)
|
|
856
|
+
|
|
857
|
+
self.spin_step = MyQSpin(self.w_step)
|
|
858
|
+
self.spin_step.setObjectName(u"spin_step")
|
|
859
|
+
self.spin_step.setEnabled(True)
|
|
860
|
+
self.spin_step.setMinimumSize(QSize(75, 24))
|
|
861
|
+
self.spin_step.setMaximumSize(QSize(100, 24))
|
|
862
|
+
self.spin_step.setFont(font)
|
|
863
|
+
self.spin_step.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
864
|
+
self.spin_step.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
865
|
+
self.spin_step.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
866
|
+
self.spin_step.setValue(1)
|
|
867
|
+
|
|
868
|
+
self.verticalLayout_31.addWidget(self.spin_step)
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
self.horizontalLayout_10.addWidget(self.w_step)
|
|
872
|
+
|
|
873
|
+
self.w_TR_Import = QWidget(self.w_nimg)
|
|
874
|
+
self.w_TR_Import.setObjectName(u"w_TR_Import")
|
|
875
|
+
self.verticalLayout_4 = QVBoxLayout(self.w_TR_Import)
|
|
876
|
+
self.verticalLayout_4.setSpacing(0)
|
|
877
|
+
self.verticalLayout_4.setObjectName(u"verticalLayout_4")
|
|
878
|
+
self.label_TR_Import = QLabel(self.w_TR_Import)
|
|
879
|
+
self.label_TR_Import.setObjectName(u"label_TR_Import")
|
|
880
|
+
sizePolicy1.setHeightForWidth(self.label_TR_Import.sizePolicy().hasHeightForWidth())
|
|
881
|
+
self.label_TR_Import.setSizePolicy(sizePolicy1)
|
|
882
|
+
self.label_TR_Import.setMinimumSize(QSize(65, 20))
|
|
883
|
+
self.label_TR_Import.setMaximumSize(QSize(16777215, 20))
|
|
884
|
+
self.label_TR_Import.setFont(font4)
|
|
885
|
+
self.label_TR_Import.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
886
|
+
|
|
887
|
+
self.verticalLayout_4.addWidget(self.label_TR_Import)
|
|
888
|
+
|
|
889
|
+
self.check_TR_Import = QCheckBox(self.w_TR_Import)
|
|
890
|
+
self.check_TR_Import.setObjectName(u"check_TR_Import")
|
|
891
|
+
self.check_TR_Import.setMinimumSize(QSize(0, 24))
|
|
892
|
+
self.check_TR_Import.setMaximumSize(QSize(16777215, 24))
|
|
893
|
+
self.check_TR_Import.setFont(font)
|
|
894
|
+
self.check_TR_Import.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
895
|
+
self.check_TR_Import.setStyleSheet(u"")
|
|
896
|
+
|
|
897
|
+
self.verticalLayout_4.addWidget(self.check_TR_Import)
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
self.horizontalLayout_10.addWidget(self.w_TR_Import)
|
|
901
|
+
|
|
902
|
+
self.hs_nimg = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
903
|
+
|
|
904
|
+
self.horizontalLayout_10.addItem(self.hs_nimg)
|
|
905
|
+
|
|
906
|
+
self.button_example_list = QToolButton(self.w_nimg)
|
|
907
|
+
self.button_example_list.setObjectName(u"button_example_list")
|
|
908
|
+
self.button_example_list.setMinimumSize(QSize(36, 36))
|
|
909
|
+
self.button_example_list.setMaximumSize(QSize(36, 36))
|
|
910
|
+
icon9 = QIcon()
|
|
911
|
+
icon9.addFile(u""+ icons_path +"example_list.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
912
|
+
self.button_example_list.setIcon(icon9)
|
|
913
|
+
self.button_example_list.setIconSize(QSize(30, 30))
|
|
914
|
+
self.button_example_list.setCheckable(True)
|
|
915
|
+
self.button_example_list.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
916
|
+
self.button_example_list.setAutoRaise(False)
|
|
917
|
+
|
|
918
|
+
self.horizontalLayout_10.addWidget(self.button_example_list)
|
|
919
|
+
|
|
920
|
+
self.button_import = QToolButton(self.w_nimg)
|
|
921
|
+
self.button_import.setObjectName(u"button_import")
|
|
922
|
+
self.button_import.setMinimumSize(QSize(36, 36))
|
|
923
|
+
self.button_import.setMaximumSize(QSize(36, 36))
|
|
924
|
+
icon10 = QIcon()
|
|
925
|
+
icon10.addFile(u""+ icons_path +"import_set.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
926
|
+
self.button_import.setIcon(icon10)
|
|
927
|
+
self.button_import.setIconSize(QSize(30, 30))
|
|
928
|
+
self.button_import.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
929
|
+
self.button_import.setAutoRaise(False)
|
|
930
|
+
|
|
931
|
+
self.horizontalLayout_10.addWidget(self.button_import)
|
|
932
|
+
|
|
933
|
+
|
|
934
|
+
self.g_ImSet_layout.addWidget(self.w_nimg)
|
|
935
|
+
|
|
936
|
+
self.vs_ImSet = QSpacerItem(20, 5, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)
|
|
937
|
+
|
|
938
|
+
self.g_ImSet_layout.addItem(self.vs_ImSet)
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
self.verticalLayout_24.addWidget(self.g_ImSet)
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
self.verticalLayout_8.addWidget(self.CollapBox_ImSet)
|
|
945
|
+
|
|
946
|
+
self.imTreeWidget = ImageTreeWidget(self.scrollAreaWidgetContents)
|
|
947
|
+
self.imTreeWidget.setObjectName(u"imTreeWidget")
|
|
948
|
+
|
|
949
|
+
self.verticalLayout_8.addWidget(self.imTreeWidget)
|
|
950
|
+
|
|
951
|
+
self.verticalLayout_8.setStretch(2, 1)
|
|
952
|
+
self.scrollArea.setWidget(self.scrollAreaWidgetContents)
|
|
953
|
+
|
|
954
|
+
self.verticalLayout_7.addWidget(self.scrollArea)
|
|
955
|
+
|
|
956
|
+
QWidget.setTabOrder(self.combo_process, self.button_back)
|
|
957
|
+
QWidget.setTabOrder(self.button_back, self.button_forward)
|
|
958
|
+
QWidget.setTabOrder(self.button_forward, self.button_close_tab)
|
|
959
|
+
QWidget.setTabOrder(self.button_close_tab, self.button_data)
|
|
960
|
+
QWidget.setTabOrder(self.button_data, self.line_edit_path)
|
|
961
|
+
QWidget.setTabOrder(self.line_edit_path, self.button_path)
|
|
962
|
+
QWidget.setTabOrder(self.button_path, self.button_scan_path)
|
|
963
|
+
QWidget.setTabOrder(self.button_scan_path, self.button_automatic_list)
|
|
964
|
+
QWidget.setTabOrder(self.button_automatic_list, self.spin_inp_cam)
|
|
965
|
+
QWidget.setTabOrder(self.spin_inp_cam, self.spin_inp_ncam)
|
|
966
|
+
QWidget.setTabOrder(self.spin_inp_ncam, self.spin_ind_in)
|
|
967
|
+
QWidget.setTabOrder(self.spin_ind_in, self.spin_npairs)
|
|
968
|
+
QWidget.setTabOrder(self.spin_npairs, self.spin_step)
|
|
969
|
+
QWidget.setTabOrder(self.spin_step, self.check_TR_Import)
|
|
970
|
+
QWidget.setTabOrder(self.check_TR_Import, self.button_example_list)
|
|
971
|
+
QWidget.setTabOrder(self.button_example_list, self.button_import)
|
|
972
|
+
QWidget.setTabOrder(self.button_import, self.scrollArea)
|
|
973
|
+
|
|
974
|
+
self.retranslateUi(InputTab)
|
|
975
|
+
|
|
976
|
+
QMetaObject.connectSlotsByName(InputTab)
|
|
977
|
+
# setupUi
|
|
978
|
+
|
|
979
|
+
def retranslateUi(self, InputTab):
|
|
980
|
+
InputTab.setWindowTitle(QCoreApplication.translate("InputTab", u"Import", None))
|
|
981
|
+
#if QT_CONFIG(accessibility)
|
|
982
|
+
InputTab.setAccessibleName("")
|
|
983
|
+
#endif // QT_CONFIG(accessibility)
|
|
984
|
+
self.icon.setText("")
|
|
985
|
+
self.name_tab.setText(QCoreApplication.translate("InputTab", u" Input", None))
|
|
986
|
+
self.label_done.setText("")
|
|
987
|
+
self.label_process.setText(QCoreApplication.translate("InputTab", u"Process", None))
|
|
988
|
+
self.combo_process.setItemText(0, QCoreApplication.translate("InputTab", u"minimum", None))
|
|
989
|
+
self.combo_process.setItemText(1, QCoreApplication.translate("InputTab", u"PIV", None))
|
|
990
|
+
self.combo_process.setItemText(2, QCoreApplication.translate("InputTab", u"SPIV", None))
|
|
991
|
+
self.combo_process.setItemText(3, QCoreApplication.translate("InputTab", u"TPIV", None))
|
|
992
|
+
|
|
993
|
+
#if QT_CONFIG(tooltip)
|
|
994
|
+
self.combo_process.setToolTip(QCoreApplication.translate("InputTab", u"Select mode", None))
|
|
995
|
+
#endif // QT_CONFIG(tooltip)
|
|
996
|
+
self.label_number.setText(QCoreApplication.translate("InputTab", u"1", None))
|
|
997
|
+
#if QT_CONFIG(tooltip)
|
|
998
|
+
self.button_back.setToolTip(QCoreApplication.translate("InputTab", u"Undo", None))
|
|
999
|
+
#endif // QT_CONFIG(tooltip)
|
|
1000
|
+
self.button_back.setText("")
|
|
1001
|
+
#if QT_CONFIG(tooltip)
|
|
1002
|
+
self.button_forward.setToolTip(QCoreApplication.translate("InputTab", u"Redo", None))
|
|
1003
|
+
#endif // QT_CONFIG(tooltip)
|
|
1004
|
+
self.button_forward.setText("")
|
|
1005
|
+
#if QT_CONFIG(tooltip)
|
|
1006
|
+
self.button_close_tab.setToolTip(QCoreApplication.translate("InputTab", u"Close tab", None))
|
|
1007
|
+
#endif // QT_CONFIG(tooltip)
|
|
1008
|
+
self.button_close_tab.setText("")
|
|
1009
|
+
#if QT_CONFIG(shortcut)
|
|
1010
|
+
self.button_close_tab.setShortcut(QCoreApplication.translate("InputTab", u"Alt+I", None))
|
|
1011
|
+
#endif // QT_CONFIG(shortcut)
|
|
1012
|
+
self.label_path.setText(QCoreApplication.translate("InputTab", u"Input folder path", None))
|
|
1013
|
+
#if QT_CONFIG(tooltip)
|
|
1014
|
+
self.button_data.setToolTip("")
|
|
1015
|
+
#endif // QT_CONFIG(tooltip)
|
|
1016
|
+
self.button_data.setText("")
|
|
1017
|
+
#if QT_CONFIG(tooltip)
|
|
1018
|
+
self.line_edit_path.setToolTip(QCoreApplication.translate("InputTab", u"Path of the directory containing the image files", None))
|
|
1019
|
+
#endif // QT_CONFIG(tooltip)
|
|
1020
|
+
self.line_edit_path.setText(QCoreApplication.translate("InputTab", u".\\img\\fold3\\", None))
|
|
1021
|
+
self.label_check_path.setText("")
|
|
1022
|
+
self.label_path_2.setText("")
|
|
1023
|
+
#if QT_CONFIG(tooltip)
|
|
1024
|
+
self.button_path.setToolTip(QCoreApplication.translate("InputTab", u"Explore and find the path of the directory containing the image files", None))
|
|
1025
|
+
#endif // QT_CONFIG(tooltip)
|
|
1026
|
+
self.button_path.setText("")
|
|
1027
|
+
#if QT_CONFIG(shortcut)
|
|
1028
|
+
self.button_path.setShortcut(QCoreApplication.translate("InputTab", u"Ctrl+Alt+I", None))
|
|
1029
|
+
#endif // QT_CONFIG(shortcut)
|
|
1030
|
+
self.label_path_4.setText("")
|
|
1031
|
+
#if QT_CONFIG(tooltip)
|
|
1032
|
+
self.button_scan_path.setToolTip(QCoreApplication.translate("InputTab", u"Re-scan the input folder to update the list of images", None))
|
|
1033
|
+
#endif // QT_CONFIG(tooltip)
|
|
1034
|
+
self.button_scan_path.setText("")
|
|
1035
|
+
self.label_path_3.setText("")
|
|
1036
|
+
#if QT_CONFIG(tooltip)
|
|
1037
|
+
self.button_automatic_list.setToolTip(QCoreApplication.translate("InputTab", u"If activated, the image list is generated automatically after selection of input path", None))
|
|
1038
|
+
#endif // QT_CONFIG(tooltip)
|
|
1039
|
+
self.button_automatic_list.setText("")
|
|
1040
|
+
#if QT_CONFIG(tooltip)
|
|
1041
|
+
self.tool_CollapBox_ImSet.setToolTip(QCoreApplication.translate("InputTab", u"Final iterations option box", None))
|
|
1042
|
+
#endif // QT_CONFIG(tooltip)
|
|
1043
|
+
self.tool_CollapBox_ImSet.setText(QCoreApplication.translate("InputTab", u"Image import tool", None))
|
|
1044
|
+
#if QT_CONFIG(tooltip)
|
|
1045
|
+
self.button_CollapBox_ImSet.setToolTip(QCoreApplication.translate("InputTab", u"Set default options for the selected type of process", None))
|
|
1046
|
+
#endif // QT_CONFIG(tooltip)
|
|
1047
|
+
self.button_CollapBox_ImSet.setText("")
|
|
1048
|
+
self.label_frame_a.setText(QCoreApplication.translate("InputTab", u"frame 1", None))
|
|
1049
|
+
#if QT_CONFIG(tooltip)
|
|
1050
|
+
self.button_automatic_frame.setToolTip(QCoreApplication.translate("InputTab", u"If activated, frames are assigned automatically after selection of frame 1", None))
|
|
1051
|
+
#endif // QT_CONFIG(tooltip)
|
|
1052
|
+
self.button_automatic_frame.setText("")
|
|
1053
|
+
#if QT_CONFIG(tooltip)
|
|
1054
|
+
self.combo_frame_a.setToolTip(QCoreApplication.translate("InputTab", u"Pattern of image filename for frame 1", None))
|
|
1055
|
+
#endif // QT_CONFIG(tooltip)
|
|
1056
|
+
self.label_frame_b.setText(QCoreApplication.translate("InputTab", u"frame 2", None))
|
|
1057
|
+
#if QT_CONFIG(tooltip)
|
|
1058
|
+
self.combo_frame_b.setToolTip(QCoreApplication.translate("InputTab", u"Pattern of image filename for frame 2", None))
|
|
1059
|
+
#endif // QT_CONFIG(tooltip)
|
|
1060
|
+
self.label_inp_cam.setText(QCoreApplication.translate("InputTab", u"cam ", None))
|
|
1061
|
+
#if QT_CONFIG(tooltip)
|
|
1062
|
+
self.spin_inp_cam.setToolTip(QCoreApplication.translate("InputTab", u"Current camera", None))
|
|
1063
|
+
#endif // QT_CONFIG(tooltip)
|
|
1064
|
+
self.label_inp_cam_2.setText(QCoreApplication.translate("InputTab", u"/", None))
|
|
1065
|
+
self.label_ncam.setText(QCoreApplication.translate("InputTab", u"# cam", None))
|
|
1066
|
+
#if QT_CONFIG(tooltip)
|
|
1067
|
+
self.spin_inp_ncam.setToolTip(QCoreApplication.translate("InputTab", u"Number of cameras", None))
|
|
1068
|
+
#endif // QT_CONFIG(tooltip)
|
|
1069
|
+
self.label_ind_in.setText(QCoreApplication.translate("InputTab", u"from", None))
|
|
1070
|
+
#if QT_CONFIG(tooltip)
|
|
1071
|
+
self.spin_ind_in.setToolTip(QCoreApplication.translate("InputTab", u"Number of the first image in the sequence to process", None))
|
|
1072
|
+
#endif // QT_CONFIG(tooltip)
|
|
1073
|
+
self.label_npairs.setText(QCoreApplication.translate("InputTab", u"# pairs", None))
|
|
1074
|
+
#if QT_CONFIG(tooltip)
|
|
1075
|
+
self.spin_npairs.setToolTip(QCoreApplication.translate("InputTab", u"Number of image pairs to process", None))
|
|
1076
|
+
#endif // QT_CONFIG(tooltip)
|
|
1077
|
+
#if QT_CONFIG(tooltip)
|
|
1078
|
+
self.label_step.setToolTip("")
|
|
1079
|
+
#endif // QT_CONFIG(tooltip)
|
|
1080
|
+
self.label_step.setText(QCoreApplication.translate("InputTab", u"step", None))
|
|
1081
|
+
#if QT_CONFIG(tooltip)
|
|
1082
|
+
self.spin_step.setToolTip(QCoreApplication.translate("InputTab", u"Step through the number of images in the sequence.", None))
|
|
1083
|
+
#endif // QT_CONFIG(tooltip)
|
|
1084
|
+
self.label_TR_Import.setText("")
|
|
1085
|
+
#if QT_CONFIG(tooltip)
|
|
1086
|
+
self.check_TR_Import.setToolTip(QCoreApplication.translate("InputTab", u"If activated, the images are listed in time-resolved mode", None))
|
|
1087
|
+
#endif // QT_CONFIG(tooltip)
|
|
1088
|
+
self.check_TR_Import.setText(QCoreApplication.translate("InputTab", u"Time-res.", None))
|
|
1089
|
+
#if QT_CONFIG(tooltip)
|
|
1090
|
+
self.button_example_list.setToolTip(QCoreApplication.translate("InputTab", u"Show example list of images", None))
|
|
1091
|
+
#endif // QT_CONFIG(tooltip)
|
|
1092
|
+
self.button_example_list.setText("")
|
|
1093
|
+
#if QT_CONFIG(tooltip)
|
|
1094
|
+
self.button_import.setToolTip(QCoreApplication.translate("InputTab", u"Import the current set of images", None))
|
|
1095
|
+
#endif // QT_CONFIG(tooltip)
|
|
1096
|
+
self.button_import.setText("")
|
|
1097
|
+
#if QT_CONFIG(shortcut)
|
|
1098
|
+
self.button_import.setShortcut(QCoreApplication.translate("InputTab", u"Ctrl+Alt+J", None))
|
|
1099
|
+
#endif // QT_CONFIG(shortcut)
|
|
1100
|
+
# retranslateUi
|
|
1101
|
+
|