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_Output_Tab.py
CHANGED
|
@@ -1,2362 +1,2362 @@
|
|
|
1
1
|
from .addwidgets_ps import icons_path
|
|
2
|
-
# -*- coding: utf-8 -*-
|
|
3
|
-
|
|
4
|
-
################################################################################
|
|
5
|
-
## Form generated from reading UI file 'Output_TabKLEdLC.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, QComboBox, QFrame,
|
|
20
|
-
QGroupBox, QHBoxLayout, QLabel, QLayout,
|
|
21
|
-
QRadioButton, QScrollArea, QSizePolicy, QSpacerItem,
|
|
22
|
-
QToolButton, QVBoxLayout, QWidget)
|
|
23
|
-
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
|
|
4
|
+
################################################################################
|
|
5
|
+
## Form generated from reading UI file 'Output_TabKLEdLC.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, QComboBox, QFrame,
|
|
20
|
+
QGroupBox, QHBoxLayout, QLabel, QLayout,
|
|
21
|
+
QRadioButton, QScrollArea, QSizePolicy, QSpacerItem,
|
|
22
|
+
QToolButton, QVBoxLayout, QWidget)
|
|
23
|
+
|
|
24
24
|
from .addwidgets_ps import (ClickableEditLabel, ClickableLabel, CollapsibleBox, MyQCombo,
|
|
25
|
-
MyQDoubleSpin, MyQLineEdit, MyQSpin, MyQSpinXW,
|
|
26
|
-
MyTabLabel, MyToolButton)
|
|
27
|
-
|
|
28
|
-
class Ui_OutputTab(object):
|
|
29
|
-
def setupUi(self, OutputTab):
|
|
30
|
-
if not OutputTab.objectName():
|
|
31
|
-
OutputTab.setObjectName(u"OutputTab")
|
|
32
|
-
OutputTab.resize(500, 680)
|
|
33
|
-
OutputTab.setMinimumSize(QSize(500, 680))
|
|
34
|
-
OutputTab.setMaximumSize(QSize(1000, 16777215))
|
|
35
|
-
icon1 = QIcon()
|
|
36
|
-
icon1.addFile(u""+ icons_path +"output_logo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
37
|
-
OutputTab.setWindowIcon(icon1)
|
|
38
|
-
self.verticalLayout = QVBoxLayout(OutputTab)
|
|
39
|
-
self.verticalLayout.setSpacing(5)
|
|
40
|
-
self.verticalLayout.setObjectName(u"verticalLayout")
|
|
41
|
-
self.verticalLayout.setContentsMargins(10, 10, 10, 10)
|
|
42
|
-
self.w_Mode = QWidget(OutputTab)
|
|
43
|
-
self.w_Mode.setObjectName(u"w_Mode")
|
|
44
|
-
self.w_Mode.setMinimumSize(QSize(0, 40))
|
|
45
|
-
self.w_Mode.setMaximumSize(QSize(16777215, 40))
|
|
46
|
-
font = QFont()
|
|
47
|
-
font.setPointSize(11)
|
|
48
|
-
self.w_Mode.setFont(font)
|
|
49
|
-
self.horizontalLayout_5 = QHBoxLayout(self.w_Mode)
|
|
50
|
-
self.horizontalLayout_5.setSpacing(3)
|
|
51
|
-
self.horizontalLayout_5.setObjectName(u"horizontalLayout_5")
|
|
52
|
-
self.horizontalLayout_5.setContentsMargins(0, 0, 0, 10)
|
|
53
|
-
self.icon = QLabel(self.w_Mode)
|
|
54
|
-
self.icon.setObjectName(u"icon")
|
|
55
|
-
self.icon.setMinimumSize(QSize(35, 35))
|
|
56
|
-
self.icon.setMaximumSize(QSize(35, 35))
|
|
57
|
-
self.icon.setPixmap(QPixmap(u""+ icons_path +"output_logo.png"))
|
|
58
|
-
self.icon.setScaledContents(True)
|
|
59
|
-
|
|
60
|
-
self.horizontalLayout_5.addWidget(self.icon)
|
|
61
|
-
|
|
62
|
-
self.name_tab = MyTabLabel(self.w_Mode)
|
|
63
|
-
self.name_tab.setObjectName(u"name_tab")
|
|
64
|
-
self.name_tab.setMinimumSize(QSize(0, 35))
|
|
65
|
-
self.name_tab.setMaximumSize(QSize(16777215, 35))
|
|
66
|
-
font1 = QFont()
|
|
67
|
-
font1.setFamilies([u"Arial"])
|
|
68
|
-
font1.setPointSize(20)
|
|
69
|
-
font1.setBold(True)
|
|
70
|
-
self.name_tab.setFont(font1)
|
|
71
|
-
|
|
72
|
-
self.horizontalLayout_5.addWidget(self.name_tab)
|
|
73
|
-
|
|
74
|
-
self.w_label_done = QWidget(self.w_Mode)
|
|
75
|
-
self.w_label_done.setObjectName(u"w_label_done")
|
|
76
|
-
self.w_label_done.setMinimumSize(QSize(18, 24))
|
|
77
|
-
self.w_label_done.setMaximumSize(QSize(18, 24))
|
|
78
|
-
self.horizontalLayout_21 = QHBoxLayout(self.w_label_done)
|
|
79
|
-
self.horizontalLayout_21.setSpacing(0)
|
|
80
|
-
self.horizontalLayout_21.setObjectName(u"horizontalLayout_21")
|
|
81
|
-
self.horizontalLayout_21.setContentsMargins(0, 0, 0, 12)
|
|
82
|
-
self.label_done = ClickableLabel(self.w_label_done)
|
|
83
|
-
self.label_done.setObjectName(u"label_done")
|
|
84
|
-
self.label_done.setMinimumSize(QSize(12, 12))
|
|
85
|
-
self.label_done.setMaximumSize(QSize(12, 12))
|
|
86
|
-
self.label_done.setPixmap(QPixmap(u""+ icons_path +"completed.png"))
|
|
87
|
-
self.label_done.setScaledContents(True)
|
|
88
|
-
self.label_done.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
89
|
-
|
|
90
|
-
self.horizontalLayout_21.addWidget(self.label_done)
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
self.horizontalLayout_5.addWidget(self.w_label_done)
|
|
94
|
-
|
|
95
|
-
self.label_process = QLabel(self.w_Mode)
|
|
96
|
-
self.label_process.setObjectName(u"label_process")
|
|
97
|
-
self.label_process.setMinimumSize(QSize(60, 30))
|
|
98
|
-
self.label_process.setMaximumSize(QSize(60, 30))
|
|
99
|
-
font2 = QFont()
|
|
100
|
-
font2.setPointSize(10)
|
|
101
|
-
font2.setItalic(True)
|
|
102
|
-
self.label_process.setFont(font2)
|
|
103
|
-
self.label_process.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
104
|
-
|
|
105
|
-
self.horizontalLayout_5.addWidget(self.label_process)
|
|
106
|
-
|
|
107
|
-
self.combo_process = MyQCombo(self.w_Mode)
|
|
108
|
-
self.combo_process.addItem("")
|
|
109
|
-
self.combo_process.addItem("")
|
|
110
|
-
self.combo_process.addItem("")
|
|
111
|
-
self.combo_process.setObjectName(u"combo_process")
|
|
112
|
-
self.combo_process.setMinimumSize(QSize(100, 30))
|
|
113
|
-
self.combo_process.setMaximumSize(QSize(100, 30))
|
|
114
|
-
self.combo_process.setFont(font)
|
|
115
|
-
|
|
116
|
-
self.horizontalLayout_5.addWidget(self.combo_process)
|
|
117
|
-
|
|
118
|
-
self.hs1 = QSpacerItem(30, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
119
|
-
|
|
120
|
-
self.horizontalLayout_5.addItem(self.hs1)
|
|
121
|
-
|
|
122
|
-
self.label_number = QLabel(self.w_Mode)
|
|
123
|
-
self.label_number.setObjectName(u"label_number")
|
|
124
|
-
self.label_number.setMinimumSize(QSize(35, 0))
|
|
125
|
-
font3 = QFont()
|
|
126
|
-
font3.setPointSize(9)
|
|
127
|
-
self.label_number.setFont(font3)
|
|
128
|
-
self.label_number.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
129
|
-
|
|
130
|
-
self.horizontalLayout_5.addWidget(self.label_number)
|
|
131
|
-
|
|
132
|
-
self.hs = QSpacerItem(5, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
133
|
-
|
|
134
|
-
self.horizontalLayout_5.addItem(self.hs)
|
|
135
|
-
|
|
136
|
-
self.button_back = QToolButton(self.w_Mode)
|
|
137
|
-
self.button_back.setObjectName(u"button_back")
|
|
138
|
-
self.button_back.setMinimumSize(QSize(24, 24))
|
|
139
|
-
self.button_back.setMaximumSize(QSize(24, 24))
|
|
140
|
-
icon2 = QIcon()
|
|
141
|
-
icon2.addFile(u""+ icons_path +"undo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
142
|
-
self.button_back.setIcon(icon2)
|
|
143
|
-
self.button_back.setIconSize(QSize(20, 20))
|
|
144
|
-
|
|
145
|
-
self.horizontalLayout_5.addWidget(self.button_back)
|
|
146
|
-
|
|
147
|
-
self.button_forward = QToolButton(self.w_Mode)
|
|
148
|
-
self.button_forward.setObjectName(u"button_forward")
|
|
149
|
-
self.button_forward.setMinimumSize(QSize(24, 24))
|
|
150
|
-
self.button_forward.setMaximumSize(QSize(24, 24))
|
|
151
|
-
icon3 = QIcon()
|
|
152
|
-
icon3.addFile(u""+ icons_path +"redo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
153
|
-
self.button_forward.setIcon(icon3)
|
|
154
|
-
self.button_forward.setIconSize(QSize(20, 20))
|
|
155
|
-
|
|
156
|
-
self.horizontalLayout_5.addWidget(self.button_forward)
|
|
157
|
-
|
|
158
|
-
self.w_button_close_tab = QWidget(self.w_Mode)
|
|
159
|
-
self.w_button_close_tab.setObjectName(u"w_button_close_tab")
|
|
160
|
-
self.w_button_close_tab.setMinimumSize(QSize(18, 24))
|
|
161
|
-
self.w_button_close_tab.setMaximumSize(QSize(18, 24))
|
|
162
|
-
self.horizontalLayout_15 = QHBoxLayout(self.w_button_close_tab)
|
|
163
|
-
self.horizontalLayout_15.setSpacing(0)
|
|
164
|
-
self.horizontalLayout_15.setObjectName(u"horizontalLayout_15")
|
|
165
|
-
self.horizontalLayout_15.setContentsMargins(0, 0, 0, -1)
|
|
166
|
-
self.button_close_tab = QToolButton(self.w_button_close_tab)
|
|
167
|
-
self.button_close_tab.setObjectName(u"button_close_tab")
|
|
168
|
-
self.button_close_tab.setMinimumSize(QSize(18, 18))
|
|
169
|
-
self.button_close_tab.setMaximumSize(QSize(18, 18))
|
|
170
|
-
self.button_close_tab.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
171
|
-
self.button_close_tab.setStyleSheet(u"QToolButton{\n"
|
|
172
|
-
"border-radius: 15px;\n"
|
|
173
|
-
"}")
|
|
174
|
-
icon4 = QIcon()
|
|
175
|
-
icon4.addFile(u""+ icons_path +"close.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
176
|
-
self.button_close_tab.setIcon(icon4)
|
|
177
|
-
self.button_close_tab.setIconSize(QSize(15, 15))
|
|
178
|
-
|
|
179
|
-
self.horizontalLayout_15.addWidget(self.button_close_tab)
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
self.horizontalLayout_5.addWidget(self.w_button_close_tab)
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
self.verticalLayout.addWidget(self.w_Mode)
|
|
186
|
-
|
|
187
|
-
self.line = QFrame(OutputTab)
|
|
188
|
-
self.line.setObjectName(u"line")
|
|
189
|
-
self.line.setMinimumSize(QSize(0, 5))
|
|
190
|
-
self.line.setFrameShape(QFrame.Shape.HLine)
|
|
191
|
-
self.line.setFrameShadow(QFrame.Shadow.Sunken)
|
|
192
|
-
|
|
193
|
-
self.verticalLayout.addWidget(self.line)
|
|
194
|
-
|
|
195
|
-
self.scrollArea = QScrollArea(OutputTab)
|
|
196
|
-
self.scrollArea.setObjectName(u"scrollArea")
|
|
197
|
-
sizePolicy = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Expanding)
|
|
198
|
-
sizePolicy.setHorizontalStretch(0)
|
|
199
|
-
sizePolicy.setVerticalStretch(0)
|
|
200
|
-
sizePolicy.setHeightForWidth(self.scrollArea.sizePolicy().hasHeightForWidth())
|
|
201
|
-
self.scrollArea.setSizePolicy(sizePolicy)
|
|
202
|
-
self.scrollArea.setMinimumSize(QSize(0, 0))
|
|
203
|
-
self.scrollArea.setMaximumSize(QSize(16777215, 16777215))
|
|
204
|
-
self.scrollArea.setStyleSheet(u" QScrollArea {\n"
|
|
205
|
-
" border: 1pix solid gray;\n"
|
|
206
|
-
" background-color: transparent;\n"
|
|
207
|
-
" }\n"
|
|
208
|
-
"\n"
|
|
209
|
-
"QScrollBar:horizontal\n"
|
|
210
|
-
" {\n"
|
|
211
|
-
" height: 15px;\n"
|
|
212
|
-
" margin: 3px 10px 3px 10px;\n"
|
|
213
|
-
" border: 1px transparent #2A2929;\n"
|
|
214
|
-
" border-radius: 4px;\n"
|
|
215
|
-
" background-color: rgba(200,200,200,50); /* #2A2929; */\n"
|
|
216
|
-
" }\n"
|
|
217
|
-
"\n"
|
|
218
|
-
"QScrollBar::handle:horizontal\n"
|
|
219
|
-
" {\n"
|
|
220
|
-
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
221
|
-
" min-width: 30px;\n"
|
|
222
|
-
" border-radius: 4px;\n"
|
|
223
|
-
" }\n"
|
|
224
|
-
"\n"
|
|
225
|
-
"QScrollBar:vertical\n"
|
|
226
|
-
" {\n"
|
|
227
|
-
" background-color: rgba(200,200,200,50); ;\n"
|
|
228
|
-
" width: 15px;\n"
|
|
229
|
-
" margin: 10px 3px 10px 3px;\n"
|
|
230
|
-
" border: 1px transparent #2A2929;\n"
|
|
231
|
-
" border-radius: 4px;\n"
|
|
232
|
-
" }\n"
|
|
233
|
-
"\n"
|
|
234
|
-
"QScrollBar::handle:vertical\n"
|
|
235
|
-
" {\n"
|
|
236
|
-
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
237
|
-
" min-height: 30px;\n"
|
|
238
|
-
" border-radius: 4px;\n"
|
|
239
|
-
" }\n"
|
|
240
|
-
"\n"
|
|
241
|
-
"QScrollBar::add-li"
|
|
242
|
-
"ne {\n"
|
|
243
|
-
" border: none;\n"
|
|
244
|
-
" background: none;\n"
|
|
245
|
-
" }\n"
|
|
246
|
-
"\n"
|
|
247
|
-
"QScrollBar::sub-line {\n"
|
|
248
|
-
" border: none;\n"
|
|
249
|
-
" background: none;\n"
|
|
250
|
-
" }\n"
|
|
251
|
-
"")
|
|
252
|
-
self.scrollArea.setWidgetResizable(True)
|
|
253
|
-
self.scrollAreaWidgetContents = QWidget()
|
|
254
|
-
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
|
|
255
|
-
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 570, 741))
|
|
256
|
-
sizePolicy1 = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Preferred)
|
|
257
|
-
sizePolicy1.setHorizontalStretch(0)
|
|
258
|
-
sizePolicy1.setVerticalStretch(0)
|
|
259
|
-
sizePolicy1.setHeightForWidth(self.scrollAreaWidgetContents.sizePolicy().hasHeightForWidth())
|
|
260
|
-
self.scrollAreaWidgetContents.setSizePolicy(sizePolicy1)
|
|
261
|
-
self.scrollAreaWidgetContents.setMinimumSize(QSize(0, 0))
|
|
262
|
-
self.verticalLayout_10 = QVBoxLayout(self.scrollAreaWidgetContents)
|
|
263
|
-
self.verticalLayout_10.setSpacing(15)
|
|
264
|
-
self.verticalLayout_10.setObjectName(u"verticalLayout_10")
|
|
265
|
-
self.verticalLayout_10.setContentsMargins(0, 15, 10, 5)
|
|
266
|
-
self.w_OutputSave = QWidget(self.scrollAreaWidgetContents)
|
|
267
|
-
self.w_OutputSave.setObjectName(u"w_OutputSave")
|
|
268
|
-
self.w_OutputSave.setMinimumSize(QSize(0, 0))
|
|
269
|
-
self.w_OutputSave.setMaximumSize(QSize(16777215, 44))
|
|
270
|
-
self.horizontalLayout_2 = QHBoxLayout(self.w_OutputSave)
|
|
271
|
-
self.horizontalLayout_2.setSpacing(10)
|
|
272
|
-
self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
|
|
273
|
-
self.horizontalLayout_2.setContentsMargins(0, 0, 0, 0)
|
|
274
|
-
self.w_CheckSave = QWidget(self.w_OutputSave)
|
|
275
|
-
self.w_CheckSave.setObjectName(u"w_CheckSave")
|
|
276
|
-
self.w_CheckSave.setMinimumSize(QSize(0, 0))
|
|
277
|
-
self.w_CheckSave.setMaximumSize(QSize(16777215, 16777215))
|
|
278
|
-
self.verticalLayout_9 = QVBoxLayout(self.w_CheckSave)
|
|
279
|
-
self.verticalLayout_9.setSpacing(0)
|
|
280
|
-
self.verticalLayout_9.setObjectName(u"verticalLayout_9")
|
|
281
|
-
self.verticalLayout_9.setContentsMargins(0, 0, 0, 0)
|
|
282
|
-
self.radio_Save = QRadioButton(self.w_CheckSave)
|
|
283
|
-
self.radio_Save.setObjectName(u"radio_Save")
|
|
284
|
-
self.radio_Save.setMinimumSize(QSize(0, 0))
|
|
285
|
-
self.radio_Save.setMaximumSize(QSize(16777215, 16777215))
|
|
286
|
-
self.radio_Save.setFont(font)
|
|
287
|
-
self.radio_Save.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
288
|
-
self.radio_Save.setIconSize(QSize(22, 22))
|
|
289
|
-
|
|
290
|
-
self.verticalLayout_9.addWidget(self.radio_Save)
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
self.horizontalLayout_2.addWidget(self.w_CheckSave)
|
|
294
|
-
|
|
295
|
-
self.w_SaveResults = QWidget(self.w_OutputSave)
|
|
296
|
-
self.w_SaveResults.setObjectName(u"w_SaveResults")
|
|
297
|
-
self.horizontalLayout_9 = QHBoxLayout(self.w_SaveResults)
|
|
298
|
-
self.horizontalLayout_9.setSpacing(10)
|
|
299
|
-
self.horizontalLayout_9.setObjectName(u"horizontalLayout_9")
|
|
300
|
-
self.horizontalLayout_9.setContentsMargins(0, 0, 0, 0)
|
|
301
|
-
self.w_OutputImg = QWidget(self.w_SaveResults)
|
|
302
|
-
self.w_OutputImg.setObjectName(u"w_OutputImg")
|
|
303
|
-
self.w_OutputImg.setMinimumSize(QSize(100, 0))
|
|
304
|
-
self.w_OutputImg.setMaximumSize(QSize(16777215, 42))
|
|
305
|
-
self.verticalLayout_4 = QVBoxLayout(self.w_OutputImg)
|
|
306
|
-
self.verticalLayout_4.setSpacing(0)
|
|
307
|
-
self.verticalLayout_4.setObjectName(u"verticalLayout_4")
|
|
308
|
-
self.verticalLayout_4.setContentsMargins(0, 0, 0, 0)
|
|
309
|
-
self.label_root = QLabel(self.w_OutputImg)
|
|
310
|
-
self.label_root.setObjectName(u"label_root")
|
|
311
|
-
sizePolicy2 = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Fixed)
|
|
312
|
-
sizePolicy2.setHorizontalStretch(0)
|
|
313
|
-
sizePolicy2.setVerticalStretch(0)
|
|
314
|
-
sizePolicy2.setHeightForWidth(self.label_root.sizePolicy().hasHeightForWidth())
|
|
315
|
-
self.label_root.setSizePolicy(sizePolicy2)
|
|
316
|
-
self.label_root.setMinimumSize(QSize(0, 20))
|
|
317
|
-
self.label_root.setMaximumSize(QSize(16777215, 20))
|
|
318
|
-
palette = QPalette()
|
|
319
|
-
brush = QBrush(QColor(0, 0, 0, 255))
|
|
320
|
-
brush.setStyle(Qt.SolidPattern)
|
|
321
|
-
palette.setBrush(QPalette.Active, QPalette.Window, brush)
|
|
322
|
-
palette.setBrush(QPalette.Active, QPalette.ToolTipBase, brush)
|
|
323
|
-
brush1 = QBrush(QColor(50, 50, 50, 255))
|
|
324
|
-
brush1.setStyle(Qt.SolidPattern)
|
|
325
|
-
palette.setBrush(QPalette.Inactive, QPalette.Window, brush1)
|
|
326
|
-
brush2 = QBrush(QColor(255, 255, 255, 63))
|
|
327
|
-
brush2.setStyle(Qt.SolidPattern)
|
|
328
|
-
palette.setBrush(QPalette.Inactive, QPalette.ToolTipBase, brush2)
|
|
329
|
-
palette.setBrush(QPalette.Disabled, QPalette.Window, brush)
|
|
330
|
-
palette.setBrush(QPalette.Disabled, QPalette.ToolTipBase, brush2)
|
|
331
|
-
self.label_root.setPalette(palette)
|
|
332
|
-
font4 = QFont()
|
|
333
|
-
font4.setPointSize(10)
|
|
334
|
-
font4.setBold(False)
|
|
335
|
-
font4.setItalic(True)
|
|
336
|
-
self.label_root.setFont(font4)
|
|
337
|
-
|
|
338
|
-
self.verticalLayout_4.addWidget(self.label_root)
|
|
339
|
-
|
|
340
|
-
self.w_edit_root = QWidget(self.w_OutputImg)
|
|
341
|
-
self.w_edit_root.setObjectName(u"w_edit_root")
|
|
342
|
-
self.w_edit_root.setMinimumSize(QSize(0, 0))
|
|
343
|
-
self.w_edit_root.setMaximumSize(QSize(16777215, 22))
|
|
344
|
-
self.horizontalLayout_13 = QHBoxLayout(self.w_edit_root)
|
|
345
|
-
self.horizontalLayout_13.setSpacing(0)
|
|
346
|
-
self.horizontalLayout_13.setObjectName(u"horizontalLayout_13")
|
|
347
|
-
self.horizontalLayout_13.setContentsMargins(0, 0, 0, 0)
|
|
348
|
-
self.line_edit_root = MyQLineEdit(self.w_edit_root)
|
|
349
|
-
self.line_edit_root.setObjectName(u"line_edit_root")
|
|
350
|
-
self.line_edit_root.setMaximumSize(QSize(16777215, 22))
|
|
351
|
-
self.line_edit_root.setFont(font)
|
|
352
|
-
self.line_edit_root.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
353
|
-
"border-left: 1px solid gray;\n"
|
|
354
|
-
"border-bottom: 1px solid gray;\n"
|
|
355
|
-
"")
|
|
356
|
-
|
|
357
|
-
self.horizontalLayout_13.addWidget(self.line_edit_root)
|
|
358
|
-
|
|
359
|
-
self.label_check_root = ClickableEditLabel(self.w_edit_root)
|
|
360
|
-
self.label_check_root.setObjectName(u"label_check_root")
|
|
361
|
-
self.label_check_root.setMinimumSize(QSize(22, 22))
|
|
362
|
-
self.label_check_root.setMaximumSize(QSize(22, 22))
|
|
363
|
-
self.label_check_root.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
364
|
-
"border-right: 1px solid gray;\n"
|
|
365
|
-
"border-bottom: 1px solid gray;\n"
|
|
366
|
-
"padding: 2px;")
|
|
367
|
-
self.label_check_root.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
368
|
-
self.label_check_root.setScaledContents(True)
|
|
369
|
-
self.label_check_root.setMargin(0)
|
|
370
|
-
|
|
371
|
-
self.horizontalLayout_13.addWidget(self.label_check_root)
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
self.verticalLayout_4.addWidget(self.w_edit_root)
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
self.horizontalLayout_9.addWidget(self.w_OutputImg)
|
|
378
|
-
|
|
379
|
-
self.w_combo_outType = QWidget(self.w_SaveResults)
|
|
380
|
-
self.w_combo_outType.setObjectName(u"w_combo_outType")
|
|
381
|
-
self.w_combo_outType.setMinimumSize(QSize(100, 44))
|
|
382
|
-
self.w_combo_outType.setMaximumSize(QSize(16777215, 44))
|
|
383
|
-
self.verticalLayout_5 = QVBoxLayout(self.w_combo_outType)
|
|
384
|
-
self.verticalLayout_5.setSpacing(0)
|
|
385
|
-
self.verticalLayout_5.setObjectName(u"verticalLayout_5")
|
|
386
|
-
self.verticalLayout_5.setContentsMargins(0, 0, 0, 0)
|
|
387
|
-
self.label_out_type = QLabel(self.w_combo_outType)
|
|
388
|
-
self.label_out_type.setObjectName(u"label_out_type")
|
|
389
|
-
sizePolicy2.setHeightForWidth(self.label_out_type.sizePolicy().hasHeightForWidth())
|
|
390
|
-
self.label_out_type.setSizePolicy(sizePolicy2)
|
|
391
|
-
self.label_out_type.setMinimumSize(QSize(0, 18))
|
|
392
|
-
self.label_out_type.setMaximumSize(QSize(16777215, 18))
|
|
393
|
-
self.label_out_type.setFont(font4)
|
|
394
|
-
|
|
395
|
-
self.verticalLayout_5.addWidget(self.label_out_type)
|
|
396
|
-
|
|
397
|
-
self.combo_outType = QComboBox(self.w_combo_outType)
|
|
398
|
-
self.combo_outType.addItem("")
|
|
399
|
-
self.combo_outType.addItem("")
|
|
400
|
-
self.combo_outType.addItem("")
|
|
401
|
-
self.combo_outType.setObjectName(u"combo_outType")
|
|
402
|
-
self.combo_outType.setFont(font)
|
|
403
|
-
|
|
404
|
-
self.verticalLayout_5.addWidget(self.combo_outType)
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
self.horizontalLayout_9.addWidget(self.w_combo_outType)
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
self.horizontalLayout_2.addWidget(self.w_SaveResults)
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
self.verticalLayout_10.addWidget(self.w_OutputSave)
|
|
414
|
-
|
|
415
|
-
self.w_OutputFold_Button = QWidget(self.scrollAreaWidgetContents)
|
|
416
|
-
self.w_OutputFold_Button.setObjectName(u"w_OutputFold_Button")
|
|
417
|
-
self.w_OutputFold_Button.setMinimumSize(QSize(0, 44))
|
|
418
|
-
self.w_OutputFold_Button.setMaximumSize(QSize(16777215, 44))
|
|
419
|
-
self.horizontalLayout = QHBoxLayout(self.w_OutputFold_Button)
|
|
420
|
-
self.horizontalLayout.setSpacing(10)
|
|
421
|
-
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
|
422
|
-
self.horizontalLayout.setContentsMargins(0, 0, 0, 0)
|
|
423
|
-
self.radio_Same_as_input = QRadioButton(self.w_OutputFold_Button)
|
|
424
|
-
self.radio_Same_as_input.setObjectName(u"radio_Same_as_input")
|
|
425
|
-
self.radio_Same_as_input.setMinimumSize(QSize(120, 0))
|
|
426
|
-
self.radio_Same_as_input.setMaximumSize(QSize(16777215, 16777215))
|
|
427
|
-
self.radio_Same_as_input.setFont(font)
|
|
428
|
-
self.radio_Same_as_input.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
429
|
-
self.radio_Same_as_input.setIconSize(QSize(22, 22))
|
|
430
|
-
|
|
431
|
-
self.horizontalLayout.addWidget(self.radio_Same_as_input)
|
|
432
|
-
|
|
433
|
-
self.w_OutputFold = QWidget(self.w_OutputFold_Button)
|
|
434
|
-
self.w_OutputFold.setObjectName(u"w_OutputFold")
|
|
435
|
-
self.w_OutputFold.setMinimumSize(QSize(0, 44))
|
|
436
|
-
self.w_OutputFold.setMaximumSize(QSize(16777215, 44))
|
|
437
|
-
self.w_OutputFold.setSizeIncrement(QSize(0, 0))
|
|
438
|
-
self.verticalLayout_2 = QVBoxLayout(self.w_OutputFold)
|
|
439
|
-
self.verticalLayout_2.setSpacing(0)
|
|
440
|
-
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
|
441
|
-
self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)
|
|
442
|
-
self.label_path = QLabel(self.w_OutputFold)
|
|
443
|
-
self.label_path.setObjectName(u"label_path")
|
|
444
|
-
sizePolicy2.setHeightForWidth(self.label_path.sizePolicy().hasHeightForWidth())
|
|
445
|
-
self.label_path.setSizePolicy(sizePolicy2)
|
|
446
|
-
self.label_path.setMinimumSize(QSize(0, 20))
|
|
447
|
-
self.label_path.setMaximumSize(QSize(16777215, 20))
|
|
448
|
-
self.label_path.setFont(font4)
|
|
449
|
-
|
|
450
|
-
self.verticalLayout_2.addWidget(self.label_path)
|
|
451
|
-
|
|
452
|
-
self.w_edit_path = QWidget(self.w_OutputFold)
|
|
453
|
-
self.w_edit_path.setObjectName(u"w_edit_path")
|
|
454
|
-
self.w_edit_path.setMinimumSize(QSize(0, 0))
|
|
455
|
-
self.w_edit_path.setMaximumSize(QSize(16777215, 22))
|
|
456
|
-
palette1 = QPalette()
|
|
457
|
-
self.w_edit_path.setPalette(palette1)
|
|
458
|
-
self.horizontalLayout_8 = QHBoxLayout(self.w_edit_path)
|
|
459
|
-
self.horizontalLayout_8.setSpacing(0)
|
|
460
|
-
self.horizontalLayout_8.setObjectName(u"horizontalLayout_8")
|
|
461
|
-
self.horizontalLayout_8.setContentsMargins(0, 0, 0, 0)
|
|
462
|
-
self.line_edit_path = MyQLineEdit(self.w_edit_path)
|
|
463
|
-
self.line_edit_path.setObjectName(u"line_edit_path")
|
|
464
|
-
self.line_edit_path.setMaximumSize(QSize(16777215, 22))
|
|
465
|
-
self.line_edit_path.setFont(font)
|
|
466
|
-
self.line_edit_path.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
467
|
-
"border-left: 1px solid gray;\n"
|
|
468
|
-
"border-bottom: 1px solid gray;\n"
|
|
469
|
-
"")
|
|
470
|
-
|
|
471
|
-
self.horizontalLayout_8.addWidget(self.line_edit_path)
|
|
472
|
-
|
|
473
|
-
self.label_check_path = ClickableEditLabel(self.w_edit_path)
|
|
474
|
-
self.label_check_path.setObjectName(u"label_check_path")
|
|
475
|
-
self.label_check_path.setMinimumSize(QSize(22, 22))
|
|
476
|
-
self.label_check_path.setMaximumSize(QSize(22, 22))
|
|
477
|
-
self.label_check_path.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
478
|
-
"border-right: 1px solid gray;\n"
|
|
479
|
-
"border-bottom: 1px solid gray;\n"
|
|
480
|
-
"padding: 2px;")
|
|
481
|
-
self.label_check_path.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
482
|
-
self.label_check_path.setScaledContents(True)
|
|
483
|
-
self.label_check_path.setMargin(0)
|
|
484
|
-
self.label_check_path.setIndent(-1)
|
|
485
|
-
|
|
486
|
-
self.horizontalLayout_8.addWidget(self.label_check_path)
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
self.verticalLayout_2.addWidget(self.w_edit_path)
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
self.horizontalLayout.addWidget(self.w_OutputFold)
|
|
493
|
-
|
|
494
|
-
self.w_button_path = QWidget(self.w_OutputFold_Button)
|
|
495
|
-
self.w_button_path.setObjectName(u"w_button_path")
|
|
496
|
-
self.w_button_path.setMinimumSize(QSize(0, 44))
|
|
497
|
-
self.w_button_path.setMaximumSize(QSize(16777215, 44))
|
|
498
|
-
self.verticalLayout_3 = QVBoxLayout(self.w_button_path)
|
|
499
|
-
self.verticalLayout_3.setSpacing(0)
|
|
500
|
-
self.verticalLayout_3.setObjectName(u"verticalLayout_3")
|
|
501
|
-
self.verticalLayout_3.setContentsMargins(0, 0, 0, 0)
|
|
502
|
-
self.label_path_2 = QLabel(self.w_button_path)
|
|
503
|
-
self.label_path_2.setObjectName(u"label_path_2")
|
|
504
|
-
sizePolicy2.setHeightForWidth(self.label_path_2.sizePolicy().hasHeightForWidth())
|
|
505
|
-
self.label_path_2.setSizePolicy(sizePolicy2)
|
|
506
|
-
self.label_path_2.setMinimumSize(QSize(0, 18))
|
|
507
|
-
self.label_path_2.setMaximumSize(QSize(16777215, 18))
|
|
508
|
-
self.label_path_2.setFont(font4)
|
|
509
|
-
|
|
510
|
-
self.verticalLayout_3.addWidget(self.label_path_2)
|
|
511
|
-
|
|
512
|
-
self.button_path = QToolButton(self.w_button_path)
|
|
513
|
-
self.button_path.setObjectName(u"button_path")
|
|
514
|
-
self.button_path.setMinimumSize(QSize(26, 26))
|
|
515
|
-
self.button_path.setMaximumSize(QSize(26, 26))
|
|
516
|
-
icon5 = QIcon()
|
|
517
|
-
icon5.addFile(u""+ icons_path +"browse_folder_c.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
518
|
-
self.button_path.setIcon(icon5)
|
|
519
|
-
self.button_path.setIconSize(QSize(22, 22))
|
|
520
|
-
|
|
521
|
-
self.verticalLayout_3.addWidget(self.button_path)
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
self.horizontalLayout.addWidget(self.w_button_path)
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
self.verticalLayout_10.addWidget(self.w_OutputFold_Button)
|
|
528
|
-
|
|
529
|
-
self.w_OutputSubfold = QWidget(self.scrollAreaWidgetContents)
|
|
530
|
-
self.w_OutputSubfold.setObjectName(u"w_OutputSubfold")
|
|
531
|
-
self.w_OutputSubfold.setMinimumSize(QSize(0, 0))
|
|
532
|
-
self.w_OutputSubfold.setMaximumSize(QSize(16777215, 44))
|
|
533
|
-
self.horizontalLayout_3 = QHBoxLayout(self.w_OutputSubfold)
|
|
534
|
-
self.horizontalLayout_3.setSpacing(10)
|
|
535
|
-
self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
|
|
536
|
-
self.horizontalLayout_3.setContentsMargins(0, 0, 0, 0)
|
|
537
|
-
self.w_CheckSubfold = QWidget(self.w_OutputSubfold)
|
|
538
|
-
self.w_CheckSubfold.setObjectName(u"w_CheckSubfold")
|
|
539
|
-
self.w_CheckSubfold.setMinimumSize(QSize(0, 0))
|
|
540
|
-
self.w_CheckSubfold.setMaximumSize(QSize(16777215, 16777215))
|
|
541
|
-
self.verticalLayout_6 = QVBoxLayout(self.w_CheckSubfold)
|
|
542
|
-
self.verticalLayout_6.setSpacing(0)
|
|
543
|
-
self.verticalLayout_6.setObjectName(u"verticalLayout_6")
|
|
544
|
-
self.verticalLayout_6.setContentsMargins(0, 0, 0, 0)
|
|
545
|
-
self.radio_Subfold = QRadioButton(self.w_CheckSubfold)
|
|
546
|
-
self.radio_Subfold.setObjectName(u"radio_Subfold")
|
|
547
|
-
self.radio_Subfold.setMinimumSize(QSize(120, 0))
|
|
548
|
-
self.radio_Subfold.setMaximumSize(QSize(16777215, 16777215))
|
|
549
|
-
self.radio_Subfold.setFont(font)
|
|
550
|
-
self.radio_Subfold.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
551
|
-
self.radio_Subfold.setIconSize(QSize(22, 22))
|
|
552
|
-
|
|
553
|
-
self.verticalLayout_6.addWidget(self.radio_Subfold)
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
self.horizontalLayout_3.addWidget(self.w_CheckSubfold)
|
|
557
|
-
|
|
558
|
-
self.w_OutputSubfold_name = QWidget(self.w_OutputSubfold)
|
|
559
|
-
self.w_OutputSubfold_name.setObjectName(u"w_OutputSubfold_name")
|
|
560
|
-
self.w_OutputSubfold_name.setMinimumSize(QSize(180, 0))
|
|
561
|
-
self.w_OutputSubfold_name.setMaximumSize(QSize(16777215, 42))
|
|
562
|
-
self.verticalLayout_7 = QVBoxLayout(self.w_OutputSubfold_name)
|
|
563
|
-
self.verticalLayout_7.setSpacing(0)
|
|
564
|
-
self.verticalLayout_7.setObjectName(u"verticalLayout_7")
|
|
565
|
-
self.verticalLayout_7.setContentsMargins(0, 0, 0, 0)
|
|
566
|
-
self.label_subfold = QLabel(self.w_OutputSubfold_name)
|
|
567
|
-
self.label_subfold.setObjectName(u"label_subfold")
|
|
568
|
-
sizePolicy2.setHeightForWidth(self.label_subfold.sizePolicy().hasHeightForWidth())
|
|
569
|
-
self.label_subfold.setSizePolicy(sizePolicy2)
|
|
570
|
-
self.label_subfold.setMinimumSize(QSize(0, 20))
|
|
571
|
-
self.label_subfold.setMaximumSize(QSize(16777215, 20))
|
|
572
|
-
self.label_subfold.setFont(font4)
|
|
573
|
-
|
|
574
|
-
self.verticalLayout_7.addWidget(self.label_subfold)
|
|
575
|
-
|
|
576
|
-
self.w_edit_path_subfold = QWidget(self.w_OutputSubfold_name)
|
|
577
|
-
self.w_edit_path_subfold.setObjectName(u"w_edit_path_subfold")
|
|
578
|
-
self.w_edit_path_subfold.setMinimumSize(QSize(0, 0))
|
|
579
|
-
self.w_edit_path_subfold.setMaximumSize(QSize(16777215, 22))
|
|
580
|
-
palette2 = QPalette()
|
|
581
|
-
self.w_edit_path_subfold.setPalette(palette2)
|
|
582
|
-
self.horizontalLayout_10 = QHBoxLayout(self.w_edit_path_subfold)
|
|
583
|
-
self.horizontalLayout_10.setSpacing(0)
|
|
584
|
-
self.horizontalLayout_10.setObjectName(u"horizontalLayout_10")
|
|
585
|
-
self.horizontalLayout_10.setContentsMargins(0, 0, 0, 0)
|
|
586
|
-
self.line_edit_subfold = MyQLineEdit(self.w_edit_path_subfold)
|
|
587
|
-
self.line_edit_subfold.setObjectName(u"line_edit_subfold")
|
|
588
|
-
self.line_edit_subfold.setMaximumSize(QSize(16777215, 22))
|
|
589
|
-
self.line_edit_subfold.setFont(font)
|
|
590
|
-
self.line_edit_subfold.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
591
|
-
"border-left: 1px solid gray;\n"
|
|
592
|
-
"border-bottom: 1px solid gray;\n"
|
|
593
|
-
"")
|
|
594
|
-
|
|
595
|
-
self.horizontalLayout_10.addWidget(self.line_edit_subfold)
|
|
596
|
-
|
|
597
|
-
self.label_check_path_subfold = ClickableEditLabel(self.w_edit_path_subfold)
|
|
598
|
-
self.label_check_path_subfold.setObjectName(u"label_check_path_subfold")
|
|
599
|
-
self.label_check_path_subfold.setMinimumSize(QSize(22, 22))
|
|
600
|
-
self.label_check_path_subfold.setMaximumSize(QSize(22, 22))
|
|
601
|
-
self.label_check_path_subfold.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
602
|
-
"border-right: 1px solid gray;\n"
|
|
603
|
-
"border-bottom: 1px solid gray;\n"
|
|
604
|
-
"padding: 2px;")
|
|
605
|
-
self.label_check_path_subfold.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
606
|
-
self.label_check_path_subfold.setScaledContents(True)
|
|
607
|
-
self.label_check_path_subfold.setMargin(0)
|
|
608
|
-
self.label_check_path_subfold.setIndent(-1)
|
|
609
|
-
|
|
610
|
-
self.horizontalLayout_10.addWidget(self.label_check_path_subfold)
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
self.verticalLayout_7.addWidget(self.w_edit_path_subfold)
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
self.horizontalLayout_3.addWidget(self.w_OutputSubfold_name)
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
self.verticalLayout_10.addWidget(self.w_OutputSubfold)
|
|
620
|
-
|
|
621
|
-
self.verticalSpacer_Resize = QSpacerItem(20, 10, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Minimum)
|
|
622
|
-
|
|
623
|
-
self.verticalLayout_10.addItem(self.verticalSpacer_Resize)
|
|
624
|
-
|
|
625
|
-
self.w_FurtherOptions = QWidget(self.scrollAreaWidgetContents)
|
|
626
|
-
self.w_FurtherOptions.setObjectName(u"w_FurtherOptions")
|
|
627
|
-
self.verticalLayout_8 = QVBoxLayout(self.w_FurtherOptions)
|
|
628
|
-
self.verticalLayout_8.setSpacing(15)
|
|
629
|
-
self.verticalLayout_8.setObjectName(u"verticalLayout_8")
|
|
630
|
-
self.verticalLayout_8.setContentsMargins(0, 0, 0, 0)
|
|
631
|
-
self.CollapBox_Flip = CollapsibleBox(self.w_FurtherOptions)
|
|
632
|
-
self.CollapBox_Flip.setObjectName(u"CollapBox_Flip")
|
|
633
|
-
sizePolicy1.setHeightForWidth(self.CollapBox_Flip.sizePolicy().hasHeightForWidth())
|
|
634
|
-
self.CollapBox_Flip.setSizePolicy(sizePolicy1)
|
|
635
|
-
self.CollapBox_Flip.setMinimumSize(QSize(0, 230))
|
|
636
|
-
self.CollapBox_Flip.setMaximumSize(QSize(16777215, 230))
|
|
637
|
-
self.verticalLayout_24 = QVBoxLayout(self.CollapBox_Flip)
|
|
638
|
-
self.verticalLayout_24.setSpacing(0)
|
|
639
|
-
self.verticalLayout_24.setObjectName(u"verticalLayout_24")
|
|
640
|
-
self.verticalLayout_24.setContentsMargins(0, 0, 0, 0)
|
|
641
|
-
self.lay_CollapBox_Flip = QHBoxLayout()
|
|
642
|
-
self.lay_CollapBox_Flip.setSpacing(0)
|
|
643
|
-
self.lay_CollapBox_Flip.setObjectName(u"lay_CollapBox_Flip")
|
|
644
|
-
self.lay_CollapBox_Flip.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
645
|
-
self.tool_CollapBox_Flip = QToolButton(self.CollapBox_Flip)
|
|
646
|
-
self.tool_CollapBox_Flip.setObjectName(u"tool_CollapBox_Flip")
|
|
647
|
-
sizePolicy3 = QSizePolicy(QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)
|
|
648
|
-
sizePolicy3.setHorizontalStretch(0)
|
|
649
|
-
sizePolicy3.setVerticalStretch(0)
|
|
650
|
-
sizePolicy3.setHeightForWidth(self.tool_CollapBox_Flip.sizePolicy().hasHeightForWidth())
|
|
651
|
-
self.tool_CollapBox_Flip.setSizePolicy(sizePolicy3)
|
|
652
|
-
self.tool_CollapBox_Flip.setMinimumSize(QSize(0, 20))
|
|
653
|
-
self.tool_CollapBox_Flip.setMaximumSize(QSize(16777215, 20))
|
|
654
|
-
font5 = QFont()
|
|
655
|
-
font5.setPointSize(10)
|
|
656
|
-
font5.setBold(True)
|
|
657
|
-
self.tool_CollapBox_Flip.setFont(font5)
|
|
658
|
-
self.tool_CollapBox_Flip.setStyleSheet(u"QToolButton { border: none; }")
|
|
659
|
-
self.tool_CollapBox_Flip.setCheckable(True)
|
|
660
|
-
self.tool_CollapBox_Flip.setChecked(True)
|
|
661
|
-
self.tool_CollapBox_Flip.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
662
|
-
self.tool_CollapBox_Flip.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
663
|
-
self.tool_CollapBox_Flip.setArrowType(Qt.ArrowType.DownArrow)
|
|
664
|
-
|
|
665
|
-
self.lay_CollapBox_Flip.addWidget(self.tool_CollapBox_Flip)
|
|
666
|
-
|
|
667
|
-
self.hsp_CollapBox_Flip = QSpacerItem(100, 20, QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Minimum)
|
|
668
|
-
|
|
669
|
-
self.lay_CollapBox_Flip.addItem(self.hsp_CollapBox_Flip)
|
|
670
|
-
|
|
671
|
-
self.button_CollapBox_Flip = MyToolButton(self.CollapBox_Flip)
|
|
672
|
-
self.button_CollapBox_Flip.setObjectName(u"button_CollapBox_Flip")
|
|
673
|
-
self.button_CollapBox_Flip.setMinimumSize(QSize(18, 18))
|
|
674
|
-
self.button_CollapBox_Flip.setMaximumSize(QSize(18, 18))
|
|
675
|
-
self.button_CollapBox_Flip.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
676
|
-
self.button_CollapBox_Flip.setIcon(icon2)
|
|
677
|
-
self.button_CollapBox_Flip.setIconSize(QSize(12, 12))
|
|
678
|
-
|
|
679
|
-
self.lay_CollapBox_Flip.addWidget(self.button_CollapBox_Flip)
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
self.verticalLayout_24.addLayout(self.lay_CollapBox_Flip)
|
|
683
|
-
|
|
684
|
-
self.w_Flip_Image = QGroupBox(self.CollapBox_Flip)
|
|
685
|
-
self.w_Flip_Image.setObjectName(u"w_Flip_Image")
|
|
686
|
-
sizePolicy1.setHeightForWidth(self.w_Flip_Image.sizePolicy().hasHeightForWidth())
|
|
687
|
-
self.w_Flip_Image.setSizePolicy(sizePolicy1)
|
|
688
|
-
self.w_Flip_Image.setMinimumSize(QSize(0, 210))
|
|
689
|
-
self.w_Flip_Image.setMaximumSize(QSize(16777215, 210))
|
|
690
|
-
font6 = QFont()
|
|
691
|
-
font6.setPointSize(10)
|
|
692
|
-
font6.setBold(True)
|
|
693
|
-
font6.setItalic(False)
|
|
694
|
-
font6.setKerning(False)
|
|
695
|
-
self.w_Flip_Image.setFont(font6)
|
|
696
|
-
self.w_Flip_Image.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}\n"
|
|
697
|
-
"")
|
|
698
|
-
self.verticalLayout_15 = QVBoxLayout(self.w_Flip_Image)
|
|
699
|
-
self.verticalLayout_15.setSpacing(0)
|
|
700
|
-
self.verticalLayout_15.setObjectName(u"verticalLayout_15")
|
|
701
|
-
self.verticalLayout_15.setContentsMargins(10, 5, 10, 5)
|
|
702
|
-
self.w_SizeImg = QWidget(self.w_Flip_Image)
|
|
703
|
-
self.w_SizeImg.setObjectName(u"w_SizeImg")
|
|
704
|
-
self.w_SizeImg.setMinimumSize(QSize(0, 50))
|
|
705
|
-
self.w_SizeImg.setMaximumSize(QSize(16777215, 16777215))
|
|
706
|
-
self.horizontalLayout_7 = QHBoxLayout(self.w_SizeImg)
|
|
707
|
-
self.horizontalLayout_7.setSpacing(5)
|
|
708
|
-
self.horizontalLayout_7.setObjectName(u"horizontalLayout_7")
|
|
709
|
-
self.horizontalLayout_7.setContentsMargins(0, 0, 0, 0)
|
|
710
|
-
self.w_x = QWidget(self.w_SizeImg)
|
|
711
|
-
self.w_x.setObjectName(u"w_x")
|
|
712
|
-
self.w_x.setMinimumSize(QSize(100, 44))
|
|
713
|
-
self.w_x.setMaximumSize(QSize(150, 44))
|
|
714
|
-
self.verticalLayout_19 = QVBoxLayout(self.w_x)
|
|
715
|
-
self.verticalLayout_19.setSpacing(0)
|
|
716
|
-
self.verticalLayout_19.setObjectName(u"verticalLayout_19")
|
|
717
|
-
self.verticalLayout_19.setContentsMargins(0, 0, 0, 0)
|
|
718
|
-
self.label_x = QLabel(self.w_x)
|
|
719
|
-
self.label_x.setObjectName(u"label_x")
|
|
720
|
-
sizePolicy2.setHeightForWidth(self.label_x.sizePolicy().hasHeightForWidth())
|
|
721
|
-
self.label_x.setSizePolicy(sizePolicy2)
|
|
722
|
-
self.label_x.setMinimumSize(QSize(0, 20))
|
|
723
|
-
self.label_x.setMaximumSize(QSize(90, 20))
|
|
724
|
-
self.label_x.setFont(font4)
|
|
725
|
-
self.label_x.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
726
|
-
|
|
727
|
-
self.verticalLayout_19.addWidget(self.label_x)
|
|
728
|
-
|
|
729
|
-
self.spin_x = MyQSpinXW(self.w_x)
|
|
730
|
-
self.spin_x.setObjectName(u"spin_x")
|
|
731
|
-
self.spin_x.setEnabled(True)
|
|
732
|
-
self.spin_x.setMinimumSize(QSize(0, 24))
|
|
733
|
-
self.spin_x.setMaximumSize(QSize(90, 24))
|
|
734
|
-
self.spin_x.setFont(font)
|
|
735
|
-
self.spin_x.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
736
|
-
self.spin_x.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
737
|
-
self.spin_x.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
738
|
-
self.spin_x.setValue(1)
|
|
739
|
-
|
|
740
|
-
self.verticalLayout_19.addWidget(self.spin_x)
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
self.horizontalLayout_7.addWidget(self.w_x)
|
|
744
|
-
|
|
745
|
-
self.w_y = QWidget(self.w_SizeImg)
|
|
746
|
-
self.w_y.setObjectName(u"w_y")
|
|
747
|
-
self.w_y.setMinimumSize(QSize(100, 44))
|
|
748
|
-
self.w_y.setMaximumSize(QSize(150, 44))
|
|
749
|
-
self.verticalLayout_20 = QVBoxLayout(self.w_y)
|
|
750
|
-
self.verticalLayout_20.setSpacing(0)
|
|
751
|
-
self.verticalLayout_20.setObjectName(u"verticalLayout_20")
|
|
752
|
-
self.verticalLayout_20.setContentsMargins(0, 0, 0, 0)
|
|
753
|
-
self.label_y = QLabel(self.w_y)
|
|
754
|
-
self.label_y.setObjectName(u"label_y")
|
|
755
|
-
sizePolicy2.setHeightForWidth(self.label_y.sizePolicy().hasHeightForWidth())
|
|
756
|
-
self.label_y.setSizePolicy(sizePolicy2)
|
|
757
|
-
self.label_y.setMinimumSize(QSize(0, 20))
|
|
758
|
-
self.label_y.setMaximumSize(QSize(90, 20))
|
|
759
|
-
self.label_y.setFont(font4)
|
|
760
|
-
self.label_y.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
761
|
-
|
|
762
|
-
self.verticalLayout_20.addWidget(self.label_y)
|
|
763
|
-
|
|
764
|
-
self.spin_y = MyQSpinXW(self.w_y)
|
|
765
|
-
self.spin_y.setObjectName(u"spin_y")
|
|
766
|
-
self.spin_y.setEnabled(True)
|
|
767
|
-
self.spin_y.setMinimumSize(QSize(0, 24))
|
|
768
|
-
self.spin_y.setMaximumSize(QSize(90, 24))
|
|
769
|
-
self.spin_y.setFont(font)
|
|
770
|
-
self.spin_y.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
771
|
-
self.spin_y.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
772
|
-
self.spin_y.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
773
|
-
self.spin_y.setValue(1)
|
|
774
|
-
|
|
775
|
-
self.verticalLayout_20.addWidget(self.spin_y)
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
self.horizontalLayout_7.addWidget(self.w_y)
|
|
779
|
-
|
|
780
|
-
self.w_width = QWidget(self.w_SizeImg)
|
|
781
|
-
self.w_width.setObjectName(u"w_width")
|
|
782
|
-
self.w_width.setMinimumSize(QSize(100, 44))
|
|
783
|
-
self.w_width.setMaximumSize(QSize(150, 44))
|
|
784
|
-
self.verticalLayout_21 = QVBoxLayout(self.w_width)
|
|
785
|
-
self.verticalLayout_21.setSpacing(0)
|
|
786
|
-
self.verticalLayout_21.setObjectName(u"verticalLayout_21")
|
|
787
|
-
self.verticalLayout_21.setContentsMargins(0, 0, 0, 0)
|
|
788
|
-
self.label_w = QLabel(self.w_width)
|
|
789
|
-
self.label_w.setObjectName(u"label_w")
|
|
790
|
-
sizePolicy2.setHeightForWidth(self.label_w.sizePolicy().hasHeightForWidth())
|
|
791
|
-
self.label_w.setSizePolicy(sizePolicy2)
|
|
792
|
-
self.label_w.setMinimumSize(QSize(0, 20))
|
|
793
|
-
self.label_w.setMaximumSize(QSize(90, 20))
|
|
794
|
-
self.label_w.setFont(font4)
|
|
795
|
-
self.label_w.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
796
|
-
|
|
797
|
-
self.verticalLayout_21.addWidget(self.label_w)
|
|
798
|
-
|
|
799
|
-
self.spin_w = MyQSpin(self.w_width)
|
|
800
|
-
self.spin_w.setObjectName(u"spin_w")
|
|
801
|
-
self.spin_w.setEnabled(True)
|
|
802
|
-
self.spin_w.setMinimumSize(QSize(0, 24))
|
|
803
|
-
self.spin_w.setMaximumSize(QSize(90, 24))
|
|
804
|
-
self.spin_w.setFont(font)
|
|
805
|
-
self.spin_w.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
806
|
-
self.spin_w.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
807
|
-
self.spin_w.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
808
|
-
self.spin_w.setValue(1)
|
|
809
|
-
|
|
810
|
-
self.verticalLayout_21.addWidget(self.spin_w)
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
self.horizontalLayout_7.addWidget(self.w_width)
|
|
814
|
-
|
|
815
|
-
self.w_height = QWidget(self.w_SizeImg)
|
|
816
|
-
self.w_height.setObjectName(u"w_height")
|
|
817
|
-
self.w_height.setMinimumSize(QSize(100, 44))
|
|
818
|
-
self.w_height.setMaximumSize(QSize(150, 44))
|
|
819
|
-
self.verticalLayout_22 = QVBoxLayout(self.w_height)
|
|
820
|
-
self.verticalLayout_22.setSpacing(0)
|
|
821
|
-
self.verticalLayout_22.setObjectName(u"verticalLayout_22")
|
|
822
|
-
self.verticalLayout_22.setContentsMargins(0, 0, 0, 0)
|
|
823
|
-
self.label_h = QLabel(self.w_height)
|
|
824
|
-
self.label_h.setObjectName(u"label_h")
|
|
825
|
-
sizePolicy2.setHeightForWidth(self.label_h.sizePolicy().hasHeightForWidth())
|
|
826
|
-
self.label_h.setSizePolicy(sizePolicy2)
|
|
827
|
-
self.label_h.setMinimumSize(QSize(0, 20))
|
|
828
|
-
self.label_h.setMaximumSize(QSize(90, 20))
|
|
829
|
-
self.label_h.setFont(font4)
|
|
830
|
-
self.label_h.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
831
|
-
|
|
832
|
-
self.verticalLayout_22.addWidget(self.label_h)
|
|
833
|
-
|
|
834
|
-
self.spin_h = MyQSpin(self.w_height)
|
|
835
|
-
self.spin_h.setObjectName(u"spin_h")
|
|
836
|
-
self.spin_h.setEnabled(True)
|
|
837
|
-
self.spin_h.setMinimumSize(QSize(0, 24))
|
|
838
|
-
self.spin_h.setMaximumSize(QSize(90, 24))
|
|
839
|
-
self.spin_h.setFont(font)
|
|
840
|
-
self.spin_h.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
841
|
-
self.spin_h.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
842
|
-
self.spin_h.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
843
|
-
self.spin_h.setValue(1)
|
|
844
|
-
|
|
845
|
-
self.verticalLayout_22.addWidget(self.spin_h)
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
self.horizontalLayout_7.addWidget(self.w_height)
|
|
849
|
-
|
|
850
|
-
self.w_button_resize = QWidget(self.w_SizeImg)
|
|
851
|
-
self.w_button_resize.setObjectName(u"w_button_resize")
|
|
852
|
-
self.w_button_resize.setMinimumSize(QSize(0, 44))
|
|
853
|
-
self.w_button_resize.setMaximumSize(QSize(26, 44))
|
|
854
|
-
self.verticalLayout_11 = QVBoxLayout(self.w_button_resize)
|
|
855
|
-
self.verticalLayout_11.setSpacing(0)
|
|
856
|
-
self.verticalLayout_11.setObjectName(u"verticalLayout_11")
|
|
857
|
-
self.verticalLayout_11.setContentsMargins(0, 0, 0, 0)
|
|
858
|
-
self.label_button_resize = QLabel(self.w_button_resize)
|
|
859
|
-
self.label_button_resize.setObjectName(u"label_button_resize")
|
|
860
|
-
sizePolicy2.setHeightForWidth(self.label_button_resize.sizePolicy().hasHeightForWidth())
|
|
861
|
-
self.label_button_resize.setSizePolicy(sizePolicy2)
|
|
862
|
-
self.label_button_resize.setMinimumSize(QSize(0, 18))
|
|
863
|
-
self.label_button_resize.setMaximumSize(QSize(16777215, 18))
|
|
864
|
-
self.label_button_resize.setFont(font4)
|
|
865
|
-
|
|
866
|
-
self.verticalLayout_11.addWidget(self.label_button_resize)
|
|
867
|
-
|
|
868
|
-
self.button_resize = QToolButton(self.w_button_resize)
|
|
869
|
-
self.button_resize.setObjectName(u"button_resize")
|
|
870
|
-
self.button_resize.setMinimumSize(QSize(26, 26))
|
|
871
|
-
self.button_resize.setMaximumSize(QSize(26, 26))
|
|
872
|
-
icon6 = QIcon()
|
|
873
|
-
icon6.addFile(u""+ icons_path +"resize_icon.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
874
|
-
self.button_resize.setIcon(icon6)
|
|
875
|
-
self.button_resize.setIconSize(QSize(18, 18))
|
|
876
|
-
|
|
877
|
-
self.verticalLayout_11.addWidget(self.button_resize)
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
self.horizontalLayout_7.addWidget(self.w_button_resize)
|
|
881
|
-
|
|
882
|
-
self.hs_SizeImg = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
883
|
-
|
|
884
|
-
self.horizontalLayout_7.addItem(self.hs_SizeImg)
|
|
885
|
-
|
|
886
|
-
self.w_button_automatic = QWidget(self.w_SizeImg)
|
|
887
|
-
self.w_button_automatic.setObjectName(u"w_button_automatic")
|
|
888
|
-
self.verticalLayout_32 = QVBoxLayout(self.w_button_automatic)
|
|
889
|
-
self.verticalLayout_32.setSpacing(0)
|
|
890
|
-
self.verticalLayout_32.setObjectName(u"verticalLayout_32")
|
|
891
|
-
self.verticalLayout_32.setContentsMargins(0, 0, 0, 0)
|
|
892
|
-
self.label_button_auto = QLabel(self.w_button_automatic)
|
|
893
|
-
self.label_button_auto.setObjectName(u"label_button_auto")
|
|
894
|
-
sizePolicy2.setHeightForWidth(self.label_button_auto.sizePolicy().hasHeightForWidth())
|
|
895
|
-
self.label_button_auto.setSizePolicy(sizePolicy2)
|
|
896
|
-
self.label_button_auto.setMinimumSize(QSize(0, 18))
|
|
897
|
-
self.label_button_auto.setMaximumSize(QSize(16777215, 18))
|
|
898
|
-
self.label_button_auto.setFont(font4)
|
|
899
|
-
|
|
900
|
-
self.verticalLayout_32.addWidget(self.label_button_auto)
|
|
901
|
-
|
|
902
|
-
self.button_automatic_reshape = QToolButton(self.w_button_automatic)
|
|
903
|
-
self.button_automatic_reshape.setObjectName(u"button_automatic_reshape")
|
|
904
|
-
self.button_automatic_reshape.setMinimumSize(QSize(26, 26))
|
|
905
|
-
self.button_automatic_reshape.setMaximumSize(QSize(26, 26))
|
|
906
|
-
icon7 = QIcon()
|
|
907
|
-
icon7.addFile(u""+ icons_path +"automatic_off.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
908
|
-
icon7.addFile(u""+ icons_path +"automatic_on.png", QSize(), QIcon.Mode.Normal, QIcon.State.On)
|
|
909
|
-
self.button_automatic_reshape.setIcon(icon7)
|
|
910
|
-
self.button_automatic_reshape.setIconSize(QSize(22, 22))
|
|
911
|
-
self.button_automatic_reshape.setCheckable(True)
|
|
912
|
-
self.button_automatic_reshape.setChecked(True)
|
|
913
|
-
|
|
914
|
-
self.verticalLayout_32.addWidget(self.button_automatic_reshape)
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
self.horizontalLayout_7.addWidget(self.w_button_automatic)
|
|
918
|
-
|
|
919
|
-
self.horizontalLayout_7.setStretch(0, 1)
|
|
920
|
-
self.horizontalLayout_7.setStretch(1, 1)
|
|
921
|
-
self.horizontalLayout_7.setStretch(2, 1)
|
|
922
|
-
self.horizontalLayout_7.setStretch(3, 1)
|
|
923
|
-
self.horizontalLayout_7.setStretch(4, 1)
|
|
924
|
-
|
|
925
|
-
self.verticalLayout_15.addWidget(self.w_SizeImg)
|
|
926
|
-
|
|
927
|
-
self.w_Flip_Mirror = QWidget(self.w_Flip_Image)
|
|
928
|
-
self.w_Flip_Mirror.setObjectName(u"w_Flip_Mirror")
|
|
929
|
-
self.w_Flip_Mirror.setMinimumSize(QSize(0, 150))
|
|
930
|
-
self.horizontalLayout_4 = QHBoxLayout(self.w_Flip_Mirror)
|
|
931
|
-
self.horizontalLayout_4.setSpacing(5)
|
|
932
|
-
self.horizontalLayout_4.setObjectName(u"horizontalLayout_4")
|
|
933
|
-
self.horizontalLayout_4.setContentsMargins(0, 0, 0, 0)
|
|
934
|
-
self.w_Tools = QWidget(self.w_Flip_Mirror)
|
|
935
|
-
self.w_Tools.setObjectName(u"w_Tools")
|
|
936
|
-
self.w_Tools.setMinimumSize(QSize(140, 140))
|
|
937
|
-
self.w_Tools.setMaximumSize(QSize(140, 140))
|
|
938
|
-
self.verticalLayout_12 = QVBoxLayout(self.w_Tools)
|
|
939
|
-
self.verticalLayout_12.setSpacing(0)
|
|
940
|
-
self.verticalLayout_12.setObjectName(u"verticalLayout_12")
|
|
941
|
-
self.verticalLayout_12.setContentsMargins(0, 0, 0, 10)
|
|
942
|
-
self.w_reset_rot_flip = QWidget(self.w_Tools)
|
|
943
|
-
self.w_reset_rot_flip.setObjectName(u"w_reset_rot_flip")
|
|
944
|
-
self.horizontalLayout_14 = QHBoxLayout(self.w_reset_rot_flip)
|
|
945
|
-
self.horizontalLayout_14.setSpacing(0)
|
|
946
|
-
self.horizontalLayout_14.setObjectName(u"horizontalLayout_14")
|
|
947
|
-
self.horizontalLayout_14.setContentsMargins(0, 0, 0, 0)
|
|
948
|
-
self.label_Image_tool = QLabel(self.w_reset_rot_flip)
|
|
949
|
-
self.label_Image_tool.setObjectName(u"label_Image_tool")
|
|
950
|
-
self.label_Image_tool.setMinimumSize(QSize(50, 30))
|
|
951
|
-
self.label_Image_tool.setMaximumSize(QSize(60, 30))
|
|
952
|
-
self.label_Image_tool.setFont(font4)
|
|
953
|
-
self.label_Image_tool.setStyleSheet(u"border: none;")
|
|
954
|
-
self.label_Image_tool.setAlignment(Qt.AlignmentFlag.AlignBottom|Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft)
|
|
955
|
-
|
|
956
|
-
self.horizontalLayout_14.addWidget(self.label_Image_tool)
|
|
957
|
-
|
|
958
|
-
self.hs_image = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
959
|
-
|
|
960
|
-
self.horizontalLayout_14.addItem(self.hs_image)
|
|
961
|
-
|
|
962
|
-
self.button_reset_rot_flip = QToolButton(self.w_reset_rot_flip)
|
|
963
|
-
self.button_reset_rot_flip.setObjectName(u"button_reset_rot_flip")
|
|
964
|
-
self.button_reset_rot_flip.setMinimumSize(QSize(25, 25))
|
|
965
|
-
self.button_reset_rot_flip.setMaximumSize(QSize(25, 25))
|
|
966
|
-
icon8 = QIcon()
|
|
967
|
-
icon8.addFile(u""+ icons_path +"reset_levels.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
968
|
-
self.button_reset_rot_flip.setIcon(icon8)
|
|
969
|
-
self.button_reset_rot_flip.setIconSize(QSize(18, 18))
|
|
970
|
-
|
|
971
|
-
self.horizontalLayout_14.addWidget(self.button_reset_rot_flip)
|
|
972
|
-
|
|
973
|
-
self.hs_image_2 = QSpacerItem(8, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
974
|
-
|
|
975
|
-
self.horizontalLayout_14.addItem(self.hs_image_2)
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
self.verticalLayout_12.addWidget(self.w_reset_rot_flip)
|
|
979
|
-
|
|
980
|
-
self.w_Image_tool = QWidget(self.w_Tools)
|
|
981
|
-
self.w_Image_tool.setObjectName(u"w_Image_tool")
|
|
982
|
-
self.w_Image_tool.setMinimumSize(QSize(0, 30))
|
|
983
|
-
self.w_Image_tool.setMaximumSize(QSize(16777215, 30))
|
|
984
|
-
self.horizontalLayout_6 = QHBoxLayout(self.w_Image_tool)
|
|
985
|
-
self.horizontalLayout_6.setSpacing(5)
|
|
986
|
-
self.horizontalLayout_6.setObjectName(u"horizontalLayout_6")
|
|
987
|
-
self.horizontalLayout_6.setContentsMargins(0, 0, 0, 0)
|
|
988
|
-
self.button_rot_counter = QToolButton(self.w_Image_tool)
|
|
989
|
-
self.button_rot_counter.setObjectName(u"button_rot_counter")
|
|
990
|
-
self.button_rot_counter.setMinimumSize(QSize(30, 30))
|
|
991
|
-
self.button_rot_counter.setMaximumSize(QSize(30, 30))
|
|
992
|
-
icon9 = QIcon()
|
|
993
|
-
icon9.addFile(u""+ icons_path +"rotate_counter.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
994
|
-
icon9.addFile(u""+ icons_path +"rotate_counter.png", QSize(), QIcon.Mode.Selected, QIcon.State.On)
|
|
995
|
-
self.button_rot_counter.setIcon(icon9)
|
|
996
|
-
self.button_rot_counter.setIconSize(QSize(28, 28))
|
|
997
|
-
|
|
998
|
-
self.horizontalLayout_6.addWidget(self.button_rot_counter)
|
|
999
|
-
|
|
1000
|
-
self.button_rot_clock = QToolButton(self.w_Image_tool)
|
|
1001
|
-
self.button_rot_clock.setObjectName(u"button_rot_clock")
|
|
1002
|
-
self.button_rot_clock.setMinimumSize(QSize(30, 30))
|
|
1003
|
-
self.button_rot_clock.setMaximumSize(QSize(30, 30))
|
|
1004
|
-
icon10 = QIcon()
|
|
1005
|
-
icon10.addFile(u""+ icons_path +"rotate_clock.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
1006
|
-
self.button_rot_clock.setIcon(icon10)
|
|
1007
|
-
self.button_rot_clock.setIconSize(QSize(28, 28))
|
|
1008
|
-
|
|
1009
|
-
self.horizontalLayout_6.addWidget(self.button_rot_clock)
|
|
1010
|
-
|
|
1011
|
-
self.button_mirror_y = QToolButton(self.w_Image_tool)
|
|
1012
|
-
self.button_mirror_y.setObjectName(u"button_mirror_y")
|
|
1013
|
-
self.button_mirror_y.setMinimumSize(QSize(30, 30))
|
|
1014
|
-
self.button_mirror_y.setMaximumSize(QSize(30, 30))
|
|
1015
|
-
icon11 = QIcon()
|
|
1016
|
-
icon11.addFile(u""+ icons_path +"mirror_x.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
1017
|
-
self.button_mirror_y.setIcon(icon11)
|
|
1018
|
-
self.button_mirror_y.setIconSize(QSize(28, 28))
|
|
1019
|
-
|
|
1020
|
-
self.horizontalLayout_6.addWidget(self.button_mirror_y)
|
|
1021
|
-
|
|
1022
|
-
self.button_mirror_x = QToolButton(self.w_Image_tool)
|
|
1023
|
-
self.button_mirror_x.setObjectName(u"button_mirror_x")
|
|
1024
|
-
self.button_mirror_x.setMinimumSize(QSize(30, 30))
|
|
1025
|
-
self.button_mirror_x.setMaximumSize(QSize(30, 30))
|
|
1026
|
-
icon12 = QIcon()
|
|
1027
|
-
icon12.addFile(u""+ icons_path +"mirror_y.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
1028
|
-
self.button_mirror_x.setIcon(icon12)
|
|
1029
|
-
self.button_mirror_x.setIconSize(QSize(28, 28))
|
|
1030
|
-
|
|
1031
|
-
self.horizontalLayout_6.addWidget(self.button_mirror_x)
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
self.verticalLayout_12.addWidget(self.w_Image_tool)
|
|
1035
|
-
|
|
1036
|
-
self.label_Velocity_tool = QLabel(self.w_Tools)
|
|
1037
|
-
self.label_Velocity_tool.setObjectName(u"label_Velocity_tool")
|
|
1038
|
-
self.label_Velocity_tool.setMinimumSize(QSize(50, 25))
|
|
1039
|
-
self.label_Velocity_tool.setMaximumSize(QSize(60, 25))
|
|
1040
|
-
self.label_Velocity_tool.setFont(font4)
|
|
1041
|
-
self.label_Velocity_tool.setStyleSheet(u"border: none;")
|
|
1042
|
-
self.label_Velocity_tool.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1043
|
-
|
|
1044
|
-
self.verticalLayout_12.addWidget(self.label_Velocity_tool)
|
|
1045
|
-
|
|
1046
|
-
self.w_Velocity_tool = QWidget(self.w_Tools)
|
|
1047
|
-
self.w_Velocity_tool.setObjectName(u"w_Velocity_tool")
|
|
1048
|
-
self.w_Velocity_tool.setMinimumSize(QSize(0, 30))
|
|
1049
|
-
self.w_Velocity_tool.setMaximumSize(QSize(16777215, 30))
|
|
1050
|
-
self.horizontalLayout_12 = QHBoxLayout(self.w_Velocity_tool)
|
|
1051
|
-
self.horizontalLayout_12.setSpacing(5)
|
|
1052
|
-
self.horizontalLayout_12.setObjectName(u"horizontalLayout_12")
|
|
1053
|
-
self.horizontalLayout_12.setContentsMargins(0, 0, 0, 0)
|
|
1054
|
-
self.button_rotv_counter = QToolButton(self.w_Velocity_tool)
|
|
1055
|
-
self.button_rotv_counter.setObjectName(u"button_rotv_counter")
|
|
1056
|
-
self.button_rotv_counter.setMinimumSize(QSize(30, 30))
|
|
1057
|
-
self.button_rotv_counter.setMaximumSize(QSize(30, 30))
|
|
1058
|
-
icon13 = QIcon()
|
|
1059
|
-
icon13.addFile(u""+ icons_path +"rotate_v_counter.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
1060
|
-
self.button_rotv_counter.setIcon(icon13)
|
|
1061
|
-
self.button_rotv_counter.setIconSize(QSize(26, 26))
|
|
1062
|
-
|
|
1063
|
-
self.horizontalLayout_12.addWidget(self.button_rotv_counter)
|
|
1064
|
-
|
|
1065
|
-
self.button_rotv_clock = QToolButton(self.w_Velocity_tool)
|
|
1066
|
-
self.button_rotv_clock.setObjectName(u"button_rotv_clock")
|
|
1067
|
-
self.button_rotv_clock.setMinimumSize(QSize(30, 30))
|
|
1068
|
-
self.button_rotv_clock.setMaximumSize(QSize(30, 30))
|
|
1069
|
-
icon14 = QIcon()
|
|
1070
|
-
icon14.addFile(u""+ icons_path +"rotate_v_clock.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
1071
|
-
self.button_rotv_clock.setIcon(icon14)
|
|
1072
|
-
self.button_rotv_clock.setIconSize(QSize(26, 26))
|
|
1073
|
-
|
|
1074
|
-
self.horizontalLayout_12.addWidget(self.button_rotv_clock)
|
|
1075
|
-
|
|
1076
|
-
self.button_flip_u = QToolButton(self.w_Velocity_tool)
|
|
1077
|
-
self.button_flip_u.setObjectName(u"button_flip_u")
|
|
1078
|
-
self.button_flip_u.setMinimumSize(QSize(30, 30))
|
|
1079
|
-
self.button_flip_u.setMaximumSize(QSize(30, 30))
|
|
1080
|
-
icon15 = QIcon()
|
|
1081
|
-
icon15.addFile(u""+ icons_path +"mirror_u.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
1082
|
-
self.button_flip_u.setIcon(icon15)
|
|
1083
|
-
self.button_flip_u.setIconSize(QSize(28, 28))
|
|
1084
|
-
|
|
1085
|
-
self.horizontalLayout_12.addWidget(self.button_flip_u)
|
|
1086
|
-
|
|
1087
|
-
self.button_flip_v = QToolButton(self.w_Velocity_tool)
|
|
1088
|
-
self.button_flip_v.setObjectName(u"button_flip_v")
|
|
1089
|
-
self.button_flip_v.setMinimumSize(QSize(30, 30))
|
|
1090
|
-
self.button_flip_v.setMaximumSize(QSize(30, 30))
|
|
1091
|
-
icon16 = QIcon()
|
|
1092
|
-
icon16.addFile(u""+ icons_path +"mirror_v.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
1093
|
-
self.button_flip_v.setIcon(icon16)
|
|
1094
|
-
self.button_flip_v.setIconSize(QSize(28, 28))
|
|
1095
|
-
|
|
1096
|
-
self.horizontalLayout_12.addWidget(self.button_flip_v)
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
self.verticalLayout_12.addWidget(self.w_Velocity_tool)
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
self.horizontalLayout_4.addWidget(self.w_Tools)
|
|
1103
|
-
|
|
1104
|
-
self.hs_flip_image = QSpacerItem(10, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1105
|
-
|
|
1106
|
-
self.horizontalLayout_4.addItem(self.hs_flip_image)
|
|
1107
|
-
|
|
1108
|
-
self.w_Images_ex = QWidget(self.w_Flip_Mirror)
|
|
1109
|
-
self.w_Images_ex.setObjectName(u"w_Images_ex")
|
|
1110
|
-
self.w_Images_ex.setMinimumSize(QSize(0, 140))
|
|
1111
|
-
self.w_Images_ex.setMaximumSize(QSize(16777215, 140))
|
|
1112
|
-
self.horizontalLayout_16 = QHBoxLayout(self.w_Images_ex)
|
|
1113
|
-
self.horizontalLayout_16.setSpacing(0)
|
|
1114
|
-
self.horizontalLayout_16.setObjectName(u"horizontalLayout_16")
|
|
1115
|
-
self.horizontalLayout_16.setContentsMargins(0, 0, 0, 0)
|
|
1116
|
-
self.w_Im_ex = QWidget(self.w_Images_ex)
|
|
1117
|
-
self.w_Im_ex.setObjectName(u"w_Im_ex")
|
|
1118
|
-
self.w_Im_ex.setMinimumSize(QSize(100, 140))
|
|
1119
|
-
self.w_Im_ex.setMaximumSize(QSize(100, 140))
|
|
1120
|
-
self.verticalLayout_16 = QVBoxLayout(self.w_Im_ex)
|
|
1121
|
-
self.verticalLayout_16.setSpacing(0)
|
|
1122
|
-
self.verticalLayout_16.setObjectName(u"verticalLayout_16")
|
|
1123
|
-
self.verticalLayout_16.setContentsMargins(0, 0, 0, 0)
|
|
1124
|
-
self.w_Im_example = QWidget(self.w_Im_ex)
|
|
1125
|
-
self.w_Im_example.setObjectName(u"w_Im_example")
|
|
1126
|
-
self.w_Im_example.setMinimumSize(QSize(100, 100))
|
|
1127
|
-
self.w_Im_example.setMaximumSize(QSize(100, 100))
|
|
1128
|
-
self.aim = QLabel(self.w_Im_example)
|
|
1129
|
-
self.aim.setObjectName(u"aim")
|
|
1130
|
-
self.aim.setGeometry(QRect(0, 30, 100, 70))
|
|
1131
|
-
sizePolicy.setHeightForWidth(self.aim.sizePolicy().hasHeightForWidth())
|
|
1132
|
-
self.aim.setSizePolicy(sizePolicy)
|
|
1133
|
-
self.aim.setMinimumSize(QSize(100, 70))
|
|
1134
|
-
self.aim.setMaximumSize(QSize(100, 70))
|
|
1135
|
-
self.aim.setPixmap(QPixmap(u""+ icons_path +"axes.png"))
|
|
1136
|
-
self.aim.setScaledContents(True)
|
|
1137
|
-
self.bim = QLabel(self.w_Im_example)
|
|
1138
|
-
self.bim.setObjectName(u"bim")
|
|
1139
|
-
self.bim.setGeometry(QRect(5, 35, 90, 60))
|
|
1140
|
-
sizePolicy4 = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Expanding)
|
|
1141
|
-
sizePolicy4.setHorizontalStretch(1)
|
|
1142
|
-
sizePolicy4.setVerticalStretch(1)
|
|
1143
|
-
sizePolicy4.setHeightForWidth(self.bim.sizePolicy().hasHeightForWidth())
|
|
1144
|
-
self.bim.setSizePolicy(sizePolicy4)
|
|
1145
|
-
self.bim.setMinimumSize(QSize(90, 60))
|
|
1146
|
-
self.bim.setMaximumSize(QSize(90, 60))
|
|
1147
|
-
self.bim.setPixmap(QPixmap(u""+ icons_path +"background_vectors.png"))
|
|
1148
|
-
self.bim.setScaledContents(True)
|
|
1149
|
-
self.bim.setIndent(2)
|
|
1150
|
-
self.bim.raise_()
|
|
1151
|
-
self.aim.raise_()
|
|
1152
|
-
|
|
1153
|
-
self.verticalLayout_16.addWidget(self.w_Im_example)
|
|
1154
|
-
|
|
1155
|
-
self.w_lab_op = QWidget(self.w_Im_ex)
|
|
1156
|
-
self.w_lab_op.setObjectName(u"w_lab_op")
|
|
1157
|
-
self.horizontalLayout_17 = QHBoxLayout(self.w_lab_op)
|
|
1158
|
-
self.horizontalLayout_17.setSpacing(5)
|
|
1159
|
-
self.horizontalLayout_17.setObjectName(u"horizontalLayout_17")
|
|
1160
|
-
self.horizontalLayout_17.setContentsMargins(0, 0, 20, 0)
|
|
1161
|
-
self.lab_op1 = QLabel(self.w_lab_op)
|
|
1162
|
-
self.lab_op1.setObjectName(u"lab_op1")
|
|
1163
|
-
self.lab_op1.setMinimumSize(QSize(20, 20))
|
|
1164
|
-
self.lab_op1.setMaximumSize(QSize(20, 20))
|
|
1165
|
-
self.lab_op1.setFont(font4)
|
|
1166
|
-
self.lab_op1.setStyleSheet(u"border: none;")
|
|
1167
|
-
self.lab_op1.setScaledContents(True)
|
|
1168
|
-
self.lab_op1.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1169
|
-
|
|
1170
|
-
self.horizontalLayout_17.addWidget(self.lab_op1)
|
|
1171
|
-
|
|
1172
|
-
self.lab_op2 = QLabel(self.w_lab_op)
|
|
1173
|
-
self.lab_op2.setObjectName(u"lab_op2")
|
|
1174
|
-
self.lab_op2.setMinimumSize(QSize(20, 20))
|
|
1175
|
-
self.lab_op2.setMaximumSize(QSize(20, 20))
|
|
1176
|
-
self.lab_op2.setFont(font4)
|
|
1177
|
-
self.lab_op2.setStyleSheet(u"border: none;")
|
|
1178
|
-
self.lab_op2.setScaledContents(True)
|
|
1179
|
-
self.lab_op2.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1180
|
-
|
|
1181
|
-
self.horizontalLayout_17.addWidget(self.lab_op2)
|
|
1182
|
-
|
|
1183
|
-
self.lab_op3 = QLabel(self.w_lab_op)
|
|
1184
|
-
self.lab_op3.setObjectName(u"lab_op3")
|
|
1185
|
-
self.lab_op3.setMinimumSize(QSize(20, 20))
|
|
1186
|
-
self.lab_op3.setMaximumSize(QSize(20, 20))
|
|
1187
|
-
self.lab_op3.setFont(font4)
|
|
1188
|
-
self.lab_op3.setStyleSheet(u"border: none;")
|
|
1189
|
-
self.lab_op3.setScaledContents(True)
|
|
1190
|
-
self.lab_op3.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1191
|
-
|
|
1192
|
-
self.horizontalLayout_17.addWidget(self.lab_op3)
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
self.verticalLayout_16.addWidget(self.w_lab_op)
|
|
1196
|
-
|
|
1197
|
-
self.label_Im_example = QLabel(self.w_Im_ex)
|
|
1198
|
-
self.label_Im_example.setObjectName(u"label_Im_example")
|
|
1199
|
-
self.label_Im_example.setMinimumSize(QSize(100, 0))
|
|
1200
|
-
self.label_Im_example.setMaximumSize(QSize(100, 20))
|
|
1201
|
-
self.label_Im_example.setFont(font4)
|
|
1202
|
-
self.label_Im_example.setStyleSheet(u"border: none;")
|
|
1203
|
-
self.label_Im_example.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1204
|
-
|
|
1205
|
-
self.verticalLayout_16.addWidget(self.label_Im_example)
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
self.horizontalLayout_16.addWidget(self.w_Im_ex)
|
|
1209
|
-
|
|
1210
|
-
self.hs_Images_ex = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1211
|
-
|
|
1212
|
-
self.horizontalLayout_16.addItem(self.hs_Images_ex)
|
|
1213
|
-
|
|
1214
|
-
self.w_Im_ex_2 = QWidget(self.w_Images_ex)
|
|
1215
|
-
self.w_Im_ex_2.setObjectName(u"w_Im_ex_2")
|
|
1216
|
-
self.w_Im_ex_2.setMinimumSize(QSize(100, 140))
|
|
1217
|
-
self.w_Im_ex_2.setMaximumSize(QSize(100, 140))
|
|
1218
|
-
self.verticalLayout_14 = QVBoxLayout(self.w_Im_ex_2)
|
|
1219
|
-
self.verticalLayout_14.setSpacing(0)
|
|
1220
|
-
self.verticalLayout_14.setObjectName(u"verticalLayout_14")
|
|
1221
|
-
self.verticalLayout_14.setContentsMargins(0, 0, 0, 0)
|
|
1222
|
-
self.w_Im_example_2 = QWidget(self.w_Im_ex_2)
|
|
1223
|
-
self.w_Im_example_2.setObjectName(u"w_Im_example_2")
|
|
1224
|
-
self.w_Im_example_2.setMinimumSize(QSize(100, 100))
|
|
1225
|
-
self.w_Im_example_2.setMaximumSize(QSize(100, 100))
|
|
1226
|
-
self.aim_2 = QLabel(self.w_Im_example_2)
|
|
1227
|
-
self.aim_2.setObjectName(u"aim_2")
|
|
1228
|
-
self.aim_2.setGeometry(QRect(0, 30, 100, 70))
|
|
1229
|
-
sizePolicy.setHeightForWidth(self.aim_2.sizePolicy().hasHeightForWidth())
|
|
1230
|
-
self.aim_2.setSizePolicy(sizePolicy)
|
|
1231
|
-
self.aim_2.setMinimumSize(QSize(100, 70))
|
|
1232
|
-
self.aim_2.setMaximumSize(QSize(100, 70))
|
|
1233
|
-
self.aim_2.setPixmap(QPixmap(u""+ icons_path +"axes.png"))
|
|
1234
|
-
self.aim_2.setScaledContents(True)
|
|
1235
|
-
self.bim_2 = QLabel(self.w_Im_example_2)
|
|
1236
|
-
self.bim_2.setObjectName(u"bim_2")
|
|
1237
|
-
self.bim_2.setGeometry(QRect(5, 35, 90, 60))
|
|
1238
|
-
sizePolicy4.setHeightForWidth(self.bim_2.sizePolicy().hasHeightForWidth())
|
|
1239
|
-
self.bim_2.setSizePolicy(sizePolicy4)
|
|
1240
|
-
self.bim_2.setMinimumSize(QSize(90, 60))
|
|
1241
|
-
self.bim_2.setMaximumSize(QSize(90, 60))
|
|
1242
|
-
self.bim_2.setPixmap(QPixmap(u""+ icons_path +"background.png"))
|
|
1243
|
-
self.bim_2.setScaledContents(True)
|
|
1244
|
-
self.bim_2.setIndent(2)
|
|
1245
|
-
self.bim_2.raise_()
|
|
1246
|
-
self.aim_2.raise_()
|
|
1247
|
-
|
|
1248
|
-
self.verticalLayout_14.addWidget(self.w_Im_example_2)
|
|
1249
|
-
|
|
1250
|
-
self.w_lab_op_2 = QWidget(self.w_Im_ex_2)
|
|
1251
|
-
self.w_lab_op_2.setObjectName(u"w_lab_op_2")
|
|
1252
|
-
self.horizontalLayout_18 = QHBoxLayout(self.w_lab_op_2)
|
|
1253
|
-
self.horizontalLayout_18.setSpacing(5)
|
|
1254
|
-
self.horizontalLayout_18.setObjectName(u"horizontalLayout_18")
|
|
1255
|
-
self.horizontalLayout_18.setContentsMargins(0, 0, 20, 0)
|
|
1256
|
-
self.lab_op0_2 = QLabel(self.w_lab_op_2)
|
|
1257
|
-
self.lab_op0_2.setObjectName(u"lab_op0_2")
|
|
1258
|
-
self.lab_op0_2.setMinimumSize(QSize(100, 0))
|
|
1259
|
-
self.lab_op0_2.setMaximumSize(QSize(100, 20))
|
|
1260
|
-
self.lab_op0_2.setFont(font4)
|
|
1261
|
-
self.lab_op0_2.setStyleSheet(u"border: none;")
|
|
1262
|
-
self.lab_op0_2.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1263
|
-
|
|
1264
|
-
self.horizontalLayout_18.addWidget(self.lab_op0_2)
|
|
1265
|
-
|
|
1266
|
-
self.lab_op1_2 = QLabel(self.w_lab_op_2)
|
|
1267
|
-
self.lab_op1_2.setObjectName(u"lab_op1_2")
|
|
1268
|
-
self.lab_op1_2.setMinimumSize(QSize(20, 20))
|
|
1269
|
-
self.lab_op1_2.setMaximumSize(QSize(20, 20))
|
|
1270
|
-
self.lab_op1_2.setFont(font4)
|
|
1271
|
-
self.lab_op1_2.setStyleSheet(u"border: none;")
|
|
1272
|
-
self.lab_op1_2.setScaledContents(True)
|
|
1273
|
-
self.lab_op1_2.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1274
|
-
|
|
1275
|
-
self.horizontalLayout_18.addWidget(self.lab_op1_2)
|
|
1276
|
-
|
|
1277
|
-
self.lab_op2_2 = QLabel(self.w_lab_op_2)
|
|
1278
|
-
self.lab_op2_2.setObjectName(u"lab_op2_2")
|
|
1279
|
-
self.lab_op2_2.setMinimumSize(QSize(20, 20))
|
|
1280
|
-
self.lab_op2_2.setMaximumSize(QSize(20, 20))
|
|
1281
|
-
self.lab_op2_2.setFont(font4)
|
|
1282
|
-
self.lab_op2_2.setStyleSheet(u"border: none;")
|
|
1283
|
-
self.lab_op2_2.setScaledContents(True)
|
|
1284
|
-
self.lab_op2_2.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1285
|
-
|
|
1286
|
-
self.horizontalLayout_18.addWidget(self.lab_op2_2)
|
|
1287
|
-
|
|
1288
|
-
self.lab_op3_2 = QLabel(self.w_lab_op_2)
|
|
1289
|
-
self.lab_op3_2.setObjectName(u"lab_op3_2")
|
|
1290
|
-
self.lab_op3_2.setMinimumSize(QSize(20, 20))
|
|
1291
|
-
self.lab_op3_2.setMaximumSize(QSize(20, 20))
|
|
1292
|
-
self.lab_op3_2.setFont(font4)
|
|
1293
|
-
self.lab_op3_2.setStyleSheet(u"border: none;")
|
|
1294
|
-
self.lab_op3_2.setScaledContents(True)
|
|
1295
|
-
self.lab_op3_2.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1296
|
-
|
|
1297
|
-
self.horizontalLayout_18.addWidget(self.lab_op3_2)
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
self.verticalLayout_14.addWidget(self.w_lab_op_2)
|
|
1301
|
-
|
|
1302
|
-
self.label_Im_example_2 = QLabel(self.w_Im_ex_2)
|
|
1303
|
-
self.label_Im_example_2.setObjectName(u"label_Im_example_2")
|
|
1304
|
-
self.label_Im_example_2.setMinimumSize(QSize(100, 0))
|
|
1305
|
-
self.label_Im_example_2.setMaximumSize(QSize(100, 20))
|
|
1306
|
-
self.label_Im_example_2.setFont(font4)
|
|
1307
|
-
self.label_Im_example_2.setStyleSheet(u"border: none;")
|
|
1308
|
-
self.label_Im_example_2.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1309
|
-
|
|
1310
|
-
self.verticalLayout_14.addWidget(self.label_Im_example_2)
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
self.horizontalLayout_16.addWidget(self.w_Im_ex_2)
|
|
1314
|
-
|
|
1315
|
-
self.hs_Images_ex_2 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1316
|
-
|
|
1317
|
-
self.horizontalLayout_16.addItem(self.hs_Images_ex_2)
|
|
1318
|
-
|
|
1319
|
-
self.w_Im_ex_3 = QWidget(self.w_Images_ex)
|
|
1320
|
-
self.w_Im_ex_3.setObjectName(u"w_Im_ex_3")
|
|
1321
|
-
self.w_Im_ex_3.setMinimumSize(QSize(100, 140))
|
|
1322
|
-
self.w_Im_ex_3.setMaximumSize(QSize(100, 140))
|
|
1323
|
-
self.verticalLayout_17 = QVBoxLayout(self.w_Im_ex_3)
|
|
1324
|
-
self.verticalLayout_17.setSpacing(0)
|
|
1325
|
-
self.verticalLayout_17.setObjectName(u"verticalLayout_17")
|
|
1326
|
-
self.verticalLayout_17.setContentsMargins(0, 0, 0, 0)
|
|
1327
|
-
self.w_Im_example_3 = QWidget(self.w_Im_ex_3)
|
|
1328
|
-
self.w_Im_example_3.setObjectName(u"w_Im_example_3")
|
|
1329
|
-
self.w_Im_example_3.setMinimumSize(QSize(100, 100))
|
|
1330
|
-
self.w_Im_example_3.setMaximumSize(QSize(100, 100))
|
|
1331
|
-
self.aim_3 = QLabel(self.w_Im_example_3)
|
|
1332
|
-
self.aim_3.setObjectName(u"aim_3")
|
|
1333
|
-
self.aim_3.setGeometry(QRect(0, 30, 100, 70))
|
|
1334
|
-
sizePolicy.setHeightForWidth(self.aim_3.sizePolicy().hasHeightForWidth())
|
|
1335
|
-
self.aim_3.setSizePolicy(sizePolicy)
|
|
1336
|
-
self.aim_3.setMinimumSize(QSize(100, 70))
|
|
1337
|
-
self.aim_3.setMaximumSize(QSize(100, 70))
|
|
1338
|
-
self.aim_3.setPixmap(QPixmap(u""+ icons_path +"axes.png"))
|
|
1339
|
-
self.aim_3.setScaledContents(True)
|
|
1340
|
-
self.bim_3 = QLabel(self.w_Im_example_3)
|
|
1341
|
-
self.bim_3.setObjectName(u"bim_3")
|
|
1342
|
-
self.bim_3.setGeometry(QRect(5, 35, 90, 60))
|
|
1343
|
-
sizePolicy4.setHeightForWidth(self.bim_3.sizePolicy().hasHeightForWidth())
|
|
1344
|
-
self.bim_3.setSizePolicy(sizePolicy4)
|
|
1345
|
-
self.bim_3.setMinimumSize(QSize(90, 60))
|
|
1346
|
-
self.bim_3.setMaximumSize(QSize(90, 60))
|
|
1347
|
-
self.bim_3.setPixmap(QPixmap(u""+ icons_path +"background_vectors.png"))
|
|
1348
|
-
self.bim_3.setScaledContents(True)
|
|
1349
|
-
self.bim_3.setIndent(2)
|
|
1350
|
-
self.bim_3.raise_()
|
|
1351
|
-
self.aim_3.raise_()
|
|
1352
|
-
|
|
1353
|
-
self.verticalLayout_17.addWidget(self.w_Im_example_3)
|
|
1354
|
-
|
|
1355
|
-
self.w_lab_op_3 = QWidget(self.w_Im_ex_3)
|
|
1356
|
-
self.w_lab_op_3.setObjectName(u"w_lab_op_3")
|
|
1357
|
-
self.horizontalLayout_19 = QHBoxLayout(self.w_lab_op_3)
|
|
1358
|
-
self.horizontalLayout_19.setSpacing(5)
|
|
1359
|
-
self.horizontalLayout_19.setObjectName(u"horizontalLayout_19")
|
|
1360
|
-
self.horizontalLayout_19.setContentsMargins(0, 0, 20, 0)
|
|
1361
|
-
self.lab_op0_3 = QLabel(self.w_lab_op_3)
|
|
1362
|
-
self.lab_op0_3.setObjectName(u"lab_op0_3")
|
|
1363
|
-
self.lab_op0_3.setMinimumSize(QSize(100, 0))
|
|
1364
|
-
self.lab_op0_3.setMaximumSize(QSize(100, 20))
|
|
1365
|
-
self.lab_op0_3.setFont(font4)
|
|
1366
|
-
self.lab_op0_3.setStyleSheet(u"border: none;")
|
|
1367
|
-
self.lab_op0_3.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1368
|
-
|
|
1369
|
-
self.horizontalLayout_19.addWidget(self.lab_op0_3)
|
|
1370
|
-
|
|
1371
|
-
self.lab_op1_3 = QLabel(self.w_lab_op_3)
|
|
1372
|
-
self.lab_op1_3.setObjectName(u"lab_op1_3")
|
|
1373
|
-
self.lab_op1_3.setMinimumSize(QSize(20, 20))
|
|
1374
|
-
self.lab_op1_3.setMaximumSize(QSize(20, 20))
|
|
1375
|
-
self.lab_op1_3.setFont(font4)
|
|
1376
|
-
self.lab_op1_3.setStyleSheet(u"border: none;")
|
|
1377
|
-
self.lab_op1_3.setScaledContents(True)
|
|
1378
|
-
self.lab_op1_3.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1379
|
-
|
|
1380
|
-
self.horizontalLayout_19.addWidget(self.lab_op1_3)
|
|
1381
|
-
|
|
1382
|
-
self.lab_op2_3 = QLabel(self.w_lab_op_3)
|
|
1383
|
-
self.lab_op2_3.setObjectName(u"lab_op2_3")
|
|
1384
|
-
self.lab_op2_3.setMinimumSize(QSize(20, 20))
|
|
1385
|
-
self.lab_op2_3.setMaximumSize(QSize(20, 20))
|
|
1386
|
-
self.lab_op2_3.setFont(font4)
|
|
1387
|
-
self.lab_op2_3.setStyleSheet(u"border: none;")
|
|
1388
|
-
self.lab_op2_3.setScaledContents(True)
|
|
1389
|
-
self.lab_op2_3.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1390
|
-
|
|
1391
|
-
self.horizontalLayout_19.addWidget(self.lab_op2_3)
|
|
1392
|
-
|
|
1393
|
-
self.lab_op3_3 = QLabel(self.w_lab_op_3)
|
|
1394
|
-
self.lab_op3_3.setObjectName(u"lab_op3_3")
|
|
1395
|
-
self.lab_op3_3.setMinimumSize(QSize(20, 20))
|
|
1396
|
-
self.lab_op3_3.setMaximumSize(QSize(20, 20))
|
|
1397
|
-
self.lab_op3_3.setFont(font4)
|
|
1398
|
-
self.lab_op3_3.setStyleSheet(u"border: none;")
|
|
1399
|
-
self.lab_op3_3.setScaledContents(True)
|
|
1400
|
-
self.lab_op3_3.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1401
|
-
|
|
1402
|
-
self.horizontalLayout_19.addWidget(self.lab_op3_3)
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
self.verticalLayout_17.addWidget(self.w_lab_op_3)
|
|
1406
|
-
|
|
1407
|
-
self.label_Im_example_3 = QLabel(self.w_Im_ex_3)
|
|
1408
|
-
self.label_Im_example_3.setObjectName(u"label_Im_example_3")
|
|
1409
|
-
self.label_Im_example_3.setMinimumSize(QSize(100, 0))
|
|
1410
|
-
self.label_Im_example_3.setMaximumSize(QSize(100, 20))
|
|
1411
|
-
self.label_Im_example_3.setFont(font4)
|
|
1412
|
-
self.label_Im_example_3.setStyleSheet(u"border: none;")
|
|
1413
|
-
self.label_Im_example_3.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1414
|
-
|
|
1415
|
-
self.verticalLayout_17.addWidget(self.label_Im_example_3)
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
self.horizontalLayout_16.addWidget(self.w_Im_ex_3)
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
self.horizontalLayout_4.addWidget(self.w_Images_ex)
|
|
1422
|
-
|
|
1423
|
-
self.hs_flip_image_3 = QSpacerItem(10, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1424
|
-
|
|
1425
|
-
self.horizontalLayout_4.addItem(self.hs_flip_image_3)
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
self.verticalLayout_15.addWidget(self.w_Flip_Mirror)
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
self.verticalLayout_24.addWidget(self.w_Flip_Image)
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
self.verticalLayout_8.addWidget(self.CollapBox_Flip)
|
|
1435
|
-
|
|
1436
|
-
self.w_Resolution = QWidget(self.w_FurtherOptions)
|
|
1437
|
-
self.w_Resolution.setObjectName(u"w_Resolution")
|
|
1438
|
-
self.w_Resolution.setMinimumSize(QSize(0, 64))
|
|
1439
|
-
self.w_Resolution.setMaximumSize(QSize(16777215, 64))
|
|
1440
|
-
self.horizontalLayout_11 = QHBoxLayout(self.w_Resolution)
|
|
1441
|
-
self.horizontalLayout_11.setSpacing(5)
|
|
1442
|
-
self.horizontalLayout_11.setObjectName(u"horizontalLayout_11")
|
|
1443
|
-
self.horizontalLayout_11.setContentsMargins(0, 0, 0, 0)
|
|
1444
|
-
self.button_unit = QToolButton(self.w_Resolution)
|
|
1445
|
-
self.button_unit.setObjectName(u"button_unit")
|
|
1446
|
-
self.button_unit.setCheckable(True)
|
|
1447
|
-
self.button_unit.setChecked(False)
|
|
1448
|
-
|
|
1449
|
-
self.horizontalLayout_11.addWidget(self.button_unit)
|
|
1450
|
-
|
|
1451
|
-
self.w_x_Resolution = QWidget(self.w_Resolution)
|
|
1452
|
-
self.w_x_Resolution.setObjectName(u"w_x_Resolution")
|
|
1453
|
-
self.w_x_Resolution.setMinimumSize(QSize(110, 64))
|
|
1454
|
-
self.w_x_Resolution.setMaximumSize(QSize(140, 64))
|
|
1455
|
-
self.verticalLayout_29 = QVBoxLayout(self.w_x_Resolution)
|
|
1456
|
-
self.verticalLayout_29.setSpacing(0)
|
|
1457
|
-
self.verticalLayout_29.setObjectName(u"verticalLayout_29")
|
|
1458
|
-
self.verticalLayout_29.setContentsMargins(0, 0, 0, 0)
|
|
1459
|
-
self.label_x_res = QLabel(self.w_x_Resolution)
|
|
1460
|
-
self.label_x_res.setObjectName(u"label_x_res")
|
|
1461
|
-
sizePolicy2.setHeightForWidth(self.label_x_res.sizePolicy().hasHeightForWidth())
|
|
1462
|
-
self.label_x_res.setSizePolicy(sizePolicy2)
|
|
1463
|
-
self.label_x_res.setMinimumSize(QSize(0, 20))
|
|
1464
|
-
self.label_x_res.setMaximumSize(QSize(16777215, 20))
|
|
1465
|
-
self.label_x_res.setFont(font4)
|
|
1466
|
-
self.label_x_res.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1467
|
-
|
|
1468
|
-
self.verticalLayout_29.addWidget(self.label_x_res)
|
|
1469
|
-
|
|
1470
|
-
self.spin_xres = MyQDoubleSpin(self.w_x_Resolution)
|
|
1471
|
-
self.spin_xres.setObjectName(u"spin_xres")
|
|
1472
|
-
self.spin_xres.setMinimumSize(QSize(0, 0))
|
|
1473
|
-
self.spin_xres.setMaximumSize(QSize(1000000, 24))
|
|
1474
|
-
self.spin_xres.setFont(font)
|
|
1475
|
-
self.spin_xres.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1476
|
-
self.spin_xres.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1477
|
-
self.spin_xres.setDecimals(6)
|
|
1478
|
-
self.spin_xres.setMinimum(0.000000000000000)
|
|
1479
|
-
self.spin_xres.setMaximum(99999999999999991611392.000000000000000)
|
|
1480
|
-
self.spin_xres.setSingleStep(0.100000000000000)
|
|
1481
|
-
self.spin_xres.setValue(1.000000000000000)
|
|
1482
|
-
|
|
1483
|
-
self.verticalLayout_29.addWidget(self.spin_xres)
|
|
1484
|
-
|
|
1485
|
-
self.label_x_res_2 = QLabel(self.w_x_Resolution)
|
|
1486
|
-
self.label_x_res_2.setObjectName(u"label_x_res_2")
|
|
1487
|
-
sizePolicy2.setHeightForWidth(self.label_x_res_2.sizePolicy().hasHeightForWidth())
|
|
1488
|
-
self.label_x_res_2.setSizePolicy(sizePolicy2)
|
|
1489
|
-
self.label_x_res_2.setMinimumSize(QSize(0, 20))
|
|
1490
|
-
self.label_x_res_2.setMaximumSize(QSize(16777215, 20))
|
|
1491
|
-
self.label_x_res_2.setFont(font4)
|
|
1492
|
-
self.label_x_res_2.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1493
|
-
|
|
1494
|
-
self.verticalLayout_29.addWidget(self.label_x_res_2)
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
self.horizontalLayout_11.addWidget(self.w_x_Resolution)
|
|
1498
|
-
|
|
1499
|
-
self.w_y_Resolution = QWidget(self.w_Resolution)
|
|
1500
|
-
self.w_y_Resolution.setObjectName(u"w_y_Resolution")
|
|
1501
|
-
self.w_y_Resolution.setMinimumSize(QSize(120, 64))
|
|
1502
|
-
self.w_y_Resolution.setMaximumSize(QSize(140, 64))
|
|
1503
|
-
self.verticalLayout_28 = QVBoxLayout(self.w_y_Resolution)
|
|
1504
|
-
self.verticalLayout_28.setSpacing(0)
|
|
1505
|
-
self.verticalLayout_28.setObjectName(u"verticalLayout_28")
|
|
1506
|
-
self.verticalLayout_28.setContentsMargins(0, 0, 0, 0)
|
|
1507
|
-
self.label_y_res = QLabel(self.w_y_Resolution)
|
|
1508
|
-
self.label_y_res.setObjectName(u"label_y_res")
|
|
1509
|
-
sizePolicy2.setHeightForWidth(self.label_y_res.sizePolicy().hasHeightForWidth())
|
|
1510
|
-
self.label_y_res.setSizePolicy(sizePolicy2)
|
|
1511
|
-
self.label_y_res.setMinimumSize(QSize(0, 20))
|
|
1512
|
-
self.label_y_res.setMaximumSize(QSize(16777215, 20))
|
|
1513
|
-
self.label_y_res.setFont(font4)
|
|
1514
|
-
self.label_y_res.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1515
|
-
|
|
1516
|
-
self.verticalLayout_28.addWidget(self.label_y_res)
|
|
1517
|
-
|
|
1518
|
-
self.spin_pixAR = MyQDoubleSpin(self.w_y_Resolution)
|
|
1519
|
-
self.spin_pixAR.setObjectName(u"spin_pixAR")
|
|
1520
|
-
self.spin_pixAR.setMinimumSize(QSize(0, 0))
|
|
1521
|
-
self.spin_pixAR.setMaximumSize(QSize(1000000, 24))
|
|
1522
|
-
self.spin_pixAR.setFont(font)
|
|
1523
|
-
self.spin_pixAR.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1524
|
-
self.spin_pixAR.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1525
|
-
self.spin_pixAR.setDecimals(6)
|
|
1526
|
-
self.spin_pixAR.setMinimum(0.000001000000000)
|
|
1527
|
-
self.spin_pixAR.setMaximum(99999999999999991611392.000000000000000)
|
|
1528
|
-
self.spin_pixAR.setSingleStep(0.010000000000000)
|
|
1529
|
-
self.spin_pixAR.setValue(1.000000000000000)
|
|
1530
|
-
|
|
1531
|
-
self.verticalLayout_28.addWidget(self.spin_pixAR)
|
|
1532
|
-
|
|
1533
|
-
self.label_y_res_2 = QLabel(self.w_y_Resolution)
|
|
1534
|
-
self.label_y_res_2.setObjectName(u"label_y_res_2")
|
|
1535
|
-
sizePolicy2.setHeightForWidth(self.label_y_res_2.sizePolicy().hasHeightForWidth())
|
|
1536
|
-
self.label_y_res_2.setSizePolicy(sizePolicy2)
|
|
1537
|
-
self.label_y_res_2.setMinimumSize(QSize(0, 20))
|
|
1538
|
-
self.label_y_res_2.setMaximumSize(QSize(16777215, 20))
|
|
1539
|
-
self.label_y_res_2.setFont(font4)
|
|
1540
|
-
self.label_y_res_2.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1541
|
-
|
|
1542
|
-
self.verticalLayout_28.addWidget(self.label_y_res_2)
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
self.horizontalLayout_11.addWidget(self.w_y_Resolution)
|
|
1546
|
-
|
|
1547
|
-
self.w_dt = QWidget(self.w_Resolution)
|
|
1548
|
-
self.w_dt.setObjectName(u"w_dt")
|
|
1549
|
-
self.w_dt.setMinimumSize(QSize(120, 64))
|
|
1550
|
-
self.w_dt.setMaximumSize(QSize(140, 64))
|
|
1551
|
-
self.verticalLayout_27 = QVBoxLayout(self.w_dt)
|
|
1552
|
-
self.verticalLayout_27.setSpacing(0)
|
|
1553
|
-
self.verticalLayout_27.setObjectName(u"verticalLayout_27")
|
|
1554
|
-
self.verticalLayout_27.setContentsMargins(0, 0, 0, 0)
|
|
1555
|
-
self.label_dt = QLabel(self.w_dt)
|
|
1556
|
-
self.label_dt.setObjectName(u"label_dt")
|
|
1557
|
-
sizePolicy2.setHeightForWidth(self.label_dt.sizePolicy().hasHeightForWidth())
|
|
1558
|
-
self.label_dt.setSizePolicy(sizePolicy2)
|
|
1559
|
-
self.label_dt.setMinimumSize(QSize(0, 20))
|
|
1560
|
-
self.label_dt.setMaximumSize(QSize(16777215, 20))
|
|
1561
|
-
self.label_dt.setFont(font4)
|
|
1562
|
-
self.label_dt.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1563
|
-
|
|
1564
|
-
self.verticalLayout_27.addWidget(self.label_dt)
|
|
1565
|
-
|
|
1566
|
-
self.spin_dt = MyQDoubleSpin(self.w_dt)
|
|
1567
|
-
self.spin_dt.setObjectName(u"spin_dt")
|
|
1568
|
-
self.spin_dt.setMinimumSize(QSize(0, 0))
|
|
1569
|
-
self.spin_dt.setMaximumSize(QSize(1000000, 24))
|
|
1570
|
-
self.spin_dt.setFont(font)
|
|
1571
|
-
self.spin_dt.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1572
|
-
self.spin_dt.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1573
|
-
self.spin_dt.setDecimals(6)
|
|
1574
|
-
self.spin_dt.setMinimum(0.000001000000000)
|
|
1575
|
-
self.spin_dt.setMaximum(99999999999999991611392.000000000000000)
|
|
1576
|
-
self.spin_dt.setSingleStep(0.100000000000000)
|
|
1577
|
-
self.spin_dt.setValue(0.001000000000000)
|
|
1578
|
-
|
|
1579
|
-
self.verticalLayout_27.addWidget(self.spin_dt)
|
|
1580
|
-
|
|
1581
|
-
self.label_dt_2 = QLabel(self.w_dt)
|
|
1582
|
-
self.label_dt_2.setObjectName(u"label_dt_2")
|
|
1583
|
-
sizePolicy2.setHeightForWidth(self.label_dt_2.sizePolicy().hasHeightForWidth())
|
|
1584
|
-
self.label_dt_2.setSizePolicy(sizePolicy2)
|
|
1585
|
-
self.label_dt_2.setMinimumSize(QSize(0, 20))
|
|
1586
|
-
self.label_dt_2.setMaximumSize(QSize(16777215, 20))
|
|
1587
|
-
self.label_dt_2.setFont(font4)
|
|
1588
|
-
self.label_dt_2.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1589
|
-
|
|
1590
|
-
self.verticalLayout_27.addWidget(self.label_dt_2)
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
self.horizontalLayout_11.addWidget(self.w_dt)
|
|
1594
|
-
|
|
1595
|
-
self.w_Res_eff = QWidget(self.w_Resolution)
|
|
1596
|
-
self.w_Res_eff.setObjectName(u"w_Res_eff")
|
|
1597
|
-
sizePolicy1.setHeightForWidth(self.w_Res_eff.sizePolicy().hasHeightForWidth())
|
|
1598
|
-
self.w_Res_eff.setSizePolicy(sizePolicy1)
|
|
1599
|
-
self.w_Res_eff.setMinimumSize(QSize(100, 60))
|
|
1600
|
-
self.w_Res_eff.setMaximumSize(QSize(150, 60))
|
|
1601
|
-
self.verticalLayout_30 = QVBoxLayout(self.w_Res_eff)
|
|
1602
|
-
self.verticalLayout_30.setSpacing(0)
|
|
1603
|
-
self.verticalLayout_30.setObjectName(u"verticalLayout_30")
|
|
1604
|
-
self.verticalLayout_30.setContentsMargins(0, 0, 0, 0)
|
|
1605
|
-
self.label_Res = QLabel(self.w_Res_eff)
|
|
1606
|
-
self.label_Res.setObjectName(u"label_Res")
|
|
1607
|
-
sizePolicy2.setHeightForWidth(self.label_Res.sizePolicy().hasHeightForWidth())
|
|
1608
|
-
self.label_Res.setSizePolicy(sizePolicy2)
|
|
1609
|
-
self.label_Res.setMinimumSize(QSize(0, 20))
|
|
1610
|
-
self.label_Res.setMaximumSize(QSize(16777215, 20))
|
|
1611
|
-
self.label_Res.setFont(font4)
|
|
1612
|
-
self.label_Res.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1613
|
-
|
|
1614
|
-
self.verticalLayout_30.addWidget(self.label_Res)
|
|
1615
|
-
|
|
1616
|
-
self.label_Res_x = QLabel(self.w_Res_eff)
|
|
1617
|
-
self.label_Res_x.setObjectName(u"label_Res_x")
|
|
1618
|
-
sizePolicy2.setHeightForWidth(self.label_Res_x.sizePolicy().hasHeightForWidth())
|
|
1619
|
-
self.label_Res_x.setSizePolicy(sizePolicy2)
|
|
1620
|
-
self.label_Res_x.setMinimumSize(QSize(0, 20))
|
|
1621
|
-
self.label_Res_x.setMaximumSize(QSize(16777215, 20))
|
|
1622
|
-
self.label_Res_x.setFont(font4)
|
|
1623
|
-
self.label_Res_x.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1624
|
-
|
|
1625
|
-
self.verticalLayout_30.addWidget(self.label_Res_x)
|
|
1626
|
-
|
|
1627
|
-
self.label_Res_y = QLabel(self.w_Res_eff)
|
|
1628
|
-
self.label_Res_y.setObjectName(u"label_Res_y")
|
|
1629
|
-
sizePolicy2.setHeightForWidth(self.label_Res_y.sizePolicy().hasHeightForWidth())
|
|
1630
|
-
self.label_Res_y.setSizePolicy(sizePolicy2)
|
|
1631
|
-
self.label_Res_y.setMinimumSize(QSize(0, 20))
|
|
1632
|
-
self.label_Res_y.setMaximumSize(QSize(16777215, 20))
|
|
1633
|
-
self.label_Res_y.setFont(font4)
|
|
1634
|
-
self.label_Res_y.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1635
|
-
|
|
1636
|
-
self.verticalLayout_30.addWidget(self.label_Res_y)
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
self.horizontalLayout_11.addWidget(self.w_Res_eff)
|
|
1640
|
-
|
|
1641
|
-
self.hs_Res = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1642
|
-
|
|
1643
|
-
self.horizontalLayout_11.addItem(self.hs_Res)
|
|
1644
|
-
|
|
1645
|
-
self.horizontalLayout_11.setStretch(1, 1)
|
|
1646
|
-
self.horizontalLayout_11.setStretch(2, 1)
|
|
1647
|
-
self.horizontalLayout_11.setStretch(3, 1)
|
|
1648
|
-
|
|
1649
|
-
self.verticalLayout_8.addWidget(self.w_Resolution)
|
|
1650
|
-
|
|
1651
|
-
self.g_CommonRegion = QGroupBox(self.w_FurtherOptions)
|
|
1652
|
-
self.g_CommonRegion.setObjectName(u"g_CommonRegion")
|
|
1653
|
-
self.g_CommonRegion.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}\n"
|
|
1654
|
-
"")
|
|
1655
|
-
self.verticalLayout_13 = QVBoxLayout(self.g_CommonRegion)
|
|
1656
|
-
self.verticalLayout_13.setSpacing(0)
|
|
1657
|
-
self.verticalLayout_13.setObjectName(u"verticalLayout_13")
|
|
1658
|
-
self.verticalLayout_13.setContentsMargins(10, 5, 10, 5)
|
|
1659
|
-
self.label_CommonRegion = QLabel(self.g_CommonRegion)
|
|
1660
|
-
self.label_CommonRegion.setObjectName(u"label_CommonRegion")
|
|
1661
|
-
sizePolicy2.setHeightForWidth(self.label_CommonRegion.sizePolicy().hasHeightForWidth())
|
|
1662
|
-
self.label_CommonRegion.setSizePolicy(sizePolicy2)
|
|
1663
|
-
self.label_CommonRegion.setMinimumSize(QSize(200, 20))
|
|
1664
|
-
self.label_CommonRegion.setMaximumSize(QSize(90, 20))
|
|
1665
|
-
font7 = QFont()
|
|
1666
|
-
font7.setPointSize(10)
|
|
1667
|
-
font7.setBold(True)
|
|
1668
|
-
font7.setItalic(False)
|
|
1669
|
-
self.label_CommonRegion.setFont(font7)
|
|
1670
|
-
self.label_CommonRegion.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1671
|
-
|
|
1672
|
-
self.verticalLayout_13.addWidget(self.label_CommonRegion)
|
|
1673
|
-
|
|
1674
|
-
self.w_CommonRegion = QWidget(self.g_CommonRegion)
|
|
1675
|
-
self.w_CommonRegion.setObjectName(u"w_CommonRegion")
|
|
1676
|
-
self.w_CommonRegion.setMinimumSize(QSize(0, 50))
|
|
1677
|
-
self.w_CommonRegion.setMaximumSize(QSize(16777215, 16777215))
|
|
1678
|
-
self.horizontalLayout_20 = QHBoxLayout(self.w_CommonRegion)
|
|
1679
|
-
self.horizontalLayout_20.setSpacing(5)
|
|
1680
|
-
self.horizontalLayout_20.setObjectName(u"horizontalLayout_20")
|
|
1681
|
-
self.horizontalLayout_20.setContentsMargins(0, 0, 0, 0)
|
|
1682
|
-
self.w_x_min = QWidget(self.w_CommonRegion)
|
|
1683
|
-
self.w_x_min.setObjectName(u"w_x_min")
|
|
1684
|
-
self.w_x_min.setMinimumSize(QSize(100, 44))
|
|
1685
|
-
self.w_x_min.setMaximumSize(QSize(150, 44))
|
|
1686
|
-
self.verticalLayout_23 = QVBoxLayout(self.w_x_min)
|
|
1687
|
-
self.verticalLayout_23.setSpacing(0)
|
|
1688
|
-
self.verticalLayout_23.setObjectName(u"verticalLayout_23")
|
|
1689
|
-
self.verticalLayout_23.setContentsMargins(0, 0, 0, 0)
|
|
1690
|
-
self.label_x_min = QLabel(self.w_x_min)
|
|
1691
|
-
self.label_x_min.setObjectName(u"label_x_min")
|
|
1692
|
-
sizePolicy2.setHeightForWidth(self.label_x_min.sizePolicy().hasHeightForWidth())
|
|
1693
|
-
self.label_x_min.setSizePolicy(sizePolicy2)
|
|
1694
|
-
self.label_x_min.setMinimumSize(QSize(0, 20))
|
|
1695
|
-
self.label_x_min.setMaximumSize(QSize(90, 20))
|
|
1696
|
-
self.label_x_min.setFont(font4)
|
|
1697
|
-
self.label_x_min.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1698
|
-
|
|
1699
|
-
self.verticalLayout_23.addWidget(self.label_x_min)
|
|
1700
|
-
|
|
1701
|
-
self.spin_x_min = MyQDoubleSpin(self.w_x_min)
|
|
1702
|
-
self.spin_x_min.setObjectName(u"spin_x_min")
|
|
1703
|
-
self.spin_x_min.setEnabled(True)
|
|
1704
|
-
self.spin_x_min.setMinimumSize(QSize(0, 24))
|
|
1705
|
-
self.spin_x_min.setMaximumSize(QSize(90, 24))
|
|
1706
|
-
self.spin_x_min.setFont(font)
|
|
1707
|
-
self.spin_x_min.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1708
|
-
self.spin_x_min.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
1709
|
-
self.spin_x_min.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1710
|
-
self.spin_x_min.setMinimum(-1000000000.000000000000000)
|
|
1711
|
-
self.spin_x_min.setMaximum(1000000000.000000000000000)
|
|
1712
|
-
self.spin_x_min.setSingleStep(0.050000000000000)
|
|
1713
|
-
|
|
1714
|
-
self.verticalLayout_23.addWidget(self.spin_x_min)
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
self.horizontalLayout_20.addWidget(self.w_x_min)
|
|
1718
|
-
|
|
1719
|
-
self.w_x_max = QWidget(self.w_CommonRegion)
|
|
1720
|
-
self.w_x_max.setObjectName(u"w_x_max")
|
|
1721
|
-
self.w_x_max.setMinimumSize(QSize(100, 44))
|
|
1722
|
-
self.w_x_max.setMaximumSize(QSize(150, 44))
|
|
1723
|
-
self.verticalLayout_25 = QVBoxLayout(self.w_x_max)
|
|
1724
|
-
self.verticalLayout_25.setSpacing(0)
|
|
1725
|
-
self.verticalLayout_25.setObjectName(u"verticalLayout_25")
|
|
1726
|
-
self.verticalLayout_25.setContentsMargins(0, 0, 0, 0)
|
|
1727
|
-
self.label_x_max = QLabel(self.w_x_max)
|
|
1728
|
-
self.label_x_max.setObjectName(u"label_x_max")
|
|
1729
|
-
sizePolicy2.setHeightForWidth(self.label_x_max.sizePolicy().hasHeightForWidth())
|
|
1730
|
-
self.label_x_max.setSizePolicy(sizePolicy2)
|
|
1731
|
-
self.label_x_max.setMinimumSize(QSize(0, 20))
|
|
1732
|
-
self.label_x_max.setMaximumSize(QSize(90, 20))
|
|
1733
|
-
self.label_x_max.setFont(font4)
|
|
1734
|
-
self.label_x_max.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1735
|
-
|
|
1736
|
-
self.verticalLayout_25.addWidget(self.label_x_max)
|
|
1737
|
-
|
|
1738
|
-
self.spin_x_max = MyQDoubleSpin(self.w_x_max)
|
|
1739
|
-
self.spin_x_max.setObjectName(u"spin_x_max")
|
|
1740
|
-
self.spin_x_max.setEnabled(True)
|
|
1741
|
-
self.spin_x_max.setMinimumSize(QSize(0, 24))
|
|
1742
|
-
self.spin_x_max.setMaximumSize(QSize(90, 24))
|
|
1743
|
-
self.spin_x_max.setFont(font)
|
|
1744
|
-
self.spin_x_max.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1745
|
-
self.spin_x_max.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
1746
|
-
self.spin_x_max.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1747
|
-
self.spin_x_max.setMinimum(-1000000000.000000000000000)
|
|
1748
|
-
self.spin_x_max.setMaximum(1000000000.000000000000000)
|
|
1749
|
-
self.spin_x_max.setSingleStep(0.050000000000000)
|
|
1750
|
-
|
|
1751
|
-
self.verticalLayout_25.addWidget(self.spin_x_max)
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
self.horizontalLayout_20.addWidget(self.w_x_max)
|
|
1755
|
-
|
|
1756
|
-
self.w_y_min = QWidget(self.w_CommonRegion)
|
|
1757
|
-
self.w_y_min.setObjectName(u"w_y_min")
|
|
1758
|
-
self.w_y_min.setMinimumSize(QSize(100, 44))
|
|
1759
|
-
self.w_y_min.setMaximumSize(QSize(150, 44))
|
|
1760
|
-
self.verticalLayout_26 = QVBoxLayout(self.w_y_min)
|
|
1761
|
-
self.verticalLayout_26.setSpacing(0)
|
|
1762
|
-
self.verticalLayout_26.setObjectName(u"verticalLayout_26")
|
|
1763
|
-
self.verticalLayout_26.setContentsMargins(0, 0, 0, 0)
|
|
1764
|
-
self.label_y_min = QLabel(self.w_y_min)
|
|
1765
|
-
self.label_y_min.setObjectName(u"label_y_min")
|
|
1766
|
-
sizePolicy2.setHeightForWidth(self.label_y_min.sizePolicy().hasHeightForWidth())
|
|
1767
|
-
self.label_y_min.setSizePolicy(sizePolicy2)
|
|
1768
|
-
self.label_y_min.setMinimumSize(QSize(0, 20))
|
|
1769
|
-
self.label_y_min.setMaximumSize(QSize(90, 20))
|
|
1770
|
-
self.label_y_min.setFont(font4)
|
|
1771
|
-
self.label_y_min.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1772
|
-
|
|
1773
|
-
self.verticalLayout_26.addWidget(self.label_y_min)
|
|
1774
|
-
|
|
1775
|
-
self.spin_y_min = MyQDoubleSpin(self.w_y_min)
|
|
1776
|
-
self.spin_y_min.setObjectName(u"spin_y_min")
|
|
1777
|
-
self.spin_y_min.setEnabled(True)
|
|
1778
|
-
self.spin_y_min.setMinimumSize(QSize(0, 24))
|
|
1779
|
-
self.spin_y_min.setMaximumSize(QSize(90, 24))
|
|
1780
|
-
self.spin_y_min.setFont(font)
|
|
1781
|
-
self.spin_y_min.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1782
|
-
self.spin_y_min.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
1783
|
-
self.spin_y_min.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1784
|
-
self.spin_y_min.setMinimum(-1000000000.000000000000000)
|
|
1785
|
-
self.spin_y_min.setMaximum(1000000000.000000000000000)
|
|
1786
|
-
self.spin_y_min.setSingleStep(0.050000000000000)
|
|
1787
|
-
|
|
1788
|
-
self.verticalLayout_26.addWidget(self.spin_y_min)
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
self.horizontalLayout_20.addWidget(self.w_y_min)
|
|
1792
|
-
|
|
1793
|
-
self.w_y_max = QWidget(self.w_CommonRegion)
|
|
1794
|
-
self.w_y_max.setObjectName(u"w_y_max")
|
|
1795
|
-
self.w_y_max.setMinimumSize(QSize(100, 44))
|
|
1796
|
-
self.w_y_max.setMaximumSize(QSize(150, 44))
|
|
1797
|
-
self.verticalLayout_31 = QVBoxLayout(self.w_y_max)
|
|
1798
|
-
self.verticalLayout_31.setSpacing(0)
|
|
1799
|
-
self.verticalLayout_31.setObjectName(u"verticalLayout_31")
|
|
1800
|
-
self.verticalLayout_31.setContentsMargins(0, 0, 0, 0)
|
|
1801
|
-
self.label_y_max = QLabel(self.w_y_max)
|
|
1802
|
-
self.label_y_max.setObjectName(u"label_y_max")
|
|
1803
|
-
sizePolicy2.setHeightForWidth(self.label_y_max.sizePolicy().hasHeightForWidth())
|
|
1804
|
-
self.label_y_max.setSizePolicy(sizePolicy2)
|
|
1805
|
-
self.label_y_max.setMinimumSize(QSize(0, 20))
|
|
1806
|
-
self.label_y_max.setMaximumSize(QSize(90, 20))
|
|
1807
|
-
self.label_y_max.setFont(font4)
|
|
1808
|
-
self.label_y_max.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1809
|
-
|
|
1810
|
-
self.verticalLayout_31.addWidget(self.label_y_max)
|
|
1811
|
-
|
|
1812
|
-
self.spin_y_max = MyQDoubleSpin(self.w_y_max)
|
|
1813
|
-
self.spin_y_max.setObjectName(u"spin_y_max")
|
|
1814
|
-
self.spin_y_max.setEnabled(True)
|
|
1815
|
-
self.spin_y_max.setMinimumSize(QSize(0, 24))
|
|
1816
|
-
self.spin_y_max.setMaximumSize(QSize(90, 24))
|
|
1817
|
-
self.spin_y_max.setFont(font)
|
|
1818
|
-
self.spin_y_max.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1819
|
-
self.spin_y_max.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
1820
|
-
self.spin_y_max.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1821
|
-
self.spin_y_max.setMinimum(-1000000000.000000000000000)
|
|
1822
|
-
self.spin_y_max.setMaximum(1000000000.000000000000000)
|
|
1823
|
-
self.spin_y_max.setSingleStep(0.050000000000000)
|
|
1824
|
-
|
|
1825
|
-
self.verticalLayout_31.addWidget(self.spin_y_max)
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
self.horizontalLayout_20.addWidget(self.w_y_max)
|
|
1829
|
-
|
|
1830
|
-
self.w_lab_reg = QWidget(self.w_CommonRegion)
|
|
1831
|
-
self.w_lab_reg.setObjectName(u"w_lab_reg")
|
|
1832
|
-
self.w_lab_reg.setMinimumSize(QSize(0, 44))
|
|
1833
|
-
self.w_lab_reg.setMaximumSize(QSize(26, 44))
|
|
1834
|
-
self.verticalLayout_34 = QVBoxLayout(self.w_lab_reg)
|
|
1835
|
-
self.verticalLayout_34.setSpacing(0)
|
|
1836
|
-
self.verticalLayout_34.setObjectName(u"verticalLayout_34")
|
|
1837
|
-
self.verticalLayout_34.setContentsMargins(0, 0, 0, 0)
|
|
1838
|
-
self.label_WarnCR_top = QLabel(self.w_lab_reg)
|
|
1839
|
-
self.label_WarnCR_top.setObjectName(u"label_WarnCR_top")
|
|
1840
|
-
sizePolicy2.setHeightForWidth(self.label_WarnCR_top.sizePolicy().hasHeightForWidth())
|
|
1841
|
-
self.label_WarnCR_top.setSizePolicy(sizePolicy2)
|
|
1842
|
-
self.label_WarnCR_top.setMinimumSize(QSize(0, 18))
|
|
1843
|
-
self.label_WarnCR_top.setMaximumSize(QSize(16777215, 18))
|
|
1844
|
-
self.label_WarnCR_top.setFont(font4)
|
|
1845
|
-
|
|
1846
|
-
self.verticalLayout_34.addWidget(self.label_WarnCR_top)
|
|
1847
|
-
|
|
1848
|
-
self.label_WarnCR = ClickableLabel(self.w_lab_reg)
|
|
1849
|
-
self.label_WarnCR.setObjectName(u"label_WarnCR")
|
|
1850
|
-
self.label_WarnCR.setPixmap(QPixmap(u""+ icons_path +"warning.png"))
|
|
1851
|
-
self.label_WarnCR.setScaledContents(True)
|
|
1852
|
-
|
|
1853
|
-
self.verticalLayout_34.addWidget(self.label_WarnCR)
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
self.horizontalLayout_20.addWidget(self.w_lab_reg)
|
|
1857
|
-
|
|
1858
|
-
self.w_def_reg = QWidget(self.w_CommonRegion)
|
|
1859
|
-
self.w_def_reg.setObjectName(u"w_def_reg")
|
|
1860
|
-
self.w_def_reg.setMinimumSize(QSize(0, 44))
|
|
1861
|
-
self.w_def_reg.setMaximumSize(QSize(26, 44))
|
|
1862
|
-
self.verticalLayout_18 = QVBoxLayout(self.w_def_reg)
|
|
1863
|
-
self.verticalLayout_18.setSpacing(0)
|
|
1864
|
-
self.verticalLayout_18.setObjectName(u"verticalLayout_18")
|
|
1865
|
-
self.verticalLayout_18.setContentsMargins(0, 0, 0, 0)
|
|
1866
|
-
self.label_button_def_reg = QLabel(self.w_def_reg)
|
|
1867
|
-
self.label_button_def_reg.setObjectName(u"label_button_def_reg")
|
|
1868
|
-
sizePolicy2.setHeightForWidth(self.label_button_def_reg.sizePolicy().hasHeightForWidth())
|
|
1869
|
-
self.label_button_def_reg.setSizePolicy(sizePolicy2)
|
|
1870
|
-
self.label_button_def_reg.setMinimumSize(QSize(0, 18))
|
|
1871
|
-
self.label_button_def_reg.setMaximumSize(QSize(16777215, 18))
|
|
1872
|
-
self.label_button_def_reg.setFont(font4)
|
|
1873
|
-
|
|
1874
|
-
self.verticalLayout_18.addWidget(self.label_button_def_reg)
|
|
1875
|
-
|
|
1876
|
-
self.button_def_reg = QToolButton(self.w_def_reg)
|
|
1877
|
-
self.button_def_reg.setObjectName(u"button_def_reg")
|
|
1878
|
-
self.button_def_reg.setMinimumSize(QSize(26, 26))
|
|
1879
|
-
self.button_def_reg.setMaximumSize(QSize(26, 26))
|
|
1880
|
-
self.button_def_reg.setIcon(icon6)
|
|
1881
|
-
self.button_def_reg.setIconSize(QSize(18, 18))
|
|
1882
|
-
|
|
1883
|
-
self.verticalLayout_18.addWidget(self.button_def_reg)
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
self.horizontalLayout_20.addWidget(self.w_def_reg)
|
|
1887
|
-
|
|
1888
|
-
self.hs_CommonRegion = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1889
|
-
|
|
1890
|
-
self.horizontalLayout_20.addItem(self.hs_CommonRegion)
|
|
1891
|
-
|
|
1892
|
-
self.horizontalLayout_20.setStretch(0, 1)
|
|
1893
|
-
self.horizontalLayout_20.setStretch(1, 1)
|
|
1894
|
-
self.horizontalLayout_20.setStretch(2, 1)
|
|
1895
|
-
self.horizontalLayout_20.setStretch(3, 1)
|
|
1896
|
-
self.horizontalLayout_20.setStretch(5, 1)
|
|
1897
|
-
self.horizontalLayout_20.setStretch(6, 1)
|
|
1898
|
-
|
|
1899
|
-
self.verticalLayout_13.addWidget(self.w_CommonRegion)
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
self.verticalLayout_8.addWidget(self.g_CommonRegion)
|
|
1903
|
-
|
|
1904
|
-
self.g_laser_plane_eq = QGroupBox(self.w_FurtherOptions)
|
|
1905
|
-
self.g_laser_plane_eq.setObjectName(u"g_laser_plane_eq")
|
|
1906
|
-
self.g_laser_plane_eq.setMinimumSize(QSize(0, 70))
|
|
1907
|
-
self.g_laser_plane_eq.setMaximumSize(QSize(16777215, 70))
|
|
1908
|
-
self.g_laser_plane_eq.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}\n"
|
|
1909
|
-
"")
|
|
1910
|
-
self.verticalLayout_33 = QVBoxLayout(self.g_laser_plane_eq)
|
|
1911
|
-
self.verticalLayout_33.setSpacing(0)
|
|
1912
|
-
self.verticalLayout_33.setObjectName(u"verticalLayout_33")
|
|
1913
|
-
self.verticalLayout_33.setContentsMargins(10, 5, 10, 5)
|
|
1914
|
-
self.label_laser_plane_eq = QLabel(self.g_laser_plane_eq)
|
|
1915
|
-
self.label_laser_plane_eq.setObjectName(u"label_laser_plane_eq")
|
|
1916
|
-
sizePolicy2.setHeightForWidth(self.label_laser_plane_eq.sizePolicy().hasHeightForWidth())
|
|
1917
|
-
self.label_laser_plane_eq.setSizePolicy(sizePolicy2)
|
|
1918
|
-
self.label_laser_plane_eq.setMinimumSize(QSize(200, 20))
|
|
1919
|
-
self.label_laser_plane_eq.setMaximumSize(QSize(90, 20))
|
|
1920
|
-
self.label_laser_plane_eq.setFont(font7)
|
|
1921
|
-
self.label_laser_plane_eq.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1922
|
-
|
|
1923
|
-
self.verticalLayout_33.addWidget(self.label_laser_plane_eq)
|
|
1924
|
-
|
|
1925
|
-
self.w_laser_plane_eq = QWidget(self.g_laser_plane_eq)
|
|
1926
|
-
self.w_laser_plane_eq.setObjectName(u"w_laser_plane_eq")
|
|
1927
|
-
self.w_laser_plane_eq.setMinimumSize(QSize(0, 40))
|
|
1928
|
-
self.w_laser_plane_eq.setMaximumSize(QSize(16777215, 40))
|
|
1929
|
-
self.horizontalLayout_22 = QHBoxLayout(self.w_laser_plane_eq)
|
|
1930
|
-
self.horizontalLayout_22.setSpacing(20)
|
|
1931
|
-
self.horizontalLayout_22.setObjectName(u"horizontalLayout_22")
|
|
1932
|
-
self.horizontalLayout_22.setContentsMargins(0, 0, 0, 0)
|
|
1933
|
-
self.w_laser_plane_coeff = QWidget(self.w_laser_plane_eq)
|
|
1934
|
-
self.w_laser_plane_coeff.setObjectName(u"w_laser_plane_coeff")
|
|
1935
|
-
self.horizontalLayout_23 = QHBoxLayout(self.w_laser_plane_coeff)
|
|
1936
|
-
self.horizontalLayout_23.setSpacing(0)
|
|
1937
|
-
self.horizontalLayout_23.setObjectName(u"horizontalLayout_23")
|
|
1938
|
-
self.horizontalLayout_23.setContentsMargins(0, 0, 0, 0)
|
|
1939
|
-
self.label_z = QLabel(self.w_laser_plane_coeff)
|
|
1940
|
-
self.label_z.setObjectName(u"label_z")
|
|
1941
|
-
sizePolicy2.setHeightForWidth(self.label_z.sizePolicy().hasHeightForWidth())
|
|
1942
|
-
self.label_z.setSizePolicy(sizePolicy2)
|
|
1943
|
-
self.label_z.setMinimumSize(QSize(0, 20))
|
|
1944
|
-
self.label_z.setMaximumSize(QSize(90, 20))
|
|
1945
|
-
self.label_z.setFont(font4)
|
|
1946
|
-
self.label_z.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1947
|
-
|
|
1948
|
-
self.horizontalLayout_23.addWidget(self.label_z)
|
|
1949
|
-
|
|
1950
|
-
self.spin_zconst = MyQDoubleSpin(self.w_laser_plane_coeff)
|
|
1951
|
-
self.spin_zconst.setObjectName(u"spin_zconst")
|
|
1952
|
-
sizePolicy3.setHeightForWidth(self.spin_zconst.sizePolicy().hasHeightForWidth())
|
|
1953
|
-
self.spin_zconst.setSizePolicy(sizePolicy3)
|
|
1954
|
-
self.spin_zconst.setMinimumSize(QSize(0, 0))
|
|
1955
|
-
self.spin_zconst.setMaximumSize(QSize(100, 24))
|
|
1956
|
-
self.spin_zconst.setFont(font)
|
|
1957
|
-
self.spin_zconst.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1958
|
-
self.spin_zconst.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1959
|
-
self.spin_zconst.setDecimals(6)
|
|
1960
|
-
self.spin_zconst.setMinimum(-99999999999999991611392.000000000000000)
|
|
1961
|
-
self.spin_zconst.setMaximum(99999999999999991611392.000000000000000)
|
|
1962
|
-
self.spin_zconst.setSingleStep(0.010000000000000)
|
|
1963
|
-
self.spin_zconst.setValue(0.000000000000000)
|
|
1964
|
-
|
|
1965
|
-
self.horizontalLayout_23.addWidget(self.spin_zconst)
|
|
1966
|
-
|
|
1967
|
-
self.label_zconst = QLabel(self.w_laser_plane_coeff)
|
|
1968
|
-
self.label_zconst.setObjectName(u"label_zconst")
|
|
1969
|
-
sizePolicy2.setHeightForWidth(self.label_zconst.sizePolicy().hasHeightForWidth())
|
|
1970
|
-
self.label_zconst.setSizePolicy(sizePolicy2)
|
|
1971
|
-
self.label_zconst.setMinimumSize(QSize(20, 20))
|
|
1972
|
-
self.label_zconst.setMaximumSize(QSize(20, 20))
|
|
1973
|
-
self.label_zconst.setFont(font4)
|
|
1974
|
-
self.label_zconst.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1975
|
-
|
|
1976
|
-
self.horizontalLayout_23.addWidget(self.label_zconst)
|
|
1977
|
-
|
|
1978
|
-
self.spin_xterm = MyQDoubleSpin(self.w_laser_plane_coeff)
|
|
1979
|
-
self.spin_xterm.setObjectName(u"spin_xterm")
|
|
1980
|
-
sizePolicy3.setHeightForWidth(self.spin_xterm.sizePolicy().hasHeightForWidth())
|
|
1981
|
-
self.spin_xterm.setSizePolicy(sizePolicy3)
|
|
1982
|
-
self.spin_xterm.setMinimumSize(QSize(0, 0))
|
|
1983
|
-
self.spin_xterm.setMaximumSize(QSize(100, 24))
|
|
1984
|
-
self.spin_xterm.setFont(font)
|
|
1985
|
-
self.spin_xterm.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1986
|
-
self.spin_xterm.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1987
|
-
self.spin_xterm.setDecimals(6)
|
|
1988
|
-
self.spin_xterm.setMinimum(-99999999999999991611392.000000000000000)
|
|
1989
|
-
self.spin_xterm.setMaximum(99999999999999991611392.000000000000000)
|
|
1990
|
-
self.spin_xterm.setSingleStep(0.001000000000000)
|
|
1991
|
-
self.spin_xterm.setValue(0.000000000000000)
|
|
1992
|
-
|
|
1993
|
-
self.horizontalLayout_23.addWidget(self.spin_xterm)
|
|
1994
|
-
|
|
1995
|
-
self.label_xterm = QLabel(self.w_laser_plane_coeff)
|
|
1996
|
-
self.label_xterm.setObjectName(u"label_xterm")
|
|
1997
|
-
sizePolicy2.setHeightForWidth(self.label_xterm.sizePolicy().hasHeightForWidth())
|
|
1998
|
-
self.label_xterm.setSizePolicy(sizePolicy2)
|
|
1999
|
-
self.label_xterm.setMinimumSize(QSize(30, 20))
|
|
2000
|
-
self.label_xterm.setMaximumSize(QSize(30, 20))
|
|
2001
|
-
self.label_xterm.setFont(font4)
|
|
2002
|
-
self.label_xterm.setScaledContents(False)
|
|
2003
|
-
self.label_xterm.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
2004
|
-
self.label_xterm.setWordWrap(False)
|
|
2005
|
-
|
|
2006
|
-
self.horizontalLayout_23.addWidget(self.label_xterm)
|
|
2007
|
-
|
|
2008
|
-
self.spin_yterm = MyQDoubleSpin(self.w_laser_plane_coeff)
|
|
2009
|
-
self.spin_yterm.setObjectName(u"spin_yterm")
|
|
2010
|
-
sizePolicy3.setHeightForWidth(self.spin_yterm.sizePolicy().hasHeightForWidth())
|
|
2011
|
-
self.spin_yterm.setSizePolicy(sizePolicy3)
|
|
2012
|
-
self.spin_yterm.setMinimumSize(QSize(0, 0))
|
|
2013
|
-
self.spin_yterm.setMaximumSize(QSize(100, 24))
|
|
2014
|
-
self.spin_yterm.setFont(font)
|
|
2015
|
-
self.spin_yterm.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
2016
|
-
self.spin_yterm.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
2017
|
-
self.spin_yterm.setDecimals(6)
|
|
2018
|
-
self.spin_yterm.setMinimum(-99999999999999991611392.000000000000000)
|
|
2019
|
-
self.spin_yterm.setMaximum(99999999999999991611392.000000000000000)
|
|
2020
|
-
self.spin_yterm.setSingleStep(0.001000000000000)
|
|
2021
|
-
self.spin_yterm.setValue(0.000000000000000)
|
|
2022
|
-
|
|
2023
|
-
self.horizontalLayout_23.addWidget(self.spin_yterm)
|
|
2024
|
-
|
|
2025
|
-
self.label_yterm = QLabel(self.w_laser_plane_coeff)
|
|
2026
|
-
self.label_yterm.setObjectName(u"label_yterm")
|
|
2027
|
-
sizePolicy2.setHeightForWidth(self.label_yterm.sizePolicy().hasHeightForWidth())
|
|
2028
|
-
self.label_yterm.setSizePolicy(sizePolicy2)
|
|
2029
|
-
self.label_yterm.setMinimumSize(QSize(20, 20))
|
|
2030
|
-
self.label_yterm.setMaximumSize(QSize(20, 20))
|
|
2031
|
-
self.label_yterm.setFont(font4)
|
|
2032
|
-
self.label_yterm.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
2033
|
-
|
|
2034
|
-
self.horizontalLayout_23.addWidget(self.label_yterm)
|
|
2035
|
-
|
|
2036
|
-
self.horizontalLayout_23.setStretch(1, 1)
|
|
2037
|
-
self.horizontalLayout_23.setStretch(3, 1)
|
|
2038
|
-
self.horizontalLayout_23.setStretch(5, 1)
|
|
2039
|
-
|
|
2040
|
-
self.horizontalLayout_22.addWidget(self.w_laser_plane_coeff)
|
|
2041
|
-
|
|
2042
|
-
self.button_read_disp = QToolButton(self.w_laser_plane_eq)
|
|
2043
|
-
self.button_read_disp.setObjectName(u"button_read_disp")
|
|
2044
|
-
self.button_read_disp.setMinimumSize(QSize(26, 26))
|
|
2045
|
-
self.button_read_disp.setMaximumSize(QSize(26, 26))
|
|
2046
|
-
icon17 = QIcon()
|
|
2047
|
-
icon17.addFile(u""+ icons_path +"read.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
2048
|
-
self.button_read_disp.setIcon(icon17)
|
|
2049
|
-
self.button_read_disp.setIconSize(QSize(18, 18))
|
|
2050
|
-
|
|
2051
|
-
self.horizontalLayout_22.addWidget(self.button_read_disp)
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
self.verticalLayout_33.addWidget(self.w_laser_plane_eq)
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
self.verticalLayout_8.addWidget(self.g_laser_plane_eq)
|
|
2058
|
-
|
|
2059
|
-
self.verticalSpacer_FurtherOptions = QSpacerItem(20, 10, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
2060
|
-
|
|
2061
|
-
self.verticalLayout_8.addItem(self.verticalSpacer_FurtherOptions)
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
self.verticalLayout_10.addWidget(self.w_FurtherOptions)
|
|
2065
|
-
|
|
2066
|
-
self.verticalSpacer_Bottom = QSpacerItem(20, 10, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
2067
|
-
|
|
2068
|
-
self.verticalLayout_10.addItem(self.verticalSpacer_Bottom)
|
|
2069
|
-
|
|
2070
|
-
self.scrollArea.setWidget(self.scrollAreaWidgetContents)
|
|
2071
|
-
|
|
2072
|
-
self.verticalLayout.addWidget(self.scrollArea)
|
|
2073
|
-
|
|
2074
|
-
QWidget.setTabOrder(self.combo_process, self.button_back)
|
|
2075
|
-
QWidget.setTabOrder(self.button_back, self.button_forward)
|
|
2076
|
-
QWidget.setTabOrder(self.button_forward, self.button_close_tab)
|
|
2077
|
-
QWidget.setTabOrder(self.button_close_tab, self.radio_Save)
|
|
2078
|
-
QWidget.setTabOrder(self.radio_Save, self.line_edit_root)
|
|
2079
|
-
QWidget.setTabOrder(self.line_edit_root, self.combo_outType)
|
|
2080
|
-
QWidget.setTabOrder(self.combo_outType, self.radio_Same_as_input)
|
|
2081
|
-
QWidget.setTabOrder(self.radio_Same_as_input, self.line_edit_path)
|
|
2082
|
-
QWidget.setTabOrder(self.line_edit_path, self.button_path)
|
|
2083
|
-
QWidget.setTabOrder(self.button_path, self.radio_Subfold)
|
|
2084
|
-
QWidget.setTabOrder(self.radio_Subfold, self.line_edit_subfold)
|
|
2085
|
-
QWidget.setTabOrder(self.line_edit_subfold, self.scrollArea)
|
|
2086
|
-
QWidget.setTabOrder(self.scrollArea, self.tool_CollapBox_Flip)
|
|
2087
|
-
QWidget.setTabOrder(self.tool_CollapBox_Flip, self.button_CollapBox_Flip)
|
|
2088
|
-
QWidget.setTabOrder(self.button_CollapBox_Flip, self.button_automatic_reshape)
|
|
2089
|
-
QWidget.setTabOrder(self.button_automatic_reshape, self.spin_x)
|
|
2090
|
-
QWidget.setTabOrder(self.spin_x, self.spin_y)
|
|
2091
|
-
QWidget.setTabOrder(self.spin_y, self.spin_w)
|
|
2092
|
-
QWidget.setTabOrder(self.spin_w, self.spin_h)
|
|
2093
|
-
QWidget.setTabOrder(self.spin_h, self.button_resize)
|
|
2094
|
-
QWidget.setTabOrder(self.button_resize, self.button_reset_rot_flip)
|
|
2095
|
-
QWidget.setTabOrder(self.button_reset_rot_flip, self.button_rot_counter)
|
|
2096
|
-
QWidget.setTabOrder(self.button_rot_counter, self.button_rot_clock)
|
|
2097
|
-
QWidget.setTabOrder(self.button_rot_clock, self.button_mirror_y)
|
|
2098
|
-
QWidget.setTabOrder(self.button_mirror_y, self.button_mirror_x)
|
|
2099
|
-
QWidget.setTabOrder(self.button_mirror_x, self.button_rotv_counter)
|
|
2100
|
-
QWidget.setTabOrder(self.button_rotv_counter, self.button_rotv_clock)
|
|
2101
|
-
QWidget.setTabOrder(self.button_rotv_clock, self.button_flip_u)
|
|
2102
|
-
QWidget.setTabOrder(self.button_flip_u, self.button_flip_v)
|
|
2103
|
-
QWidget.setTabOrder(self.button_flip_v, self.button_unit)
|
|
2104
|
-
QWidget.setTabOrder(self.button_unit, self.spin_xres)
|
|
2105
|
-
QWidget.setTabOrder(self.spin_xres, self.spin_pixAR)
|
|
2106
|
-
QWidget.setTabOrder(self.spin_pixAR, self.spin_dt)
|
|
2107
|
-
QWidget.setTabOrder(self.spin_dt, self.spin_x_min)
|
|
2108
|
-
QWidget.setTabOrder(self.spin_x_min, self.spin_x_max)
|
|
2109
|
-
QWidget.setTabOrder(self.spin_x_max, self.spin_y_min)
|
|
2110
|
-
QWidget.setTabOrder(self.spin_y_min, self.spin_y_max)
|
|
2111
|
-
QWidget.setTabOrder(self.spin_y_max, self.button_def_reg)
|
|
2112
|
-
|
|
2113
|
-
self.retranslateUi(OutputTab)
|
|
2114
|
-
|
|
2115
|
-
QMetaObject.connectSlotsByName(OutputTab)
|
|
2116
|
-
# setupUi
|
|
2117
|
-
|
|
2118
|
-
def retranslateUi(self, OutputTab):
|
|
2119
|
-
OutputTab.setWindowTitle(QCoreApplication.translate("OutputTab", u"Export", None))
|
|
2120
|
-
self.icon.setText("")
|
|
2121
|
-
self.name_tab.setText(QCoreApplication.translate("OutputTab", u" Output", None))
|
|
2122
|
-
self.label_done.setText("")
|
|
2123
|
-
self.label_process.setText(QCoreApplication.translate("OutputTab", u"Process", None))
|
|
2124
|
-
self.combo_process.setItemText(0, QCoreApplication.translate("OutputTab", u"minimum", None))
|
|
2125
|
-
self.combo_process.setItemText(1, QCoreApplication.translate("OutputTab", u"PIV", None))
|
|
2126
|
-
self.combo_process.setItemText(2, QCoreApplication.translate("OutputTab", u"SPIV", None))
|
|
2127
|
-
|
|
2128
|
-
#if QT_CONFIG(tooltip)
|
|
2129
|
-
self.combo_process.setToolTip(QCoreApplication.translate("OutputTab", u"Select mode", None))
|
|
2130
|
-
#endif // QT_CONFIG(tooltip)
|
|
2131
|
-
self.label_number.setText(QCoreApplication.translate("OutputTab", u"1", None))
|
|
2132
|
-
#if QT_CONFIG(tooltip)
|
|
2133
|
-
self.button_back.setToolTip(QCoreApplication.translate("OutputTab", u"Undo", None))
|
|
2134
|
-
#endif // QT_CONFIG(tooltip)
|
|
2135
|
-
self.button_back.setText("")
|
|
2136
|
-
#if QT_CONFIG(tooltip)
|
|
2137
|
-
self.button_forward.setToolTip(QCoreApplication.translate("OutputTab", u"Redo", None))
|
|
2138
|
-
#endif // QT_CONFIG(tooltip)
|
|
2139
|
-
self.button_forward.setText("")
|
|
2140
|
-
#if QT_CONFIG(tooltip)
|
|
2141
|
-
self.button_close_tab.setToolTip(QCoreApplication.translate("OutputTab", u"Close tab", None))
|
|
2142
|
-
#endif // QT_CONFIG(tooltip)
|
|
2143
|
-
self.button_close_tab.setText("")
|
|
2144
|
-
#if QT_CONFIG(shortcut)
|
|
2145
|
-
self.button_close_tab.setShortcut(QCoreApplication.translate("OutputTab", u"Alt+O", None))
|
|
2146
|
-
#endif // QT_CONFIG(shortcut)
|
|
2147
|
-
#if QT_CONFIG(tooltip)
|
|
2148
|
-
self.radio_Save.setToolTip(QCoreApplication.translate("OutputTab", u"Save results to the disk", None))
|
|
2149
|
-
#endif // QT_CONFIG(tooltip)
|
|
2150
|
-
self.radio_Save.setText(QCoreApplication.translate("OutputTab", u"Save results", None))
|
|
2151
|
-
self.label_root.setText(QCoreApplication.translate("OutputTab", u"Root of output files", None))
|
|
2152
|
-
#if QT_CONFIG(tooltip)
|
|
2153
|
-
self.line_edit_root.setToolTip(QCoreApplication.translate("OutputTab", u"Pattern of the filenames of the output files", None))
|
|
2154
|
-
#endif // QT_CONFIG(tooltip)
|
|
2155
|
-
self.line_edit_root.setText(QCoreApplication.translate("OutputTab", u"out", None))
|
|
2156
|
-
self.label_check_root.setText("")
|
|
2157
|
-
self.label_out_type.setText(QCoreApplication.translate("OutputTab", u"Type", None))
|
|
2158
|
-
self.combo_outType.setItemText(0, QCoreApplication.translate("OutputTab", u"binary", None))
|
|
2159
|
-
self.combo_outType.setItemText(1, QCoreApplication.translate("OutputTab", u"tecplot (binary)", None))
|
|
2160
|
-
self.combo_outType.setItemText(2, QCoreApplication.translate("OutputTab", u"tecplot (ASCII)", None))
|
|
2161
|
-
|
|
2162
|
-
#if QT_CONFIG(tooltip)
|
|
2163
|
-
self.combo_outType.setToolTip(QCoreApplication.translate("OutputTab", u"Type of the output files", None))
|
|
2164
|
-
#endif // QT_CONFIG(tooltip)
|
|
2165
|
-
#if QT_CONFIG(tooltip)
|
|
2166
|
-
self.radio_Same_as_input.setToolTip(QCoreApplication.translate("OutputTab", u"Save the output files in the folder containing the input image files", None))
|
|
2167
|
-
#endif // QT_CONFIG(tooltip)
|
|
2168
|
-
self.radio_Same_as_input.setText(QCoreApplication.translate("OutputTab", u"Same as input", None))
|
|
2169
|
-
self.label_path.setText(QCoreApplication.translate("OutputTab", u"Output folder path", None))
|
|
2170
|
-
#if QT_CONFIG(tooltip)
|
|
2171
|
-
self.line_edit_path.setToolTip(QCoreApplication.translate("OutputTab", u"Path of the directory where to the save the output files", None))
|
|
2172
|
-
#endif // QT_CONFIG(tooltip)
|
|
2173
|
-
self.line_edit_path.setText(QCoreApplication.translate("OutputTab", u".\\img\\fold3\\", None))
|
|
2174
|
-
self.label_check_path.setText("")
|
|
2175
|
-
self.label_path_2.setText("")
|
|
2176
|
-
#if QT_CONFIG(tooltip)
|
|
2177
|
-
self.button_path.setToolTip(QCoreApplication.translate("OutputTab", u"Explore and select the path of the directory of the output files", None))
|
|
2178
|
-
#endif // QT_CONFIG(tooltip)
|
|
2179
|
-
self.button_path.setText("")
|
|
2180
|
-
#if QT_CONFIG(shortcut)
|
|
2181
|
-
self.button_path.setShortcut(QCoreApplication.translate("OutputTab", u"Ctrl+O, Ctrl+I", None))
|
|
2182
|
-
#endif // QT_CONFIG(shortcut)
|
|
2183
|
-
#if QT_CONFIG(tooltip)
|
|
2184
|
-
self.radio_Subfold.setToolTip(QCoreApplication.translate("OutputTab", u"Create a subfolder with the output files in the above path", None))
|
|
2185
|
-
#endif // QT_CONFIG(tooltip)
|
|
2186
|
-
self.radio_Subfold.setText(QCoreApplication.translate("OutputTab", u"Create subfolder", None))
|
|
2187
|
-
self.label_subfold.setText(QCoreApplication.translate("OutputTab", u"Subfolder name", None))
|
|
2188
|
-
#if QT_CONFIG(tooltip)
|
|
2189
|
-
self.line_edit_subfold.setToolTip(QCoreApplication.translate("OutputTab", u"Name of the output subfolder", None))
|
|
2190
|
-
#endif // QT_CONFIG(tooltip)
|
|
2191
|
-
self.line_edit_subfold.setText(QCoreApplication.translate("OutputTab", u".\\img\\fold3\\", None))
|
|
2192
|
-
self.label_check_path_subfold.setText("")
|
|
2193
|
-
#if QT_CONFIG(tooltip)
|
|
2194
|
-
self.tool_CollapBox_Flip.setToolTip(QCoreApplication.translate("OutputTab", u"Image size and shape option box", None))
|
|
2195
|
-
#endif // QT_CONFIG(tooltip)
|
|
2196
|
-
self.tool_CollapBox_Flip.setText(QCoreApplication.translate("OutputTab", u"Resize/reshape", None))
|
|
2197
|
-
#if QT_CONFIG(tooltip)
|
|
2198
|
-
self.button_CollapBox_Flip.setToolTip(QCoreApplication.translate("OutputTab", u"Set default options for the selected type of process", None))
|
|
2199
|
-
#endif // QT_CONFIG(tooltip)
|
|
2200
|
-
self.button_CollapBox_Flip.setText("")
|
|
2201
|
-
self.label_x.setText(QCoreApplication.translate("OutputTab", u"X0 (# column)", None))
|
|
2202
|
-
#if QT_CONFIG(tooltip)
|
|
2203
|
-
self.spin_x.setToolTip(QCoreApplication.translate("OutputTab", u"First column of the image area to process", None))
|
|
2204
|
-
#endif // QT_CONFIG(tooltip)
|
|
2205
|
-
self.label_y.setText(QCoreApplication.translate("OutputTab", u"Y0 (# row)", None))
|
|
2206
|
-
#if QT_CONFIG(tooltip)
|
|
2207
|
-
self.spin_y.setToolTip(QCoreApplication.translate("OutputTab", u"First row of the image area to process", None))
|
|
2208
|
-
#endif // QT_CONFIG(tooltip)
|
|
2209
|
-
self.label_w.setText(QCoreApplication.translate("OutputTab", u"Width (pixels)", None))
|
|
2210
|
-
#if QT_CONFIG(tooltip)
|
|
2211
|
-
self.spin_w.setToolTip(QCoreApplication.translate("OutputTab", u"Width of the image area to process", None))
|
|
2212
|
-
#endif // QT_CONFIG(tooltip)
|
|
2213
|
-
self.label_h.setText(QCoreApplication.translate("OutputTab", u"Height (pixels)", None))
|
|
2214
|
-
#if QT_CONFIG(tooltip)
|
|
2215
|
-
self.spin_h.setToolTip(QCoreApplication.translate("OutputTab", u"Heigth of the image area to process", None))
|
|
2216
|
-
#endif // QT_CONFIG(tooltip)
|
|
2217
|
-
self.label_button_resize.setText("")
|
|
2218
|
-
#if QT_CONFIG(tooltip)
|
|
2219
|
-
self.button_resize.setToolTip(QCoreApplication.translate("OutputTab", u"Restore full image", None))
|
|
2220
|
-
#endif // QT_CONFIG(tooltip)
|
|
2221
|
-
self.button_resize.setText("")
|
|
2222
|
-
self.label_button_auto.setText("")
|
|
2223
|
-
#if QT_CONFIG(tooltip)
|
|
2224
|
-
self.button_automatic_reshape.setToolTip(QCoreApplication.translate("OutputTab", u"If activated, the image sizes and shape are reset when a new set of images is selected from Input", None))
|
|
2225
|
-
#endif // QT_CONFIG(tooltip)
|
|
2226
|
-
self.button_automatic_reshape.setText("")
|
|
2227
|
-
self.label_Image_tool.setText(QCoreApplication.translate("OutputTab", u"Image", None))
|
|
2228
|
-
#if QT_CONFIG(tooltip)
|
|
2229
|
-
self.button_reset_rot_flip.setToolTip(QCoreApplication.translate("OutputTab", u"Restore original orientation", None))
|
|
2230
|
-
#endif // QT_CONFIG(tooltip)
|
|
2231
|
-
self.button_reset_rot_flip.setText("")
|
|
2232
|
-
#if QT_CONFIG(tooltip)
|
|
2233
|
-
self.button_rot_counter.setToolTip(QCoreApplication.translate("OutputTab", u"Rotate the image by 90\u00b0 counterclockwise (before PIV process)", None))
|
|
2234
|
-
#endif // QT_CONFIG(tooltip)
|
|
2235
|
-
self.button_rot_counter.setText("")
|
|
2236
|
-
#if QT_CONFIG(tooltip)
|
|
2237
|
-
self.button_rot_clock.setToolTip(QCoreApplication.translate("OutputTab", u"Rotate the image by 90\u00b0 clockwise (before PIV process)", None))
|
|
2238
|
-
#endif // QT_CONFIG(tooltip)
|
|
2239
|
-
self.button_rot_clock.setText("")
|
|
2240
|
-
#if QT_CONFIG(tooltip)
|
|
2241
|
-
self.button_mirror_y.setToolTip(QCoreApplication.translate("OutputTab", u"Mirror the image horizontally (before PIV process)", None))
|
|
2242
|
-
#endif // QT_CONFIG(tooltip)
|
|
2243
|
-
self.button_mirror_y.setText("")
|
|
2244
|
-
#if QT_CONFIG(tooltip)
|
|
2245
|
-
self.button_mirror_x.setToolTip(QCoreApplication.translate("OutputTab", u"Mirror the image vertically (before PIV process)", None))
|
|
2246
|
-
#endif // QT_CONFIG(tooltip)
|
|
2247
|
-
self.button_mirror_x.setText("")
|
|
2248
|
-
self.label_Velocity_tool.setText(QCoreApplication.translate("OutputTab", u"Velocity", None))
|
|
2249
|
-
#if QT_CONFIG(tooltip)
|
|
2250
|
-
self.button_rotv_counter.setToolTip(QCoreApplication.translate("OutputTab", u"Rotate the image and the vector field by 90\u00b0 counterclockwise (after PIV process)", None))
|
|
2251
|
-
#endif // QT_CONFIG(tooltip)
|
|
2252
|
-
self.button_rotv_counter.setText("")
|
|
2253
|
-
#if QT_CONFIG(tooltip)
|
|
2254
|
-
self.button_rotv_clock.setToolTip(QCoreApplication.translate("OutputTab", u"Rotate the image and the vector field by 90\u00b0 clockwise (after PIV process)", None))
|
|
2255
|
-
#endif // QT_CONFIG(tooltip)
|
|
2256
|
-
self.button_rotv_clock.setText("")
|
|
2257
|
-
#if QT_CONFIG(tooltip)
|
|
2258
|
-
self.button_flip_u.setToolTip(QCoreApplication.translate("OutputTab", u"Mirror the image and the vector field horizontally (after PIV process)", None))
|
|
2259
|
-
#endif // QT_CONFIG(tooltip)
|
|
2260
|
-
self.button_flip_u.setText("")
|
|
2261
|
-
#if QT_CONFIG(tooltip)
|
|
2262
|
-
self.button_flip_v.setToolTip(QCoreApplication.translate("OutputTab", u"Mirror the image and the vector field vertically (after PIV process)", None))
|
|
2263
|
-
#endif // QT_CONFIG(tooltip)
|
|
2264
|
-
self.button_flip_v.setText("")
|
|
2265
|
-
#if QT_CONFIG(tooltip)
|
|
2266
|
-
self.w_Im_ex.setToolTip(QCoreApplication.translate("OutputTab", u"Original image with no transformation", None))
|
|
2267
|
-
#endif // QT_CONFIG(tooltip)
|
|
2268
|
-
self.aim.setText("")
|
|
2269
|
-
self.bim.setText("")
|
|
2270
|
-
self.lab_op1.setText("")
|
|
2271
|
-
self.lab_op2.setText("")
|
|
2272
|
-
self.lab_op3.setText("")
|
|
2273
|
-
self.label_Im_example.setText(QCoreApplication.translate("OutputTab", u"Original", None))
|
|
2274
|
-
#if QT_CONFIG(tooltip)
|
|
2275
|
-
self.w_Im_ex_2.setToolTip(QCoreApplication.translate("OutputTab", u"Image transformed before running PIV process", None))
|
|
2276
|
-
#endif // QT_CONFIG(tooltip)
|
|
2277
|
-
self.aim_2.setText("")
|
|
2278
|
-
self.bim_2.setText("")
|
|
2279
|
-
self.lab_op0_2.setText(QCoreApplication.translate("OutputTab", u"No transf.", None))
|
|
2280
|
-
self.lab_op1_2.setText("")
|
|
2281
|
-
self.lab_op2_2.setText("")
|
|
2282
|
-
self.lab_op3_2.setText("")
|
|
2283
|
-
self.label_Im_example_2.setText(QCoreApplication.translate("OutputTab", u"Image", None))
|
|
2284
|
-
#if QT_CONFIG(tooltip)
|
|
2285
|
-
self.w_Im_ex_3.setToolTip(QCoreApplication.translate("OutputTab", u"Image and velocity field after both image and velocity transformations", None))
|
|
2286
|
-
#endif // QT_CONFIG(tooltip)
|
|
2287
|
-
self.aim_3.setText("")
|
|
2288
|
-
self.bim_3.setText("")
|
|
2289
|
-
self.lab_op0_3.setText(QCoreApplication.translate("OutputTab", u"No transf.", None))
|
|
2290
|
-
self.lab_op1_3.setText("")
|
|
2291
|
-
self.lab_op2_3.setText("")
|
|
2292
|
-
self.lab_op3_3.setText("")
|
|
2293
|
-
self.label_Im_example_3.setText(QCoreApplication.translate("OutputTab", u"Results", None))
|
|
2294
|
-
#if QT_CONFIG(tooltip)
|
|
2295
|
-
self.button_unit.setToolTip(QCoreApplication.translate("OutputTab", u"Type of units for resolution", None))
|
|
2296
|
-
#endif // QT_CONFIG(tooltip)
|
|
2297
|
-
self.button_unit.setText(QCoreApplication.translate("OutputTab", u"Physical units", None))
|
|
2298
|
-
self.label_x_res.setText(QCoreApplication.translate("OutputTab", u"X resolution", None))
|
|
2299
|
-
#if QT_CONFIG(tooltip)
|
|
2300
|
-
self.spin_xres.setToolTip(QCoreApplication.translate("OutputTab", u"Image resolution along the X direction in pixel/millimeter", None))
|
|
2301
|
-
#endif // QT_CONFIG(tooltip)
|
|
2302
|
-
self.label_x_res_2.setText(QCoreApplication.translate("OutputTab", u"(pixel/mm)", None))
|
|
2303
|
-
self.label_y_res.setText(QCoreApplication.translate("OutputTab", u"Pixel aspect ratio", None))
|
|
2304
|
-
#if QT_CONFIG(tooltip)
|
|
2305
|
-
self.spin_pixAR.setToolTip(QCoreApplication.translate("OutputTab", u"Pixel aspect ratio", None))
|
|
2306
|
-
#endif // QT_CONFIG(tooltip)
|
|
2307
|
-
self.label_y_res_2.setText(QCoreApplication.translate("OutputTab", u"(Y/X)", None))
|
|
2308
|
-
self.label_dt.setText(QCoreApplication.translate("OutputTab", u"Time delay \u0394t ", None))
|
|
2309
|
-
#if QT_CONFIG(tooltip)
|
|
2310
|
-
self.spin_dt.setToolTip(QCoreApplication.translate("OutputTab", u"Time delay between laser pulses in microseconds", None))
|
|
2311
|
-
#endif // QT_CONFIG(tooltip)
|
|
2312
|
-
self.label_dt_2.setText(QCoreApplication.translate("OutputTab", u"(\u03bcs)", None))
|
|
2313
|
-
self.label_Res.setText(QCoreApplication.translate("OutputTab", u" 1 pix./\u0394t =", None))
|
|
2314
|
-
self.label_Res_x.setText(QCoreApplication.translate("OutputTab", u"X: 1 m/s", None))
|
|
2315
|
-
self.label_Res_y.setText(QCoreApplication.translate("OutputTab", u"Y: 1 m/s", None))
|
|
2316
|
-
self.label_CommonRegion.setText(QCoreApplication.translate("OutputTab", u"Physical region", None))
|
|
2317
|
-
self.label_x_min.setText(QCoreApplication.translate("OutputTab", u"x min (mm)", None))
|
|
2318
|
-
#if QT_CONFIG(tooltip)
|
|
2319
|
-
self.spin_x_min.setToolTip(QCoreApplication.translate("OutputTab", u"Minimum x world coordinate of area to process", None))
|
|
2320
|
-
#endif // QT_CONFIG(tooltip)
|
|
2321
|
-
self.label_x_max.setText(QCoreApplication.translate("OutputTab", u"x max (mm)", None))
|
|
2322
|
-
#if QT_CONFIG(tooltip)
|
|
2323
|
-
self.spin_x_max.setToolTip(QCoreApplication.translate("OutputTab", u"Maximum x world coordinate of area to process", None))
|
|
2324
|
-
#endif // QT_CONFIG(tooltip)
|
|
2325
|
-
self.label_y_min.setText(QCoreApplication.translate("OutputTab", u"y min (mm)", None))
|
|
2326
|
-
#if QT_CONFIG(tooltip)
|
|
2327
|
-
self.spin_y_min.setToolTip(QCoreApplication.translate("OutputTab", u"Minimum y world coordinate of area to process", None))
|
|
2328
|
-
#endif // QT_CONFIG(tooltip)
|
|
2329
|
-
self.label_y_max.setText(QCoreApplication.translate("OutputTab", u"y max (mm)", None))
|
|
2330
|
-
#if QT_CONFIG(tooltip)
|
|
2331
|
-
self.spin_y_max.setToolTip(QCoreApplication.translate("OutputTab", u"Maximum y world coordinate of area to process", None))
|
|
2332
|
-
#endif // QT_CONFIG(tooltip)
|
|
2333
|
-
self.label_WarnCR_top.setText("")
|
|
2334
|
-
#if QT_CONFIG(tooltip)
|
|
2335
|
-
self.label_WarnCR.setToolTip(QCoreApplication.translate("OutputTab", u"Common region not compatible with the sizes of the current images!", None))
|
|
2336
|
-
#endif // QT_CONFIG(tooltip)
|
|
2337
|
-
self.label_WarnCR.setText("")
|
|
2338
|
-
self.label_button_def_reg.setText("")
|
|
2339
|
-
#if QT_CONFIG(tooltip)
|
|
2340
|
-
self.button_def_reg.setToolTip(QCoreApplication.translate("OutputTab", u"Set default limits for area to process", None))
|
|
2341
|
-
#endif // QT_CONFIG(tooltip)
|
|
2342
|
-
self.button_def_reg.setText("")
|
|
2343
|
-
self.label_laser_plane_eq.setText(QCoreApplication.translate("OutputTab", u"Laser plane equation", None))
|
|
2344
|
-
self.label_z.setText(QCoreApplication.translate("OutputTab", u"z (mm) = ", None))
|
|
2345
|
-
#if QT_CONFIG(tooltip)
|
|
2346
|
-
self.spin_zconst.setToolTip(QCoreApplication.translate("OutputTab", u"Constant of guess laser equation plane", None))
|
|
2347
|
-
#endif // QT_CONFIG(tooltip)
|
|
2348
|
-
self.label_zconst.setText(QCoreApplication.translate("OutputTab", u" + ", None))
|
|
2349
|
-
#if QT_CONFIG(tooltip)
|
|
2350
|
-
self.spin_xterm.setToolTip(QCoreApplication.translate("OutputTab", u"x-slope of guess laser equation plane", None))
|
|
2351
|
-
#endif // QT_CONFIG(tooltip)
|
|
2352
|
-
self.label_xterm.setText(QCoreApplication.translate("OutputTab", u" * x + ", None))
|
|
2353
|
-
#if QT_CONFIG(tooltip)
|
|
2354
|
-
self.spin_yterm.setToolTip(QCoreApplication.translate("OutputTab", u"y-slope of guess laser equation plane", None))
|
|
2355
|
-
#endif // QT_CONFIG(tooltip)
|
|
2356
|
-
self.label_yterm.setText(QCoreApplication.translate("OutputTab", u" * y", None))
|
|
2357
|
-
#if QT_CONFIG(tooltip)
|
|
2358
|
-
self.button_read_disp.setToolTip(QCoreApplication.translate("OutputTab", u"Read laser plane coefficients from .clz file", None))
|
|
2359
|
-
#endif // QT_CONFIG(tooltip)
|
|
2360
|
-
self.button_read_disp.setText("")
|
|
2361
|
-
# retranslateUi
|
|
2362
|
-
|
|
25
|
+
MyQDoubleSpin, MyQLineEdit, MyQSpin, MyQSpinXW,
|
|
26
|
+
MyTabLabel, MyToolButton)
|
|
27
|
+
|
|
28
|
+
class Ui_OutputTab(object):
|
|
29
|
+
def setupUi(self, OutputTab):
|
|
30
|
+
if not OutputTab.objectName():
|
|
31
|
+
OutputTab.setObjectName(u"OutputTab")
|
|
32
|
+
OutputTab.resize(500, 680)
|
|
33
|
+
OutputTab.setMinimumSize(QSize(500, 680))
|
|
34
|
+
OutputTab.setMaximumSize(QSize(1000, 16777215))
|
|
35
|
+
icon1 = QIcon()
|
|
36
|
+
icon1.addFile(u""+ icons_path +"output_logo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
37
|
+
OutputTab.setWindowIcon(icon1)
|
|
38
|
+
self.verticalLayout = QVBoxLayout(OutputTab)
|
|
39
|
+
self.verticalLayout.setSpacing(5)
|
|
40
|
+
self.verticalLayout.setObjectName(u"verticalLayout")
|
|
41
|
+
self.verticalLayout.setContentsMargins(10, 10, 10, 10)
|
|
42
|
+
self.w_Mode = QWidget(OutputTab)
|
|
43
|
+
self.w_Mode.setObjectName(u"w_Mode")
|
|
44
|
+
self.w_Mode.setMinimumSize(QSize(0, 40))
|
|
45
|
+
self.w_Mode.setMaximumSize(QSize(16777215, 40))
|
|
46
|
+
font = QFont()
|
|
47
|
+
font.setPointSize(11)
|
|
48
|
+
self.w_Mode.setFont(font)
|
|
49
|
+
self.horizontalLayout_5 = QHBoxLayout(self.w_Mode)
|
|
50
|
+
self.horizontalLayout_5.setSpacing(3)
|
|
51
|
+
self.horizontalLayout_5.setObjectName(u"horizontalLayout_5")
|
|
52
|
+
self.horizontalLayout_5.setContentsMargins(0, 0, 0, 10)
|
|
53
|
+
self.icon = QLabel(self.w_Mode)
|
|
54
|
+
self.icon.setObjectName(u"icon")
|
|
55
|
+
self.icon.setMinimumSize(QSize(35, 35))
|
|
56
|
+
self.icon.setMaximumSize(QSize(35, 35))
|
|
57
|
+
self.icon.setPixmap(QPixmap(u""+ icons_path +"output_logo.png"))
|
|
58
|
+
self.icon.setScaledContents(True)
|
|
59
|
+
|
|
60
|
+
self.horizontalLayout_5.addWidget(self.icon)
|
|
61
|
+
|
|
62
|
+
self.name_tab = MyTabLabel(self.w_Mode)
|
|
63
|
+
self.name_tab.setObjectName(u"name_tab")
|
|
64
|
+
self.name_tab.setMinimumSize(QSize(0, 35))
|
|
65
|
+
self.name_tab.setMaximumSize(QSize(16777215, 35))
|
|
66
|
+
font1 = QFont()
|
|
67
|
+
font1.setFamilies([u"Arial"])
|
|
68
|
+
font1.setPointSize(20)
|
|
69
|
+
font1.setBold(True)
|
|
70
|
+
self.name_tab.setFont(font1)
|
|
71
|
+
|
|
72
|
+
self.horizontalLayout_5.addWidget(self.name_tab)
|
|
73
|
+
|
|
74
|
+
self.w_label_done = QWidget(self.w_Mode)
|
|
75
|
+
self.w_label_done.setObjectName(u"w_label_done")
|
|
76
|
+
self.w_label_done.setMinimumSize(QSize(18, 24))
|
|
77
|
+
self.w_label_done.setMaximumSize(QSize(18, 24))
|
|
78
|
+
self.horizontalLayout_21 = QHBoxLayout(self.w_label_done)
|
|
79
|
+
self.horizontalLayout_21.setSpacing(0)
|
|
80
|
+
self.horizontalLayout_21.setObjectName(u"horizontalLayout_21")
|
|
81
|
+
self.horizontalLayout_21.setContentsMargins(0, 0, 0, 12)
|
|
82
|
+
self.label_done = ClickableLabel(self.w_label_done)
|
|
83
|
+
self.label_done.setObjectName(u"label_done")
|
|
84
|
+
self.label_done.setMinimumSize(QSize(12, 12))
|
|
85
|
+
self.label_done.setMaximumSize(QSize(12, 12))
|
|
86
|
+
self.label_done.setPixmap(QPixmap(u""+ icons_path +"completed.png"))
|
|
87
|
+
self.label_done.setScaledContents(True)
|
|
88
|
+
self.label_done.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
89
|
+
|
|
90
|
+
self.horizontalLayout_21.addWidget(self.label_done)
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
self.horizontalLayout_5.addWidget(self.w_label_done)
|
|
94
|
+
|
|
95
|
+
self.label_process = QLabel(self.w_Mode)
|
|
96
|
+
self.label_process.setObjectName(u"label_process")
|
|
97
|
+
self.label_process.setMinimumSize(QSize(60, 30))
|
|
98
|
+
self.label_process.setMaximumSize(QSize(60, 30))
|
|
99
|
+
font2 = QFont()
|
|
100
|
+
font2.setPointSize(10)
|
|
101
|
+
font2.setItalic(True)
|
|
102
|
+
self.label_process.setFont(font2)
|
|
103
|
+
self.label_process.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
104
|
+
|
|
105
|
+
self.horizontalLayout_5.addWidget(self.label_process)
|
|
106
|
+
|
|
107
|
+
self.combo_process = MyQCombo(self.w_Mode)
|
|
108
|
+
self.combo_process.addItem("")
|
|
109
|
+
self.combo_process.addItem("")
|
|
110
|
+
self.combo_process.addItem("")
|
|
111
|
+
self.combo_process.setObjectName(u"combo_process")
|
|
112
|
+
self.combo_process.setMinimumSize(QSize(100, 30))
|
|
113
|
+
self.combo_process.setMaximumSize(QSize(100, 30))
|
|
114
|
+
self.combo_process.setFont(font)
|
|
115
|
+
|
|
116
|
+
self.horizontalLayout_5.addWidget(self.combo_process)
|
|
117
|
+
|
|
118
|
+
self.hs1 = QSpacerItem(30, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
119
|
+
|
|
120
|
+
self.horizontalLayout_5.addItem(self.hs1)
|
|
121
|
+
|
|
122
|
+
self.label_number = QLabel(self.w_Mode)
|
|
123
|
+
self.label_number.setObjectName(u"label_number")
|
|
124
|
+
self.label_number.setMinimumSize(QSize(35, 0))
|
|
125
|
+
font3 = QFont()
|
|
126
|
+
font3.setPointSize(9)
|
|
127
|
+
self.label_number.setFont(font3)
|
|
128
|
+
self.label_number.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
129
|
+
|
|
130
|
+
self.horizontalLayout_5.addWidget(self.label_number)
|
|
131
|
+
|
|
132
|
+
self.hs = QSpacerItem(5, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
133
|
+
|
|
134
|
+
self.horizontalLayout_5.addItem(self.hs)
|
|
135
|
+
|
|
136
|
+
self.button_back = QToolButton(self.w_Mode)
|
|
137
|
+
self.button_back.setObjectName(u"button_back")
|
|
138
|
+
self.button_back.setMinimumSize(QSize(24, 24))
|
|
139
|
+
self.button_back.setMaximumSize(QSize(24, 24))
|
|
140
|
+
icon2 = QIcon()
|
|
141
|
+
icon2.addFile(u""+ icons_path +"undo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
142
|
+
self.button_back.setIcon(icon2)
|
|
143
|
+
self.button_back.setIconSize(QSize(20, 20))
|
|
144
|
+
|
|
145
|
+
self.horizontalLayout_5.addWidget(self.button_back)
|
|
146
|
+
|
|
147
|
+
self.button_forward = QToolButton(self.w_Mode)
|
|
148
|
+
self.button_forward.setObjectName(u"button_forward")
|
|
149
|
+
self.button_forward.setMinimumSize(QSize(24, 24))
|
|
150
|
+
self.button_forward.setMaximumSize(QSize(24, 24))
|
|
151
|
+
icon3 = QIcon()
|
|
152
|
+
icon3.addFile(u""+ icons_path +"redo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
153
|
+
self.button_forward.setIcon(icon3)
|
|
154
|
+
self.button_forward.setIconSize(QSize(20, 20))
|
|
155
|
+
|
|
156
|
+
self.horizontalLayout_5.addWidget(self.button_forward)
|
|
157
|
+
|
|
158
|
+
self.w_button_close_tab = QWidget(self.w_Mode)
|
|
159
|
+
self.w_button_close_tab.setObjectName(u"w_button_close_tab")
|
|
160
|
+
self.w_button_close_tab.setMinimumSize(QSize(18, 24))
|
|
161
|
+
self.w_button_close_tab.setMaximumSize(QSize(18, 24))
|
|
162
|
+
self.horizontalLayout_15 = QHBoxLayout(self.w_button_close_tab)
|
|
163
|
+
self.horizontalLayout_15.setSpacing(0)
|
|
164
|
+
self.horizontalLayout_15.setObjectName(u"horizontalLayout_15")
|
|
165
|
+
self.horizontalLayout_15.setContentsMargins(0, 0, 0, -1)
|
|
166
|
+
self.button_close_tab = QToolButton(self.w_button_close_tab)
|
|
167
|
+
self.button_close_tab.setObjectName(u"button_close_tab")
|
|
168
|
+
self.button_close_tab.setMinimumSize(QSize(18, 18))
|
|
169
|
+
self.button_close_tab.setMaximumSize(QSize(18, 18))
|
|
170
|
+
self.button_close_tab.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
171
|
+
self.button_close_tab.setStyleSheet(u"QToolButton{\n"
|
|
172
|
+
"border-radius: 15px;\n"
|
|
173
|
+
"}")
|
|
174
|
+
icon4 = QIcon()
|
|
175
|
+
icon4.addFile(u""+ icons_path +"close.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
176
|
+
self.button_close_tab.setIcon(icon4)
|
|
177
|
+
self.button_close_tab.setIconSize(QSize(15, 15))
|
|
178
|
+
|
|
179
|
+
self.horizontalLayout_15.addWidget(self.button_close_tab)
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
self.horizontalLayout_5.addWidget(self.w_button_close_tab)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
self.verticalLayout.addWidget(self.w_Mode)
|
|
186
|
+
|
|
187
|
+
self.line = QFrame(OutputTab)
|
|
188
|
+
self.line.setObjectName(u"line")
|
|
189
|
+
self.line.setMinimumSize(QSize(0, 5))
|
|
190
|
+
self.line.setFrameShape(QFrame.Shape.HLine)
|
|
191
|
+
self.line.setFrameShadow(QFrame.Shadow.Sunken)
|
|
192
|
+
|
|
193
|
+
self.verticalLayout.addWidget(self.line)
|
|
194
|
+
|
|
195
|
+
self.scrollArea = QScrollArea(OutputTab)
|
|
196
|
+
self.scrollArea.setObjectName(u"scrollArea")
|
|
197
|
+
sizePolicy = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Expanding)
|
|
198
|
+
sizePolicy.setHorizontalStretch(0)
|
|
199
|
+
sizePolicy.setVerticalStretch(0)
|
|
200
|
+
sizePolicy.setHeightForWidth(self.scrollArea.sizePolicy().hasHeightForWidth())
|
|
201
|
+
self.scrollArea.setSizePolicy(sizePolicy)
|
|
202
|
+
self.scrollArea.setMinimumSize(QSize(0, 0))
|
|
203
|
+
self.scrollArea.setMaximumSize(QSize(16777215, 16777215))
|
|
204
|
+
self.scrollArea.setStyleSheet(u" QScrollArea {\n"
|
|
205
|
+
" border: 1pix solid gray;\n"
|
|
206
|
+
" background-color: transparent;\n"
|
|
207
|
+
" }\n"
|
|
208
|
+
"\n"
|
|
209
|
+
"QScrollBar:horizontal\n"
|
|
210
|
+
" {\n"
|
|
211
|
+
" height: 15px;\n"
|
|
212
|
+
" margin: 3px 10px 3px 10px;\n"
|
|
213
|
+
" border: 1px transparent #2A2929;\n"
|
|
214
|
+
" border-radius: 4px;\n"
|
|
215
|
+
" background-color: rgba(200,200,200,50); /* #2A2929; */\n"
|
|
216
|
+
" }\n"
|
|
217
|
+
"\n"
|
|
218
|
+
"QScrollBar::handle:horizontal\n"
|
|
219
|
+
" {\n"
|
|
220
|
+
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
221
|
+
" min-width: 30px;\n"
|
|
222
|
+
" border-radius: 4px;\n"
|
|
223
|
+
" }\n"
|
|
224
|
+
"\n"
|
|
225
|
+
"QScrollBar:vertical\n"
|
|
226
|
+
" {\n"
|
|
227
|
+
" background-color: rgba(200,200,200,50); ;\n"
|
|
228
|
+
" width: 15px;\n"
|
|
229
|
+
" margin: 10px 3px 10px 3px;\n"
|
|
230
|
+
" border: 1px transparent #2A2929;\n"
|
|
231
|
+
" border-radius: 4px;\n"
|
|
232
|
+
" }\n"
|
|
233
|
+
"\n"
|
|
234
|
+
"QScrollBar::handle:vertical\n"
|
|
235
|
+
" {\n"
|
|
236
|
+
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
237
|
+
" min-height: 30px;\n"
|
|
238
|
+
" border-radius: 4px;\n"
|
|
239
|
+
" }\n"
|
|
240
|
+
"\n"
|
|
241
|
+
"QScrollBar::add-li"
|
|
242
|
+
"ne {\n"
|
|
243
|
+
" border: none;\n"
|
|
244
|
+
" background: none;\n"
|
|
245
|
+
" }\n"
|
|
246
|
+
"\n"
|
|
247
|
+
"QScrollBar::sub-line {\n"
|
|
248
|
+
" border: none;\n"
|
|
249
|
+
" background: none;\n"
|
|
250
|
+
" }\n"
|
|
251
|
+
"")
|
|
252
|
+
self.scrollArea.setWidgetResizable(True)
|
|
253
|
+
self.scrollAreaWidgetContents = QWidget()
|
|
254
|
+
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
|
|
255
|
+
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 570, 741))
|
|
256
|
+
sizePolicy1 = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Preferred)
|
|
257
|
+
sizePolicy1.setHorizontalStretch(0)
|
|
258
|
+
sizePolicy1.setVerticalStretch(0)
|
|
259
|
+
sizePolicy1.setHeightForWidth(self.scrollAreaWidgetContents.sizePolicy().hasHeightForWidth())
|
|
260
|
+
self.scrollAreaWidgetContents.setSizePolicy(sizePolicy1)
|
|
261
|
+
self.scrollAreaWidgetContents.setMinimumSize(QSize(0, 0))
|
|
262
|
+
self.verticalLayout_10 = QVBoxLayout(self.scrollAreaWidgetContents)
|
|
263
|
+
self.verticalLayout_10.setSpacing(15)
|
|
264
|
+
self.verticalLayout_10.setObjectName(u"verticalLayout_10")
|
|
265
|
+
self.verticalLayout_10.setContentsMargins(0, 15, 10, 5)
|
|
266
|
+
self.w_OutputSave = QWidget(self.scrollAreaWidgetContents)
|
|
267
|
+
self.w_OutputSave.setObjectName(u"w_OutputSave")
|
|
268
|
+
self.w_OutputSave.setMinimumSize(QSize(0, 0))
|
|
269
|
+
self.w_OutputSave.setMaximumSize(QSize(16777215, 44))
|
|
270
|
+
self.horizontalLayout_2 = QHBoxLayout(self.w_OutputSave)
|
|
271
|
+
self.horizontalLayout_2.setSpacing(10)
|
|
272
|
+
self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
|
|
273
|
+
self.horizontalLayout_2.setContentsMargins(0, 0, 0, 0)
|
|
274
|
+
self.w_CheckSave = QWidget(self.w_OutputSave)
|
|
275
|
+
self.w_CheckSave.setObjectName(u"w_CheckSave")
|
|
276
|
+
self.w_CheckSave.setMinimumSize(QSize(0, 0))
|
|
277
|
+
self.w_CheckSave.setMaximumSize(QSize(16777215, 16777215))
|
|
278
|
+
self.verticalLayout_9 = QVBoxLayout(self.w_CheckSave)
|
|
279
|
+
self.verticalLayout_9.setSpacing(0)
|
|
280
|
+
self.verticalLayout_9.setObjectName(u"verticalLayout_9")
|
|
281
|
+
self.verticalLayout_9.setContentsMargins(0, 0, 0, 0)
|
|
282
|
+
self.radio_Save = QRadioButton(self.w_CheckSave)
|
|
283
|
+
self.radio_Save.setObjectName(u"radio_Save")
|
|
284
|
+
self.radio_Save.setMinimumSize(QSize(0, 0))
|
|
285
|
+
self.radio_Save.setMaximumSize(QSize(16777215, 16777215))
|
|
286
|
+
self.radio_Save.setFont(font)
|
|
287
|
+
self.radio_Save.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
288
|
+
self.radio_Save.setIconSize(QSize(22, 22))
|
|
289
|
+
|
|
290
|
+
self.verticalLayout_9.addWidget(self.radio_Save)
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
self.horizontalLayout_2.addWidget(self.w_CheckSave)
|
|
294
|
+
|
|
295
|
+
self.w_SaveResults = QWidget(self.w_OutputSave)
|
|
296
|
+
self.w_SaveResults.setObjectName(u"w_SaveResults")
|
|
297
|
+
self.horizontalLayout_9 = QHBoxLayout(self.w_SaveResults)
|
|
298
|
+
self.horizontalLayout_9.setSpacing(10)
|
|
299
|
+
self.horizontalLayout_9.setObjectName(u"horizontalLayout_9")
|
|
300
|
+
self.horizontalLayout_9.setContentsMargins(0, 0, 0, 0)
|
|
301
|
+
self.w_OutputImg = QWidget(self.w_SaveResults)
|
|
302
|
+
self.w_OutputImg.setObjectName(u"w_OutputImg")
|
|
303
|
+
self.w_OutputImg.setMinimumSize(QSize(100, 0))
|
|
304
|
+
self.w_OutputImg.setMaximumSize(QSize(16777215, 42))
|
|
305
|
+
self.verticalLayout_4 = QVBoxLayout(self.w_OutputImg)
|
|
306
|
+
self.verticalLayout_4.setSpacing(0)
|
|
307
|
+
self.verticalLayout_4.setObjectName(u"verticalLayout_4")
|
|
308
|
+
self.verticalLayout_4.setContentsMargins(0, 0, 0, 0)
|
|
309
|
+
self.label_root = QLabel(self.w_OutputImg)
|
|
310
|
+
self.label_root.setObjectName(u"label_root")
|
|
311
|
+
sizePolicy2 = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Fixed)
|
|
312
|
+
sizePolicy2.setHorizontalStretch(0)
|
|
313
|
+
sizePolicy2.setVerticalStretch(0)
|
|
314
|
+
sizePolicy2.setHeightForWidth(self.label_root.sizePolicy().hasHeightForWidth())
|
|
315
|
+
self.label_root.setSizePolicy(sizePolicy2)
|
|
316
|
+
self.label_root.setMinimumSize(QSize(0, 20))
|
|
317
|
+
self.label_root.setMaximumSize(QSize(16777215, 20))
|
|
318
|
+
palette = QPalette()
|
|
319
|
+
brush = QBrush(QColor(0, 0, 0, 255))
|
|
320
|
+
brush.setStyle(Qt.SolidPattern)
|
|
321
|
+
palette.setBrush(QPalette.Active, QPalette.Window, brush)
|
|
322
|
+
palette.setBrush(QPalette.Active, QPalette.ToolTipBase, brush)
|
|
323
|
+
brush1 = QBrush(QColor(50, 50, 50, 255))
|
|
324
|
+
brush1.setStyle(Qt.SolidPattern)
|
|
325
|
+
palette.setBrush(QPalette.Inactive, QPalette.Window, brush1)
|
|
326
|
+
brush2 = QBrush(QColor(255, 255, 255, 63))
|
|
327
|
+
brush2.setStyle(Qt.SolidPattern)
|
|
328
|
+
palette.setBrush(QPalette.Inactive, QPalette.ToolTipBase, brush2)
|
|
329
|
+
palette.setBrush(QPalette.Disabled, QPalette.Window, brush)
|
|
330
|
+
palette.setBrush(QPalette.Disabled, QPalette.ToolTipBase, brush2)
|
|
331
|
+
self.label_root.setPalette(palette)
|
|
332
|
+
font4 = QFont()
|
|
333
|
+
font4.setPointSize(10)
|
|
334
|
+
font4.setBold(False)
|
|
335
|
+
font4.setItalic(True)
|
|
336
|
+
self.label_root.setFont(font4)
|
|
337
|
+
|
|
338
|
+
self.verticalLayout_4.addWidget(self.label_root)
|
|
339
|
+
|
|
340
|
+
self.w_edit_root = QWidget(self.w_OutputImg)
|
|
341
|
+
self.w_edit_root.setObjectName(u"w_edit_root")
|
|
342
|
+
self.w_edit_root.setMinimumSize(QSize(0, 0))
|
|
343
|
+
self.w_edit_root.setMaximumSize(QSize(16777215, 22))
|
|
344
|
+
self.horizontalLayout_13 = QHBoxLayout(self.w_edit_root)
|
|
345
|
+
self.horizontalLayout_13.setSpacing(0)
|
|
346
|
+
self.horizontalLayout_13.setObjectName(u"horizontalLayout_13")
|
|
347
|
+
self.horizontalLayout_13.setContentsMargins(0, 0, 0, 0)
|
|
348
|
+
self.line_edit_root = MyQLineEdit(self.w_edit_root)
|
|
349
|
+
self.line_edit_root.setObjectName(u"line_edit_root")
|
|
350
|
+
self.line_edit_root.setMaximumSize(QSize(16777215, 22))
|
|
351
|
+
self.line_edit_root.setFont(font)
|
|
352
|
+
self.line_edit_root.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
353
|
+
"border-left: 1px solid gray;\n"
|
|
354
|
+
"border-bottom: 1px solid gray;\n"
|
|
355
|
+
"")
|
|
356
|
+
|
|
357
|
+
self.horizontalLayout_13.addWidget(self.line_edit_root)
|
|
358
|
+
|
|
359
|
+
self.label_check_root = ClickableEditLabel(self.w_edit_root)
|
|
360
|
+
self.label_check_root.setObjectName(u"label_check_root")
|
|
361
|
+
self.label_check_root.setMinimumSize(QSize(22, 22))
|
|
362
|
+
self.label_check_root.setMaximumSize(QSize(22, 22))
|
|
363
|
+
self.label_check_root.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
364
|
+
"border-right: 1px solid gray;\n"
|
|
365
|
+
"border-bottom: 1px solid gray;\n"
|
|
366
|
+
"padding: 2px;")
|
|
367
|
+
self.label_check_root.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
368
|
+
self.label_check_root.setScaledContents(True)
|
|
369
|
+
self.label_check_root.setMargin(0)
|
|
370
|
+
|
|
371
|
+
self.horizontalLayout_13.addWidget(self.label_check_root)
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
self.verticalLayout_4.addWidget(self.w_edit_root)
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
self.horizontalLayout_9.addWidget(self.w_OutputImg)
|
|
378
|
+
|
|
379
|
+
self.w_combo_outType = QWidget(self.w_SaveResults)
|
|
380
|
+
self.w_combo_outType.setObjectName(u"w_combo_outType")
|
|
381
|
+
self.w_combo_outType.setMinimumSize(QSize(100, 44))
|
|
382
|
+
self.w_combo_outType.setMaximumSize(QSize(16777215, 44))
|
|
383
|
+
self.verticalLayout_5 = QVBoxLayout(self.w_combo_outType)
|
|
384
|
+
self.verticalLayout_5.setSpacing(0)
|
|
385
|
+
self.verticalLayout_5.setObjectName(u"verticalLayout_5")
|
|
386
|
+
self.verticalLayout_5.setContentsMargins(0, 0, 0, 0)
|
|
387
|
+
self.label_out_type = QLabel(self.w_combo_outType)
|
|
388
|
+
self.label_out_type.setObjectName(u"label_out_type")
|
|
389
|
+
sizePolicy2.setHeightForWidth(self.label_out_type.sizePolicy().hasHeightForWidth())
|
|
390
|
+
self.label_out_type.setSizePolicy(sizePolicy2)
|
|
391
|
+
self.label_out_type.setMinimumSize(QSize(0, 18))
|
|
392
|
+
self.label_out_type.setMaximumSize(QSize(16777215, 18))
|
|
393
|
+
self.label_out_type.setFont(font4)
|
|
394
|
+
|
|
395
|
+
self.verticalLayout_5.addWidget(self.label_out_type)
|
|
396
|
+
|
|
397
|
+
self.combo_outType = QComboBox(self.w_combo_outType)
|
|
398
|
+
self.combo_outType.addItem("")
|
|
399
|
+
self.combo_outType.addItem("")
|
|
400
|
+
self.combo_outType.addItem("")
|
|
401
|
+
self.combo_outType.setObjectName(u"combo_outType")
|
|
402
|
+
self.combo_outType.setFont(font)
|
|
403
|
+
|
|
404
|
+
self.verticalLayout_5.addWidget(self.combo_outType)
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
self.horizontalLayout_9.addWidget(self.w_combo_outType)
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
self.horizontalLayout_2.addWidget(self.w_SaveResults)
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
self.verticalLayout_10.addWidget(self.w_OutputSave)
|
|
414
|
+
|
|
415
|
+
self.w_OutputFold_Button = QWidget(self.scrollAreaWidgetContents)
|
|
416
|
+
self.w_OutputFold_Button.setObjectName(u"w_OutputFold_Button")
|
|
417
|
+
self.w_OutputFold_Button.setMinimumSize(QSize(0, 44))
|
|
418
|
+
self.w_OutputFold_Button.setMaximumSize(QSize(16777215, 44))
|
|
419
|
+
self.horizontalLayout = QHBoxLayout(self.w_OutputFold_Button)
|
|
420
|
+
self.horizontalLayout.setSpacing(10)
|
|
421
|
+
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
|
422
|
+
self.horizontalLayout.setContentsMargins(0, 0, 0, 0)
|
|
423
|
+
self.radio_Same_as_input = QRadioButton(self.w_OutputFold_Button)
|
|
424
|
+
self.radio_Same_as_input.setObjectName(u"radio_Same_as_input")
|
|
425
|
+
self.radio_Same_as_input.setMinimumSize(QSize(120, 0))
|
|
426
|
+
self.radio_Same_as_input.setMaximumSize(QSize(16777215, 16777215))
|
|
427
|
+
self.radio_Same_as_input.setFont(font)
|
|
428
|
+
self.radio_Same_as_input.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
429
|
+
self.radio_Same_as_input.setIconSize(QSize(22, 22))
|
|
430
|
+
|
|
431
|
+
self.horizontalLayout.addWidget(self.radio_Same_as_input)
|
|
432
|
+
|
|
433
|
+
self.w_OutputFold = QWidget(self.w_OutputFold_Button)
|
|
434
|
+
self.w_OutputFold.setObjectName(u"w_OutputFold")
|
|
435
|
+
self.w_OutputFold.setMinimumSize(QSize(0, 44))
|
|
436
|
+
self.w_OutputFold.setMaximumSize(QSize(16777215, 44))
|
|
437
|
+
self.w_OutputFold.setSizeIncrement(QSize(0, 0))
|
|
438
|
+
self.verticalLayout_2 = QVBoxLayout(self.w_OutputFold)
|
|
439
|
+
self.verticalLayout_2.setSpacing(0)
|
|
440
|
+
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
|
441
|
+
self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)
|
|
442
|
+
self.label_path = QLabel(self.w_OutputFold)
|
|
443
|
+
self.label_path.setObjectName(u"label_path")
|
|
444
|
+
sizePolicy2.setHeightForWidth(self.label_path.sizePolicy().hasHeightForWidth())
|
|
445
|
+
self.label_path.setSizePolicy(sizePolicy2)
|
|
446
|
+
self.label_path.setMinimumSize(QSize(0, 20))
|
|
447
|
+
self.label_path.setMaximumSize(QSize(16777215, 20))
|
|
448
|
+
self.label_path.setFont(font4)
|
|
449
|
+
|
|
450
|
+
self.verticalLayout_2.addWidget(self.label_path)
|
|
451
|
+
|
|
452
|
+
self.w_edit_path = QWidget(self.w_OutputFold)
|
|
453
|
+
self.w_edit_path.setObjectName(u"w_edit_path")
|
|
454
|
+
self.w_edit_path.setMinimumSize(QSize(0, 0))
|
|
455
|
+
self.w_edit_path.setMaximumSize(QSize(16777215, 22))
|
|
456
|
+
palette1 = QPalette()
|
|
457
|
+
self.w_edit_path.setPalette(palette1)
|
|
458
|
+
self.horizontalLayout_8 = QHBoxLayout(self.w_edit_path)
|
|
459
|
+
self.horizontalLayout_8.setSpacing(0)
|
|
460
|
+
self.horizontalLayout_8.setObjectName(u"horizontalLayout_8")
|
|
461
|
+
self.horizontalLayout_8.setContentsMargins(0, 0, 0, 0)
|
|
462
|
+
self.line_edit_path = MyQLineEdit(self.w_edit_path)
|
|
463
|
+
self.line_edit_path.setObjectName(u"line_edit_path")
|
|
464
|
+
self.line_edit_path.setMaximumSize(QSize(16777215, 22))
|
|
465
|
+
self.line_edit_path.setFont(font)
|
|
466
|
+
self.line_edit_path.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
467
|
+
"border-left: 1px solid gray;\n"
|
|
468
|
+
"border-bottom: 1px solid gray;\n"
|
|
469
|
+
"")
|
|
470
|
+
|
|
471
|
+
self.horizontalLayout_8.addWidget(self.line_edit_path)
|
|
472
|
+
|
|
473
|
+
self.label_check_path = ClickableEditLabel(self.w_edit_path)
|
|
474
|
+
self.label_check_path.setObjectName(u"label_check_path")
|
|
475
|
+
self.label_check_path.setMinimumSize(QSize(22, 22))
|
|
476
|
+
self.label_check_path.setMaximumSize(QSize(22, 22))
|
|
477
|
+
self.label_check_path.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
478
|
+
"border-right: 1px solid gray;\n"
|
|
479
|
+
"border-bottom: 1px solid gray;\n"
|
|
480
|
+
"padding: 2px;")
|
|
481
|
+
self.label_check_path.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
482
|
+
self.label_check_path.setScaledContents(True)
|
|
483
|
+
self.label_check_path.setMargin(0)
|
|
484
|
+
self.label_check_path.setIndent(-1)
|
|
485
|
+
|
|
486
|
+
self.horizontalLayout_8.addWidget(self.label_check_path)
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
self.verticalLayout_2.addWidget(self.w_edit_path)
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
self.horizontalLayout.addWidget(self.w_OutputFold)
|
|
493
|
+
|
|
494
|
+
self.w_button_path = QWidget(self.w_OutputFold_Button)
|
|
495
|
+
self.w_button_path.setObjectName(u"w_button_path")
|
|
496
|
+
self.w_button_path.setMinimumSize(QSize(0, 44))
|
|
497
|
+
self.w_button_path.setMaximumSize(QSize(16777215, 44))
|
|
498
|
+
self.verticalLayout_3 = QVBoxLayout(self.w_button_path)
|
|
499
|
+
self.verticalLayout_3.setSpacing(0)
|
|
500
|
+
self.verticalLayout_3.setObjectName(u"verticalLayout_3")
|
|
501
|
+
self.verticalLayout_3.setContentsMargins(0, 0, 0, 0)
|
|
502
|
+
self.label_path_2 = QLabel(self.w_button_path)
|
|
503
|
+
self.label_path_2.setObjectName(u"label_path_2")
|
|
504
|
+
sizePolicy2.setHeightForWidth(self.label_path_2.sizePolicy().hasHeightForWidth())
|
|
505
|
+
self.label_path_2.setSizePolicy(sizePolicy2)
|
|
506
|
+
self.label_path_2.setMinimumSize(QSize(0, 18))
|
|
507
|
+
self.label_path_2.setMaximumSize(QSize(16777215, 18))
|
|
508
|
+
self.label_path_2.setFont(font4)
|
|
509
|
+
|
|
510
|
+
self.verticalLayout_3.addWidget(self.label_path_2)
|
|
511
|
+
|
|
512
|
+
self.button_path = QToolButton(self.w_button_path)
|
|
513
|
+
self.button_path.setObjectName(u"button_path")
|
|
514
|
+
self.button_path.setMinimumSize(QSize(26, 26))
|
|
515
|
+
self.button_path.setMaximumSize(QSize(26, 26))
|
|
516
|
+
icon5 = QIcon()
|
|
517
|
+
icon5.addFile(u""+ icons_path +"browse_folder_c.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
518
|
+
self.button_path.setIcon(icon5)
|
|
519
|
+
self.button_path.setIconSize(QSize(22, 22))
|
|
520
|
+
|
|
521
|
+
self.verticalLayout_3.addWidget(self.button_path)
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
self.horizontalLayout.addWidget(self.w_button_path)
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
self.verticalLayout_10.addWidget(self.w_OutputFold_Button)
|
|
528
|
+
|
|
529
|
+
self.w_OutputSubfold = QWidget(self.scrollAreaWidgetContents)
|
|
530
|
+
self.w_OutputSubfold.setObjectName(u"w_OutputSubfold")
|
|
531
|
+
self.w_OutputSubfold.setMinimumSize(QSize(0, 0))
|
|
532
|
+
self.w_OutputSubfold.setMaximumSize(QSize(16777215, 44))
|
|
533
|
+
self.horizontalLayout_3 = QHBoxLayout(self.w_OutputSubfold)
|
|
534
|
+
self.horizontalLayout_3.setSpacing(10)
|
|
535
|
+
self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
|
|
536
|
+
self.horizontalLayout_3.setContentsMargins(0, 0, 0, 0)
|
|
537
|
+
self.w_CheckSubfold = QWidget(self.w_OutputSubfold)
|
|
538
|
+
self.w_CheckSubfold.setObjectName(u"w_CheckSubfold")
|
|
539
|
+
self.w_CheckSubfold.setMinimumSize(QSize(0, 0))
|
|
540
|
+
self.w_CheckSubfold.setMaximumSize(QSize(16777215, 16777215))
|
|
541
|
+
self.verticalLayout_6 = QVBoxLayout(self.w_CheckSubfold)
|
|
542
|
+
self.verticalLayout_6.setSpacing(0)
|
|
543
|
+
self.verticalLayout_6.setObjectName(u"verticalLayout_6")
|
|
544
|
+
self.verticalLayout_6.setContentsMargins(0, 0, 0, 0)
|
|
545
|
+
self.radio_Subfold = QRadioButton(self.w_CheckSubfold)
|
|
546
|
+
self.radio_Subfold.setObjectName(u"radio_Subfold")
|
|
547
|
+
self.radio_Subfold.setMinimumSize(QSize(120, 0))
|
|
548
|
+
self.radio_Subfold.setMaximumSize(QSize(16777215, 16777215))
|
|
549
|
+
self.radio_Subfold.setFont(font)
|
|
550
|
+
self.radio_Subfold.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
551
|
+
self.radio_Subfold.setIconSize(QSize(22, 22))
|
|
552
|
+
|
|
553
|
+
self.verticalLayout_6.addWidget(self.radio_Subfold)
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
self.horizontalLayout_3.addWidget(self.w_CheckSubfold)
|
|
557
|
+
|
|
558
|
+
self.w_OutputSubfold_name = QWidget(self.w_OutputSubfold)
|
|
559
|
+
self.w_OutputSubfold_name.setObjectName(u"w_OutputSubfold_name")
|
|
560
|
+
self.w_OutputSubfold_name.setMinimumSize(QSize(180, 0))
|
|
561
|
+
self.w_OutputSubfold_name.setMaximumSize(QSize(16777215, 42))
|
|
562
|
+
self.verticalLayout_7 = QVBoxLayout(self.w_OutputSubfold_name)
|
|
563
|
+
self.verticalLayout_7.setSpacing(0)
|
|
564
|
+
self.verticalLayout_7.setObjectName(u"verticalLayout_7")
|
|
565
|
+
self.verticalLayout_7.setContentsMargins(0, 0, 0, 0)
|
|
566
|
+
self.label_subfold = QLabel(self.w_OutputSubfold_name)
|
|
567
|
+
self.label_subfold.setObjectName(u"label_subfold")
|
|
568
|
+
sizePolicy2.setHeightForWidth(self.label_subfold.sizePolicy().hasHeightForWidth())
|
|
569
|
+
self.label_subfold.setSizePolicy(sizePolicy2)
|
|
570
|
+
self.label_subfold.setMinimumSize(QSize(0, 20))
|
|
571
|
+
self.label_subfold.setMaximumSize(QSize(16777215, 20))
|
|
572
|
+
self.label_subfold.setFont(font4)
|
|
573
|
+
|
|
574
|
+
self.verticalLayout_7.addWidget(self.label_subfold)
|
|
575
|
+
|
|
576
|
+
self.w_edit_path_subfold = QWidget(self.w_OutputSubfold_name)
|
|
577
|
+
self.w_edit_path_subfold.setObjectName(u"w_edit_path_subfold")
|
|
578
|
+
self.w_edit_path_subfold.setMinimumSize(QSize(0, 0))
|
|
579
|
+
self.w_edit_path_subfold.setMaximumSize(QSize(16777215, 22))
|
|
580
|
+
palette2 = QPalette()
|
|
581
|
+
self.w_edit_path_subfold.setPalette(palette2)
|
|
582
|
+
self.horizontalLayout_10 = QHBoxLayout(self.w_edit_path_subfold)
|
|
583
|
+
self.horizontalLayout_10.setSpacing(0)
|
|
584
|
+
self.horizontalLayout_10.setObjectName(u"horizontalLayout_10")
|
|
585
|
+
self.horizontalLayout_10.setContentsMargins(0, 0, 0, 0)
|
|
586
|
+
self.line_edit_subfold = MyQLineEdit(self.w_edit_path_subfold)
|
|
587
|
+
self.line_edit_subfold.setObjectName(u"line_edit_subfold")
|
|
588
|
+
self.line_edit_subfold.setMaximumSize(QSize(16777215, 22))
|
|
589
|
+
self.line_edit_subfold.setFont(font)
|
|
590
|
+
self.line_edit_subfold.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
591
|
+
"border-left: 1px solid gray;\n"
|
|
592
|
+
"border-bottom: 1px solid gray;\n"
|
|
593
|
+
"")
|
|
594
|
+
|
|
595
|
+
self.horizontalLayout_10.addWidget(self.line_edit_subfold)
|
|
596
|
+
|
|
597
|
+
self.label_check_path_subfold = ClickableEditLabel(self.w_edit_path_subfold)
|
|
598
|
+
self.label_check_path_subfold.setObjectName(u"label_check_path_subfold")
|
|
599
|
+
self.label_check_path_subfold.setMinimumSize(QSize(22, 22))
|
|
600
|
+
self.label_check_path_subfold.setMaximumSize(QSize(22, 22))
|
|
601
|
+
self.label_check_path_subfold.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
602
|
+
"border-right: 1px solid gray;\n"
|
|
603
|
+
"border-bottom: 1px solid gray;\n"
|
|
604
|
+
"padding: 2px;")
|
|
605
|
+
self.label_check_path_subfold.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
606
|
+
self.label_check_path_subfold.setScaledContents(True)
|
|
607
|
+
self.label_check_path_subfold.setMargin(0)
|
|
608
|
+
self.label_check_path_subfold.setIndent(-1)
|
|
609
|
+
|
|
610
|
+
self.horizontalLayout_10.addWidget(self.label_check_path_subfold)
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
self.verticalLayout_7.addWidget(self.w_edit_path_subfold)
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
self.horizontalLayout_3.addWidget(self.w_OutputSubfold_name)
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
self.verticalLayout_10.addWidget(self.w_OutputSubfold)
|
|
620
|
+
|
|
621
|
+
self.verticalSpacer_Resize = QSpacerItem(20, 10, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Minimum)
|
|
622
|
+
|
|
623
|
+
self.verticalLayout_10.addItem(self.verticalSpacer_Resize)
|
|
624
|
+
|
|
625
|
+
self.w_FurtherOptions = QWidget(self.scrollAreaWidgetContents)
|
|
626
|
+
self.w_FurtherOptions.setObjectName(u"w_FurtherOptions")
|
|
627
|
+
self.verticalLayout_8 = QVBoxLayout(self.w_FurtherOptions)
|
|
628
|
+
self.verticalLayout_8.setSpacing(15)
|
|
629
|
+
self.verticalLayout_8.setObjectName(u"verticalLayout_8")
|
|
630
|
+
self.verticalLayout_8.setContentsMargins(0, 0, 0, 0)
|
|
631
|
+
self.CollapBox_Flip = CollapsibleBox(self.w_FurtherOptions)
|
|
632
|
+
self.CollapBox_Flip.setObjectName(u"CollapBox_Flip")
|
|
633
|
+
sizePolicy1.setHeightForWidth(self.CollapBox_Flip.sizePolicy().hasHeightForWidth())
|
|
634
|
+
self.CollapBox_Flip.setSizePolicy(sizePolicy1)
|
|
635
|
+
self.CollapBox_Flip.setMinimumSize(QSize(0, 230))
|
|
636
|
+
self.CollapBox_Flip.setMaximumSize(QSize(16777215, 230))
|
|
637
|
+
self.verticalLayout_24 = QVBoxLayout(self.CollapBox_Flip)
|
|
638
|
+
self.verticalLayout_24.setSpacing(0)
|
|
639
|
+
self.verticalLayout_24.setObjectName(u"verticalLayout_24")
|
|
640
|
+
self.verticalLayout_24.setContentsMargins(0, 0, 0, 0)
|
|
641
|
+
self.lay_CollapBox_Flip = QHBoxLayout()
|
|
642
|
+
self.lay_CollapBox_Flip.setSpacing(0)
|
|
643
|
+
self.lay_CollapBox_Flip.setObjectName(u"lay_CollapBox_Flip")
|
|
644
|
+
self.lay_CollapBox_Flip.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
645
|
+
self.tool_CollapBox_Flip = QToolButton(self.CollapBox_Flip)
|
|
646
|
+
self.tool_CollapBox_Flip.setObjectName(u"tool_CollapBox_Flip")
|
|
647
|
+
sizePolicy3 = QSizePolicy(QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)
|
|
648
|
+
sizePolicy3.setHorizontalStretch(0)
|
|
649
|
+
sizePolicy3.setVerticalStretch(0)
|
|
650
|
+
sizePolicy3.setHeightForWidth(self.tool_CollapBox_Flip.sizePolicy().hasHeightForWidth())
|
|
651
|
+
self.tool_CollapBox_Flip.setSizePolicy(sizePolicy3)
|
|
652
|
+
self.tool_CollapBox_Flip.setMinimumSize(QSize(0, 20))
|
|
653
|
+
self.tool_CollapBox_Flip.setMaximumSize(QSize(16777215, 20))
|
|
654
|
+
font5 = QFont()
|
|
655
|
+
font5.setPointSize(10)
|
|
656
|
+
font5.setBold(True)
|
|
657
|
+
self.tool_CollapBox_Flip.setFont(font5)
|
|
658
|
+
self.tool_CollapBox_Flip.setStyleSheet(u"QToolButton { border: none; }")
|
|
659
|
+
self.tool_CollapBox_Flip.setCheckable(True)
|
|
660
|
+
self.tool_CollapBox_Flip.setChecked(True)
|
|
661
|
+
self.tool_CollapBox_Flip.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
662
|
+
self.tool_CollapBox_Flip.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
663
|
+
self.tool_CollapBox_Flip.setArrowType(Qt.ArrowType.DownArrow)
|
|
664
|
+
|
|
665
|
+
self.lay_CollapBox_Flip.addWidget(self.tool_CollapBox_Flip)
|
|
666
|
+
|
|
667
|
+
self.hsp_CollapBox_Flip = QSpacerItem(100, 20, QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Minimum)
|
|
668
|
+
|
|
669
|
+
self.lay_CollapBox_Flip.addItem(self.hsp_CollapBox_Flip)
|
|
670
|
+
|
|
671
|
+
self.button_CollapBox_Flip = MyToolButton(self.CollapBox_Flip)
|
|
672
|
+
self.button_CollapBox_Flip.setObjectName(u"button_CollapBox_Flip")
|
|
673
|
+
self.button_CollapBox_Flip.setMinimumSize(QSize(18, 18))
|
|
674
|
+
self.button_CollapBox_Flip.setMaximumSize(QSize(18, 18))
|
|
675
|
+
self.button_CollapBox_Flip.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
676
|
+
self.button_CollapBox_Flip.setIcon(icon2)
|
|
677
|
+
self.button_CollapBox_Flip.setIconSize(QSize(12, 12))
|
|
678
|
+
|
|
679
|
+
self.lay_CollapBox_Flip.addWidget(self.button_CollapBox_Flip)
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
self.verticalLayout_24.addLayout(self.lay_CollapBox_Flip)
|
|
683
|
+
|
|
684
|
+
self.w_Flip_Image = QGroupBox(self.CollapBox_Flip)
|
|
685
|
+
self.w_Flip_Image.setObjectName(u"w_Flip_Image")
|
|
686
|
+
sizePolicy1.setHeightForWidth(self.w_Flip_Image.sizePolicy().hasHeightForWidth())
|
|
687
|
+
self.w_Flip_Image.setSizePolicy(sizePolicy1)
|
|
688
|
+
self.w_Flip_Image.setMinimumSize(QSize(0, 210))
|
|
689
|
+
self.w_Flip_Image.setMaximumSize(QSize(16777215, 210))
|
|
690
|
+
font6 = QFont()
|
|
691
|
+
font6.setPointSize(10)
|
|
692
|
+
font6.setBold(True)
|
|
693
|
+
font6.setItalic(False)
|
|
694
|
+
font6.setKerning(False)
|
|
695
|
+
self.w_Flip_Image.setFont(font6)
|
|
696
|
+
self.w_Flip_Image.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}\n"
|
|
697
|
+
"")
|
|
698
|
+
self.verticalLayout_15 = QVBoxLayout(self.w_Flip_Image)
|
|
699
|
+
self.verticalLayout_15.setSpacing(0)
|
|
700
|
+
self.verticalLayout_15.setObjectName(u"verticalLayout_15")
|
|
701
|
+
self.verticalLayout_15.setContentsMargins(10, 5, 10, 5)
|
|
702
|
+
self.w_SizeImg = QWidget(self.w_Flip_Image)
|
|
703
|
+
self.w_SizeImg.setObjectName(u"w_SizeImg")
|
|
704
|
+
self.w_SizeImg.setMinimumSize(QSize(0, 50))
|
|
705
|
+
self.w_SizeImg.setMaximumSize(QSize(16777215, 16777215))
|
|
706
|
+
self.horizontalLayout_7 = QHBoxLayout(self.w_SizeImg)
|
|
707
|
+
self.horizontalLayout_7.setSpacing(5)
|
|
708
|
+
self.horizontalLayout_7.setObjectName(u"horizontalLayout_7")
|
|
709
|
+
self.horizontalLayout_7.setContentsMargins(0, 0, 0, 0)
|
|
710
|
+
self.w_x = QWidget(self.w_SizeImg)
|
|
711
|
+
self.w_x.setObjectName(u"w_x")
|
|
712
|
+
self.w_x.setMinimumSize(QSize(100, 44))
|
|
713
|
+
self.w_x.setMaximumSize(QSize(150, 44))
|
|
714
|
+
self.verticalLayout_19 = QVBoxLayout(self.w_x)
|
|
715
|
+
self.verticalLayout_19.setSpacing(0)
|
|
716
|
+
self.verticalLayout_19.setObjectName(u"verticalLayout_19")
|
|
717
|
+
self.verticalLayout_19.setContentsMargins(0, 0, 0, 0)
|
|
718
|
+
self.label_x = QLabel(self.w_x)
|
|
719
|
+
self.label_x.setObjectName(u"label_x")
|
|
720
|
+
sizePolicy2.setHeightForWidth(self.label_x.sizePolicy().hasHeightForWidth())
|
|
721
|
+
self.label_x.setSizePolicy(sizePolicy2)
|
|
722
|
+
self.label_x.setMinimumSize(QSize(0, 20))
|
|
723
|
+
self.label_x.setMaximumSize(QSize(90, 20))
|
|
724
|
+
self.label_x.setFont(font4)
|
|
725
|
+
self.label_x.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
726
|
+
|
|
727
|
+
self.verticalLayout_19.addWidget(self.label_x)
|
|
728
|
+
|
|
729
|
+
self.spin_x = MyQSpinXW(self.w_x)
|
|
730
|
+
self.spin_x.setObjectName(u"spin_x")
|
|
731
|
+
self.spin_x.setEnabled(True)
|
|
732
|
+
self.spin_x.setMinimumSize(QSize(0, 24))
|
|
733
|
+
self.spin_x.setMaximumSize(QSize(90, 24))
|
|
734
|
+
self.spin_x.setFont(font)
|
|
735
|
+
self.spin_x.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
736
|
+
self.spin_x.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
737
|
+
self.spin_x.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
738
|
+
self.spin_x.setValue(1)
|
|
739
|
+
|
|
740
|
+
self.verticalLayout_19.addWidget(self.spin_x)
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
self.horizontalLayout_7.addWidget(self.w_x)
|
|
744
|
+
|
|
745
|
+
self.w_y = QWidget(self.w_SizeImg)
|
|
746
|
+
self.w_y.setObjectName(u"w_y")
|
|
747
|
+
self.w_y.setMinimumSize(QSize(100, 44))
|
|
748
|
+
self.w_y.setMaximumSize(QSize(150, 44))
|
|
749
|
+
self.verticalLayout_20 = QVBoxLayout(self.w_y)
|
|
750
|
+
self.verticalLayout_20.setSpacing(0)
|
|
751
|
+
self.verticalLayout_20.setObjectName(u"verticalLayout_20")
|
|
752
|
+
self.verticalLayout_20.setContentsMargins(0, 0, 0, 0)
|
|
753
|
+
self.label_y = QLabel(self.w_y)
|
|
754
|
+
self.label_y.setObjectName(u"label_y")
|
|
755
|
+
sizePolicy2.setHeightForWidth(self.label_y.sizePolicy().hasHeightForWidth())
|
|
756
|
+
self.label_y.setSizePolicy(sizePolicy2)
|
|
757
|
+
self.label_y.setMinimumSize(QSize(0, 20))
|
|
758
|
+
self.label_y.setMaximumSize(QSize(90, 20))
|
|
759
|
+
self.label_y.setFont(font4)
|
|
760
|
+
self.label_y.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
761
|
+
|
|
762
|
+
self.verticalLayout_20.addWidget(self.label_y)
|
|
763
|
+
|
|
764
|
+
self.spin_y = MyQSpinXW(self.w_y)
|
|
765
|
+
self.spin_y.setObjectName(u"spin_y")
|
|
766
|
+
self.spin_y.setEnabled(True)
|
|
767
|
+
self.spin_y.setMinimumSize(QSize(0, 24))
|
|
768
|
+
self.spin_y.setMaximumSize(QSize(90, 24))
|
|
769
|
+
self.spin_y.setFont(font)
|
|
770
|
+
self.spin_y.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
771
|
+
self.spin_y.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
772
|
+
self.spin_y.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
773
|
+
self.spin_y.setValue(1)
|
|
774
|
+
|
|
775
|
+
self.verticalLayout_20.addWidget(self.spin_y)
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
self.horizontalLayout_7.addWidget(self.w_y)
|
|
779
|
+
|
|
780
|
+
self.w_width = QWidget(self.w_SizeImg)
|
|
781
|
+
self.w_width.setObjectName(u"w_width")
|
|
782
|
+
self.w_width.setMinimumSize(QSize(100, 44))
|
|
783
|
+
self.w_width.setMaximumSize(QSize(150, 44))
|
|
784
|
+
self.verticalLayout_21 = QVBoxLayout(self.w_width)
|
|
785
|
+
self.verticalLayout_21.setSpacing(0)
|
|
786
|
+
self.verticalLayout_21.setObjectName(u"verticalLayout_21")
|
|
787
|
+
self.verticalLayout_21.setContentsMargins(0, 0, 0, 0)
|
|
788
|
+
self.label_w = QLabel(self.w_width)
|
|
789
|
+
self.label_w.setObjectName(u"label_w")
|
|
790
|
+
sizePolicy2.setHeightForWidth(self.label_w.sizePolicy().hasHeightForWidth())
|
|
791
|
+
self.label_w.setSizePolicy(sizePolicy2)
|
|
792
|
+
self.label_w.setMinimumSize(QSize(0, 20))
|
|
793
|
+
self.label_w.setMaximumSize(QSize(90, 20))
|
|
794
|
+
self.label_w.setFont(font4)
|
|
795
|
+
self.label_w.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
796
|
+
|
|
797
|
+
self.verticalLayout_21.addWidget(self.label_w)
|
|
798
|
+
|
|
799
|
+
self.spin_w = MyQSpin(self.w_width)
|
|
800
|
+
self.spin_w.setObjectName(u"spin_w")
|
|
801
|
+
self.spin_w.setEnabled(True)
|
|
802
|
+
self.spin_w.setMinimumSize(QSize(0, 24))
|
|
803
|
+
self.spin_w.setMaximumSize(QSize(90, 24))
|
|
804
|
+
self.spin_w.setFont(font)
|
|
805
|
+
self.spin_w.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
806
|
+
self.spin_w.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
807
|
+
self.spin_w.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
808
|
+
self.spin_w.setValue(1)
|
|
809
|
+
|
|
810
|
+
self.verticalLayout_21.addWidget(self.spin_w)
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
self.horizontalLayout_7.addWidget(self.w_width)
|
|
814
|
+
|
|
815
|
+
self.w_height = QWidget(self.w_SizeImg)
|
|
816
|
+
self.w_height.setObjectName(u"w_height")
|
|
817
|
+
self.w_height.setMinimumSize(QSize(100, 44))
|
|
818
|
+
self.w_height.setMaximumSize(QSize(150, 44))
|
|
819
|
+
self.verticalLayout_22 = QVBoxLayout(self.w_height)
|
|
820
|
+
self.verticalLayout_22.setSpacing(0)
|
|
821
|
+
self.verticalLayout_22.setObjectName(u"verticalLayout_22")
|
|
822
|
+
self.verticalLayout_22.setContentsMargins(0, 0, 0, 0)
|
|
823
|
+
self.label_h = QLabel(self.w_height)
|
|
824
|
+
self.label_h.setObjectName(u"label_h")
|
|
825
|
+
sizePolicy2.setHeightForWidth(self.label_h.sizePolicy().hasHeightForWidth())
|
|
826
|
+
self.label_h.setSizePolicy(sizePolicy2)
|
|
827
|
+
self.label_h.setMinimumSize(QSize(0, 20))
|
|
828
|
+
self.label_h.setMaximumSize(QSize(90, 20))
|
|
829
|
+
self.label_h.setFont(font4)
|
|
830
|
+
self.label_h.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
831
|
+
|
|
832
|
+
self.verticalLayout_22.addWidget(self.label_h)
|
|
833
|
+
|
|
834
|
+
self.spin_h = MyQSpin(self.w_height)
|
|
835
|
+
self.spin_h.setObjectName(u"spin_h")
|
|
836
|
+
self.spin_h.setEnabled(True)
|
|
837
|
+
self.spin_h.setMinimumSize(QSize(0, 24))
|
|
838
|
+
self.spin_h.setMaximumSize(QSize(90, 24))
|
|
839
|
+
self.spin_h.setFont(font)
|
|
840
|
+
self.spin_h.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
841
|
+
self.spin_h.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
842
|
+
self.spin_h.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
843
|
+
self.spin_h.setValue(1)
|
|
844
|
+
|
|
845
|
+
self.verticalLayout_22.addWidget(self.spin_h)
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
self.horizontalLayout_7.addWidget(self.w_height)
|
|
849
|
+
|
|
850
|
+
self.w_button_resize = QWidget(self.w_SizeImg)
|
|
851
|
+
self.w_button_resize.setObjectName(u"w_button_resize")
|
|
852
|
+
self.w_button_resize.setMinimumSize(QSize(0, 44))
|
|
853
|
+
self.w_button_resize.setMaximumSize(QSize(26, 44))
|
|
854
|
+
self.verticalLayout_11 = QVBoxLayout(self.w_button_resize)
|
|
855
|
+
self.verticalLayout_11.setSpacing(0)
|
|
856
|
+
self.verticalLayout_11.setObjectName(u"verticalLayout_11")
|
|
857
|
+
self.verticalLayout_11.setContentsMargins(0, 0, 0, 0)
|
|
858
|
+
self.label_button_resize = QLabel(self.w_button_resize)
|
|
859
|
+
self.label_button_resize.setObjectName(u"label_button_resize")
|
|
860
|
+
sizePolicy2.setHeightForWidth(self.label_button_resize.sizePolicy().hasHeightForWidth())
|
|
861
|
+
self.label_button_resize.setSizePolicy(sizePolicy2)
|
|
862
|
+
self.label_button_resize.setMinimumSize(QSize(0, 18))
|
|
863
|
+
self.label_button_resize.setMaximumSize(QSize(16777215, 18))
|
|
864
|
+
self.label_button_resize.setFont(font4)
|
|
865
|
+
|
|
866
|
+
self.verticalLayout_11.addWidget(self.label_button_resize)
|
|
867
|
+
|
|
868
|
+
self.button_resize = QToolButton(self.w_button_resize)
|
|
869
|
+
self.button_resize.setObjectName(u"button_resize")
|
|
870
|
+
self.button_resize.setMinimumSize(QSize(26, 26))
|
|
871
|
+
self.button_resize.setMaximumSize(QSize(26, 26))
|
|
872
|
+
icon6 = QIcon()
|
|
873
|
+
icon6.addFile(u""+ icons_path +"resize_icon.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
874
|
+
self.button_resize.setIcon(icon6)
|
|
875
|
+
self.button_resize.setIconSize(QSize(18, 18))
|
|
876
|
+
|
|
877
|
+
self.verticalLayout_11.addWidget(self.button_resize)
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
self.horizontalLayout_7.addWidget(self.w_button_resize)
|
|
881
|
+
|
|
882
|
+
self.hs_SizeImg = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
883
|
+
|
|
884
|
+
self.horizontalLayout_7.addItem(self.hs_SizeImg)
|
|
885
|
+
|
|
886
|
+
self.w_button_automatic = QWidget(self.w_SizeImg)
|
|
887
|
+
self.w_button_automatic.setObjectName(u"w_button_automatic")
|
|
888
|
+
self.verticalLayout_32 = QVBoxLayout(self.w_button_automatic)
|
|
889
|
+
self.verticalLayout_32.setSpacing(0)
|
|
890
|
+
self.verticalLayout_32.setObjectName(u"verticalLayout_32")
|
|
891
|
+
self.verticalLayout_32.setContentsMargins(0, 0, 0, 0)
|
|
892
|
+
self.label_button_auto = QLabel(self.w_button_automatic)
|
|
893
|
+
self.label_button_auto.setObjectName(u"label_button_auto")
|
|
894
|
+
sizePolicy2.setHeightForWidth(self.label_button_auto.sizePolicy().hasHeightForWidth())
|
|
895
|
+
self.label_button_auto.setSizePolicy(sizePolicy2)
|
|
896
|
+
self.label_button_auto.setMinimumSize(QSize(0, 18))
|
|
897
|
+
self.label_button_auto.setMaximumSize(QSize(16777215, 18))
|
|
898
|
+
self.label_button_auto.setFont(font4)
|
|
899
|
+
|
|
900
|
+
self.verticalLayout_32.addWidget(self.label_button_auto)
|
|
901
|
+
|
|
902
|
+
self.button_automatic_reshape = QToolButton(self.w_button_automatic)
|
|
903
|
+
self.button_automatic_reshape.setObjectName(u"button_automatic_reshape")
|
|
904
|
+
self.button_automatic_reshape.setMinimumSize(QSize(26, 26))
|
|
905
|
+
self.button_automatic_reshape.setMaximumSize(QSize(26, 26))
|
|
906
|
+
icon7 = QIcon()
|
|
907
|
+
icon7.addFile(u""+ icons_path +"automatic_off.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
908
|
+
icon7.addFile(u""+ icons_path +"automatic_on.png", QSize(), QIcon.Mode.Normal, QIcon.State.On)
|
|
909
|
+
self.button_automatic_reshape.setIcon(icon7)
|
|
910
|
+
self.button_automatic_reshape.setIconSize(QSize(22, 22))
|
|
911
|
+
self.button_automatic_reshape.setCheckable(True)
|
|
912
|
+
self.button_automatic_reshape.setChecked(True)
|
|
913
|
+
|
|
914
|
+
self.verticalLayout_32.addWidget(self.button_automatic_reshape)
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
self.horizontalLayout_7.addWidget(self.w_button_automatic)
|
|
918
|
+
|
|
919
|
+
self.horizontalLayout_7.setStretch(0, 1)
|
|
920
|
+
self.horizontalLayout_7.setStretch(1, 1)
|
|
921
|
+
self.horizontalLayout_7.setStretch(2, 1)
|
|
922
|
+
self.horizontalLayout_7.setStretch(3, 1)
|
|
923
|
+
self.horizontalLayout_7.setStretch(4, 1)
|
|
924
|
+
|
|
925
|
+
self.verticalLayout_15.addWidget(self.w_SizeImg)
|
|
926
|
+
|
|
927
|
+
self.w_Flip_Mirror = QWidget(self.w_Flip_Image)
|
|
928
|
+
self.w_Flip_Mirror.setObjectName(u"w_Flip_Mirror")
|
|
929
|
+
self.w_Flip_Mirror.setMinimumSize(QSize(0, 150))
|
|
930
|
+
self.horizontalLayout_4 = QHBoxLayout(self.w_Flip_Mirror)
|
|
931
|
+
self.horizontalLayout_4.setSpacing(5)
|
|
932
|
+
self.horizontalLayout_4.setObjectName(u"horizontalLayout_4")
|
|
933
|
+
self.horizontalLayout_4.setContentsMargins(0, 0, 0, 0)
|
|
934
|
+
self.w_Tools = QWidget(self.w_Flip_Mirror)
|
|
935
|
+
self.w_Tools.setObjectName(u"w_Tools")
|
|
936
|
+
self.w_Tools.setMinimumSize(QSize(140, 140))
|
|
937
|
+
self.w_Tools.setMaximumSize(QSize(140, 140))
|
|
938
|
+
self.verticalLayout_12 = QVBoxLayout(self.w_Tools)
|
|
939
|
+
self.verticalLayout_12.setSpacing(0)
|
|
940
|
+
self.verticalLayout_12.setObjectName(u"verticalLayout_12")
|
|
941
|
+
self.verticalLayout_12.setContentsMargins(0, 0, 0, 10)
|
|
942
|
+
self.w_reset_rot_flip = QWidget(self.w_Tools)
|
|
943
|
+
self.w_reset_rot_flip.setObjectName(u"w_reset_rot_flip")
|
|
944
|
+
self.horizontalLayout_14 = QHBoxLayout(self.w_reset_rot_flip)
|
|
945
|
+
self.horizontalLayout_14.setSpacing(0)
|
|
946
|
+
self.horizontalLayout_14.setObjectName(u"horizontalLayout_14")
|
|
947
|
+
self.horizontalLayout_14.setContentsMargins(0, 0, 0, 0)
|
|
948
|
+
self.label_Image_tool = QLabel(self.w_reset_rot_flip)
|
|
949
|
+
self.label_Image_tool.setObjectName(u"label_Image_tool")
|
|
950
|
+
self.label_Image_tool.setMinimumSize(QSize(50, 30))
|
|
951
|
+
self.label_Image_tool.setMaximumSize(QSize(60, 30))
|
|
952
|
+
self.label_Image_tool.setFont(font4)
|
|
953
|
+
self.label_Image_tool.setStyleSheet(u"border: none;")
|
|
954
|
+
self.label_Image_tool.setAlignment(Qt.AlignmentFlag.AlignBottom|Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft)
|
|
955
|
+
|
|
956
|
+
self.horizontalLayout_14.addWidget(self.label_Image_tool)
|
|
957
|
+
|
|
958
|
+
self.hs_image = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
959
|
+
|
|
960
|
+
self.horizontalLayout_14.addItem(self.hs_image)
|
|
961
|
+
|
|
962
|
+
self.button_reset_rot_flip = QToolButton(self.w_reset_rot_flip)
|
|
963
|
+
self.button_reset_rot_flip.setObjectName(u"button_reset_rot_flip")
|
|
964
|
+
self.button_reset_rot_flip.setMinimumSize(QSize(25, 25))
|
|
965
|
+
self.button_reset_rot_flip.setMaximumSize(QSize(25, 25))
|
|
966
|
+
icon8 = QIcon()
|
|
967
|
+
icon8.addFile(u""+ icons_path +"reset_levels.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
968
|
+
self.button_reset_rot_flip.setIcon(icon8)
|
|
969
|
+
self.button_reset_rot_flip.setIconSize(QSize(18, 18))
|
|
970
|
+
|
|
971
|
+
self.horizontalLayout_14.addWidget(self.button_reset_rot_flip)
|
|
972
|
+
|
|
973
|
+
self.hs_image_2 = QSpacerItem(8, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
974
|
+
|
|
975
|
+
self.horizontalLayout_14.addItem(self.hs_image_2)
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
self.verticalLayout_12.addWidget(self.w_reset_rot_flip)
|
|
979
|
+
|
|
980
|
+
self.w_Image_tool = QWidget(self.w_Tools)
|
|
981
|
+
self.w_Image_tool.setObjectName(u"w_Image_tool")
|
|
982
|
+
self.w_Image_tool.setMinimumSize(QSize(0, 30))
|
|
983
|
+
self.w_Image_tool.setMaximumSize(QSize(16777215, 30))
|
|
984
|
+
self.horizontalLayout_6 = QHBoxLayout(self.w_Image_tool)
|
|
985
|
+
self.horizontalLayout_6.setSpacing(5)
|
|
986
|
+
self.horizontalLayout_6.setObjectName(u"horizontalLayout_6")
|
|
987
|
+
self.horizontalLayout_6.setContentsMargins(0, 0, 0, 0)
|
|
988
|
+
self.button_rot_counter = QToolButton(self.w_Image_tool)
|
|
989
|
+
self.button_rot_counter.setObjectName(u"button_rot_counter")
|
|
990
|
+
self.button_rot_counter.setMinimumSize(QSize(30, 30))
|
|
991
|
+
self.button_rot_counter.setMaximumSize(QSize(30, 30))
|
|
992
|
+
icon9 = QIcon()
|
|
993
|
+
icon9.addFile(u""+ icons_path +"rotate_counter.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
994
|
+
icon9.addFile(u""+ icons_path +"rotate_counter.png", QSize(), QIcon.Mode.Selected, QIcon.State.On)
|
|
995
|
+
self.button_rot_counter.setIcon(icon9)
|
|
996
|
+
self.button_rot_counter.setIconSize(QSize(28, 28))
|
|
997
|
+
|
|
998
|
+
self.horizontalLayout_6.addWidget(self.button_rot_counter)
|
|
999
|
+
|
|
1000
|
+
self.button_rot_clock = QToolButton(self.w_Image_tool)
|
|
1001
|
+
self.button_rot_clock.setObjectName(u"button_rot_clock")
|
|
1002
|
+
self.button_rot_clock.setMinimumSize(QSize(30, 30))
|
|
1003
|
+
self.button_rot_clock.setMaximumSize(QSize(30, 30))
|
|
1004
|
+
icon10 = QIcon()
|
|
1005
|
+
icon10.addFile(u""+ icons_path +"rotate_clock.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
1006
|
+
self.button_rot_clock.setIcon(icon10)
|
|
1007
|
+
self.button_rot_clock.setIconSize(QSize(28, 28))
|
|
1008
|
+
|
|
1009
|
+
self.horizontalLayout_6.addWidget(self.button_rot_clock)
|
|
1010
|
+
|
|
1011
|
+
self.button_mirror_y = QToolButton(self.w_Image_tool)
|
|
1012
|
+
self.button_mirror_y.setObjectName(u"button_mirror_y")
|
|
1013
|
+
self.button_mirror_y.setMinimumSize(QSize(30, 30))
|
|
1014
|
+
self.button_mirror_y.setMaximumSize(QSize(30, 30))
|
|
1015
|
+
icon11 = QIcon()
|
|
1016
|
+
icon11.addFile(u""+ icons_path +"mirror_x.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
1017
|
+
self.button_mirror_y.setIcon(icon11)
|
|
1018
|
+
self.button_mirror_y.setIconSize(QSize(28, 28))
|
|
1019
|
+
|
|
1020
|
+
self.horizontalLayout_6.addWidget(self.button_mirror_y)
|
|
1021
|
+
|
|
1022
|
+
self.button_mirror_x = QToolButton(self.w_Image_tool)
|
|
1023
|
+
self.button_mirror_x.setObjectName(u"button_mirror_x")
|
|
1024
|
+
self.button_mirror_x.setMinimumSize(QSize(30, 30))
|
|
1025
|
+
self.button_mirror_x.setMaximumSize(QSize(30, 30))
|
|
1026
|
+
icon12 = QIcon()
|
|
1027
|
+
icon12.addFile(u""+ icons_path +"mirror_y.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
1028
|
+
self.button_mirror_x.setIcon(icon12)
|
|
1029
|
+
self.button_mirror_x.setIconSize(QSize(28, 28))
|
|
1030
|
+
|
|
1031
|
+
self.horizontalLayout_6.addWidget(self.button_mirror_x)
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
self.verticalLayout_12.addWidget(self.w_Image_tool)
|
|
1035
|
+
|
|
1036
|
+
self.label_Velocity_tool = QLabel(self.w_Tools)
|
|
1037
|
+
self.label_Velocity_tool.setObjectName(u"label_Velocity_tool")
|
|
1038
|
+
self.label_Velocity_tool.setMinimumSize(QSize(50, 25))
|
|
1039
|
+
self.label_Velocity_tool.setMaximumSize(QSize(60, 25))
|
|
1040
|
+
self.label_Velocity_tool.setFont(font4)
|
|
1041
|
+
self.label_Velocity_tool.setStyleSheet(u"border: none;")
|
|
1042
|
+
self.label_Velocity_tool.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1043
|
+
|
|
1044
|
+
self.verticalLayout_12.addWidget(self.label_Velocity_tool)
|
|
1045
|
+
|
|
1046
|
+
self.w_Velocity_tool = QWidget(self.w_Tools)
|
|
1047
|
+
self.w_Velocity_tool.setObjectName(u"w_Velocity_tool")
|
|
1048
|
+
self.w_Velocity_tool.setMinimumSize(QSize(0, 30))
|
|
1049
|
+
self.w_Velocity_tool.setMaximumSize(QSize(16777215, 30))
|
|
1050
|
+
self.horizontalLayout_12 = QHBoxLayout(self.w_Velocity_tool)
|
|
1051
|
+
self.horizontalLayout_12.setSpacing(5)
|
|
1052
|
+
self.horizontalLayout_12.setObjectName(u"horizontalLayout_12")
|
|
1053
|
+
self.horizontalLayout_12.setContentsMargins(0, 0, 0, 0)
|
|
1054
|
+
self.button_rotv_counter = QToolButton(self.w_Velocity_tool)
|
|
1055
|
+
self.button_rotv_counter.setObjectName(u"button_rotv_counter")
|
|
1056
|
+
self.button_rotv_counter.setMinimumSize(QSize(30, 30))
|
|
1057
|
+
self.button_rotv_counter.setMaximumSize(QSize(30, 30))
|
|
1058
|
+
icon13 = QIcon()
|
|
1059
|
+
icon13.addFile(u""+ icons_path +"rotate_v_counter.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
1060
|
+
self.button_rotv_counter.setIcon(icon13)
|
|
1061
|
+
self.button_rotv_counter.setIconSize(QSize(26, 26))
|
|
1062
|
+
|
|
1063
|
+
self.horizontalLayout_12.addWidget(self.button_rotv_counter)
|
|
1064
|
+
|
|
1065
|
+
self.button_rotv_clock = QToolButton(self.w_Velocity_tool)
|
|
1066
|
+
self.button_rotv_clock.setObjectName(u"button_rotv_clock")
|
|
1067
|
+
self.button_rotv_clock.setMinimumSize(QSize(30, 30))
|
|
1068
|
+
self.button_rotv_clock.setMaximumSize(QSize(30, 30))
|
|
1069
|
+
icon14 = QIcon()
|
|
1070
|
+
icon14.addFile(u""+ icons_path +"rotate_v_clock.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
1071
|
+
self.button_rotv_clock.setIcon(icon14)
|
|
1072
|
+
self.button_rotv_clock.setIconSize(QSize(26, 26))
|
|
1073
|
+
|
|
1074
|
+
self.horizontalLayout_12.addWidget(self.button_rotv_clock)
|
|
1075
|
+
|
|
1076
|
+
self.button_flip_u = QToolButton(self.w_Velocity_tool)
|
|
1077
|
+
self.button_flip_u.setObjectName(u"button_flip_u")
|
|
1078
|
+
self.button_flip_u.setMinimumSize(QSize(30, 30))
|
|
1079
|
+
self.button_flip_u.setMaximumSize(QSize(30, 30))
|
|
1080
|
+
icon15 = QIcon()
|
|
1081
|
+
icon15.addFile(u""+ icons_path +"mirror_u.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
1082
|
+
self.button_flip_u.setIcon(icon15)
|
|
1083
|
+
self.button_flip_u.setIconSize(QSize(28, 28))
|
|
1084
|
+
|
|
1085
|
+
self.horizontalLayout_12.addWidget(self.button_flip_u)
|
|
1086
|
+
|
|
1087
|
+
self.button_flip_v = QToolButton(self.w_Velocity_tool)
|
|
1088
|
+
self.button_flip_v.setObjectName(u"button_flip_v")
|
|
1089
|
+
self.button_flip_v.setMinimumSize(QSize(30, 30))
|
|
1090
|
+
self.button_flip_v.setMaximumSize(QSize(30, 30))
|
|
1091
|
+
icon16 = QIcon()
|
|
1092
|
+
icon16.addFile(u""+ icons_path +"mirror_v.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
1093
|
+
self.button_flip_v.setIcon(icon16)
|
|
1094
|
+
self.button_flip_v.setIconSize(QSize(28, 28))
|
|
1095
|
+
|
|
1096
|
+
self.horizontalLayout_12.addWidget(self.button_flip_v)
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
self.verticalLayout_12.addWidget(self.w_Velocity_tool)
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
self.horizontalLayout_4.addWidget(self.w_Tools)
|
|
1103
|
+
|
|
1104
|
+
self.hs_flip_image = QSpacerItem(10, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1105
|
+
|
|
1106
|
+
self.horizontalLayout_4.addItem(self.hs_flip_image)
|
|
1107
|
+
|
|
1108
|
+
self.w_Images_ex = QWidget(self.w_Flip_Mirror)
|
|
1109
|
+
self.w_Images_ex.setObjectName(u"w_Images_ex")
|
|
1110
|
+
self.w_Images_ex.setMinimumSize(QSize(0, 140))
|
|
1111
|
+
self.w_Images_ex.setMaximumSize(QSize(16777215, 140))
|
|
1112
|
+
self.horizontalLayout_16 = QHBoxLayout(self.w_Images_ex)
|
|
1113
|
+
self.horizontalLayout_16.setSpacing(0)
|
|
1114
|
+
self.horizontalLayout_16.setObjectName(u"horizontalLayout_16")
|
|
1115
|
+
self.horizontalLayout_16.setContentsMargins(0, 0, 0, 0)
|
|
1116
|
+
self.w_Im_ex = QWidget(self.w_Images_ex)
|
|
1117
|
+
self.w_Im_ex.setObjectName(u"w_Im_ex")
|
|
1118
|
+
self.w_Im_ex.setMinimumSize(QSize(100, 140))
|
|
1119
|
+
self.w_Im_ex.setMaximumSize(QSize(100, 140))
|
|
1120
|
+
self.verticalLayout_16 = QVBoxLayout(self.w_Im_ex)
|
|
1121
|
+
self.verticalLayout_16.setSpacing(0)
|
|
1122
|
+
self.verticalLayout_16.setObjectName(u"verticalLayout_16")
|
|
1123
|
+
self.verticalLayout_16.setContentsMargins(0, 0, 0, 0)
|
|
1124
|
+
self.w_Im_example = QWidget(self.w_Im_ex)
|
|
1125
|
+
self.w_Im_example.setObjectName(u"w_Im_example")
|
|
1126
|
+
self.w_Im_example.setMinimumSize(QSize(100, 100))
|
|
1127
|
+
self.w_Im_example.setMaximumSize(QSize(100, 100))
|
|
1128
|
+
self.aim = QLabel(self.w_Im_example)
|
|
1129
|
+
self.aim.setObjectName(u"aim")
|
|
1130
|
+
self.aim.setGeometry(QRect(0, 30, 100, 70))
|
|
1131
|
+
sizePolicy.setHeightForWidth(self.aim.sizePolicy().hasHeightForWidth())
|
|
1132
|
+
self.aim.setSizePolicy(sizePolicy)
|
|
1133
|
+
self.aim.setMinimumSize(QSize(100, 70))
|
|
1134
|
+
self.aim.setMaximumSize(QSize(100, 70))
|
|
1135
|
+
self.aim.setPixmap(QPixmap(u""+ icons_path +"axes.png"))
|
|
1136
|
+
self.aim.setScaledContents(True)
|
|
1137
|
+
self.bim = QLabel(self.w_Im_example)
|
|
1138
|
+
self.bim.setObjectName(u"bim")
|
|
1139
|
+
self.bim.setGeometry(QRect(5, 35, 90, 60))
|
|
1140
|
+
sizePolicy4 = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Expanding)
|
|
1141
|
+
sizePolicy4.setHorizontalStretch(1)
|
|
1142
|
+
sizePolicy4.setVerticalStretch(1)
|
|
1143
|
+
sizePolicy4.setHeightForWidth(self.bim.sizePolicy().hasHeightForWidth())
|
|
1144
|
+
self.bim.setSizePolicy(sizePolicy4)
|
|
1145
|
+
self.bim.setMinimumSize(QSize(90, 60))
|
|
1146
|
+
self.bim.setMaximumSize(QSize(90, 60))
|
|
1147
|
+
self.bim.setPixmap(QPixmap(u""+ icons_path +"background_vectors.png"))
|
|
1148
|
+
self.bim.setScaledContents(True)
|
|
1149
|
+
self.bim.setIndent(2)
|
|
1150
|
+
self.bim.raise_()
|
|
1151
|
+
self.aim.raise_()
|
|
1152
|
+
|
|
1153
|
+
self.verticalLayout_16.addWidget(self.w_Im_example)
|
|
1154
|
+
|
|
1155
|
+
self.w_lab_op = QWidget(self.w_Im_ex)
|
|
1156
|
+
self.w_lab_op.setObjectName(u"w_lab_op")
|
|
1157
|
+
self.horizontalLayout_17 = QHBoxLayout(self.w_lab_op)
|
|
1158
|
+
self.horizontalLayout_17.setSpacing(5)
|
|
1159
|
+
self.horizontalLayout_17.setObjectName(u"horizontalLayout_17")
|
|
1160
|
+
self.horizontalLayout_17.setContentsMargins(0, 0, 20, 0)
|
|
1161
|
+
self.lab_op1 = QLabel(self.w_lab_op)
|
|
1162
|
+
self.lab_op1.setObjectName(u"lab_op1")
|
|
1163
|
+
self.lab_op1.setMinimumSize(QSize(20, 20))
|
|
1164
|
+
self.lab_op1.setMaximumSize(QSize(20, 20))
|
|
1165
|
+
self.lab_op1.setFont(font4)
|
|
1166
|
+
self.lab_op1.setStyleSheet(u"border: none;")
|
|
1167
|
+
self.lab_op1.setScaledContents(True)
|
|
1168
|
+
self.lab_op1.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1169
|
+
|
|
1170
|
+
self.horizontalLayout_17.addWidget(self.lab_op1)
|
|
1171
|
+
|
|
1172
|
+
self.lab_op2 = QLabel(self.w_lab_op)
|
|
1173
|
+
self.lab_op2.setObjectName(u"lab_op2")
|
|
1174
|
+
self.lab_op2.setMinimumSize(QSize(20, 20))
|
|
1175
|
+
self.lab_op2.setMaximumSize(QSize(20, 20))
|
|
1176
|
+
self.lab_op2.setFont(font4)
|
|
1177
|
+
self.lab_op2.setStyleSheet(u"border: none;")
|
|
1178
|
+
self.lab_op2.setScaledContents(True)
|
|
1179
|
+
self.lab_op2.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1180
|
+
|
|
1181
|
+
self.horizontalLayout_17.addWidget(self.lab_op2)
|
|
1182
|
+
|
|
1183
|
+
self.lab_op3 = QLabel(self.w_lab_op)
|
|
1184
|
+
self.lab_op3.setObjectName(u"lab_op3")
|
|
1185
|
+
self.lab_op3.setMinimumSize(QSize(20, 20))
|
|
1186
|
+
self.lab_op3.setMaximumSize(QSize(20, 20))
|
|
1187
|
+
self.lab_op3.setFont(font4)
|
|
1188
|
+
self.lab_op3.setStyleSheet(u"border: none;")
|
|
1189
|
+
self.lab_op3.setScaledContents(True)
|
|
1190
|
+
self.lab_op3.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1191
|
+
|
|
1192
|
+
self.horizontalLayout_17.addWidget(self.lab_op3)
|
|
1193
|
+
|
|
1194
|
+
|
|
1195
|
+
self.verticalLayout_16.addWidget(self.w_lab_op)
|
|
1196
|
+
|
|
1197
|
+
self.label_Im_example = QLabel(self.w_Im_ex)
|
|
1198
|
+
self.label_Im_example.setObjectName(u"label_Im_example")
|
|
1199
|
+
self.label_Im_example.setMinimumSize(QSize(100, 0))
|
|
1200
|
+
self.label_Im_example.setMaximumSize(QSize(100, 20))
|
|
1201
|
+
self.label_Im_example.setFont(font4)
|
|
1202
|
+
self.label_Im_example.setStyleSheet(u"border: none;")
|
|
1203
|
+
self.label_Im_example.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1204
|
+
|
|
1205
|
+
self.verticalLayout_16.addWidget(self.label_Im_example)
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
self.horizontalLayout_16.addWidget(self.w_Im_ex)
|
|
1209
|
+
|
|
1210
|
+
self.hs_Images_ex = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1211
|
+
|
|
1212
|
+
self.horizontalLayout_16.addItem(self.hs_Images_ex)
|
|
1213
|
+
|
|
1214
|
+
self.w_Im_ex_2 = QWidget(self.w_Images_ex)
|
|
1215
|
+
self.w_Im_ex_2.setObjectName(u"w_Im_ex_2")
|
|
1216
|
+
self.w_Im_ex_2.setMinimumSize(QSize(100, 140))
|
|
1217
|
+
self.w_Im_ex_2.setMaximumSize(QSize(100, 140))
|
|
1218
|
+
self.verticalLayout_14 = QVBoxLayout(self.w_Im_ex_2)
|
|
1219
|
+
self.verticalLayout_14.setSpacing(0)
|
|
1220
|
+
self.verticalLayout_14.setObjectName(u"verticalLayout_14")
|
|
1221
|
+
self.verticalLayout_14.setContentsMargins(0, 0, 0, 0)
|
|
1222
|
+
self.w_Im_example_2 = QWidget(self.w_Im_ex_2)
|
|
1223
|
+
self.w_Im_example_2.setObjectName(u"w_Im_example_2")
|
|
1224
|
+
self.w_Im_example_2.setMinimumSize(QSize(100, 100))
|
|
1225
|
+
self.w_Im_example_2.setMaximumSize(QSize(100, 100))
|
|
1226
|
+
self.aim_2 = QLabel(self.w_Im_example_2)
|
|
1227
|
+
self.aim_2.setObjectName(u"aim_2")
|
|
1228
|
+
self.aim_2.setGeometry(QRect(0, 30, 100, 70))
|
|
1229
|
+
sizePolicy.setHeightForWidth(self.aim_2.sizePolicy().hasHeightForWidth())
|
|
1230
|
+
self.aim_2.setSizePolicy(sizePolicy)
|
|
1231
|
+
self.aim_2.setMinimumSize(QSize(100, 70))
|
|
1232
|
+
self.aim_2.setMaximumSize(QSize(100, 70))
|
|
1233
|
+
self.aim_2.setPixmap(QPixmap(u""+ icons_path +"axes.png"))
|
|
1234
|
+
self.aim_2.setScaledContents(True)
|
|
1235
|
+
self.bim_2 = QLabel(self.w_Im_example_2)
|
|
1236
|
+
self.bim_2.setObjectName(u"bim_2")
|
|
1237
|
+
self.bim_2.setGeometry(QRect(5, 35, 90, 60))
|
|
1238
|
+
sizePolicy4.setHeightForWidth(self.bim_2.sizePolicy().hasHeightForWidth())
|
|
1239
|
+
self.bim_2.setSizePolicy(sizePolicy4)
|
|
1240
|
+
self.bim_2.setMinimumSize(QSize(90, 60))
|
|
1241
|
+
self.bim_2.setMaximumSize(QSize(90, 60))
|
|
1242
|
+
self.bim_2.setPixmap(QPixmap(u""+ icons_path +"background.png"))
|
|
1243
|
+
self.bim_2.setScaledContents(True)
|
|
1244
|
+
self.bim_2.setIndent(2)
|
|
1245
|
+
self.bim_2.raise_()
|
|
1246
|
+
self.aim_2.raise_()
|
|
1247
|
+
|
|
1248
|
+
self.verticalLayout_14.addWidget(self.w_Im_example_2)
|
|
1249
|
+
|
|
1250
|
+
self.w_lab_op_2 = QWidget(self.w_Im_ex_2)
|
|
1251
|
+
self.w_lab_op_2.setObjectName(u"w_lab_op_2")
|
|
1252
|
+
self.horizontalLayout_18 = QHBoxLayout(self.w_lab_op_2)
|
|
1253
|
+
self.horizontalLayout_18.setSpacing(5)
|
|
1254
|
+
self.horizontalLayout_18.setObjectName(u"horizontalLayout_18")
|
|
1255
|
+
self.horizontalLayout_18.setContentsMargins(0, 0, 20, 0)
|
|
1256
|
+
self.lab_op0_2 = QLabel(self.w_lab_op_2)
|
|
1257
|
+
self.lab_op0_2.setObjectName(u"lab_op0_2")
|
|
1258
|
+
self.lab_op0_2.setMinimumSize(QSize(100, 0))
|
|
1259
|
+
self.lab_op0_2.setMaximumSize(QSize(100, 20))
|
|
1260
|
+
self.lab_op0_2.setFont(font4)
|
|
1261
|
+
self.lab_op0_2.setStyleSheet(u"border: none;")
|
|
1262
|
+
self.lab_op0_2.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1263
|
+
|
|
1264
|
+
self.horizontalLayout_18.addWidget(self.lab_op0_2)
|
|
1265
|
+
|
|
1266
|
+
self.lab_op1_2 = QLabel(self.w_lab_op_2)
|
|
1267
|
+
self.lab_op1_2.setObjectName(u"lab_op1_2")
|
|
1268
|
+
self.lab_op1_2.setMinimumSize(QSize(20, 20))
|
|
1269
|
+
self.lab_op1_2.setMaximumSize(QSize(20, 20))
|
|
1270
|
+
self.lab_op1_2.setFont(font4)
|
|
1271
|
+
self.lab_op1_2.setStyleSheet(u"border: none;")
|
|
1272
|
+
self.lab_op1_2.setScaledContents(True)
|
|
1273
|
+
self.lab_op1_2.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1274
|
+
|
|
1275
|
+
self.horizontalLayout_18.addWidget(self.lab_op1_2)
|
|
1276
|
+
|
|
1277
|
+
self.lab_op2_2 = QLabel(self.w_lab_op_2)
|
|
1278
|
+
self.lab_op2_2.setObjectName(u"lab_op2_2")
|
|
1279
|
+
self.lab_op2_2.setMinimumSize(QSize(20, 20))
|
|
1280
|
+
self.lab_op2_2.setMaximumSize(QSize(20, 20))
|
|
1281
|
+
self.lab_op2_2.setFont(font4)
|
|
1282
|
+
self.lab_op2_2.setStyleSheet(u"border: none;")
|
|
1283
|
+
self.lab_op2_2.setScaledContents(True)
|
|
1284
|
+
self.lab_op2_2.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1285
|
+
|
|
1286
|
+
self.horizontalLayout_18.addWidget(self.lab_op2_2)
|
|
1287
|
+
|
|
1288
|
+
self.lab_op3_2 = QLabel(self.w_lab_op_2)
|
|
1289
|
+
self.lab_op3_2.setObjectName(u"lab_op3_2")
|
|
1290
|
+
self.lab_op3_2.setMinimumSize(QSize(20, 20))
|
|
1291
|
+
self.lab_op3_2.setMaximumSize(QSize(20, 20))
|
|
1292
|
+
self.lab_op3_2.setFont(font4)
|
|
1293
|
+
self.lab_op3_2.setStyleSheet(u"border: none;")
|
|
1294
|
+
self.lab_op3_2.setScaledContents(True)
|
|
1295
|
+
self.lab_op3_2.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1296
|
+
|
|
1297
|
+
self.horizontalLayout_18.addWidget(self.lab_op3_2)
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
self.verticalLayout_14.addWidget(self.w_lab_op_2)
|
|
1301
|
+
|
|
1302
|
+
self.label_Im_example_2 = QLabel(self.w_Im_ex_2)
|
|
1303
|
+
self.label_Im_example_2.setObjectName(u"label_Im_example_2")
|
|
1304
|
+
self.label_Im_example_2.setMinimumSize(QSize(100, 0))
|
|
1305
|
+
self.label_Im_example_2.setMaximumSize(QSize(100, 20))
|
|
1306
|
+
self.label_Im_example_2.setFont(font4)
|
|
1307
|
+
self.label_Im_example_2.setStyleSheet(u"border: none;")
|
|
1308
|
+
self.label_Im_example_2.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1309
|
+
|
|
1310
|
+
self.verticalLayout_14.addWidget(self.label_Im_example_2)
|
|
1311
|
+
|
|
1312
|
+
|
|
1313
|
+
self.horizontalLayout_16.addWidget(self.w_Im_ex_2)
|
|
1314
|
+
|
|
1315
|
+
self.hs_Images_ex_2 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1316
|
+
|
|
1317
|
+
self.horizontalLayout_16.addItem(self.hs_Images_ex_2)
|
|
1318
|
+
|
|
1319
|
+
self.w_Im_ex_3 = QWidget(self.w_Images_ex)
|
|
1320
|
+
self.w_Im_ex_3.setObjectName(u"w_Im_ex_3")
|
|
1321
|
+
self.w_Im_ex_3.setMinimumSize(QSize(100, 140))
|
|
1322
|
+
self.w_Im_ex_3.setMaximumSize(QSize(100, 140))
|
|
1323
|
+
self.verticalLayout_17 = QVBoxLayout(self.w_Im_ex_3)
|
|
1324
|
+
self.verticalLayout_17.setSpacing(0)
|
|
1325
|
+
self.verticalLayout_17.setObjectName(u"verticalLayout_17")
|
|
1326
|
+
self.verticalLayout_17.setContentsMargins(0, 0, 0, 0)
|
|
1327
|
+
self.w_Im_example_3 = QWidget(self.w_Im_ex_3)
|
|
1328
|
+
self.w_Im_example_3.setObjectName(u"w_Im_example_3")
|
|
1329
|
+
self.w_Im_example_3.setMinimumSize(QSize(100, 100))
|
|
1330
|
+
self.w_Im_example_3.setMaximumSize(QSize(100, 100))
|
|
1331
|
+
self.aim_3 = QLabel(self.w_Im_example_3)
|
|
1332
|
+
self.aim_3.setObjectName(u"aim_3")
|
|
1333
|
+
self.aim_3.setGeometry(QRect(0, 30, 100, 70))
|
|
1334
|
+
sizePolicy.setHeightForWidth(self.aim_3.sizePolicy().hasHeightForWidth())
|
|
1335
|
+
self.aim_3.setSizePolicy(sizePolicy)
|
|
1336
|
+
self.aim_3.setMinimumSize(QSize(100, 70))
|
|
1337
|
+
self.aim_3.setMaximumSize(QSize(100, 70))
|
|
1338
|
+
self.aim_3.setPixmap(QPixmap(u""+ icons_path +"axes.png"))
|
|
1339
|
+
self.aim_3.setScaledContents(True)
|
|
1340
|
+
self.bim_3 = QLabel(self.w_Im_example_3)
|
|
1341
|
+
self.bim_3.setObjectName(u"bim_3")
|
|
1342
|
+
self.bim_3.setGeometry(QRect(5, 35, 90, 60))
|
|
1343
|
+
sizePolicy4.setHeightForWidth(self.bim_3.sizePolicy().hasHeightForWidth())
|
|
1344
|
+
self.bim_3.setSizePolicy(sizePolicy4)
|
|
1345
|
+
self.bim_3.setMinimumSize(QSize(90, 60))
|
|
1346
|
+
self.bim_3.setMaximumSize(QSize(90, 60))
|
|
1347
|
+
self.bim_3.setPixmap(QPixmap(u""+ icons_path +"background_vectors.png"))
|
|
1348
|
+
self.bim_3.setScaledContents(True)
|
|
1349
|
+
self.bim_3.setIndent(2)
|
|
1350
|
+
self.bim_3.raise_()
|
|
1351
|
+
self.aim_3.raise_()
|
|
1352
|
+
|
|
1353
|
+
self.verticalLayout_17.addWidget(self.w_Im_example_3)
|
|
1354
|
+
|
|
1355
|
+
self.w_lab_op_3 = QWidget(self.w_Im_ex_3)
|
|
1356
|
+
self.w_lab_op_3.setObjectName(u"w_lab_op_3")
|
|
1357
|
+
self.horizontalLayout_19 = QHBoxLayout(self.w_lab_op_3)
|
|
1358
|
+
self.horizontalLayout_19.setSpacing(5)
|
|
1359
|
+
self.horizontalLayout_19.setObjectName(u"horizontalLayout_19")
|
|
1360
|
+
self.horizontalLayout_19.setContentsMargins(0, 0, 20, 0)
|
|
1361
|
+
self.lab_op0_3 = QLabel(self.w_lab_op_3)
|
|
1362
|
+
self.lab_op0_3.setObjectName(u"lab_op0_3")
|
|
1363
|
+
self.lab_op0_3.setMinimumSize(QSize(100, 0))
|
|
1364
|
+
self.lab_op0_3.setMaximumSize(QSize(100, 20))
|
|
1365
|
+
self.lab_op0_3.setFont(font4)
|
|
1366
|
+
self.lab_op0_3.setStyleSheet(u"border: none;")
|
|
1367
|
+
self.lab_op0_3.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1368
|
+
|
|
1369
|
+
self.horizontalLayout_19.addWidget(self.lab_op0_3)
|
|
1370
|
+
|
|
1371
|
+
self.lab_op1_3 = QLabel(self.w_lab_op_3)
|
|
1372
|
+
self.lab_op1_3.setObjectName(u"lab_op1_3")
|
|
1373
|
+
self.lab_op1_3.setMinimumSize(QSize(20, 20))
|
|
1374
|
+
self.lab_op1_3.setMaximumSize(QSize(20, 20))
|
|
1375
|
+
self.lab_op1_3.setFont(font4)
|
|
1376
|
+
self.lab_op1_3.setStyleSheet(u"border: none;")
|
|
1377
|
+
self.lab_op1_3.setScaledContents(True)
|
|
1378
|
+
self.lab_op1_3.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1379
|
+
|
|
1380
|
+
self.horizontalLayout_19.addWidget(self.lab_op1_3)
|
|
1381
|
+
|
|
1382
|
+
self.lab_op2_3 = QLabel(self.w_lab_op_3)
|
|
1383
|
+
self.lab_op2_3.setObjectName(u"lab_op2_3")
|
|
1384
|
+
self.lab_op2_3.setMinimumSize(QSize(20, 20))
|
|
1385
|
+
self.lab_op2_3.setMaximumSize(QSize(20, 20))
|
|
1386
|
+
self.lab_op2_3.setFont(font4)
|
|
1387
|
+
self.lab_op2_3.setStyleSheet(u"border: none;")
|
|
1388
|
+
self.lab_op2_3.setScaledContents(True)
|
|
1389
|
+
self.lab_op2_3.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1390
|
+
|
|
1391
|
+
self.horizontalLayout_19.addWidget(self.lab_op2_3)
|
|
1392
|
+
|
|
1393
|
+
self.lab_op3_3 = QLabel(self.w_lab_op_3)
|
|
1394
|
+
self.lab_op3_3.setObjectName(u"lab_op3_3")
|
|
1395
|
+
self.lab_op3_3.setMinimumSize(QSize(20, 20))
|
|
1396
|
+
self.lab_op3_3.setMaximumSize(QSize(20, 20))
|
|
1397
|
+
self.lab_op3_3.setFont(font4)
|
|
1398
|
+
self.lab_op3_3.setStyleSheet(u"border: none;")
|
|
1399
|
+
self.lab_op3_3.setScaledContents(True)
|
|
1400
|
+
self.lab_op3_3.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1401
|
+
|
|
1402
|
+
self.horizontalLayout_19.addWidget(self.lab_op3_3)
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
self.verticalLayout_17.addWidget(self.w_lab_op_3)
|
|
1406
|
+
|
|
1407
|
+
self.label_Im_example_3 = QLabel(self.w_Im_ex_3)
|
|
1408
|
+
self.label_Im_example_3.setObjectName(u"label_Im_example_3")
|
|
1409
|
+
self.label_Im_example_3.setMinimumSize(QSize(100, 0))
|
|
1410
|
+
self.label_Im_example_3.setMaximumSize(QSize(100, 20))
|
|
1411
|
+
self.label_Im_example_3.setFont(font4)
|
|
1412
|
+
self.label_Im_example_3.setStyleSheet(u"border: none;")
|
|
1413
|
+
self.label_Im_example_3.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1414
|
+
|
|
1415
|
+
self.verticalLayout_17.addWidget(self.label_Im_example_3)
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
self.horizontalLayout_16.addWidget(self.w_Im_ex_3)
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
self.horizontalLayout_4.addWidget(self.w_Images_ex)
|
|
1422
|
+
|
|
1423
|
+
self.hs_flip_image_3 = QSpacerItem(10, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1424
|
+
|
|
1425
|
+
self.horizontalLayout_4.addItem(self.hs_flip_image_3)
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
self.verticalLayout_15.addWidget(self.w_Flip_Mirror)
|
|
1429
|
+
|
|
1430
|
+
|
|
1431
|
+
self.verticalLayout_24.addWidget(self.w_Flip_Image)
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
self.verticalLayout_8.addWidget(self.CollapBox_Flip)
|
|
1435
|
+
|
|
1436
|
+
self.w_Resolution = QWidget(self.w_FurtherOptions)
|
|
1437
|
+
self.w_Resolution.setObjectName(u"w_Resolution")
|
|
1438
|
+
self.w_Resolution.setMinimumSize(QSize(0, 64))
|
|
1439
|
+
self.w_Resolution.setMaximumSize(QSize(16777215, 64))
|
|
1440
|
+
self.horizontalLayout_11 = QHBoxLayout(self.w_Resolution)
|
|
1441
|
+
self.horizontalLayout_11.setSpacing(5)
|
|
1442
|
+
self.horizontalLayout_11.setObjectName(u"horizontalLayout_11")
|
|
1443
|
+
self.horizontalLayout_11.setContentsMargins(0, 0, 0, 0)
|
|
1444
|
+
self.button_unit = QToolButton(self.w_Resolution)
|
|
1445
|
+
self.button_unit.setObjectName(u"button_unit")
|
|
1446
|
+
self.button_unit.setCheckable(True)
|
|
1447
|
+
self.button_unit.setChecked(False)
|
|
1448
|
+
|
|
1449
|
+
self.horizontalLayout_11.addWidget(self.button_unit)
|
|
1450
|
+
|
|
1451
|
+
self.w_x_Resolution = QWidget(self.w_Resolution)
|
|
1452
|
+
self.w_x_Resolution.setObjectName(u"w_x_Resolution")
|
|
1453
|
+
self.w_x_Resolution.setMinimumSize(QSize(110, 64))
|
|
1454
|
+
self.w_x_Resolution.setMaximumSize(QSize(140, 64))
|
|
1455
|
+
self.verticalLayout_29 = QVBoxLayout(self.w_x_Resolution)
|
|
1456
|
+
self.verticalLayout_29.setSpacing(0)
|
|
1457
|
+
self.verticalLayout_29.setObjectName(u"verticalLayout_29")
|
|
1458
|
+
self.verticalLayout_29.setContentsMargins(0, 0, 0, 0)
|
|
1459
|
+
self.label_x_res = QLabel(self.w_x_Resolution)
|
|
1460
|
+
self.label_x_res.setObjectName(u"label_x_res")
|
|
1461
|
+
sizePolicy2.setHeightForWidth(self.label_x_res.sizePolicy().hasHeightForWidth())
|
|
1462
|
+
self.label_x_res.setSizePolicy(sizePolicy2)
|
|
1463
|
+
self.label_x_res.setMinimumSize(QSize(0, 20))
|
|
1464
|
+
self.label_x_res.setMaximumSize(QSize(16777215, 20))
|
|
1465
|
+
self.label_x_res.setFont(font4)
|
|
1466
|
+
self.label_x_res.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1467
|
+
|
|
1468
|
+
self.verticalLayout_29.addWidget(self.label_x_res)
|
|
1469
|
+
|
|
1470
|
+
self.spin_xres = MyQDoubleSpin(self.w_x_Resolution)
|
|
1471
|
+
self.spin_xres.setObjectName(u"spin_xres")
|
|
1472
|
+
self.spin_xres.setMinimumSize(QSize(0, 0))
|
|
1473
|
+
self.spin_xres.setMaximumSize(QSize(1000000, 24))
|
|
1474
|
+
self.spin_xres.setFont(font)
|
|
1475
|
+
self.spin_xres.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1476
|
+
self.spin_xres.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1477
|
+
self.spin_xres.setDecimals(6)
|
|
1478
|
+
self.spin_xres.setMinimum(0.000000000000000)
|
|
1479
|
+
self.spin_xres.setMaximum(99999999999999991611392.000000000000000)
|
|
1480
|
+
self.spin_xres.setSingleStep(0.100000000000000)
|
|
1481
|
+
self.spin_xres.setValue(1.000000000000000)
|
|
1482
|
+
|
|
1483
|
+
self.verticalLayout_29.addWidget(self.spin_xres)
|
|
1484
|
+
|
|
1485
|
+
self.label_x_res_2 = QLabel(self.w_x_Resolution)
|
|
1486
|
+
self.label_x_res_2.setObjectName(u"label_x_res_2")
|
|
1487
|
+
sizePolicy2.setHeightForWidth(self.label_x_res_2.sizePolicy().hasHeightForWidth())
|
|
1488
|
+
self.label_x_res_2.setSizePolicy(sizePolicy2)
|
|
1489
|
+
self.label_x_res_2.setMinimumSize(QSize(0, 20))
|
|
1490
|
+
self.label_x_res_2.setMaximumSize(QSize(16777215, 20))
|
|
1491
|
+
self.label_x_res_2.setFont(font4)
|
|
1492
|
+
self.label_x_res_2.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1493
|
+
|
|
1494
|
+
self.verticalLayout_29.addWidget(self.label_x_res_2)
|
|
1495
|
+
|
|
1496
|
+
|
|
1497
|
+
self.horizontalLayout_11.addWidget(self.w_x_Resolution)
|
|
1498
|
+
|
|
1499
|
+
self.w_y_Resolution = QWidget(self.w_Resolution)
|
|
1500
|
+
self.w_y_Resolution.setObjectName(u"w_y_Resolution")
|
|
1501
|
+
self.w_y_Resolution.setMinimumSize(QSize(120, 64))
|
|
1502
|
+
self.w_y_Resolution.setMaximumSize(QSize(140, 64))
|
|
1503
|
+
self.verticalLayout_28 = QVBoxLayout(self.w_y_Resolution)
|
|
1504
|
+
self.verticalLayout_28.setSpacing(0)
|
|
1505
|
+
self.verticalLayout_28.setObjectName(u"verticalLayout_28")
|
|
1506
|
+
self.verticalLayout_28.setContentsMargins(0, 0, 0, 0)
|
|
1507
|
+
self.label_y_res = QLabel(self.w_y_Resolution)
|
|
1508
|
+
self.label_y_res.setObjectName(u"label_y_res")
|
|
1509
|
+
sizePolicy2.setHeightForWidth(self.label_y_res.sizePolicy().hasHeightForWidth())
|
|
1510
|
+
self.label_y_res.setSizePolicy(sizePolicy2)
|
|
1511
|
+
self.label_y_res.setMinimumSize(QSize(0, 20))
|
|
1512
|
+
self.label_y_res.setMaximumSize(QSize(16777215, 20))
|
|
1513
|
+
self.label_y_res.setFont(font4)
|
|
1514
|
+
self.label_y_res.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1515
|
+
|
|
1516
|
+
self.verticalLayout_28.addWidget(self.label_y_res)
|
|
1517
|
+
|
|
1518
|
+
self.spin_pixAR = MyQDoubleSpin(self.w_y_Resolution)
|
|
1519
|
+
self.spin_pixAR.setObjectName(u"spin_pixAR")
|
|
1520
|
+
self.spin_pixAR.setMinimumSize(QSize(0, 0))
|
|
1521
|
+
self.spin_pixAR.setMaximumSize(QSize(1000000, 24))
|
|
1522
|
+
self.spin_pixAR.setFont(font)
|
|
1523
|
+
self.spin_pixAR.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1524
|
+
self.spin_pixAR.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1525
|
+
self.spin_pixAR.setDecimals(6)
|
|
1526
|
+
self.spin_pixAR.setMinimum(0.000001000000000)
|
|
1527
|
+
self.spin_pixAR.setMaximum(99999999999999991611392.000000000000000)
|
|
1528
|
+
self.spin_pixAR.setSingleStep(0.010000000000000)
|
|
1529
|
+
self.spin_pixAR.setValue(1.000000000000000)
|
|
1530
|
+
|
|
1531
|
+
self.verticalLayout_28.addWidget(self.spin_pixAR)
|
|
1532
|
+
|
|
1533
|
+
self.label_y_res_2 = QLabel(self.w_y_Resolution)
|
|
1534
|
+
self.label_y_res_2.setObjectName(u"label_y_res_2")
|
|
1535
|
+
sizePolicy2.setHeightForWidth(self.label_y_res_2.sizePolicy().hasHeightForWidth())
|
|
1536
|
+
self.label_y_res_2.setSizePolicy(sizePolicy2)
|
|
1537
|
+
self.label_y_res_2.setMinimumSize(QSize(0, 20))
|
|
1538
|
+
self.label_y_res_2.setMaximumSize(QSize(16777215, 20))
|
|
1539
|
+
self.label_y_res_2.setFont(font4)
|
|
1540
|
+
self.label_y_res_2.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1541
|
+
|
|
1542
|
+
self.verticalLayout_28.addWidget(self.label_y_res_2)
|
|
1543
|
+
|
|
1544
|
+
|
|
1545
|
+
self.horizontalLayout_11.addWidget(self.w_y_Resolution)
|
|
1546
|
+
|
|
1547
|
+
self.w_dt = QWidget(self.w_Resolution)
|
|
1548
|
+
self.w_dt.setObjectName(u"w_dt")
|
|
1549
|
+
self.w_dt.setMinimumSize(QSize(120, 64))
|
|
1550
|
+
self.w_dt.setMaximumSize(QSize(140, 64))
|
|
1551
|
+
self.verticalLayout_27 = QVBoxLayout(self.w_dt)
|
|
1552
|
+
self.verticalLayout_27.setSpacing(0)
|
|
1553
|
+
self.verticalLayout_27.setObjectName(u"verticalLayout_27")
|
|
1554
|
+
self.verticalLayout_27.setContentsMargins(0, 0, 0, 0)
|
|
1555
|
+
self.label_dt = QLabel(self.w_dt)
|
|
1556
|
+
self.label_dt.setObjectName(u"label_dt")
|
|
1557
|
+
sizePolicy2.setHeightForWidth(self.label_dt.sizePolicy().hasHeightForWidth())
|
|
1558
|
+
self.label_dt.setSizePolicy(sizePolicy2)
|
|
1559
|
+
self.label_dt.setMinimumSize(QSize(0, 20))
|
|
1560
|
+
self.label_dt.setMaximumSize(QSize(16777215, 20))
|
|
1561
|
+
self.label_dt.setFont(font4)
|
|
1562
|
+
self.label_dt.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1563
|
+
|
|
1564
|
+
self.verticalLayout_27.addWidget(self.label_dt)
|
|
1565
|
+
|
|
1566
|
+
self.spin_dt = MyQDoubleSpin(self.w_dt)
|
|
1567
|
+
self.spin_dt.setObjectName(u"spin_dt")
|
|
1568
|
+
self.spin_dt.setMinimumSize(QSize(0, 0))
|
|
1569
|
+
self.spin_dt.setMaximumSize(QSize(1000000, 24))
|
|
1570
|
+
self.spin_dt.setFont(font)
|
|
1571
|
+
self.spin_dt.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1572
|
+
self.spin_dt.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1573
|
+
self.spin_dt.setDecimals(6)
|
|
1574
|
+
self.spin_dt.setMinimum(0.000001000000000)
|
|
1575
|
+
self.spin_dt.setMaximum(99999999999999991611392.000000000000000)
|
|
1576
|
+
self.spin_dt.setSingleStep(0.100000000000000)
|
|
1577
|
+
self.spin_dt.setValue(0.001000000000000)
|
|
1578
|
+
|
|
1579
|
+
self.verticalLayout_27.addWidget(self.spin_dt)
|
|
1580
|
+
|
|
1581
|
+
self.label_dt_2 = QLabel(self.w_dt)
|
|
1582
|
+
self.label_dt_2.setObjectName(u"label_dt_2")
|
|
1583
|
+
sizePolicy2.setHeightForWidth(self.label_dt_2.sizePolicy().hasHeightForWidth())
|
|
1584
|
+
self.label_dt_2.setSizePolicy(sizePolicy2)
|
|
1585
|
+
self.label_dt_2.setMinimumSize(QSize(0, 20))
|
|
1586
|
+
self.label_dt_2.setMaximumSize(QSize(16777215, 20))
|
|
1587
|
+
self.label_dt_2.setFont(font4)
|
|
1588
|
+
self.label_dt_2.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1589
|
+
|
|
1590
|
+
self.verticalLayout_27.addWidget(self.label_dt_2)
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
self.horizontalLayout_11.addWidget(self.w_dt)
|
|
1594
|
+
|
|
1595
|
+
self.w_Res_eff = QWidget(self.w_Resolution)
|
|
1596
|
+
self.w_Res_eff.setObjectName(u"w_Res_eff")
|
|
1597
|
+
sizePolicy1.setHeightForWidth(self.w_Res_eff.sizePolicy().hasHeightForWidth())
|
|
1598
|
+
self.w_Res_eff.setSizePolicy(sizePolicy1)
|
|
1599
|
+
self.w_Res_eff.setMinimumSize(QSize(100, 60))
|
|
1600
|
+
self.w_Res_eff.setMaximumSize(QSize(150, 60))
|
|
1601
|
+
self.verticalLayout_30 = QVBoxLayout(self.w_Res_eff)
|
|
1602
|
+
self.verticalLayout_30.setSpacing(0)
|
|
1603
|
+
self.verticalLayout_30.setObjectName(u"verticalLayout_30")
|
|
1604
|
+
self.verticalLayout_30.setContentsMargins(0, 0, 0, 0)
|
|
1605
|
+
self.label_Res = QLabel(self.w_Res_eff)
|
|
1606
|
+
self.label_Res.setObjectName(u"label_Res")
|
|
1607
|
+
sizePolicy2.setHeightForWidth(self.label_Res.sizePolicy().hasHeightForWidth())
|
|
1608
|
+
self.label_Res.setSizePolicy(sizePolicy2)
|
|
1609
|
+
self.label_Res.setMinimumSize(QSize(0, 20))
|
|
1610
|
+
self.label_Res.setMaximumSize(QSize(16777215, 20))
|
|
1611
|
+
self.label_Res.setFont(font4)
|
|
1612
|
+
self.label_Res.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1613
|
+
|
|
1614
|
+
self.verticalLayout_30.addWidget(self.label_Res)
|
|
1615
|
+
|
|
1616
|
+
self.label_Res_x = QLabel(self.w_Res_eff)
|
|
1617
|
+
self.label_Res_x.setObjectName(u"label_Res_x")
|
|
1618
|
+
sizePolicy2.setHeightForWidth(self.label_Res_x.sizePolicy().hasHeightForWidth())
|
|
1619
|
+
self.label_Res_x.setSizePolicy(sizePolicy2)
|
|
1620
|
+
self.label_Res_x.setMinimumSize(QSize(0, 20))
|
|
1621
|
+
self.label_Res_x.setMaximumSize(QSize(16777215, 20))
|
|
1622
|
+
self.label_Res_x.setFont(font4)
|
|
1623
|
+
self.label_Res_x.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1624
|
+
|
|
1625
|
+
self.verticalLayout_30.addWidget(self.label_Res_x)
|
|
1626
|
+
|
|
1627
|
+
self.label_Res_y = QLabel(self.w_Res_eff)
|
|
1628
|
+
self.label_Res_y.setObjectName(u"label_Res_y")
|
|
1629
|
+
sizePolicy2.setHeightForWidth(self.label_Res_y.sizePolicy().hasHeightForWidth())
|
|
1630
|
+
self.label_Res_y.setSizePolicy(sizePolicy2)
|
|
1631
|
+
self.label_Res_y.setMinimumSize(QSize(0, 20))
|
|
1632
|
+
self.label_Res_y.setMaximumSize(QSize(16777215, 20))
|
|
1633
|
+
self.label_Res_y.setFont(font4)
|
|
1634
|
+
self.label_Res_y.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1635
|
+
|
|
1636
|
+
self.verticalLayout_30.addWidget(self.label_Res_y)
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
self.horizontalLayout_11.addWidget(self.w_Res_eff)
|
|
1640
|
+
|
|
1641
|
+
self.hs_Res = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1642
|
+
|
|
1643
|
+
self.horizontalLayout_11.addItem(self.hs_Res)
|
|
1644
|
+
|
|
1645
|
+
self.horizontalLayout_11.setStretch(1, 1)
|
|
1646
|
+
self.horizontalLayout_11.setStretch(2, 1)
|
|
1647
|
+
self.horizontalLayout_11.setStretch(3, 1)
|
|
1648
|
+
|
|
1649
|
+
self.verticalLayout_8.addWidget(self.w_Resolution)
|
|
1650
|
+
|
|
1651
|
+
self.g_CommonRegion = QGroupBox(self.w_FurtherOptions)
|
|
1652
|
+
self.g_CommonRegion.setObjectName(u"g_CommonRegion")
|
|
1653
|
+
self.g_CommonRegion.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}\n"
|
|
1654
|
+
"")
|
|
1655
|
+
self.verticalLayout_13 = QVBoxLayout(self.g_CommonRegion)
|
|
1656
|
+
self.verticalLayout_13.setSpacing(0)
|
|
1657
|
+
self.verticalLayout_13.setObjectName(u"verticalLayout_13")
|
|
1658
|
+
self.verticalLayout_13.setContentsMargins(10, 5, 10, 5)
|
|
1659
|
+
self.label_CommonRegion = QLabel(self.g_CommonRegion)
|
|
1660
|
+
self.label_CommonRegion.setObjectName(u"label_CommonRegion")
|
|
1661
|
+
sizePolicy2.setHeightForWidth(self.label_CommonRegion.sizePolicy().hasHeightForWidth())
|
|
1662
|
+
self.label_CommonRegion.setSizePolicy(sizePolicy2)
|
|
1663
|
+
self.label_CommonRegion.setMinimumSize(QSize(200, 20))
|
|
1664
|
+
self.label_CommonRegion.setMaximumSize(QSize(90, 20))
|
|
1665
|
+
font7 = QFont()
|
|
1666
|
+
font7.setPointSize(10)
|
|
1667
|
+
font7.setBold(True)
|
|
1668
|
+
font7.setItalic(False)
|
|
1669
|
+
self.label_CommonRegion.setFont(font7)
|
|
1670
|
+
self.label_CommonRegion.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1671
|
+
|
|
1672
|
+
self.verticalLayout_13.addWidget(self.label_CommonRegion)
|
|
1673
|
+
|
|
1674
|
+
self.w_CommonRegion = QWidget(self.g_CommonRegion)
|
|
1675
|
+
self.w_CommonRegion.setObjectName(u"w_CommonRegion")
|
|
1676
|
+
self.w_CommonRegion.setMinimumSize(QSize(0, 50))
|
|
1677
|
+
self.w_CommonRegion.setMaximumSize(QSize(16777215, 16777215))
|
|
1678
|
+
self.horizontalLayout_20 = QHBoxLayout(self.w_CommonRegion)
|
|
1679
|
+
self.horizontalLayout_20.setSpacing(5)
|
|
1680
|
+
self.horizontalLayout_20.setObjectName(u"horizontalLayout_20")
|
|
1681
|
+
self.horizontalLayout_20.setContentsMargins(0, 0, 0, 0)
|
|
1682
|
+
self.w_x_min = QWidget(self.w_CommonRegion)
|
|
1683
|
+
self.w_x_min.setObjectName(u"w_x_min")
|
|
1684
|
+
self.w_x_min.setMinimumSize(QSize(100, 44))
|
|
1685
|
+
self.w_x_min.setMaximumSize(QSize(150, 44))
|
|
1686
|
+
self.verticalLayout_23 = QVBoxLayout(self.w_x_min)
|
|
1687
|
+
self.verticalLayout_23.setSpacing(0)
|
|
1688
|
+
self.verticalLayout_23.setObjectName(u"verticalLayout_23")
|
|
1689
|
+
self.verticalLayout_23.setContentsMargins(0, 0, 0, 0)
|
|
1690
|
+
self.label_x_min = QLabel(self.w_x_min)
|
|
1691
|
+
self.label_x_min.setObjectName(u"label_x_min")
|
|
1692
|
+
sizePolicy2.setHeightForWidth(self.label_x_min.sizePolicy().hasHeightForWidth())
|
|
1693
|
+
self.label_x_min.setSizePolicy(sizePolicy2)
|
|
1694
|
+
self.label_x_min.setMinimumSize(QSize(0, 20))
|
|
1695
|
+
self.label_x_min.setMaximumSize(QSize(90, 20))
|
|
1696
|
+
self.label_x_min.setFont(font4)
|
|
1697
|
+
self.label_x_min.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1698
|
+
|
|
1699
|
+
self.verticalLayout_23.addWidget(self.label_x_min)
|
|
1700
|
+
|
|
1701
|
+
self.spin_x_min = MyQDoubleSpin(self.w_x_min)
|
|
1702
|
+
self.spin_x_min.setObjectName(u"spin_x_min")
|
|
1703
|
+
self.spin_x_min.setEnabled(True)
|
|
1704
|
+
self.spin_x_min.setMinimumSize(QSize(0, 24))
|
|
1705
|
+
self.spin_x_min.setMaximumSize(QSize(90, 24))
|
|
1706
|
+
self.spin_x_min.setFont(font)
|
|
1707
|
+
self.spin_x_min.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1708
|
+
self.spin_x_min.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
1709
|
+
self.spin_x_min.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1710
|
+
self.spin_x_min.setMinimum(-1000000000.000000000000000)
|
|
1711
|
+
self.spin_x_min.setMaximum(1000000000.000000000000000)
|
|
1712
|
+
self.spin_x_min.setSingleStep(0.050000000000000)
|
|
1713
|
+
|
|
1714
|
+
self.verticalLayout_23.addWidget(self.spin_x_min)
|
|
1715
|
+
|
|
1716
|
+
|
|
1717
|
+
self.horizontalLayout_20.addWidget(self.w_x_min)
|
|
1718
|
+
|
|
1719
|
+
self.w_x_max = QWidget(self.w_CommonRegion)
|
|
1720
|
+
self.w_x_max.setObjectName(u"w_x_max")
|
|
1721
|
+
self.w_x_max.setMinimumSize(QSize(100, 44))
|
|
1722
|
+
self.w_x_max.setMaximumSize(QSize(150, 44))
|
|
1723
|
+
self.verticalLayout_25 = QVBoxLayout(self.w_x_max)
|
|
1724
|
+
self.verticalLayout_25.setSpacing(0)
|
|
1725
|
+
self.verticalLayout_25.setObjectName(u"verticalLayout_25")
|
|
1726
|
+
self.verticalLayout_25.setContentsMargins(0, 0, 0, 0)
|
|
1727
|
+
self.label_x_max = QLabel(self.w_x_max)
|
|
1728
|
+
self.label_x_max.setObjectName(u"label_x_max")
|
|
1729
|
+
sizePolicy2.setHeightForWidth(self.label_x_max.sizePolicy().hasHeightForWidth())
|
|
1730
|
+
self.label_x_max.setSizePolicy(sizePolicy2)
|
|
1731
|
+
self.label_x_max.setMinimumSize(QSize(0, 20))
|
|
1732
|
+
self.label_x_max.setMaximumSize(QSize(90, 20))
|
|
1733
|
+
self.label_x_max.setFont(font4)
|
|
1734
|
+
self.label_x_max.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1735
|
+
|
|
1736
|
+
self.verticalLayout_25.addWidget(self.label_x_max)
|
|
1737
|
+
|
|
1738
|
+
self.spin_x_max = MyQDoubleSpin(self.w_x_max)
|
|
1739
|
+
self.spin_x_max.setObjectName(u"spin_x_max")
|
|
1740
|
+
self.spin_x_max.setEnabled(True)
|
|
1741
|
+
self.spin_x_max.setMinimumSize(QSize(0, 24))
|
|
1742
|
+
self.spin_x_max.setMaximumSize(QSize(90, 24))
|
|
1743
|
+
self.spin_x_max.setFont(font)
|
|
1744
|
+
self.spin_x_max.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1745
|
+
self.spin_x_max.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
1746
|
+
self.spin_x_max.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1747
|
+
self.spin_x_max.setMinimum(-1000000000.000000000000000)
|
|
1748
|
+
self.spin_x_max.setMaximum(1000000000.000000000000000)
|
|
1749
|
+
self.spin_x_max.setSingleStep(0.050000000000000)
|
|
1750
|
+
|
|
1751
|
+
self.verticalLayout_25.addWidget(self.spin_x_max)
|
|
1752
|
+
|
|
1753
|
+
|
|
1754
|
+
self.horizontalLayout_20.addWidget(self.w_x_max)
|
|
1755
|
+
|
|
1756
|
+
self.w_y_min = QWidget(self.w_CommonRegion)
|
|
1757
|
+
self.w_y_min.setObjectName(u"w_y_min")
|
|
1758
|
+
self.w_y_min.setMinimumSize(QSize(100, 44))
|
|
1759
|
+
self.w_y_min.setMaximumSize(QSize(150, 44))
|
|
1760
|
+
self.verticalLayout_26 = QVBoxLayout(self.w_y_min)
|
|
1761
|
+
self.verticalLayout_26.setSpacing(0)
|
|
1762
|
+
self.verticalLayout_26.setObjectName(u"verticalLayout_26")
|
|
1763
|
+
self.verticalLayout_26.setContentsMargins(0, 0, 0, 0)
|
|
1764
|
+
self.label_y_min = QLabel(self.w_y_min)
|
|
1765
|
+
self.label_y_min.setObjectName(u"label_y_min")
|
|
1766
|
+
sizePolicy2.setHeightForWidth(self.label_y_min.sizePolicy().hasHeightForWidth())
|
|
1767
|
+
self.label_y_min.setSizePolicy(sizePolicy2)
|
|
1768
|
+
self.label_y_min.setMinimumSize(QSize(0, 20))
|
|
1769
|
+
self.label_y_min.setMaximumSize(QSize(90, 20))
|
|
1770
|
+
self.label_y_min.setFont(font4)
|
|
1771
|
+
self.label_y_min.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1772
|
+
|
|
1773
|
+
self.verticalLayout_26.addWidget(self.label_y_min)
|
|
1774
|
+
|
|
1775
|
+
self.spin_y_min = MyQDoubleSpin(self.w_y_min)
|
|
1776
|
+
self.spin_y_min.setObjectName(u"spin_y_min")
|
|
1777
|
+
self.spin_y_min.setEnabled(True)
|
|
1778
|
+
self.spin_y_min.setMinimumSize(QSize(0, 24))
|
|
1779
|
+
self.spin_y_min.setMaximumSize(QSize(90, 24))
|
|
1780
|
+
self.spin_y_min.setFont(font)
|
|
1781
|
+
self.spin_y_min.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1782
|
+
self.spin_y_min.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
1783
|
+
self.spin_y_min.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1784
|
+
self.spin_y_min.setMinimum(-1000000000.000000000000000)
|
|
1785
|
+
self.spin_y_min.setMaximum(1000000000.000000000000000)
|
|
1786
|
+
self.spin_y_min.setSingleStep(0.050000000000000)
|
|
1787
|
+
|
|
1788
|
+
self.verticalLayout_26.addWidget(self.spin_y_min)
|
|
1789
|
+
|
|
1790
|
+
|
|
1791
|
+
self.horizontalLayout_20.addWidget(self.w_y_min)
|
|
1792
|
+
|
|
1793
|
+
self.w_y_max = QWidget(self.w_CommonRegion)
|
|
1794
|
+
self.w_y_max.setObjectName(u"w_y_max")
|
|
1795
|
+
self.w_y_max.setMinimumSize(QSize(100, 44))
|
|
1796
|
+
self.w_y_max.setMaximumSize(QSize(150, 44))
|
|
1797
|
+
self.verticalLayout_31 = QVBoxLayout(self.w_y_max)
|
|
1798
|
+
self.verticalLayout_31.setSpacing(0)
|
|
1799
|
+
self.verticalLayout_31.setObjectName(u"verticalLayout_31")
|
|
1800
|
+
self.verticalLayout_31.setContentsMargins(0, 0, 0, 0)
|
|
1801
|
+
self.label_y_max = QLabel(self.w_y_max)
|
|
1802
|
+
self.label_y_max.setObjectName(u"label_y_max")
|
|
1803
|
+
sizePolicy2.setHeightForWidth(self.label_y_max.sizePolicy().hasHeightForWidth())
|
|
1804
|
+
self.label_y_max.setSizePolicy(sizePolicy2)
|
|
1805
|
+
self.label_y_max.setMinimumSize(QSize(0, 20))
|
|
1806
|
+
self.label_y_max.setMaximumSize(QSize(90, 20))
|
|
1807
|
+
self.label_y_max.setFont(font4)
|
|
1808
|
+
self.label_y_max.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1809
|
+
|
|
1810
|
+
self.verticalLayout_31.addWidget(self.label_y_max)
|
|
1811
|
+
|
|
1812
|
+
self.spin_y_max = MyQDoubleSpin(self.w_y_max)
|
|
1813
|
+
self.spin_y_max.setObjectName(u"spin_y_max")
|
|
1814
|
+
self.spin_y_max.setEnabled(True)
|
|
1815
|
+
self.spin_y_max.setMinimumSize(QSize(0, 24))
|
|
1816
|
+
self.spin_y_max.setMaximumSize(QSize(90, 24))
|
|
1817
|
+
self.spin_y_max.setFont(font)
|
|
1818
|
+
self.spin_y_max.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1819
|
+
self.spin_y_max.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.UpDownArrows)
|
|
1820
|
+
self.spin_y_max.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1821
|
+
self.spin_y_max.setMinimum(-1000000000.000000000000000)
|
|
1822
|
+
self.spin_y_max.setMaximum(1000000000.000000000000000)
|
|
1823
|
+
self.spin_y_max.setSingleStep(0.050000000000000)
|
|
1824
|
+
|
|
1825
|
+
self.verticalLayout_31.addWidget(self.spin_y_max)
|
|
1826
|
+
|
|
1827
|
+
|
|
1828
|
+
self.horizontalLayout_20.addWidget(self.w_y_max)
|
|
1829
|
+
|
|
1830
|
+
self.w_lab_reg = QWidget(self.w_CommonRegion)
|
|
1831
|
+
self.w_lab_reg.setObjectName(u"w_lab_reg")
|
|
1832
|
+
self.w_lab_reg.setMinimumSize(QSize(0, 44))
|
|
1833
|
+
self.w_lab_reg.setMaximumSize(QSize(26, 44))
|
|
1834
|
+
self.verticalLayout_34 = QVBoxLayout(self.w_lab_reg)
|
|
1835
|
+
self.verticalLayout_34.setSpacing(0)
|
|
1836
|
+
self.verticalLayout_34.setObjectName(u"verticalLayout_34")
|
|
1837
|
+
self.verticalLayout_34.setContentsMargins(0, 0, 0, 0)
|
|
1838
|
+
self.label_WarnCR_top = QLabel(self.w_lab_reg)
|
|
1839
|
+
self.label_WarnCR_top.setObjectName(u"label_WarnCR_top")
|
|
1840
|
+
sizePolicy2.setHeightForWidth(self.label_WarnCR_top.sizePolicy().hasHeightForWidth())
|
|
1841
|
+
self.label_WarnCR_top.setSizePolicy(sizePolicy2)
|
|
1842
|
+
self.label_WarnCR_top.setMinimumSize(QSize(0, 18))
|
|
1843
|
+
self.label_WarnCR_top.setMaximumSize(QSize(16777215, 18))
|
|
1844
|
+
self.label_WarnCR_top.setFont(font4)
|
|
1845
|
+
|
|
1846
|
+
self.verticalLayout_34.addWidget(self.label_WarnCR_top)
|
|
1847
|
+
|
|
1848
|
+
self.label_WarnCR = ClickableLabel(self.w_lab_reg)
|
|
1849
|
+
self.label_WarnCR.setObjectName(u"label_WarnCR")
|
|
1850
|
+
self.label_WarnCR.setPixmap(QPixmap(u""+ icons_path +"warning.png"))
|
|
1851
|
+
self.label_WarnCR.setScaledContents(True)
|
|
1852
|
+
|
|
1853
|
+
self.verticalLayout_34.addWidget(self.label_WarnCR)
|
|
1854
|
+
|
|
1855
|
+
|
|
1856
|
+
self.horizontalLayout_20.addWidget(self.w_lab_reg)
|
|
1857
|
+
|
|
1858
|
+
self.w_def_reg = QWidget(self.w_CommonRegion)
|
|
1859
|
+
self.w_def_reg.setObjectName(u"w_def_reg")
|
|
1860
|
+
self.w_def_reg.setMinimumSize(QSize(0, 44))
|
|
1861
|
+
self.w_def_reg.setMaximumSize(QSize(26, 44))
|
|
1862
|
+
self.verticalLayout_18 = QVBoxLayout(self.w_def_reg)
|
|
1863
|
+
self.verticalLayout_18.setSpacing(0)
|
|
1864
|
+
self.verticalLayout_18.setObjectName(u"verticalLayout_18")
|
|
1865
|
+
self.verticalLayout_18.setContentsMargins(0, 0, 0, 0)
|
|
1866
|
+
self.label_button_def_reg = QLabel(self.w_def_reg)
|
|
1867
|
+
self.label_button_def_reg.setObjectName(u"label_button_def_reg")
|
|
1868
|
+
sizePolicy2.setHeightForWidth(self.label_button_def_reg.sizePolicy().hasHeightForWidth())
|
|
1869
|
+
self.label_button_def_reg.setSizePolicy(sizePolicy2)
|
|
1870
|
+
self.label_button_def_reg.setMinimumSize(QSize(0, 18))
|
|
1871
|
+
self.label_button_def_reg.setMaximumSize(QSize(16777215, 18))
|
|
1872
|
+
self.label_button_def_reg.setFont(font4)
|
|
1873
|
+
|
|
1874
|
+
self.verticalLayout_18.addWidget(self.label_button_def_reg)
|
|
1875
|
+
|
|
1876
|
+
self.button_def_reg = QToolButton(self.w_def_reg)
|
|
1877
|
+
self.button_def_reg.setObjectName(u"button_def_reg")
|
|
1878
|
+
self.button_def_reg.setMinimumSize(QSize(26, 26))
|
|
1879
|
+
self.button_def_reg.setMaximumSize(QSize(26, 26))
|
|
1880
|
+
self.button_def_reg.setIcon(icon6)
|
|
1881
|
+
self.button_def_reg.setIconSize(QSize(18, 18))
|
|
1882
|
+
|
|
1883
|
+
self.verticalLayout_18.addWidget(self.button_def_reg)
|
|
1884
|
+
|
|
1885
|
+
|
|
1886
|
+
self.horizontalLayout_20.addWidget(self.w_def_reg)
|
|
1887
|
+
|
|
1888
|
+
self.hs_CommonRegion = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1889
|
+
|
|
1890
|
+
self.horizontalLayout_20.addItem(self.hs_CommonRegion)
|
|
1891
|
+
|
|
1892
|
+
self.horizontalLayout_20.setStretch(0, 1)
|
|
1893
|
+
self.horizontalLayout_20.setStretch(1, 1)
|
|
1894
|
+
self.horizontalLayout_20.setStretch(2, 1)
|
|
1895
|
+
self.horizontalLayout_20.setStretch(3, 1)
|
|
1896
|
+
self.horizontalLayout_20.setStretch(5, 1)
|
|
1897
|
+
self.horizontalLayout_20.setStretch(6, 1)
|
|
1898
|
+
|
|
1899
|
+
self.verticalLayout_13.addWidget(self.w_CommonRegion)
|
|
1900
|
+
|
|
1901
|
+
|
|
1902
|
+
self.verticalLayout_8.addWidget(self.g_CommonRegion)
|
|
1903
|
+
|
|
1904
|
+
self.g_laser_plane_eq = QGroupBox(self.w_FurtherOptions)
|
|
1905
|
+
self.g_laser_plane_eq.setObjectName(u"g_laser_plane_eq")
|
|
1906
|
+
self.g_laser_plane_eq.setMinimumSize(QSize(0, 70))
|
|
1907
|
+
self.g_laser_plane_eq.setMaximumSize(QSize(16777215, 70))
|
|
1908
|
+
self.g_laser_plane_eq.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}\n"
|
|
1909
|
+
"")
|
|
1910
|
+
self.verticalLayout_33 = QVBoxLayout(self.g_laser_plane_eq)
|
|
1911
|
+
self.verticalLayout_33.setSpacing(0)
|
|
1912
|
+
self.verticalLayout_33.setObjectName(u"verticalLayout_33")
|
|
1913
|
+
self.verticalLayout_33.setContentsMargins(10, 5, 10, 5)
|
|
1914
|
+
self.label_laser_plane_eq = QLabel(self.g_laser_plane_eq)
|
|
1915
|
+
self.label_laser_plane_eq.setObjectName(u"label_laser_plane_eq")
|
|
1916
|
+
sizePolicy2.setHeightForWidth(self.label_laser_plane_eq.sizePolicy().hasHeightForWidth())
|
|
1917
|
+
self.label_laser_plane_eq.setSizePolicy(sizePolicy2)
|
|
1918
|
+
self.label_laser_plane_eq.setMinimumSize(QSize(200, 20))
|
|
1919
|
+
self.label_laser_plane_eq.setMaximumSize(QSize(90, 20))
|
|
1920
|
+
self.label_laser_plane_eq.setFont(font7)
|
|
1921
|
+
self.label_laser_plane_eq.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1922
|
+
|
|
1923
|
+
self.verticalLayout_33.addWidget(self.label_laser_plane_eq)
|
|
1924
|
+
|
|
1925
|
+
self.w_laser_plane_eq = QWidget(self.g_laser_plane_eq)
|
|
1926
|
+
self.w_laser_plane_eq.setObjectName(u"w_laser_plane_eq")
|
|
1927
|
+
self.w_laser_plane_eq.setMinimumSize(QSize(0, 40))
|
|
1928
|
+
self.w_laser_plane_eq.setMaximumSize(QSize(16777215, 40))
|
|
1929
|
+
self.horizontalLayout_22 = QHBoxLayout(self.w_laser_plane_eq)
|
|
1930
|
+
self.horizontalLayout_22.setSpacing(20)
|
|
1931
|
+
self.horizontalLayout_22.setObjectName(u"horizontalLayout_22")
|
|
1932
|
+
self.horizontalLayout_22.setContentsMargins(0, 0, 0, 0)
|
|
1933
|
+
self.w_laser_plane_coeff = QWidget(self.w_laser_plane_eq)
|
|
1934
|
+
self.w_laser_plane_coeff.setObjectName(u"w_laser_plane_coeff")
|
|
1935
|
+
self.horizontalLayout_23 = QHBoxLayout(self.w_laser_plane_coeff)
|
|
1936
|
+
self.horizontalLayout_23.setSpacing(0)
|
|
1937
|
+
self.horizontalLayout_23.setObjectName(u"horizontalLayout_23")
|
|
1938
|
+
self.horizontalLayout_23.setContentsMargins(0, 0, 0, 0)
|
|
1939
|
+
self.label_z = QLabel(self.w_laser_plane_coeff)
|
|
1940
|
+
self.label_z.setObjectName(u"label_z")
|
|
1941
|
+
sizePolicy2.setHeightForWidth(self.label_z.sizePolicy().hasHeightForWidth())
|
|
1942
|
+
self.label_z.setSizePolicy(sizePolicy2)
|
|
1943
|
+
self.label_z.setMinimumSize(QSize(0, 20))
|
|
1944
|
+
self.label_z.setMaximumSize(QSize(90, 20))
|
|
1945
|
+
self.label_z.setFont(font4)
|
|
1946
|
+
self.label_z.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1947
|
+
|
|
1948
|
+
self.horizontalLayout_23.addWidget(self.label_z)
|
|
1949
|
+
|
|
1950
|
+
self.spin_zconst = MyQDoubleSpin(self.w_laser_plane_coeff)
|
|
1951
|
+
self.spin_zconst.setObjectName(u"spin_zconst")
|
|
1952
|
+
sizePolicy3.setHeightForWidth(self.spin_zconst.sizePolicy().hasHeightForWidth())
|
|
1953
|
+
self.spin_zconst.setSizePolicy(sizePolicy3)
|
|
1954
|
+
self.spin_zconst.setMinimumSize(QSize(0, 0))
|
|
1955
|
+
self.spin_zconst.setMaximumSize(QSize(100, 24))
|
|
1956
|
+
self.spin_zconst.setFont(font)
|
|
1957
|
+
self.spin_zconst.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1958
|
+
self.spin_zconst.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1959
|
+
self.spin_zconst.setDecimals(6)
|
|
1960
|
+
self.spin_zconst.setMinimum(-99999999999999991611392.000000000000000)
|
|
1961
|
+
self.spin_zconst.setMaximum(99999999999999991611392.000000000000000)
|
|
1962
|
+
self.spin_zconst.setSingleStep(0.010000000000000)
|
|
1963
|
+
self.spin_zconst.setValue(0.000000000000000)
|
|
1964
|
+
|
|
1965
|
+
self.horizontalLayout_23.addWidget(self.spin_zconst)
|
|
1966
|
+
|
|
1967
|
+
self.label_zconst = QLabel(self.w_laser_plane_coeff)
|
|
1968
|
+
self.label_zconst.setObjectName(u"label_zconst")
|
|
1969
|
+
sizePolicy2.setHeightForWidth(self.label_zconst.sizePolicy().hasHeightForWidth())
|
|
1970
|
+
self.label_zconst.setSizePolicy(sizePolicy2)
|
|
1971
|
+
self.label_zconst.setMinimumSize(QSize(20, 20))
|
|
1972
|
+
self.label_zconst.setMaximumSize(QSize(20, 20))
|
|
1973
|
+
self.label_zconst.setFont(font4)
|
|
1974
|
+
self.label_zconst.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1975
|
+
|
|
1976
|
+
self.horizontalLayout_23.addWidget(self.label_zconst)
|
|
1977
|
+
|
|
1978
|
+
self.spin_xterm = MyQDoubleSpin(self.w_laser_plane_coeff)
|
|
1979
|
+
self.spin_xterm.setObjectName(u"spin_xterm")
|
|
1980
|
+
sizePolicy3.setHeightForWidth(self.spin_xterm.sizePolicy().hasHeightForWidth())
|
|
1981
|
+
self.spin_xterm.setSizePolicy(sizePolicy3)
|
|
1982
|
+
self.spin_xterm.setMinimumSize(QSize(0, 0))
|
|
1983
|
+
self.spin_xterm.setMaximumSize(QSize(100, 24))
|
|
1984
|
+
self.spin_xterm.setFont(font)
|
|
1985
|
+
self.spin_xterm.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1986
|
+
self.spin_xterm.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1987
|
+
self.spin_xterm.setDecimals(6)
|
|
1988
|
+
self.spin_xterm.setMinimum(-99999999999999991611392.000000000000000)
|
|
1989
|
+
self.spin_xterm.setMaximum(99999999999999991611392.000000000000000)
|
|
1990
|
+
self.spin_xterm.setSingleStep(0.001000000000000)
|
|
1991
|
+
self.spin_xterm.setValue(0.000000000000000)
|
|
1992
|
+
|
|
1993
|
+
self.horizontalLayout_23.addWidget(self.spin_xterm)
|
|
1994
|
+
|
|
1995
|
+
self.label_xterm = QLabel(self.w_laser_plane_coeff)
|
|
1996
|
+
self.label_xterm.setObjectName(u"label_xterm")
|
|
1997
|
+
sizePolicy2.setHeightForWidth(self.label_xterm.sizePolicy().hasHeightForWidth())
|
|
1998
|
+
self.label_xterm.setSizePolicy(sizePolicy2)
|
|
1999
|
+
self.label_xterm.setMinimumSize(QSize(30, 20))
|
|
2000
|
+
self.label_xterm.setMaximumSize(QSize(30, 20))
|
|
2001
|
+
self.label_xterm.setFont(font4)
|
|
2002
|
+
self.label_xterm.setScaledContents(False)
|
|
2003
|
+
self.label_xterm.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
2004
|
+
self.label_xterm.setWordWrap(False)
|
|
2005
|
+
|
|
2006
|
+
self.horizontalLayout_23.addWidget(self.label_xterm)
|
|
2007
|
+
|
|
2008
|
+
self.spin_yterm = MyQDoubleSpin(self.w_laser_plane_coeff)
|
|
2009
|
+
self.spin_yterm.setObjectName(u"spin_yterm")
|
|
2010
|
+
sizePolicy3.setHeightForWidth(self.spin_yterm.sizePolicy().hasHeightForWidth())
|
|
2011
|
+
self.spin_yterm.setSizePolicy(sizePolicy3)
|
|
2012
|
+
self.spin_yterm.setMinimumSize(QSize(0, 0))
|
|
2013
|
+
self.spin_yterm.setMaximumSize(QSize(100, 24))
|
|
2014
|
+
self.spin_yterm.setFont(font)
|
|
2015
|
+
self.spin_yterm.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
2016
|
+
self.spin_yterm.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
2017
|
+
self.spin_yterm.setDecimals(6)
|
|
2018
|
+
self.spin_yterm.setMinimum(-99999999999999991611392.000000000000000)
|
|
2019
|
+
self.spin_yterm.setMaximum(99999999999999991611392.000000000000000)
|
|
2020
|
+
self.spin_yterm.setSingleStep(0.001000000000000)
|
|
2021
|
+
self.spin_yterm.setValue(0.000000000000000)
|
|
2022
|
+
|
|
2023
|
+
self.horizontalLayout_23.addWidget(self.spin_yterm)
|
|
2024
|
+
|
|
2025
|
+
self.label_yterm = QLabel(self.w_laser_plane_coeff)
|
|
2026
|
+
self.label_yterm.setObjectName(u"label_yterm")
|
|
2027
|
+
sizePolicy2.setHeightForWidth(self.label_yterm.sizePolicy().hasHeightForWidth())
|
|
2028
|
+
self.label_yterm.setSizePolicy(sizePolicy2)
|
|
2029
|
+
self.label_yterm.setMinimumSize(QSize(20, 20))
|
|
2030
|
+
self.label_yterm.setMaximumSize(QSize(20, 20))
|
|
2031
|
+
self.label_yterm.setFont(font4)
|
|
2032
|
+
self.label_yterm.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
2033
|
+
|
|
2034
|
+
self.horizontalLayout_23.addWidget(self.label_yterm)
|
|
2035
|
+
|
|
2036
|
+
self.horizontalLayout_23.setStretch(1, 1)
|
|
2037
|
+
self.horizontalLayout_23.setStretch(3, 1)
|
|
2038
|
+
self.horizontalLayout_23.setStretch(5, 1)
|
|
2039
|
+
|
|
2040
|
+
self.horizontalLayout_22.addWidget(self.w_laser_plane_coeff)
|
|
2041
|
+
|
|
2042
|
+
self.button_read_disp = QToolButton(self.w_laser_plane_eq)
|
|
2043
|
+
self.button_read_disp.setObjectName(u"button_read_disp")
|
|
2044
|
+
self.button_read_disp.setMinimumSize(QSize(26, 26))
|
|
2045
|
+
self.button_read_disp.setMaximumSize(QSize(26, 26))
|
|
2046
|
+
icon17 = QIcon()
|
|
2047
|
+
icon17.addFile(u""+ icons_path +"read.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
2048
|
+
self.button_read_disp.setIcon(icon17)
|
|
2049
|
+
self.button_read_disp.setIconSize(QSize(18, 18))
|
|
2050
|
+
|
|
2051
|
+
self.horizontalLayout_22.addWidget(self.button_read_disp)
|
|
2052
|
+
|
|
2053
|
+
|
|
2054
|
+
self.verticalLayout_33.addWidget(self.w_laser_plane_eq)
|
|
2055
|
+
|
|
2056
|
+
|
|
2057
|
+
self.verticalLayout_8.addWidget(self.g_laser_plane_eq)
|
|
2058
|
+
|
|
2059
|
+
self.verticalSpacer_FurtherOptions = QSpacerItem(20, 10, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
2060
|
+
|
|
2061
|
+
self.verticalLayout_8.addItem(self.verticalSpacer_FurtherOptions)
|
|
2062
|
+
|
|
2063
|
+
|
|
2064
|
+
self.verticalLayout_10.addWidget(self.w_FurtherOptions)
|
|
2065
|
+
|
|
2066
|
+
self.verticalSpacer_Bottom = QSpacerItem(20, 10, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
2067
|
+
|
|
2068
|
+
self.verticalLayout_10.addItem(self.verticalSpacer_Bottom)
|
|
2069
|
+
|
|
2070
|
+
self.scrollArea.setWidget(self.scrollAreaWidgetContents)
|
|
2071
|
+
|
|
2072
|
+
self.verticalLayout.addWidget(self.scrollArea)
|
|
2073
|
+
|
|
2074
|
+
QWidget.setTabOrder(self.combo_process, self.button_back)
|
|
2075
|
+
QWidget.setTabOrder(self.button_back, self.button_forward)
|
|
2076
|
+
QWidget.setTabOrder(self.button_forward, self.button_close_tab)
|
|
2077
|
+
QWidget.setTabOrder(self.button_close_tab, self.radio_Save)
|
|
2078
|
+
QWidget.setTabOrder(self.radio_Save, self.line_edit_root)
|
|
2079
|
+
QWidget.setTabOrder(self.line_edit_root, self.combo_outType)
|
|
2080
|
+
QWidget.setTabOrder(self.combo_outType, self.radio_Same_as_input)
|
|
2081
|
+
QWidget.setTabOrder(self.radio_Same_as_input, self.line_edit_path)
|
|
2082
|
+
QWidget.setTabOrder(self.line_edit_path, self.button_path)
|
|
2083
|
+
QWidget.setTabOrder(self.button_path, self.radio_Subfold)
|
|
2084
|
+
QWidget.setTabOrder(self.radio_Subfold, self.line_edit_subfold)
|
|
2085
|
+
QWidget.setTabOrder(self.line_edit_subfold, self.scrollArea)
|
|
2086
|
+
QWidget.setTabOrder(self.scrollArea, self.tool_CollapBox_Flip)
|
|
2087
|
+
QWidget.setTabOrder(self.tool_CollapBox_Flip, self.button_CollapBox_Flip)
|
|
2088
|
+
QWidget.setTabOrder(self.button_CollapBox_Flip, self.button_automatic_reshape)
|
|
2089
|
+
QWidget.setTabOrder(self.button_automatic_reshape, self.spin_x)
|
|
2090
|
+
QWidget.setTabOrder(self.spin_x, self.spin_y)
|
|
2091
|
+
QWidget.setTabOrder(self.spin_y, self.spin_w)
|
|
2092
|
+
QWidget.setTabOrder(self.spin_w, self.spin_h)
|
|
2093
|
+
QWidget.setTabOrder(self.spin_h, self.button_resize)
|
|
2094
|
+
QWidget.setTabOrder(self.button_resize, self.button_reset_rot_flip)
|
|
2095
|
+
QWidget.setTabOrder(self.button_reset_rot_flip, self.button_rot_counter)
|
|
2096
|
+
QWidget.setTabOrder(self.button_rot_counter, self.button_rot_clock)
|
|
2097
|
+
QWidget.setTabOrder(self.button_rot_clock, self.button_mirror_y)
|
|
2098
|
+
QWidget.setTabOrder(self.button_mirror_y, self.button_mirror_x)
|
|
2099
|
+
QWidget.setTabOrder(self.button_mirror_x, self.button_rotv_counter)
|
|
2100
|
+
QWidget.setTabOrder(self.button_rotv_counter, self.button_rotv_clock)
|
|
2101
|
+
QWidget.setTabOrder(self.button_rotv_clock, self.button_flip_u)
|
|
2102
|
+
QWidget.setTabOrder(self.button_flip_u, self.button_flip_v)
|
|
2103
|
+
QWidget.setTabOrder(self.button_flip_v, self.button_unit)
|
|
2104
|
+
QWidget.setTabOrder(self.button_unit, self.spin_xres)
|
|
2105
|
+
QWidget.setTabOrder(self.spin_xres, self.spin_pixAR)
|
|
2106
|
+
QWidget.setTabOrder(self.spin_pixAR, self.spin_dt)
|
|
2107
|
+
QWidget.setTabOrder(self.spin_dt, self.spin_x_min)
|
|
2108
|
+
QWidget.setTabOrder(self.spin_x_min, self.spin_x_max)
|
|
2109
|
+
QWidget.setTabOrder(self.spin_x_max, self.spin_y_min)
|
|
2110
|
+
QWidget.setTabOrder(self.spin_y_min, self.spin_y_max)
|
|
2111
|
+
QWidget.setTabOrder(self.spin_y_max, self.button_def_reg)
|
|
2112
|
+
|
|
2113
|
+
self.retranslateUi(OutputTab)
|
|
2114
|
+
|
|
2115
|
+
QMetaObject.connectSlotsByName(OutputTab)
|
|
2116
|
+
# setupUi
|
|
2117
|
+
|
|
2118
|
+
def retranslateUi(self, OutputTab):
|
|
2119
|
+
OutputTab.setWindowTitle(QCoreApplication.translate("OutputTab", u"Export", None))
|
|
2120
|
+
self.icon.setText("")
|
|
2121
|
+
self.name_tab.setText(QCoreApplication.translate("OutputTab", u" Output", None))
|
|
2122
|
+
self.label_done.setText("")
|
|
2123
|
+
self.label_process.setText(QCoreApplication.translate("OutputTab", u"Process", None))
|
|
2124
|
+
self.combo_process.setItemText(0, QCoreApplication.translate("OutputTab", u"minimum", None))
|
|
2125
|
+
self.combo_process.setItemText(1, QCoreApplication.translate("OutputTab", u"PIV", None))
|
|
2126
|
+
self.combo_process.setItemText(2, QCoreApplication.translate("OutputTab", u"SPIV", None))
|
|
2127
|
+
|
|
2128
|
+
#if QT_CONFIG(tooltip)
|
|
2129
|
+
self.combo_process.setToolTip(QCoreApplication.translate("OutputTab", u"Select mode", None))
|
|
2130
|
+
#endif // QT_CONFIG(tooltip)
|
|
2131
|
+
self.label_number.setText(QCoreApplication.translate("OutputTab", u"1", None))
|
|
2132
|
+
#if QT_CONFIG(tooltip)
|
|
2133
|
+
self.button_back.setToolTip(QCoreApplication.translate("OutputTab", u"Undo", None))
|
|
2134
|
+
#endif // QT_CONFIG(tooltip)
|
|
2135
|
+
self.button_back.setText("")
|
|
2136
|
+
#if QT_CONFIG(tooltip)
|
|
2137
|
+
self.button_forward.setToolTip(QCoreApplication.translate("OutputTab", u"Redo", None))
|
|
2138
|
+
#endif // QT_CONFIG(tooltip)
|
|
2139
|
+
self.button_forward.setText("")
|
|
2140
|
+
#if QT_CONFIG(tooltip)
|
|
2141
|
+
self.button_close_tab.setToolTip(QCoreApplication.translate("OutputTab", u"Close tab", None))
|
|
2142
|
+
#endif // QT_CONFIG(tooltip)
|
|
2143
|
+
self.button_close_tab.setText("")
|
|
2144
|
+
#if QT_CONFIG(shortcut)
|
|
2145
|
+
self.button_close_tab.setShortcut(QCoreApplication.translate("OutputTab", u"Alt+O", None))
|
|
2146
|
+
#endif // QT_CONFIG(shortcut)
|
|
2147
|
+
#if QT_CONFIG(tooltip)
|
|
2148
|
+
self.radio_Save.setToolTip(QCoreApplication.translate("OutputTab", u"Save results to the disk", None))
|
|
2149
|
+
#endif // QT_CONFIG(tooltip)
|
|
2150
|
+
self.radio_Save.setText(QCoreApplication.translate("OutputTab", u"Save results", None))
|
|
2151
|
+
self.label_root.setText(QCoreApplication.translate("OutputTab", u"Root of output files", None))
|
|
2152
|
+
#if QT_CONFIG(tooltip)
|
|
2153
|
+
self.line_edit_root.setToolTip(QCoreApplication.translate("OutputTab", u"Pattern of the filenames of the output files", None))
|
|
2154
|
+
#endif // QT_CONFIG(tooltip)
|
|
2155
|
+
self.line_edit_root.setText(QCoreApplication.translate("OutputTab", u"out", None))
|
|
2156
|
+
self.label_check_root.setText("")
|
|
2157
|
+
self.label_out_type.setText(QCoreApplication.translate("OutputTab", u"Type", None))
|
|
2158
|
+
self.combo_outType.setItemText(0, QCoreApplication.translate("OutputTab", u"binary", None))
|
|
2159
|
+
self.combo_outType.setItemText(1, QCoreApplication.translate("OutputTab", u"tecplot (binary)", None))
|
|
2160
|
+
self.combo_outType.setItemText(2, QCoreApplication.translate("OutputTab", u"tecplot (ASCII)", None))
|
|
2161
|
+
|
|
2162
|
+
#if QT_CONFIG(tooltip)
|
|
2163
|
+
self.combo_outType.setToolTip(QCoreApplication.translate("OutputTab", u"Type of the output files", None))
|
|
2164
|
+
#endif // QT_CONFIG(tooltip)
|
|
2165
|
+
#if QT_CONFIG(tooltip)
|
|
2166
|
+
self.radio_Same_as_input.setToolTip(QCoreApplication.translate("OutputTab", u"Save the output files in the folder containing the input image files", None))
|
|
2167
|
+
#endif // QT_CONFIG(tooltip)
|
|
2168
|
+
self.radio_Same_as_input.setText(QCoreApplication.translate("OutputTab", u"Same as input", None))
|
|
2169
|
+
self.label_path.setText(QCoreApplication.translate("OutputTab", u"Output folder path", None))
|
|
2170
|
+
#if QT_CONFIG(tooltip)
|
|
2171
|
+
self.line_edit_path.setToolTip(QCoreApplication.translate("OutputTab", u"Path of the directory where to the save the output files", None))
|
|
2172
|
+
#endif // QT_CONFIG(tooltip)
|
|
2173
|
+
self.line_edit_path.setText(QCoreApplication.translate("OutputTab", u".\\img\\fold3\\", None))
|
|
2174
|
+
self.label_check_path.setText("")
|
|
2175
|
+
self.label_path_2.setText("")
|
|
2176
|
+
#if QT_CONFIG(tooltip)
|
|
2177
|
+
self.button_path.setToolTip(QCoreApplication.translate("OutputTab", u"Explore and select the path of the directory of the output files", None))
|
|
2178
|
+
#endif // QT_CONFIG(tooltip)
|
|
2179
|
+
self.button_path.setText("")
|
|
2180
|
+
#if QT_CONFIG(shortcut)
|
|
2181
|
+
self.button_path.setShortcut(QCoreApplication.translate("OutputTab", u"Ctrl+O, Ctrl+I", None))
|
|
2182
|
+
#endif // QT_CONFIG(shortcut)
|
|
2183
|
+
#if QT_CONFIG(tooltip)
|
|
2184
|
+
self.radio_Subfold.setToolTip(QCoreApplication.translate("OutputTab", u"Create a subfolder with the output files in the above path", None))
|
|
2185
|
+
#endif // QT_CONFIG(tooltip)
|
|
2186
|
+
self.radio_Subfold.setText(QCoreApplication.translate("OutputTab", u"Create subfolder", None))
|
|
2187
|
+
self.label_subfold.setText(QCoreApplication.translate("OutputTab", u"Subfolder name", None))
|
|
2188
|
+
#if QT_CONFIG(tooltip)
|
|
2189
|
+
self.line_edit_subfold.setToolTip(QCoreApplication.translate("OutputTab", u"Name of the output subfolder", None))
|
|
2190
|
+
#endif // QT_CONFIG(tooltip)
|
|
2191
|
+
self.line_edit_subfold.setText(QCoreApplication.translate("OutputTab", u".\\img\\fold3\\", None))
|
|
2192
|
+
self.label_check_path_subfold.setText("")
|
|
2193
|
+
#if QT_CONFIG(tooltip)
|
|
2194
|
+
self.tool_CollapBox_Flip.setToolTip(QCoreApplication.translate("OutputTab", u"Image size and shape option box", None))
|
|
2195
|
+
#endif // QT_CONFIG(tooltip)
|
|
2196
|
+
self.tool_CollapBox_Flip.setText(QCoreApplication.translate("OutputTab", u"Resize/reshape", None))
|
|
2197
|
+
#if QT_CONFIG(tooltip)
|
|
2198
|
+
self.button_CollapBox_Flip.setToolTip(QCoreApplication.translate("OutputTab", u"Set default options for the selected type of process", None))
|
|
2199
|
+
#endif // QT_CONFIG(tooltip)
|
|
2200
|
+
self.button_CollapBox_Flip.setText("")
|
|
2201
|
+
self.label_x.setText(QCoreApplication.translate("OutputTab", u"X0 (# column)", None))
|
|
2202
|
+
#if QT_CONFIG(tooltip)
|
|
2203
|
+
self.spin_x.setToolTip(QCoreApplication.translate("OutputTab", u"First column of the image area to process", None))
|
|
2204
|
+
#endif // QT_CONFIG(tooltip)
|
|
2205
|
+
self.label_y.setText(QCoreApplication.translate("OutputTab", u"Y0 (# row)", None))
|
|
2206
|
+
#if QT_CONFIG(tooltip)
|
|
2207
|
+
self.spin_y.setToolTip(QCoreApplication.translate("OutputTab", u"First row of the image area to process", None))
|
|
2208
|
+
#endif // QT_CONFIG(tooltip)
|
|
2209
|
+
self.label_w.setText(QCoreApplication.translate("OutputTab", u"Width (pixels)", None))
|
|
2210
|
+
#if QT_CONFIG(tooltip)
|
|
2211
|
+
self.spin_w.setToolTip(QCoreApplication.translate("OutputTab", u"Width of the image area to process", None))
|
|
2212
|
+
#endif // QT_CONFIG(tooltip)
|
|
2213
|
+
self.label_h.setText(QCoreApplication.translate("OutputTab", u"Height (pixels)", None))
|
|
2214
|
+
#if QT_CONFIG(tooltip)
|
|
2215
|
+
self.spin_h.setToolTip(QCoreApplication.translate("OutputTab", u"Heigth of the image area to process", None))
|
|
2216
|
+
#endif // QT_CONFIG(tooltip)
|
|
2217
|
+
self.label_button_resize.setText("")
|
|
2218
|
+
#if QT_CONFIG(tooltip)
|
|
2219
|
+
self.button_resize.setToolTip(QCoreApplication.translate("OutputTab", u"Restore full image", None))
|
|
2220
|
+
#endif // QT_CONFIG(tooltip)
|
|
2221
|
+
self.button_resize.setText("")
|
|
2222
|
+
self.label_button_auto.setText("")
|
|
2223
|
+
#if QT_CONFIG(tooltip)
|
|
2224
|
+
self.button_automatic_reshape.setToolTip(QCoreApplication.translate("OutputTab", u"If activated, the image sizes and shape are reset when a new set of images is selected from Input", None))
|
|
2225
|
+
#endif // QT_CONFIG(tooltip)
|
|
2226
|
+
self.button_automatic_reshape.setText("")
|
|
2227
|
+
self.label_Image_tool.setText(QCoreApplication.translate("OutputTab", u"Image", None))
|
|
2228
|
+
#if QT_CONFIG(tooltip)
|
|
2229
|
+
self.button_reset_rot_flip.setToolTip(QCoreApplication.translate("OutputTab", u"Restore original orientation", None))
|
|
2230
|
+
#endif // QT_CONFIG(tooltip)
|
|
2231
|
+
self.button_reset_rot_flip.setText("")
|
|
2232
|
+
#if QT_CONFIG(tooltip)
|
|
2233
|
+
self.button_rot_counter.setToolTip(QCoreApplication.translate("OutputTab", u"Rotate the image by 90\u00b0 counterclockwise (before PIV process)", None))
|
|
2234
|
+
#endif // QT_CONFIG(tooltip)
|
|
2235
|
+
self.button_rot_counter.setText("")
|
|
2236
|
+
#if QT_CONFIG(tooltip)
|
|
2237
|
+
self.button_rot_clock.setToolTip(QCoreApplication.translate("OutputTab", u"Rotate the image by 90\u00b0 clockwise (before PIV process)", None))
|
|
2238
|
+
#endif // QT_CONFIG(tooltip)
|
|
2239
|
+
self.button_rot_clock.setText("")
|
|
2240
|
+
#if QT_CONFIG(tooltip)
|
|
2241
|
+
self.button_mirror_y.setToolTip(QCoreApplication.translate("OutputTab", u"Mirror the image horizontally (before PIV process)", None))
|
|
2242
|
+
#endif // QT_CONFIG(tooltip)
|
|
2243
|
+
self.button_mirror_y.setText("")
|
|
2244
|
+
#if QT_CONFIG(tooltip)
|
|
2245
|
+
self.button_mirror_x.setToolTip(QCoreApplication.translate("OutputTab", u"Mirror the image vertically (before PIV process)", None))
|
|
2246
|
+
#endif // QT_CONFIG(tooltip)
|
|
2247
|
+
self.button_mirror_x.setText("")
|
|
2248
|
+
self.label_Velocity_tool.setText(QCoreApplication.translate("OutputTab", u"Velocity", None))
|
|
2249
|
+
#if QT_CONFIG(tooltip)
|
|
2250
|
+
self.button_rotv_counter.setToolTip(QCoreApplication.translate("OutputTab", u"Rotate the image and the vector field by 90\u00b0 counterclockwise (after PIV process)", None))
|
|
2251
|
+
#endif // QT_CONFIG(tooltip)
|
|
2252
|
+
self.button_rotv_counter.setText("")
|
|
2253
|
+
#if QT_CONFIG(tooltip)
|
|
2254
|
+
self.button_rotv_clock.setToolTip(QCoreApplication.translate("OutputTab", u"Rotate the image and the vector field by 90\u00b0 clockwise (after PIV process)", None))
|
|
2255
|
+
#endif // QT_CONFIG(tooltip)
|
|
2256
|
+
self.button_rotv_clock.setText("")
|
|
2257
|
+
#if QT_CONFIG(tooltip)
|
|
2258
|
+
self.button_flip_u.setToolTip(QCoreApplication.translate("OutputTab", u"Mirror the image and the vector field horizontally (after PIV process)", None))
|
|
2259
|
+
#endif // QT_CONFIG(tooltip)
|
|
2260
|
+
self.button_flip_u.setText("")
|
|
2261
|
+
#if QT_CONFIG(tooltip)
|
|
2262
|
+
self.button_flip_v.setToolTip(QCoreApplication.translate("OutputTab", u"Mirror the image and the vector field vertically (after PIV process)", None))
|
|
2263
|
+
#endif // QT_CONFIG(tooltip)
|
|
2264
|
+
self.button_flip_v.setText("")
|
|
2265
|
+
#if QT_CONFIG(tooltip)
|
|
2266
|
+
self.w_Im_ex.setToolTip(QCoreApplication.translate("OutputTab", u"Original image with no transformation", None))
|
|
2267
|
+
#endif // QT_CONFIG(tooltip)
|
|
2268
|
+
self.aim.setText("")
|
|
2269
|
+
self.bim.setText("")
|
|
2270
|
+
self.lab_op1.setText("")
|
|
2271
|
+
self.lab_op2.setText("")
|
|
2272
|
+
self.lab_op3.setText("")
|
|
2273
|
+
self.label_Im_example.setText(QCoreApplication.translate("OutputTab", u"Original", None))
|
|
2274
|
+
#if QT_CONFIG(tooltip)
|
|
2275
|
+
self.w_Im_ex_2.setToolTip(QCoreApplication.translate("OutputTab", u"Image transformed before running PIV process", None))
|
|
2276
|
+
#endif // QT_CONFIG(tooltip)
|
|
2277
|
+
self.aim_2.setText("")
|
|
2278
|
+
self.bim_2.setText("")
|
|
2279
|
+
self.lab_op0_2.setText(QCoreApplication.translate("OutputTab", u"No transf.", None))
|
|
2280
|
+
self.lab_op1_2.setText("")
|
|
2281
|
+
self.lab_op2_2.setText("")
|
|
2282
|
+
self.lab_op3_2.setText("")
|
|
2283
|
+
self.label_Im_example_2.setText(QCoreApplication.translate("OutputTab", u"Image", None))
|
|
2284
|
+
#if QT_CONFIG(tooltip)
|
|
2285
|
+
self.w_Im_ex_3.setToolTip(QCoreApplication.translate("OutputTab", u"Image and velocity field after both image and velocity transformations", None))
|
|
2286
|
+
#endif // QT_CONFIG(tooltip)
|
|
2287
|
+
self.aim_3.setText("")
|
|
2288
|
+
self.bim_3.setText("")
|
|
2289
|
+
self.lab_op0_3.setText(QCoreApplication.translate("OutputTab", u"No transf.", None))
|
|
2290
|
+
self.lab_op1_3.setText("")
|
|
2291
|
+
self.lab_op2_3.setText("")
|
|
2292
|
+
self.lab_op3_3.setText("")
|
|
2293
|
+
self.label_Im_example_3.setText(QCoreApplication.translate("OutputTab", u"Results", None))
|
|
2294
|
+
#if QT_CONFIG(tooltip)
|
|
2295
|
+
self.button_unit.setToolTip(QCoreApplication.translate("OutputTab", u"Type of units for resolution", None))
|
|
2296
|
+
#endif // QT_CONFIG(tooltip)
|
|
2297
|
+
self.button_unit.setText(QCoreApplication.translate("OutputTab", u"Physical units", None))
|
|
2298
|
+
self.label_x_res.setText(QCoreApplication.translate("OutputTab", u"X resolution", None))
|
|
2299
|
+
#if QT_CONFIG(tooltip)
|
|
2300
|
+
self.spin_xres.setToolTip(QCoreApplication.translate("OutputTab", u"Image resolution along the X direction in pixel/millimeter", None))
|
|
2301
|
+
#endif // QT_CONFIG(tooltip)
|
|
2302
|
+
self.label_x_res_2.setText(QCoreApplication.translate("OutputTab", u"(pixel/mm)", None))
|
|
2303
|
+
self.label_y_res.setText(QCoreApplication.translate("OutputTab", u"Pixel aspect ratio", None))
|
|
2304
|
+
#if QT_CONFIG(tooltip)
|
|
2305
|
+
self.spin_pixAR.setToolTip(QCoreApplication.translate("OutputTab", u"Pixel aspect ratio", None))
|
|
2306
|
+
#endif // QT_CONFIG(tooltip)
|
|
2307
|
+
self.label_y_res_2.setText(QCoreApplication.translate("OutputTab", u"(Y/X)", None))
|
|
2308
|
+
self.label_dt.setText(QCoreApplication.translate("OutputTab", u"Time delay \u0394t ", None))
|
|
2309
|
+
#if QT_CONFIG(tooltip)
|
|
2310
|
+
self.spin_dt.setToolTip(QCoreApplication.translate("OutputTab", u"Time delay between laser pulses in microseconds", None))
|
|
2311
|
+
#endif // QT_CONFIG(tooltip)
|
|
2312
|
+
self.label_dt_2.setText(QCoreApplication.translate("OutputTab", u"(\u03bcs)", None))
|
|
2313
|
+
self.label_Res.setText(QCoreApplication.translate("OutputTab", u" 1 pix./\u0394t =", None))
|
|
2314
|
+
self.label_Res_x.setText(QCoreApplication.translate("OutputTab", u"X: 1 m/s", None))
|
|
2315
|
+
self.label_Res_y.setText(QCoreApplication.translate("OutputTab", u"Y: 1 m/s", None))
|
|
2316
|
+
self.label_CommonRegion.setText(QCoreApplication.translate("OutputTab", u"Physical region", None))
|
|
2317
|
+
self.label_x_min.setText(QCoreApplication.translate("OutputTab", u"x min (mm)", None))
|
|
2318
|
+
#if QT_CONFIG(tooltip)
|
|
2319
|
+
self.spin_x_min.setToolTip(QCoreApplication.translate("OutputTab", u"Minimum x world coordinate of area to process", None))
|
|
2320
|
+
#endif // QT_CONFIG(tooltip)
|
|
2321
|
+
self.label_x_max.setText(QCoreApplication.translate("OutputTab", u"x max (mm)", None))
|
|
2322
|
+
#if QT_CONFIG(tooltip)
|
|
2323
|
+
self.spin_x_max.setToolTip(QCoreApplication.translate("OutputTab", u"Maximum x world coordinate of area to process", None))
|
|
2324
|
+
#endif // QT_CONFIG(tooltip)
|
|
2325
|
+
self.label_y_min.setText(QCoreApplication.translate("OutputTab", u"y min (mm)", None))
|
|
2326
|
+
#if QT_CONFIG(tooltip)
|
|
2327
|
+
self.spin_y_min.setToolTip(QCoreApplication.translate("OutputTab", u"Minimum y world coordinate of area to process", None))
|
|
2328
|
+
#endif // QT_CONFIG(tooltip)
|
|
2329
|
+
self.label_y_max.setText(QCoreApplication.translate("OutputTab", u"y max (mm)", None))
|
|
2330
|
+
#if QT_CONFIG(tooltip)
|
|
2331
|
+
self.spin_y_max.setToolTip(QCoreApplication.translate("OutputTab", u"Maximum y world coordinate of area to process", None))
|
|
2332
|
+
#endif // QT_CONFIG(tooltip)
|
|
2333
|
+
self.label_WarnCR_top.setText("")
|
|
2334
|
+
#if QT_CONFIG(tooltip)
|
|
2335
|
+
self.label_WarnCR.setToolTip(QCoreApplication.translate("OutputTab", u"Common region not compatible with the sizes of the current images!", None))
|
|
2336
|
+
#endif // QT_CONFIG(tooltip)
|
|
2337
|
+
self.label_WarnCR.setText("")
|
|
2338
|
+
self.label_button_def_reg.setText("")
|
|
2339
|
+
#if QT_CONFIG(tooltip)
|
|
2340
|
+
self.button_def_reg.setToolTip(QCoreApplication.translate("OutputTab", u"Set default limits for area to process", None))
|
|
2341
|
+
#endif // QT_CONFIG(tooltip)
|
|
2342
|
+
self.button_def_reg.setText("")
|
|
2343
|
+
self.label_laser_plane_eq.setText(QCoreApplication.translate("OutputTab", u"Laser plane equation", None))
|
|
2344
|
+
self.label_z.setText(QCoreApplication.translate("OutputTab", u"z (mm) = ", None))
|
|
2345
|
+
#if QT_CONFIG(tooltip)
|
|
2346
|
+
self.spin_zconst.setToolTip(QCoreApplication.translate("OutputTab", u"Constant of guess laser equation plane", None))
|
|
2347
|
+
#endif // QT_CONFIG(tooltip)
|
|
2348
|
+
self.label_zconst.setText(QCoreApplication.translate("OutputTab", u" + ", None))
|
|
2349
|
+
#if QT_CONFIG(tooltip)
|
|
2350
|
+
self.spin_xterm.setToolTip(QCoreApplication.translate("OutputTab", u"x-slope of guess laser equation plane", None))
|
|
2351
|
+
#endif // QT_CONFIG(tooltip)
|
|
2352
|
+
self.label_xterm.setText(QCoreApplication.translate("OutputTab", u" * x + ", None))
|
|
2353
|
+
#if QT_CONFIG(tooltip)
|
|
2354
|
+
self.spin_yterm.setToolTip(QCoreApplication.translate("OutputTab", u"y-slope of guess laser equation plane", None))
|
|
2355
|
+
#endif // QT_CONFIG(tooltip)
|
|
2356
|
+
self.label_yterm.setText(QCoreApplication.translate("OutputTab", u" * y", None))
|
|
2357
|
+
#if QT_CONFIG(tooltip)
|
|
2358
|
+
self.button_read_disp.setToolTip(QCoreApplication.translate("OutputTab", u"Read laser plane coefficients from .clz file", None))
|
|
2359
|
+
#endif // QT_CONFIG(tooltip)
|
|
2360
|
+
self.button_read_disp.setText("")
|
|
2361
|
+
# retranslateUi
|
|
2362
|
+
|