PaIRS-UniNa 0.2.4__cp311-cp311-macosx_10_9_universal2.whl → 0.2.5__cp311-cp311-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
|
@@ -1,970 +1,1141 @@
|
|
|
1
1
|
from .addwidgets_ps import icons_path
|
|
2
|
-
# -*- coding: utf-8 -*-
|
|
3
|
-
|
|
4
|
-
################################################################################
|
|
5
|
-
## Form generated from reading UI file '
|
|
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
|
-
QGridLayout, QGroupBox, QHBoxLayout, QLabel,
|
|
21
|
-
QLayout, QScrollArea, QSizePolicy, QSpacerItem,
|
|
22
|
-
QStackedWidget, QToolButton, QVBoxLayout, QWidget)
|
|
23
|
-
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
|
|
4
|
+
################################################################################
|
|
5
|
+
## Form generated from reading UI file 'Process_Tab_DispkZBIdD.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
|
+
QGridLayout, QGroupBox, QHBoxLayout, QLabel,
|
|
21
|
+
QLayout, QScrollArea, QSizePolicy, QSpacerItem,
|
|
22
|
+
QStackedWidget, QToolButton, QVBoxLayout, QWidget)
|
|
23
|
+
|
|
24
24
|
from .addwidgets_ps import (ClickableEditLabel, CollapsibleBox, MyQCombo, MyQDoubleSpin,
|
|
25
|
-
MyQLineEditNumber, MyQSpin, MyTabLabel, MyToolButton)
|
|
26
|
-
|
|
27
|
-
class Ui_ProcessTab_Disp(object):
|
|
28
|
-
def setupUi(self, ProcessTab_Disp):
|
|
29
|
-
if not ProcessTab_Disp.objectName():
|
|
30
|
-
ProcessTab_Disp.setObjectName(u"ProcessTab_Disp")
|
|
31
|
-
ProcessTab_Disp.resize(500, 680)
|
|
32
|
-
sizePolicy = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Preferred)
|
|
33
|
-
sizePolicy.setHorizontalStretch(0)
|
|
34
|
-
sizePolicy.setVerticalStretch(0)
|
|
35
|
-
sizePolicy.setHeightForWidth(ProcessTab_Disp.sizePolicy().hasHeightForWidth())
|
|
36
|
-
ProcessTab_Disp.setSizePolicy(sizePolicy)
|
|
37
|
-
ProcessTab_Disp.setMinimumSize(QSize(500, 680))
|
|
38
|
-
ProcessTab_Disp.setMaximumSize(QSize(1000, 16777215))
|
|
39
|
-
font = QFont()
|
|
40
|
-
font.setPointSize(11)
|
|
41
|
-
ProcessTab_Disp.setFont(font)
|
|
42
|
-
icon1 = QIcon()
|
|
43
|
-
icon1.addFile(u""+ icons_path +"process_logo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
44
|
-
ProcessTab_Disp.setWindowIcon(icon1)
|
|
45
|
-
self.verticalLayout_65 = QVBoxLayout(ProcessTab_Disp)
|
|
46
|
-
self.verticalLayout_65.setSpacing(5)
|
|
47
|
-
self.verticalLayout_65.setObjectName(u"verticalLayout_65")
|
|
48
|
-
self.verticalLayout_65.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
49
|
-
self.verticalLayout_65.setContentsMargins(10, 10, 10, 10)
|
|
50
|
-
self.w_Mode = QWidget(ProcessTab_Disp)
|
|
51
|
-
self.w_Mode.setObjectName(u"w_Mode")
|
|
52
|
-
self.w_Mode.setMinimumSize(QSize(0, 40))
|
|
53
|
-
self.w_Mode.setMaximumSize(QSize(16777215, 40))
|
|
54
|
-
self.w_Mode.setFont(font)
|
|
55
|
-
self.horizontalLayout_2 = QHBoxLayout(self.w_Mode)
|
|
56
|
-
self.horizontalLayout_2.setSpacing(3)
|
|
57
|
-
self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
|
|
58
|
-
self.horizontalLayout_2.setContentsMargins(0, 0, 0, 10)
|
|
59
|
-
self.icon = QLabel(self.w_Mode)
|
|
60
|
-
self.icon.setObjectName(u"icon")
|
|
61
|
-
self.icon.setMinimumSize(QSize(35, 35))
|
|
62
|
-
self.icon.setMaximumSize(QSize(35, 35))
|
|
63
|
-
self.icon.setPixmap(QPixmap(u""+ icons_path +"process_logo.png"))
|
|
64
|
-
self.icon.setScaledContents(True)
|
|
65
|
-
|
|
66
|
-
self.horizontalLayout_2.addWidget(self.icon)
|
|
67
|
-
|
|
68
|
-
self.name_tab = MyTabLabel(self.w_Mode)
|
|
69
|
-
self.name_tab.setObjectName(u"name_tab")
|
|
70
|
-
self.name_tab.setMinimumSize(QSize(150, 35))
|
|
71
|
-
self.name_tab.setMaximumSize(QSize(16777215, 35))
|
|
72
|
-
font1 = QFont()
|
|
73
|
-
font1.setPointSize(20)
|
|
74
|
-
font1.setBold(True)
|
|
75
|
-
self.name_tab.setFont(font1)
|
|
76
|
-
|
|
77
|
-
self.horizontalLayout_2.addWidget(self.name_tab)
|
|
78
|
-
|
|
79
|
-
self.hs1 = QSpacerItem(30, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
80
|
-
|
|
81
|
-
self.horizontalLayout_2.addItem(self.hs1)
|
|
82
|
-
|
|
83
|
-
self.label_number = QLabel(self.w_Mode)
|
|
84
|
-
self.label_number.setObjectName(u"label_number")
|
|
85
|
-
self.label_number.setMinimumSize(QSize(15, 0))
|
|
86
|
-
self.label_number.setMaximumSize(QSize(30, 16777215))
|
|
87
|
-
font2 = QFont()
|
|
88
|
-
font2.setPointSize(9)
|
|
89
|
-
self.label_number.setFont(font2)
|
|
90
|
-
self.label_number.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
91
|
-
|
|
92
|
-
self.horizontalLayout_2.addWidget(self.label_number)
|
|
93
|
-
|
|
94
|
-
self.hs_2 = QSpacerItem(5, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
95
|
-
|
|
96
|
-
self.horizontalLayout_2.addItem(self.hs_2)
|
|
97
|
-
|
|
98
|
-
self.button_back = QToolButton(self.w_Mode)
|
|
99
|
-
self.button_back.setObjectName(u"button_back")
|
|
100
|
-
self.button_back.setMinimumSize(QSize(24, 24))
|
|
101
|
-
self.button_back.setMaximumSize(QSize(24, 24))
|
|
102
|
-
icon2 = QIcon()
|
|
103
|
-
icon2.addFile(u""+ icons_path +"undo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
104
|
-
self.button_back.setIcon(icon2)
|
|
105
|
-
self.button_back.setIconSize(QSize(20, 20))
|
|
106
|
-
|
|
107
|
-
self.horizontalLayout_2.addWidget(self.button_back)
|
|
108
|
-
|
|
109
|
-
self.button_forward = QToolButton(self.w_Mode)
|
|
110
|
-
self.button_forward.setObjectName(u"button_forward")
|
|
111
|
-
self.button_forward.setMinimumSize(QSize(24, 24))
|
|
112
|
-
self.button_forward.setMaximumSize(QSize(24, 24))
|
|
113
|
-
icon3 = QIcon()
|
|
114
|
-
icon3.addFile(u""+ icons_path +"redo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
115
|
-
self.button_forward.setIcon(icon3)
|
|
116
|
-
self.button_forward.setIconSize(QSize(20, 20))
|
|
117
|
-
|
|
118
|
-
self.horizontalLayout_2.addWidget(self.button_forward)
|
|
119
|
-
|
|
120
|
-
self.w_button_close_tab = QWidget(self.w_Mode)
|
|
121
|
-
self.w_button_close_tab.setObjectName(u"w_button_close_tab")
|
|
122
|
-
self.w_button_close_tab.setMinimumSize(QSize(18, 24))
|
|
123
|
-
self.w_button_close_tab.setMaximumSize(QSize(18, 24))
|
|
124
|
-
self.horizontalLayout_20 = QHBoxLayout(self.w_button_close_tab)
|
|
125
|
-
self.horizontalLayout_20.setSpacing(0)
|
|
126
|
-
self.horizontalLayout_20.setObjectName(u"horizontalLayout_20")
|
|
127
|
-
self.horizontalLayout_20.setContentsMargins(0, 0, 0, -1)
|
|
128
|
-
self.button_close_tab = QToolButton(self.w_button_close_tab)
|
|
129
|
-
self.button_close_tab.setObjectName(u"button_close_tab")
|
|
130
|
-
self.button_close_tab.setMinimumSize(QSize(18, 18))
|
|
131
|
-
self.button_close_tab.setMaximumSize(QSize(18, 18))
|
|
132
|
-
self.button_close_tab.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
133
|
-
self.button_close_tab.setStyleSheet(u"QToolButton{\n"
|
|
134
|
-
"border-radius: 15px;\n"
|
|
135
|
-
"}")
|
|
136
|
-
icon4 = QIcon()
|
|
137
|
-
icon4.addFile(u""+ icons_path +"close.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
138
|
-
self.button_close_tab.setIcon(icon4)
|
|
139
|
-
self.button_close_tab.setIconSize(QSize(15, 15))
|
|
140
|
-
|
|
141
|
-
self.horizontalLayout_20.addWidget(self.button_close_tab)
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
self.horizontalLayout_2.addWidget(self.w_button_close_tab)
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
self.verticalLayout_65.addWidget(self.w_Mode)
|
|
148
|
-
|
|
149
|
-
self.separator = QFrame(ProcessTab_Disp)
|
|
150
|
-
self.separator.setObjectName(u"separator")
|
|
151
|
-
self.separator.setMinimumSize(QSize(0, 5))
|
|
152
|
-
self.separator.setFrameShape(QFrame.Shape.HLine)
|
|
153
|
-
self.separator.setFrameShadow(QFrame.Shadow.Sunken)
|
|
154
|
-
|
|
155
|
-
self.verticalLayout_65.addWidget(self.separator)
|
|
156
|
-
|
|
157
|
-
self.scrollArea = QScrollArea(ProcessTab_Disp)
|
|
158
|
-
self.scrollArea.setObjectName(u"scrollArea")
|
|
159
|
-
sizePolicy1 = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Expanding)
|
|
160
|
-
sizePolicy1.setHorizontalStretch(0)
|
|
161
|
-
sizePolicy1.setVerticalStretch(0)
|
|
162
|
-
sizePolicy1.setHeightForWidth(self.scrollArea.sizePolicy().hasHeightForWidth())
|
|
163
|
-
self.scrollArea.setSizePolicy(sizePolicy1)
|
|
164
|
-
self.scrollArea.setMinimumSize(QSize(0, 0))
|
|
165
|
-
self.scrollArea.setMaximumSize(QSize(16777215, 16777215))
|
|
166
|
-
self.scrollArea.setStyleSheet(u" QScrollArea {\n"
|
|
167
|
-
" border: 1pix solid gray;\n"
|
|
168
|
-
" background: transparent;\n"
|
|
169
|
-
" }\n"
|
|
170
|
-
"\n"
|
|
171
|
-
"QScrollBar:horizontal\n"
|
|
172
|
-
" {\n"
|
|
173
|
-
" height: 15px;\n"
|
|
174
|
-
" margin: 3px 10px 3px 10px;\n"
|
|
175
|
-
" border: 1px transparent #2A2929;\n"
|
|
176
|
-
" border-radius: 4px;\n"
|
|
177
|
-
" background-color: rgba(200,200,200,50); /* #2A2929; */\n"
|
|
178
|
-
" }\n"
|
|
179
|
-
"\n"
|
|
180
|
-
"QScrollBar::handle:horizontal\n"
|
|
181
|
-
" {\n"
|
|
182
|
-
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
183
|
-
" min-width: 5px;\n"
|
|
184
|
-
" border-radius: 4px;\n"
|
|
185
|
-
" }\n"
|
|
186
|
-
"\n"
|
|
187
|
-
"QScrollBar:vertical\n"
|
|
188
|
-
" {\n"
|
|
189
|
-
" background-color: rgba(200,200,200,50); ;\n"
|
|
190
|
-
" width: 15px;\n"
|
|
191
|
-
" margin: 10px 3px 10px 3px;\n"
|
|
192
|
-
" border: 1px transparent #2A2929;\n"
|
|
193
|
-
" border-radius: 4px;\n"
|
|
194
|
-
" }\n"
|
|
195
|
-
"\n"
|
|
196
|
-
"QScrollBar::handle:vertical\n"
|
|
197
|
-
" {\n"
|
|
198
|
-
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
199
|
-
" min-height: 5px;\n"
|
|
200
|
-
" border-radius: 4px;\n"
|
|
201
|
-
" }\n"
|
|
202
|
-
"\n"
|
|
203
|
-
"QScrollBar::add-line {\n"
|
|
204
|
-
""
|
|
205
|
-
" border: none;\n"
|
|
206
|
-
" background: none;\n"
|
|
207
|
-
" }\n"
|
|
208
|
-
"\n"
|
|
209
|
-
"QScrollBar::sub-line {\n"
|
|
210
|
-
" border: none;\n"
|
|
211
|
-
" background: none;\n"
|
|
212
|
-
" }\n"
|
|
213
|
-
"")
|
|
214
|
-
self.scrollArea.setWidgetResizable(True)
|
|
215
|
-
self.scrollAreaWidgetContents = QWidget()
|
|
216
|
-
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
|
|
217
|
-
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 480, 607))
|
|
218
|
-
sizePolicy.setHeightForWidth(self.scrollAreaWidgetContents.sizePolicy().hasHeightForWidth())
|
|
219
|
-
self.scrollAreaWidgetContents.setSizePolicy(sizePolicy)
|
|
220
|
-
self.scrollAreaWidgetContents.setMinimumSize(QSize(0, 0))
|
|
221
|
-
self.scrollAreaWidgetContents.setStyleSheet(u"\u2020")
|
|
222
|
-
self.verticalLayout_10 = QVBoxLayout(self.scrollAreaWidgetContents)
|
|
223
|
-
self.verticalLayout_10.setSpacing(20)
|
|
224
|
-
self.verticalLayout_10.setObjectName(u"verticalLayout_10")
|
|
225
|
-
self.verticalLayout_10.setContentsMargins(0, 15, 10, 5)
|
|
226
|
-
self.CollapBox_FinIt = CollapsibleBox(self.scrollAreaWidgetContents)
|
|
227
|
-
self.CollapBox_FinIt.setObjectName(u"CollapBox_FinIt")
|
|
228
|
-
sizePolicy.setHeightForWidth(self.CollapBox_FinIt.sizePolicy().hasHeightForWidth())
|
|
229
|
-
self.CollapBox_FinIt.setSizePolicy(sizePolicy)
|
|
230
|
-
self.CollapBox_FinIt.setMinimumSize(QSize(0, 56))
|
|
231
|
-
self.CollapBox_FinIt.setMaximumSize(QSize(16777215, 16777215))
|
|
232
|
-
self.verticalLayout_24 = QVBoxLayout(self.CollapBox_FinIt)
|
|
233
|
-
self.verticalLayout_24.setSpacing(0)
|
|
234
|
-
self.verticalLayout_24.setObjectName(u"verticalLayout_24")
|
|
235
|
-
self.verticalLayout_24.setContentsMargins(0, 0, 0, 0)
|
|
236
|
-
self.lay_CollapBox_FinIt = QHBoxLayout()
|
|
237
|
-
self.lay_CollapBox_FinIt.setSpacing(0)
|
|
238
|
-
self.lay_CollapBox_FinIt.setObjectName(u"lay_CollapBox_FinIt")
|
|
239
|
-
self.lay_CollapBox_FinIt.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
240
|
-
self.tool_CollapBox_FinIt = QToolButton(self.CollapBox_FinIt)
|
|
241
|
-
self.tool_CollapBox_FinIt.setObjectName(u"tool_CollapBox_FinIt")
|
|
242
|
-
sizePolicy2 = QSizePolicy(QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)
|
|
243
|
-
sizePolicy2.setHorizontalStretch(0)
|
|
244
|
-
sizePolicy2.setVerticalStretch(0)
|
|
245
|
-
sizePolicy2.setHeightForWidth(self.tool_CollapBox_FinIt.sizePolicy().hasHeightForWidth())
|
|
246
|
-
self.tool_CollapBox_FinIt.setSizePolicy(sizePolicy2)
|
|
247
|
-
self.tool_CollapBox_FinIt.setMinimumSize(QSize(0, 20))
|
|
248
|
-
self.tool_CollapBox_FinIt.setMaximumSize(QSize(16777215, 20))
|
|
249
|
-
font3 = QFont()
|
|
250
|
-
font3.setPointSize(10)
|
|
251
|
-
font3.setBold(True)
|
|
252
|
-
self.tool_CollapBox_FinIt.setFont(font3)
|
|
253
|
-
self.tool_CollapBox_FinIt.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
254
|
-
self.tool_CollapBox_FinIt.setStyleSheet(u"QToolButton { border: none; }")
|
|
255
|
-
self.tool_CollapBox_FinIt.setCheckable(True)
|
|
256
|
-
self.tool_CollapBox_FinIt.setChecked(True)
|
|
257
|
-
self.tool_CollapBox_FinIt.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
258
|
-
self.tool_CollapBox_FinIt.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
259
|
-
self.tool_CollapBox_FinIt.setArrowType(Qt.ArrowType.DownArrow)
|
|
260
|
-
|
|
261
|
-
self.lay_CollapBox_FinIt.addWidget(self.tool_CollapBox_FinIt)
|
|
262
|
-
|
|
263
|
-
self.hsp_CollapBox_FinIt = QSpacerItem(100, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
264
|
-
|
|
265
|
-
self.lay_CollapBox_FinIt.addItem(self.hsp_CollapBox_FinIt)
|
|
266
|
-
|
|
267
|
-
self.button_CollapBox_FinIt = MyToolButton(self.CollapBox_FinIt)
|
|
268
|
-
self.button_CollapBox_FinIt.setObjectName(u"button_CollapBox_FinIt")
|
|
269
|
-
self.button_CollapBox_FinIt.setMinimumSize(QSize(18, 18))
|
|
270
|
-
self.button_CollapBox_FinIt.setMaximumSize(QSize(18, 18))
|
|
271
|
-
self.button_CollapBox_FinIt.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
272
|
-
self.button_CollapBox_FinIt.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
273
|
-
self.button_CollapBox_FinIt.setIcon(icon2)
|
|
274
|
-
self.button_CollapBox_FinIt.setIconSize(QSize(12, 12))
|
|
275
|
-
|
|
276
|
-
self.lay_CollapBox_FinIt.addWidget(self.button_CollapBox_FinIt)
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
self.verticalLayout_24.addLayout(self.lay_CollapBox_FinIt)
|
|
280
|
-
|
|
281
|
-
self.w_Nit = QGroupBox(self.CollapBox_FinIt)
|
|
282
|
-
self.w_Nit.setObjectName(u"w_Nit")
|
|
283
|
-
sizePolicy.setHeightForWidth(self.w_Nit.sizePolicy().hasHeightForWidth())
|
|
284
|
-
self.w_Nit.setSizePolicy(sizePolicy)
|
|
285
|
-
self.w_Nit.setMinimumSize(QSize(0, 34))
|
|
286
|
-
font4 = QFont()
|
|
287
|
-
font4.setPointSize(10)
|
|
288
|
-
font4.setBold(True)
|
|
289
|
-
font4.setItalic(False)
|
|
290
|
-
font4.setKerning(False)
|
|
291
|
-
self.w_Nit.setFont(font4)
|
|
292
|
-
self.w_Nit.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}\n"
|
|
293
|
-
"")
|
|
294
|
-
self.horizontalLayout_6 = QHBoxLayout(self.w_Nit)
|
|
295
|
-
self.horizontalLayout_6.setObjectName(u"horizontalLayout_6")
|
|
296
|
-
self.horizontalLayout_6.setContentsMargins(6, 6, 6, 6)
|
|
297
|
-
self.label_Nit = QLabel(self.w_Nit)
|
|
298
|
-
self.label_Nit.setObjectName(u"label_Nit")
|
|
299
|
-
self.label_Nit.setMinimumSize(QSize(0, 22))
|
|
300
|
-
self.label_Nit.setMaximumSize(QSize(16777215, 22))
|
|
301
|
-
font5 = QFont()
|
|
302
|
-
font5.setPointSize(10)
|
|
303
|
-
font5.setBold(False)
|
|
304
|
-
font5.setItalic(True)
|
|
305
|
-
self.label_Nit.setFont(font5)
|
|
306
|
-
self.label_Nit.setStyleSheet(u"border: none;")
|
|
307
|
-
self.label_Nit.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
308
|
-
|
|
309
|
-
self.horizontalLayout_6.addWidget(self.label_Nit)
|
|
310
|
-
|
|
311
|
-
self.spin_Nit = MyQSpin(self.w_Nit)
|
|
312
|
-
self.spin_Nit.setObjectName(u"spin_Nit")
|
|
313
|
-
self.spin_Nit.setMinimumSize(QSize(55, 22))
|
|
314
|
-
self.spin_Nit.setMaximumSize(QSize(66, 22))
|
|
315
|
-
self.spin_Nit.setFont(font)
|
|
316
|
-
self.spin_Nit.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
317
|
-
self.spin_Nit.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
318
|
-
self.spin_Nit.setMinimum(0)
|
|
319
|
-
self.spin_Nit.setValue(5)
|
|
320
|
-
|
|
321
|
-
self.horizontalLayout_6.addWidget(self.spin_Nit)
|
|
322
|
-
|
|
323
|
-
self.horizontalSpacer_3 = QSpacerItem(30, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
324
|
-
|
|
325
|
-
self.horizontalLayout_6.addItem(self.horizontalSpacer_3)
|
|
326
|
-
|
|
327
|
-
self.label_frames = QLabel(self.w_Nit)
|
|
328
|
-
self.label_frames.setObjectName(u"label_frames")
|
|
329
|
-
self.label_frames.setMinimumSize(QSize(0, 22))
|
|
330
|
-
self.label_frames.setMaximumSize(QSize(16777215, 22))
|
|
331
|
-
self.label_frames.setFont(font5)
|
|
332
|
-
self.label_frames.setStyleSheet(u"border: none;")
|
|
333
|
-
self.label_frames.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
334
|
-
|
|
335
|
-
self.horizontalLayout_6.addWidget(self.label_frames)
|
|
336
|
-
|
|
337
|
-
self.combo_frames = MyQCombo(self.w_Nit)
|
|
338
|
-
self.combo_frames.addItem("")
|
|
339
|
-
self.combo_frames.addItem("")
|
|
340
|
-
self.combo_frames.addItem("")
|
|
341
|
-
self.combo_frames.setObjectName(u"combo_frames")
|
|
342
|
-
sizePolicy.setHeightForWidth(self.combo_frames.sizePolicy().hasHeightForWidth())
|
|
343
|
-
self.combo_frames.setSizePolicy(sizePolicy)
|
|
344
|
-
self.combo_frames.setMinimumSize(QSize(130, 24))
|
|
345
|
-
self.combo_frames.setMaximumSize(QSize(180, 24))
|
|
346
|
-
self.combo_frames.setFont(font)
|
|
347
|
-
self.combo_frames.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToContentsOnFirstShow)
|
|
348
|
-
|
|
349
|
-
self.horizontalLayout_6.addWidget(self.combo_frames)
|
|
350
|
-
|
|
351
|
-
self.hs_Nit = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
352
|
-
|
|
353
|
-
self.horizontalLayout_6.addItem(self.hs_Nit)
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
self.verticalLayout_24.addWidget(self.w_Nit)
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
self.verticalLayout_10.addWidget(self.CollapBox_FinIt)
|
|
360
|
-
|
|
361
|
-
self.CollapBox_Interp = CollapsibleBox(self.scrollAreaWidgetContents)
|
|
362
|
-
self.CollapBox_Interp.setObjectName(u"CollapBox_Interp")
|
|
363
|
-
sizePolicy.setHeightForWidth(self.CollapBox_Interp.sizePolicy().hasHeightForWidth())
|
|
364
|
-
self.CollapBox_Interp.setSizePolicy(sizePolicy)
|
|
365
|
-
self.CollapBox_Interp.setMinimumSize(QSize(0, 80))
|
|
366
|
-
self.CollapBox_Interp.setMaximumSize(QSize(16777215, 80))
|
|
367
|
-
self.verticalLayout_11 = QVBoxLayout(self.CollapBox_Interp)
|
|
368
|
-
self.verticalLayout_11.setSpacing(0)
|
|
369
|
-
self.verticalLayout_11.setObjectName(u"verticalLayout_11")
|
|
370
|
-
self.verticalLayout_11.setContentsMargins(0, 0, 0, 0)
|
|
371
|
-
self.lay_CollapBox_Interp = QHBoxLayout()
|
|
372
|
-
self.lay_CollapBox_Interp.setSpacing(0)
|
|
373
|
-
self.lay_CollapBox_Interp.setObjectName(u"lay_CollapBox_Interp")
|
|
374
|
-
self.lay_CollapBox_Interp.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
375
|
-
self.tool_CollapBox_Interp = QToolButton(self.CollapBox_Interp)
|
|
376
|
-
self.tool_CollapBox_Interp.setObjectName(u"tool_CollapBox_Interp")
|
|
377
|
-
sizePolicy2.setHeightForWidth(self.tool_CollapBox_Interp.sizePolicy().hasHeightForWidth())
|
|
378
|
-
self.tool_CollapBox_Interp.setSizePolicy(sizePolicy2)
|
|
379
|
-
self.tool_CollapBox_Interp.setMinimumSize(QSize(0, 20))
|
|
380
|
-
self.tool_CollapBox_Interp.setMaximumSize(QSize(16777215, 20))
|
|
381
|
-
self.tool_CollapBox_Interp.setFont(font3)
|
|
382
|
-
self.tool_CollapBox_Interp.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
383
|
-
self.tool_CollapBox_Interp.setStyleSheet(u"QToolButton { border: none; }")
|
|
384
|
-
self.tool_CollapBox_Interp.setCheckable(True)
|
|
385
|
-
self.tool_CollapBox_Interp.setChecked(True)
|
|
386
|
-
self.tool_CollapBox_Interp.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
387
|
-
self.tool_CollapBox_Interp.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
388
|
-
self.tool_CollapBox_Interp.setArrowType(Qt.ArrowType.DownArrow)
|
|
389
|
-
|
|
390
|
-
self.lay_CollapBox_Interp.addWidget(self.tool_CollapBox_Interp)
|
|
391
|
-
|
|
392
|
-
self.hsp_CollapBox_Interp = QSpacerItem(100, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
393
|
-
|
|
394
|
-
self.lay_CollapBox_Interp.addItem(self.hsp_CollapBox_Interp)
|
|
395
|
-
|
|
396
|
-
self.button_CollapBox_Interp = MyToolButton(self.CollapBox_Interp)
|
|
397
|
-
self.button_CollapBox_Interp.setObjectName(u"button_CollapBox_Interp")
|
|
398
|
-
self.button_CollapBox_Interp.setMinimumSize(QSize(18, 18))
|
|
399
|
-
self.button_CollapBox_Interp.setMaximumSize(QSize(18, 18))
|
|
400
|
-
self.button_CollapBox_Interp.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
401
|
-
self.button_CollapBox_Interp.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
402
|
-
self.button_CollapBox_Interp.setIcon(icon2)
|
|
403
|
-
self.button_CollapBox_Interp.setIconSize(QSize(12, 12))
|
|
404
|
-
|
|
405
|
-
self.lay_CollapBox_Interp.addWidget(self.button_CollapBox_Interp)
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
self.verticalLayout_11.addLayout(self.lay_CollapBox_Interp)
|
|
409
|
-
|
|
410
|
-
self.group_int = QGroupBox(self.CollapBox_Interp)
|
|
411
|
-
self.group_int.setObjectName(u"group_int")
|
|
412
|
-
sizePolicy1.setHeightForWidth(self.group_int.sizePolicy().hasHeightForWidth())
|
|
413
|
-
self.group_int.setSizePolicy(sizePolicy1)
|
|
414
|
-
self.group_int.setMinimumSize(QSize(0, 60))
|
|
415
|
-
font6 = QFont()
|
|
416
|
-
font6.setPointSize(10)
|
|
417
|
-
font6.setBold(True)
|
|
418
|
-
font6.setItalic(False)
|
|
419
|
-
self.group_int.setFont(font6)
|
|
420
|
-
self.group_int.setCursor(QCursor(Qt.CursorShape.ArrowCursor))
|
|
421
|
-
self.group_int.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}")
|
|
422
|
-
self.group_int.setCheckable(False)
|
|
423
|
-
self.gridLayout_4 = QGridLayout(self.group_int)
|
|
424
|
-
self.gridLayout_4.setObjectName(u"gridLayout_4")
|
|
425
|
-
self.gridLayout_4.setHorizontalSpacing(0)
|
|
426
|
-
self.gridLayout_4.setVerticalSpacing(6)
|
|
427
|
-
self.gridLayout_4.setContentsMargins(6, 6, 6, 10)
|
|
428
|
-
self.w_ImInt = QWidget(self.group_int)
|
|
429
|
-
self.w_ImInt.setObjectName(u"w_ImInt")
|
|
430
|
-
self.w_ImInt.setMinimumSize(QSize(0, 44))
|
|
431
|
-
self.w_ImInt.setMaximumSize(QSize(16777215, 44))
|
|
432
|
-
self.verticalLayout_43 = QVBoxLayout(self.w_ImInt)
|
|
433
|
-
self.verticalLayout_43.setSpacing(0)
|
|
434
|
-
self.verticalLayout_43.setObjectName(u"verticalLayout_43")
|
|
435
|
-
self.verticalLayout_43.setContentsMargins(0, 0, 0, 0)
|
|
436
|
-
self.w_label_imint = QWidget(self.w_ImInt)
|
|
437
|
-
self.w_label_imint.setObjectName(u"w_label_imint")
|
|
438
|
-
self.w_label_imint.setMinimumSize(QSize(0, 20))
|
|
439
|
-
self.w_label_imint.setMaximumSize(QSize(16777215, 20))
|
|
440
|
-
self.hlay_ImInt = QHBoxLayout(self.w_label_imint)
|
|
441
|
-
self.hlay_ImInt.setSpacing(0)
|
|
442
|
-
self.hlay_ImInt.setObjectName(u"hlay_ImInt")
|
|
443
|
-
self.hlay_ImInt.setContentsMargins(0, 0, 0, 0)
|
|
444
|
-
self.label_imint = QLabel(self.w_label_imint)
|
|
445
|
-
self.label_imint.setObjectName(u"label_imint")
|
|
446
|
-
sizePolicy3 = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Fixed)
|
|
447
|
-
sizePolicy3.setHorizontalStretch(0)
|
|
448
|
-
sizePolicy3.setVerticalStretch(0)
|
|
449
|
-
sizePolicy3.setHeightForWidth(self.label_imint.sizePolicy().hasHeightForWidth())
|
|
450
|
-
self.label_imint.setSizePolicy(sizePolicy3)
|
|
451
|
-
self.label_imint.setMinimumSize(QSize(200, 20))
|
|
452
|
-
self.label_imint.setMaximumSize(QSize(16777215, 20))
|
|
453
|
-
self.label_imint.setFont(font5)
|
|
454
|
-
|
|
455
|
-
self.hlay_ImInt.addWidget(self.label_imint)
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
self.verticalLayout_43.addWidget(self.w_label_imint)
|
|
459
|
-
|
|
460
|
-
self.combo_ImInt = MyQCombo(self.w_ImInt)
|
|
461
|
-
self.combo_ImInt.addItem("")
|
|
462
|
-
self.combo_ImInt.addItem("")
|
|
463
|
-
self.combo_ImInt.addItem("")
|
|
464
|
-
self.combo_ImInt.addItem("")
|
|
465
|
-
self.combo_ImInt.addItem("")
|
|
466
|
-
self.combo_ImInt.addItem("")
|
|
467
|
-
self.combo_ImInt.addItem("")
|
|
468
|
-
self.combo_ImInt.addItem("")
|
|
469
|
-
self.combo_ImInt.setObjectName(u"combo_ImInt")
|
|
470
|
-
sizePolicy.setHeightForWidth(self.combo_ImInt.sizePolicy().hasHeightForWidth())
|
|
471
|
-
self.combo_ImInt.setSizePolicy(sizePolicy)
|
|
472
|
-
self.combo_ImInt.setMinimumSize(QSize(250, 24))
|
|
473
|
-
self.combo_ImInt.setMaximumSize(QSize(16777215, 24))
|
|
474
|
-
self.combo_ImInt.setFont(font)
|
|
475
|
-
self.combo_ImInt.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToContentsOnFirstShow)
|
|
476
|
-
|
|
477
|
-
self.verticalLayout_43.addWidget(self.combo_ImInt)
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
self.gridLayout_4.addWidget(self.w_ImInt, 0, 0, 1, 1)
|
|
481
|
-
|
|
482
|
-
self.w_ImInt_par = QStackedWidget(self.group_int)
|
|
483
|
-
self.w_ImInt_par.setObjectName(u"w_ImInt_par")
|
|
484
|
-
self.w_ImInt_par.setMaximumSize(QSize(16777215, 44))
|
|
485
|
-
self.w_ImInt_par_none = QWidget()
|
|
486
|
-
self.w_ImInt_par_none.setObjectName(u"w_ImInt_par_none")
|
|
487
|
-
self.w_ImInt_par.addWidget(self.w_ImInt_par_none)
|
|
488
|
-
self.w_ImInt_par_imshift = QWidget()
|
|
489
|
-
self.w_ImInt_par_imshift.setObjectName(u"w_ImInt_par_imshift")
|
|
490
|
-
self.w_ImInt_par_imshift.setMinimumSize(QSize(0, 44))
|
|
491
|
-
self.w_ImInt_par_imshift.setMaximumSize(QSize(16777215, 44))
|
|
492
|
-
self.verticalLayout_39 = QVBoxLayout(self.w_ImInt_par_imshift)
|
|
493
|
-
self.verticalLayout_39.setSpacing(0)
|
|
494
|
-
self.verticalLayout_39.setObjectName(u"verticalLayout_39")
|
|
495
|
-
self.verticalLayout_39.setContentsMargins(0, 0, 0, 0)
|
|
496
|
-
self.label_par_imshift = QLabel(self.w_ImInt_par_imshift)
|
|
497
|
-
self.label_par_imshift.setObjectName(u"label_par_imshift")
|
|
498
|
-
self.label_par_imshift.setMinimumSize(QSize(0, 20))
|
|
499
|
-
self.label_par_imshift.setMaximumSize(QSize(16777215, 20))
|
|
500
|
-
self.label_par_imshift.setFont(font5)
|
|
501
|
-
|
|
502
|
-
self.verticalLayout_39.addWidget(self.label_par_imshift)
|
|
503
|
-
|
|
504
|
-
self.combo_par_imshift = MyQCombo(self.w_ImInt_par_imshift)
|
|
505
|
-
self.combo_par_imshift.addItem("")
|
|
506
|
-
self.combo_par_imshift.addItem("")
|
|
507
|
-
self.combo_par_imshift.setObjectName(u"combo_par_imshift")
|
|
508
|
-
sizePolicy3.setHeightForWidth(self.combo_par_imshift.sizePolicy().hasHeightForWidth())
|
|
509
|
-
self.combo_par_imshift.setSizePolicy(sizePolicy3)
|
|
510
|
-
self.combo_par_imshift.setMinimumSize(QSize(0, 24))
|
|
511
|
-
self.combo_par_imshift.setMaximumSize(QSize(16777215, 24))
|
|
512
|
-
self.combo_par_imshift.setFont(font)
|
|
513
|
-
|
|
514
|
-
self.verticalLayout_39.addWidget(self.combo_par_imshift)
|
|
515
|
-
|
|
516
|
-
self.w_ImInt_par.addWidget(self.w_ImInt_par_imshift)
|
|
517
|
-
self.w_ImInt_par_pol = QWidget()
|
|
518
|
-
self.w_ImInt_par_pol.setObjectName(u"w_ImInt_par_pol")
|
|
519
|
-
self.w_ImInt_par_pol.setMinimumSize(QSize(0, 44))
|
|
520
|
-
self.w_ImInt_par_pol.setMaximumSize(QSize(16777215, 44))
|
|
521
|
-
self.verticalLayout_40 = QVBoxLayout(self.w_ImInt_par_pol)
|
|
522
|
-
self.verticalLayout_40.setSpacing(0)
|
|
523
|
-
self.verticalLayout_40.setObjectName(u"verticalLayout_40")
|
|
524
|
-
self.verticalLayout_40.setContentsMargins(0, 0, 0, 0)
|
|
525
|
-
self.label_par_pol = QLabel(self.w_ImInt_par_pol)
|
|
526
|
-
self.label_par_pol.setObjectName(u"label_par_pol")
|
|
527
|
-
self.label_par_pol.setMaximumSize(QSize(16777215, 20))
|
|
528
|
-
self.label_par_pol.setFont(font5)
|
|
529
|
-
|
|
530
|
-
self.verticalLayout_40.addWidget(self.label_par_pol)
|
|
531
|
-
|
|
532
|
-
self.combo_par_pol = MyQCombo(self.w_ImInt_par_pol)
|
|
533
|
-
self.combo_par_pol.addItem("")
|
|
534
|
-
self.combo_par_pol.addItem("")
|
|
535
|
-
self.combo_par_pol.addItem("")
|
|
536
|
-
self.combo_par_pol.addItem("")
|
|
537
|
-
self.combo_par_pol.setObjectName(u"combo_par_pol")
|
|
538
|
-
sizePolicy3.setHeightForWidth(self.combo_par_pol.sizePolicy().hasHeightForWidth())
|
|
539
|
-
self.combo_par_pol.setSizePolicy(sizePolicy3)
|
|
540
|
-
self.combo_par_pol.setMinimumSize(QSize(0, 24))
|
|
541
|
-
self.combo_par_pol.setMaximumSize(QSize(16777215, 24))
|
|
542
|
-
self.combo_par_pol.setFont(font)
|
|
543
|
-
|
|
544
|
-
self.verticalLayout_40.addWidget(self.combo_par_pol)
|
|
545
|
-
|
|
546
|
-
self.w_ImInt_par.addWidget(self.w_ImInt_par_pol)
|
|
547
|
-
self.w_ImInt_order = QWidget()
|
|
548
|
-
self.w_ImInt_order.setObjectName(u"w_ImInt_order")
|
|
549
|
-
self.w_ImInt_order.setMinimumSize(QSize(0, 44))
|
|
550
|
-
self.w_ImInt_order.setMaximumSize(QSize(16777215, 44))
|
|
551
|
-
self.verticalLayout_41 = QVBoxLayout(self.w_ImInt_order)
|
|
552
|
-
self.verticalLayout_41.setSpacing(0)
|
|
553
|
-
self.verticalLayout_41.setObjectName(u"verticalLayout_41")
|
|
554
|
-
self.verticalLayout_41.setContentsMargins(0, 0, 0, 0)
|
|
555
|
-
self.label_par_order = QLabel(self.w_ImInt_order)
|
|
556
|
-
self.label_par_order.setObjectName(u"label_par_order")
|
|
557
|
-
self.label_par_order.setMaximumSize(QSize(16777215, 20))
|
|
558
|
-
self.label_par_order.setFont(font5)
|
|
559
|
-
|
|
560
|
-
self.verticalLayout_41.addWidget(self.label_par_order)
|
|
561
|
-
|
|
562
|
-
self.spin_order = MyQSpin(self.w_ImInt_order)
|
|
563
|
-
self.spin_order.setObjectName(u"spin_order")
|
|
564
|
-
self.spin_order.setMinimumSize(QSize(0, 24))
|
|
565
|
-
self.spin_order.setMaximumSize(QSize(16777215, 24))
|
|
566
|
-
self.spin_order.setFont(font)
|
|
567
|
-
self.spin_order.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
568
|
-
self.spin_order.setValue(3)
|
|
569
|
-
|
|
570
|
-
self.verticalLayout_41.addWidget(self.spin_order)
|
|
571
|
-
|
|
572
|
-
self.w_ImInt_par.addWidget(self.w_ImInt_order)
|
|
573
|
-
|
|
574
|
-
self.gridLayout_4.addWidget(self.w_ImInt_par, 0, 2, 1, 1)
|
|
575
|
-
|
|
576
|
-
self.hs_ImInt_2 = QSpacerItem(12, 20, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Minimum)
|
|
577
|
-
|
|
578
|
-
self.gridLayout_4.addItem(self.hs_ImInt_2, 0, 1, 1, 1)
|
|
579
|
-
|
|
580
|
-
self.gridLayout_4.setColumnStretch(0, 3)
|
|
581
|
-
|
|
582
|
-
self.verticalLayout_11.addWidget(self.group_int)
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
self.verticalLayout_10.addWidget(self.CollapBox_Interp)
|
|
586
|
-
|
|
587
|
-
self.CollapBox_Windowing = CollapsibleBox(self.scrollAreaWidgetContents)
|
|
588
|
-
self.CollapBox_Windowing.setObjectName(u"CollapBox_Windowing")
|
|
589
|
-
sizePolicy.setHeightForWidth(self.CollapBox_Windowing.sizePolicy().hasHeightForWidth())
|
|
590
|
-
self.CollapBox_Windowing.setSizePolicy(sizePolicy)
|
|
591
|
-
self.CollapBox_Windowing.setMinimumSize(QSize(0, 130))
|
|
592
|
-
self.CollapBox_Windowing.setMaximumSize(QSize(16777215, 130))
|
|
593
|
-
self.verticalLayout_12 = QVBoxLayout(self.CollapBox_Windowing)
|
|
594
|
-
self.verticalLayout_12.setSpacing(0)
|
|
595
|
-
self.verticalLayout_12.setObjectName(u"verticalLayout_12")
|
|
596
|
-
self.verticalLayout_12.setContentsMargins(0, 0, 0, 0)
|
|
597
|
-
self.lay_CollapBox_Interp_2 = QHBoxLayout()
|
|
598
|
-
self.lay_CollapBox_Interp_2.setSpacing(0)
|
|
599
|
-
self.lay_CollapBox_Interp_2.setObjectName(u"lay_CollapBox_Interp_2")
|
|
600
|
-
self.lay_CollapBox_Interp_2.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
601
|
-
self.tool_CollapBox_Interp_2 = QToolButton(self.CollapBox_Windowing)
|
|
602
|
-
self.tool_CollapBox_Interp_2.setObjectName(u"tool_CollapBox_Interp_2")
|
|
603
|
-
sizePolicy2.setHeightForWidth(self.tool_CollapBox_Interp_2.sizePolicy().hasHeightForWidth())
|
|
604
|
-
self.tool_CollapBox_Interp_2.setSizePolicy(sizePolicy2)
|
|
605
|
-
self.tool_CollapBox_Interp_2.setMinimumSize(QSize(0, 20))
|
|
606
|
-
self.tool_CollapBox_Interp_2.setMaximumSize(QSize(16777215, 20))
|
|
607
|
-
self.tool_CollapBox_Interp_2.setFont(font3)
|
|
608
|
-
self.tool_CollapBox_Interp_2.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
609
|
-
self.tool_CollapBox_Interp_2.setStyleSheet(u"QToolButton { border: none; }")
|
|
610
|
-
self.tool_CollapBox_Interp_2.setCheckable(True)
|
|
611
|
-
self.tool_CollapBox_Interp_2.setChecked(True)
|
|
612
|
-
self.tool_CollapBox_Interp_2.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
613
|
-
self.tool_CollapBox_Interp_2.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
614
|
-
self.tool_CollapBox_Interp_2.setArrowType(Qt.ArrowType.DownArrow)
|
|
615
|
-
|
|
616
|
-
self.lay_CollapBox_Interp_2.addWidget(self.tool_CollapBox_Interp_2)
|
|
617
|
-
|
|
618
|
-
self.hsp_CollapBox_Interp_2 = QSpacerItem(100, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
619
|
-
|
|
620
|
-
self.lay_CollapBox_Interp_2.addItem(self.hsp_CollapBox_Interp_2)
|
|
621
|
-
|
|
622
|
-
self.button_CollapBox_Interp_2 = MyToolButton(self.CollapBox_Windowing)
|
|
623
|
-
self.button_CollapBox_Interp_2.setObjectName(u"button_CollapBox_Interp_2")
|
|
624
|
-
self.button_CollapBox_Interp_2.setMinimumSize(QSize(18, 18))
|
|
625
|
-
self.button_CollapBox_Interp_2.setMaximumSize(QSize(18, 18))
|
|
626
|
-
self.button_CollapBox_Interp_2.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
627
|
-
self.button_CollapBox_Interp_2.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
628
|
-
self.button_CollapBox_Interp_2.setIcon(icon2)
|
|
629
|
-
self.button_CollapBox_Interp_2.setIconSize(QSize(12, 12))
|
|
630
|
-
|
|
631
|
-
self.lay_CollapBox_Interp_2.addWidget(self.button_CollapBox_Interp_2)
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
self.verticalLayout_12.addLayout(self.lay_CollapBox_Interp_2)
|
|
635
|
-
|
|
636
|
-
self.group_int_2 = QGroupBox(self.CollapBox_Windowing)
|
|
637
|
-
self.group_int_2.setObjectName(u"group_int_2")
|
|
638
|
-
sizePolicy1.setHeightForWidth(self.group_int_2.sizePolicy().hasHeightForWidth())
|
|
639
|
-
self.group_int_2.setSizePolicy(sizePolicy1)
|
|
640
|
-
self.group_int_2.setMinimumSize(QSize(0, 110))
|
|
641
|
-
self.group_int_2.setFont(font6)
|
|
642
|
-
self.group_int_2.setCursor(QCursor(Qt.CursorShape.ArrowCursor))
|
|
643
|
-
self.group_int_2.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}")
|
|
644
|
-
self.group_int_2.setCheckable(False)
|
|
645
|
-
self.verticalLayout = QVBoxLayout(self.group_int_2)
|
|
646
|
-
self.verticalLayout.setObjectName(u"verticalLayout")
|
|
647
|
-
self.verticalLayout.setContentsMargins(6, 6, 6, 10)
|
|
648
|
-
self.w_IW = QWidget(self.group_int_2)
|
|
649
|
-
self.w_IW.setObjectName(u"w_IW")
|
|
650
|
-
self.w_IW.setMinimumSize(QSize(0, 26))
|
|
651
|
-
self.horizontalLayout_22 = QHBoxLayout(self.w_IW)
|
|
652
|
-
self.horizontalLayout_22.setSpacing(5)
|
|
653
|
-
self.horizontalLayout_22.setObjectName(u"horizontalLayout_22")
|
|
654
|
-
self.horizontalLayout_22.setContentsMargins(0, 1, 0, 1)
|
|
655
|
-
self.label_MinVal_2 = QLabel(self.w_IW)
|
|
656
|
-
self.label_MinVal_2.setObjectName(u"label_MinVal_2")
|
|
657
|
-
sizePolicy3.setHeightForWidth(self.label_MinVal_2.sizePolicy().hasHeightForWidth())
|
|
658
|
-
self.label_MinVal_2.setSizePolicy(sizePolicy3)
|
|
659
|
-
self.label_MinVal_2.setMinimumSize(QSize(0, 20))
|
|
660
|
-
self.label_MinVal_2.setMaximumSize(QSize(16777215, 20))
|
|
661
|
-
self.label_MinVal_2.setFont(font5)
|
|
662
|
-
self.label_MinVal_2.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
663
|
-
|
|
664
|
-
self.horizontalLayout_22.addWidget(self.label_MinVal_2)
|
|
665
|
-
|
|
666
|
-
self.edit_IW = QWidget(self.w_IW)
|
|
667
|
-
self.edit_IW.setObjectName(u"edit_IW")
|
|
668
|
-
self.edit_IW.setMinimumSize(QSize(0, 0))
|
|
669
|
-
self.edit_IW.setMaximumSize(QSize(16777215, 22))
|
|
670
|
-
self.horizontalLayout_23 = QHBoxLayout(self.edit_IW)
|
|
671
|
-
self.horizontalLayout_23.setSpacing(0)
|
|
672
|
-
self.horizontalLayout_23.setObjectName(u"horizontalLayout_23")
|
|
673
|
-
self.horizontalLayout_23.setContentsMargins(0, 0, 0, 0)
|
|
674
|
-
self.line_edit_IW = MyQLineEditNumber(self.edit_IW)
|
|
675
|
-
self.line_edit_IW.setObjectName(u"line_edit_IW")
|
|
676
|
-
self.line_edit_IW.setMinimumSize(QSize(200, 0))
|
|
677
|
-
self.line_edit_IW.setMaximumSize(QSize(16777215, 22))
|
|
678
|
-
self.line_edit_IW.setFont(font)
|
|
679
|
-
self.line_edit_IW.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
680
|
-
"border-left: 1px solid gray;\n"
|
|
681
|
-
"border-bottom: 1px solid gray;\n"
|
|
682
|
-
"\n"
|
|
683
|
-
"\n"
|
|
684
|
-
"")
|
|
685
|
-
|
|
686
|
-
self.horizontalLayout_23.addWidget(self.line_edit_IW)
|
|
687
|
-
|
|
688
|
-
self.check_edit_IW = ClickableEditLabel(self.edit_IW)
|
|
689
|
-
self.check_edit_IW.setObjectName(u"check_edit_IW")
|
|
690
|
-
self.check_edit_IW.setMinimumSize(QSize(22, 22))
|
|
691
|
-
self.check_edit_IW.setMaximumSize(QSize(22, 22))
|
|
692
|
-
self.check_edit_IW.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
693
|
-
"border-right: 1px solid gray;\n"
|
|
694
|
-
"border-bottom: 1px solid gray;\n"
|
|
695
|
-
"padding: 2px;")
|
|
696
|
-
self.check_edit_IW.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
697
|
-
self.check_edit_IW.setScaledContents(True)
|
|
698
|
-
self.check_edit_IW.setMargin(0)
|
|
699
|
-
self.check_edit_IW.setTextInteractionFlags(Qt.TextInteractionFlag.TextBrowserInteraction)
|
|
700
|
-
|
|
701
|
-
self.horizontalLayout_23.addWidget(self.check_edit_IW)
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
self.horizontalLayout_22.addWidget(self.edit_IW)
|
|
705
|
-
|
|
706
|
-
self.horizontalSpacer = QSpacerItem(20, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
707
|
-
|
|
708
|
-
self.horizontalLayout_22.addItem(self.horizontalSpacer)
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
self.verticalLayout.addWidget(self.w_IW)
|
|
712
|
-
|
|
713
|
-
self.w_Correlation = QWidget(self.group_int_2)
|
|
714
|
-
self.w_Correlation.setObjectName(u"w_Correlation")
|
|
715
|
-
self.horizontalLayout = QHBoxLayout(self.w_Correlation)
|
|
716
|
-
self.horizontalLayout.setSpacing(10)
|
|
717
|
-
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
|
718
|
-
self.horizontalLayout.setContentsMargins(0, 0, 0, 0)
|
|
719
|
-
self.w_SemiWidth_Epipolar = QWidget(self.w_Correlation)
|
|
720
|
-
self.w_SemiWidth_Epipolar.setObjectName(u"w_SemiWidth_Epipolar")
|
|
721
|
-
self.w_SemiWidth_Epipolar.setMinimumSize(QSize(150, 44))
|
|
722
|
-
self.w_SemiWidth_Epipolar.setMaximumSize(QSize(150, 44))
|
|
723
|
-
self.verticalLayout_15 = QVBoxLayout(self.w_SemiWidth_Epipolar)
|
|
724
|
-
self.verticalLayout_15.setSpacing(0)
|
|
725
|
-
self.verticalLayout_15.setObjectName(u"verticalLayout_15")
|
|
726
|
-
self.verticalLayout_15.setContentsMargins(0, 0, 0, 0)
|
|
727
|
-
self.label_SemiWidth_Epipolar = QLabel(self.w_SemiWidth_Epipolar)
|
|
728
|
-
self.label_SemiWidth_Epipolar.setObjectName(u"label_SemiWidth_Epipolar")
|
|
729
|
-
sizePolicy3.setHeightForWidth(self.label_SemiWidth_Epipolar.sizePolicy().hasHeightForWidth())
|
|
730
|
-
self.label_SemiWidth_Epipolar.setSizePolicy(sizePolicy3)
|
|
731
|
-
self.label_SemiWidth_Epipolar.setMinimumSize(QSize(55, 20))
|
|
732
|
-
self.label_SemiWidth_Epipolar.setMaximumSize(QSize(16777215, 20))
|
|
733
|
-
self.label_SemiWidth_Epipolar.setFont(font5)
|
|
734
|
-
self.label_SemiWidth_Epipolar.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
735
|
-
|
|
736
|
-
self.verticalLayout_15.addWidget(self.label_SemiWidth_Epipolar)
|
|
737
|
-
|
|
738
|
-
self.spin_SemiWidth_Epipolar = MyQSpin(self.w_SemiWidth_Epipolar)
|
|
739
|
-
self.spin_SemiWidth_Epipolar.setObjectName(u"spin_SemiWidth_Epipolar")
|
|
740
|
-
self.spin_SemiWidth_Epipolar.setEnabled(True)
|
|
741
|
-
self.spin_SemiWidth_Epipolar.setMinimumSize(QSize(55, 24))
|
|
742
|
-
self.spin_SemiWidth_Epipolar.setMaximumSize(QSize(1000000, 24))
|
|
743
|
-
self.spin_SemiWidth_Epipolar.setFont(font)
|
|
744
|
-
self.spin_SemiWidth_Epipolar.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
745
|
-
self.spin_SemiWidth_Epipolar.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
746
|
-
self.spin_SemiWidth_Epipolar.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
747
|
-
self.spin_SemiWidth_Epipolar.setMinimum(1)
|
|
748
|
-
self.spin_SemiWidth_Epipolar.setValue(40)
|
|
749
|
-
|
|
750
|
-
self.verticalLayout_15.addWidget(self.spin_SemiWidth_Epipolar)
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
self.horizontalLayout.addWidget(self.w_SemiWidth_Epipolar)
|
|
754
|
-
|
|
755
|
-
self.w_Filter_SemiWidth = QWidget(self.w_Correlation)
|
|
756
|
-
self.w_Filter_SemiWidth.setObjectName(u"w_Filter_SemiWidth")
|
|
757
|
-
self.w_Filter_SemiWidth.setMinimumSize(QSize(120, 44))
|
|
758
|
-
self.w_Filter_SemiWidth.setMaximumSize(QSize(120, 44))
|
|
759
|
-
self.verticalLayout_16 = QVBoxLayout(self.w_Filter_SemiWidth)
|
|
760
|
-
self.verticalLayout_16.setSpacing(0)
|
|
761
|
-
self.verticalLayout_16.setObjectName(u"verticalLayout_16")
|
|
762
|
-
self.verticalLayout_16.setContentsMargins(0, 0, 0, 0)
|
|
763
|
-
self.label_Filter_SemiWidth = QLabel(self.w_Filter_SemiWidth)
|
|
764
|
-
self.label_Filter_SemiWidth.setObjectName(u"label_Filter_SemiWidth")
|
|
765
|
-
sizePolicy3.setHeightForWidth(self.label_Filter_SemiWidth.sizePolicy().hasHeightForWidth())
|
|
766
|
-
self.label_Filter_SemiWidth.setSizePolicy(sizePolicy3)
|
|
767
|
-
self.label_Filter_SemiWidth.setMinimumSize(QSize(55, 20))
|
|
768
|
-
self.label_Filter_SemiWidth.setMaximumSize(QSize(16777215, 20))
|
|
769
|
-
self.label_Filter_SemiWidth.setFont(font5)
|
|
770
|
-
self.label_Filter_SemiWidth.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
771
|
-
|
|
772
|
-
self.verticalLayout_16.addWidget(self.label_Filter_SemiWidth)
|
|
773
|
-
|
|
774
|
-
self.spin_Filter_SemiWidth = MyQSpin(self.w_Filter_SemiWidth)
|
|
775
|
-
self.spin_Filter_SemiWidth.setObjectName(u"spin_Filter_SemiWidth")
|
|
776
|
-
self.spin_Filter_SemiWidth.setEnabled(True)
|
|
777
|
-
self.spin_Filter_SemiWidth.setMinimumSize(QSize(55, 24))
|
|
778
|
-
self.spin_Filter_SemiWidth.setMaximumSize(QSize(1000000, 24))
|
|
779
|
-
self.spin_Filter_SemiWidth.setFont(font)
|
|
780
|
-
self.spin_Filter_SemiWidth.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
781
|
-
self.spin_Filter_SemiWidth.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
782
|
-
self.spin_Filter_SemiWidth.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
783
|
-
self.spin_Filter_SemiWidth.setValue(9)
|
|
784
|
-
|
|
785
|
-
self.verticalLayout_16.addWidget(self.spin_Filter_SemiWidth)
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
self.horizontalLayout.addWidget(self.w_Filter_SemiWidth)
|
|
789
|
-
|
|
790
|
-
self.w_Threshold = QWidget(self.w_Correlation)
|
|
791
|
-
self.w_Threshold.setObjectName(u"w_Threshold")
|
|
792
|
-
self.w_Threshold.setMinimumSize(QSize(120, 44))
|
|
793
|
-
self.w_Threshold.setMaximumSize(QSize(120, 44))
|
|
794
|
-
self.verticalLayout_17 = QVBoxLayout(self.w_Threshold)
|
|
795
|
-
self.verticalLayout_17.setSpacing(0)
|
|
796
|
-
self.verticalLayout_17.setObjectName(u"verticalLayout_17")
|
|
797
|
-
self.verticalLayout_17.setContentsMargins(0, 0, 0, 0)
|
|
798
|
-
self.label_Threshold = QLabel(self.w_Threshold)
|
|
799
|
-
self.label_Threshold.setObjectName(u"label_Threshold")
|
|
800
|
-
sizePolicy3.setHeightForWidth(self.label_Threshold.sizePolicy().hasHeightForWidth())
|
|
801
|
-
self.label_Threshold.setSizePolicy(sizePolicy3)
|
|
802
|
-
self.label_Threshold.setMinimumSize(QSize(55, 20))
|
|
803
|
-
self.label_Threshold.setMaximumSize(QSize(16777215, 20))
|
|
804
|
-
self.label_Threshold.setFont(font5)
|
|
805
|
-
self.label_Threshold.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
806
|
-
|
|
807
|
-
self.verticalLayout_17.addWidget(self.label_Threshold)
|
|
808
|
-
|
|
809
|
-
self.spin_Threshold = MyQDoubleSpin(self.w_Threshold)
|
|
810
|
-
self.spin_Threshold.setObjectName(u"spin_Threshold")
|
|
811
|
-
self.spin_Threshold.setEnabled(True)
|
|
812
|
-
self.spin_Threshold.setMinimumSize(QSize(55, 24))
|
|
813
|
-
self.spin_Threshold.setMaximumSize(QSize(1000000, 24))
|
|
814
|
-
self.spin_Threshold.setFont(font)
|
|
815
|
-
self.spin_Threshold.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
816
|
-
self.spin_Threshold.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
817
|
-
self.spin_Threshold.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
818
|
-
self.spin_Threshold.setMaximum(1.000000000000000)
|
|
819
|
-
self.spin_Threshold.setSingleStep(0.010000000000000)
|
|
820
|
-
self.spin_Threshold.setValue(0.500000000000000)
|
|
821
|
-
|
|
822
|
-
self.verticalLayout_17.addWidget(self.spin_Threshold)
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
self.horizontalLayout.addWidget(self.w_Threshold)
|
|
826
|
-
|
|
827
|
-
self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
828
|
-
|
|
829
|
-
self.horizontalLayout.addItem(self.horizontalSpacer_2)
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
self.verticalLayout.addWidget(self.w_Correlation)
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
self.verticalLayout_12.addWidget(self.group_int_2)
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
self.verticalLayout_10.addWidget(self.CollapBox_Windowing)
|
|
839
|
-
|
|
840
|
-
self.
|
|
841
|
-
|
|
842
|
-
self.
|
|
843
|
-
|
|
844
|
-
self.
|
|
845
|
-
|
|
846
|
-
self.
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
self.
|
|
853
|
-
|
|
854
|
-
self.
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
self.
|
|
863
|
-
self.
|
|
864
|
-
self.
|
|
865
|
-
|
|
866
|
-
self.
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
self.
|
|
877
|
-
|
|
878
|
-
self.
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
self.
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
self.
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
self.
|
|
891
|
-
|
|
892
|
-
self.
|
|
893
|
-
self.
|
|
894
|
-
self.
|
|
895
|
-
self.
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
self.
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
self.
|
|
902
|
-
|
|
903
|
-
self.
|
|
904
|
-
|
|
905
|
-
self.
|
|
906
|
-
|
|
907
|
-
self.
|
|
908
|
-
self.
|
|
909
|
-
self.
|
|
910
|
-
self.
|
|
911
|
-
self.
|
|
912
|
-
self.
|
|
913
|
-
self.
|
|
914
|
-
self.
|
|
915
|
-
self.
|
|
916
|
-
self.
|
|
917
|
-
self.
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
self.
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
self.
|
|
924
|
-
|
|
925
|
-
self.
|
|
926
|
-
|
|
927
|
-
self.
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
self.
|
|
931
|
-
|
|
932
|
-
self.
|
|
933
|
-
self.
|
|
934
|
-
self.
|
|
935
|
-
self.
|
|
936
|
-
self.
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
self.
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
self.
|
|
946
|
-
|
|
947
|
-
self.
|
|
948
|
-
|
|
949
|
-
self.
|
|
950
|
-
self.
|
|
951
|
-
self.
|
|
952
|
-
|
|
953
|
-
self.
|
|
954
|
-
|
|
955
|
-
self.
|
|
956
|
-
self.
|
|
957
|
-
self.
|
|
958
|
-
|
|
959
|
-
self.
|
|
960
|
-
|
|
961
|
-
self.
|
|
962
|
-
|
|
963
|
-
self.
|
|
964
|
-
|
|
965
|
-
self.
|
|
966
|
-
|
|
967
|
-
self.
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
25
|
+
MyQLineEditNumber, MyQSpin, MyTabLabel, MyToolButton)
|
|
26
|
+
|
|
27
|
+
class Ui_ProcessTab_Disp(object):
|
|
28
|
+
def setupUi(self, ProcessTab_Disp):
|
|
29
|
+
if not ProcessTab_Disp.objectName():
|
|
30
|
+
ProcessTab_Disp.setObjectName(u"ProcessTab_Disp")
|
|
31
|
+
ProcessTab_Disp.resize(500, 680)
|
|
32
|
+
sizePolicy = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Preferred)
|
|
33
|
+
sizePolicy.setHorizontalStretch(0)
|
|
34
|
+
sizePolicy.setVerticalStretch(0)
|
|
35
|
+
sizePolicy.setHeightForWidth(ProcessTab_Disp.sizePolicy().hasHeightForWidth())
|
|
36
|
+
ProcessTab_Disp.setSizePolicy(sizePolicy)
|
|
37
|
+
ProcessTab_Disp.setMinimumSize(QSize(500, 680))
|
|
38
|
+
ProcessTab_Disp.setMaximumSize(QSize(1000, 16777215))
|
|
39
|
+
font = QFont()
|
|
40
|
+
font.setPointSize(11)
|
|
41
|
+
ProcessTab_Disp.setFont(font)
|
|
42
|
+
icon1 = QIcon()
|
|
43
|
+
icon1.addFile(u""+ icons_path +"process_logo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
44
|
+
ProcessTab_Disp.setWindowIcon(icon1)
|
|
45
|
+
self.verticalLayout_65 = QVBoxLayout(ProcessTab_Disp)
|
|
46
|
+
self.verticalLayout_65.setSpacing(5)
|
|
47
|
+
self.verticalLayout_65.setObjectName(u"verticalLayout_65")
|
|
48
|
+
self.verticalLayout_65.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
49
|
+
self.verticalLayout_65.setContentsMargins(10, 10, 10, 10)
|
|
50
|
+
self.w_Mode = QWidget(ProcessTab_Disp)
|
|
51
|
+
self.w_Mode.setObjectName(u"w_Mode")
|
|
52
|
+
self.w_Mode.setMinimumSize(QSize(0, 40))
|
|
53
|
+
self.w_Mode.setMaximumSize(QSize(16777215, 40))
|
|
54
|
+
self.w_Mode.setFont(font)
|
|
55
|
+
self.horizontalLayout_2 = QHBoxLayout(self.w_Mode)
|
|
56
|
+
self.horizontalLayout_2.setSpacing(3)
|
|
57
|
+
self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
|
|
58
|
+
self.horizontalLayout_2.setContentsMargins(0, 0, 0, 10)
|
|
59
|
+
self.icon = QLabel(self.w_Mode)
|
|
60
|
+
self.icon.setObjectName(u"icon")
|
|
61
|
+
self.icon.setMinimumSize(QSize(35, 35))
|
|
62
|
+
self.icon.setMaximumSize(QSize(35, 35))
|
|
63
|
+
self.icon.setPixmap(QPixmap(u""+ icons_path +"process_logo.png"))
|
|
64
|
+
self.icon.setScaledContents(True)
|
|
65
|
+
|
|
66
|
+
self.horizontalLayout_2.addWidget(self.icon)
|
|
67
|
+
|
|
68
|
+
self.name_tab = MyTabLabel(self.w_Mode)
|
|
69
|
+
self.name_tab.setObjectName(u"name_tab")
|
|
70
|
+
self.name_tab.setMinimumSize(QSize(150, 35))
|
|
71
|
+
self.name_tab.setMaximumSize(QSize(16777215, 35))
|
|
72
|
+
font1 = QFont()
|
|
73
|
+
font1.setPointSize(20)
|
|
74
|
+
font1.setBold(True)
|
|
75
|
+
self.name_tab.setFont(font1)
|
|
76
|
+
|
|
77
|
+
self.horizontalLayout_2.addWidget(self.name_tab)
|
|
78
|
+
|
|
79
|
+
self.hs1 = QSpacerItem(30, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
80
|
+
|
|
81
|
+
self.horizontalLayout_2.addItem(self.hs1)
|
|
82
|
+
|
|
83
|
+
self.label_number = QLabel(self.w_Mode)
|
|
84
|
+
self.label_number.setObjectName(u"label_number")
|
|
85
|
+
self.label_number.setMinimumSize(QSize(15, 0))
|
|
86
|
+
self.label_number.setMaximumSize(QSize(30, 16777215))
|
|
87
|
+
font2 = QFont()
|
|
88
|
+
font2.setPointSize(9)
|
|
89
|
+
self.label_number.setFont(font2)
|
|
90
|
+
self.label_number.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
91
|
+
|
|
92
|
+
self.horizontalLayout_2.addWidget(self.label_number)
|
|
93
|
+
|
|
94
|
+
self.hs_2 = QSpacerItem(5, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
95
|
+
|
|
96
|
+
self.horizontalLayout_2.addItem(self.hs_2)
|
|
97
|
+
|
|
98
|
+
self.button_back = QToolButton(self.w_Mode)
|
|
99
|
+
self.button_back.setObjectName(u"button_back")
|
|
100
|
+
self.button_back.setMinimumSize(QSize(24, 24))
|
|
101
|
+
self.button_back.setMaximumSize(QSize(24, 24))
|
|
102
|
+
icon2 = QIcon()
|
|
103
|
+
icon2.addFile(u""+ icons_path +"undo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
104
|
+
self.button_back.setIcon(icon2)
|
|
105
|
+
self.button_back.setIconSize(QSize(20, 20))
|
|
106
|
+
|
|
107
|
+
self.horizontalLayout_2.addWidget(self.button_back)
|
|
108
|
+
|
|
109
|
+
self.button_forward = QToolButton(self.w_Mode)
|
|
110
|
+
self.button_forward.setObjectName(u"button_forward")
|
|
111
|
+
self.button_forward.setMinimumSize(QSize(24, 24))
|
|
112
|
+
self.button_forward.setMaximumSize(QSize(24, 24))
|
|
113
|
+
icon3 = QIcon()
|
|
114
|
+
icon3.addFile(u""+ icons_path +"redo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
115
|
+
self.button_forward.setIcon(icon3)
|
|
116
|
+
self.button_forward.setIconSize(QSize(20, 20))
|
|
117
|
+
|
|
118
|
+
self.horizontalLayout_2.addWidget(self.button_forward)
|
|
119
|
+
|
|
120
|
+
self.w_button_close_tab = QWidget(self.w_Mode)
|
|
121
|
+
self.w_button_close_tab.setObjectName(u"w_button_close_tab")
|
|
122
|
+
self.w_button_close_tab.setMinimumSize(QSize(18, 24))
|
|
123
|
+
self.w_button_close_tab.setMaximumSize(QSize(18, 24))
|
|
124
|
+
self.horizontalLayout_20 = QHBoxLayout(self.w_button_close_tab)
|
|
125
|
+
self.horizontalLayout_20.setSpacing(0)
|
|
126
|
+
self.horizontalLayout_20.setObjectName(u"horizontalLayout_20")
|
|
127
|
+
self.horizontalLayout_20.setContentsMargins(0, 0, 0, -1)
|
|
128
|
+
self.button_close_tab = QToolButton(self.w_button_close_tab)
|
|
129
|
+
self.button_close_tab.setObjectName(u"button_close_tab")
|
|
130
|
+
self.button_close_tab.setMinimumSize(QSize(18, 18))
|
|
131
|
+
self.button_close_tab.setMaximumSize(QSize(18, 18))
|
|
132
|
+
self.button_close_tab.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
133
|
+
self.button_close_tab.setStyleSheet(u"QToolButton{\n"
|
|
134
|
+
"border-radius: 15px;\n"
|
|
135
|
+
"}")
|
|
136
|
+
icon4 = QIcon()
|
|
137
|
+
icon4.addFile(u""+ icons_path +"close.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
138
|
+
self.button_close_tab.setIcon(icon4)
|
|
139
|
+
self.button_close_tab.setIconSize(QSize(15, 15))
|
|
140
|
+
|
|
141
|
+
self.horizontalLayout_20.addWidget(self.button_close_tab)
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
self.horizontalLayout_2.addWidget(self.w_button_close_tab)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
self.verticalLayout_65.addWidget(self.w_Mode)
|
|
148
|
+
|
|
149
|
+
self.separator = QFrame(ProcessTab_Disp)
|
|
150
|
+
self.separator.setObjectName(u"separator")
|
|
151
|
+
self.separator.setMinimumSize(QSize(0, 5))
|
|
152
|
+
self.separator.setFrameShape(QFrame.Shape.HLine)
|
|
153
|
+
self.separator.setFrameShadow(QFrame.Shadow.Sunken)
|
|
154
|
+
|
|
155
|
+
self.verticalLayout_65.addWidget(self.separator)
|
|
156
|
+
|
|
157
|
+
self.scrollArea = QScrollArea(ProcessTab_Disp)
|
|
158
|
+
self.scrollArea.setObjectName(u"scrollArea")
|
|
159
|
+
sizePolicy1 = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Expanding)
|
|
160
|
+
sizePolicy1.setHorizontalStretch(0)
|
|
161
|
+
sizePolicy1.setVerticalStretch(0)
|
|
162
|
+
sizePolicy1.setHeightForWidth(self.scrollArea.sizePolicy().hasHeightForWidth())
|
|
163
|
+
self.scrollArea.setSizePolicy(sizePolicy1)
|
|
164
|
+
self.scrollArea.setMinimumSize(QSize(0, 0))
|
|
165
|
+
self.scrollArea.setMaximumSize(QSize(16777215, 16777215))
|
|
166
|
+
self.scrollArea.setStyleSheet(u" QScrollArea {\n"
|
|
167
|
+
" border: 1pix solid gray;\n"
|
|
168
|
+
" background: transparent;\n"
|
|
169
|
+
" }\n"
|
|
170
|
+
"\n"
|
|
171
|
+
"QScrollBar:horizontal\n"
|
|
172
|
+
" {\n"
|
|
173
|
+
" height: 15px;\n"
|
|
174
|
+
" margin: 3px 10px 3px 10px;\n"
|
|
175
|
+
" border: 1px transparent #2A2929;\n"
|
|
176
|
+
" border-radius: 4px;\n"
|
|
177
|
+
" background-color: rgba(200,200,200,50); /* #2A2929; */\n"
|
|
178
|
+
" }\n"
|
|
179
|
+
"\n"
|
|
180
|
+
"QScrollBar::handle:horizontal\n"
|
|
181
|
+
" {\n"
|
|
182
|
+
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
183
|
+
" min-width: 5px;\n"
|
|
184
|
+
" border-radius: 4px;\n"
|
|
185
|
+
" }\n"
|
|
186
|
+
"\n"
|
|
187
|
+
"QScrollBar:vertical\n"
|
|
188
|
+
" {\n"
|
|
189
|
+
" background-color: rgba(200,200,200,50); ;\n"
|
|
190
|
+
" width: 15px;\n"
|
|
191
|
+
" margin: 10px 3px 10px 3px;\n"
|
|
192
|
+
" border: 1px transparent #2A2929;\n"
|
|
193
|
+
" border-radius: 4px;\n"
|
|
194
|
+
" }\n"
|
|
195
|
+
"\n"
|
|
196
|
+
"QScrollBar::handle:vertical\n"
|
|
197
|
+
" {\n"
|
|
198
|
+
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
199
|
+
" min-height: 5px;\n"
|
|
200
|
+
" border-radius: 4px;\n"
|
|
201
|
+
" }\n"
|
|
202
|
+
"\n"
|
|
203
|
+
"QScrollBar::add-line {\n"
|
|
204
|
+
""
|
|
205
|
+
" border: none;\n"
|
|
206
|
+
" background: none;\n"
|
|
207
|
+
" }\n"
|
|
208
|
+
"\n"
|
|
209
|
+
"QScrollBar::sub-line {\n"
|
|
210
|
+
" border: none;\n"
|
|
211
|
+
" background: none;\n"
|
|
212
|
+
" }\n"
|
|
213
|
+
"")
|
|
214
|
+
self.scrollArea.setWidgetResizable(True)
|
|
215
|
+
self.scrollAreaWidgetContents = QWidget()
|
|
216
|
+
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
|
|
217
|
+
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 480, 607))
|
|
218
|
+
sizePolicy.setHeightForWidth(self.scrollAreaWidgetContents.sizePolicy().hasHeightForWidth())
|
|
219
|
+
self.scrollAreaWidgetContents.setSizePolicy(sizePolicy)
|
|
220
|
+
self.scrollAreaWidgetContents.setMinimumSize(QSize(0, 0))
|
|
221
|
+
self.scrollAreaWidgetContents.setStyleSheet(u"\u2020")
|
|
222
|
+
self.verticalLayout_10 = QVBoxLayout(self.scrollAreaWidgetContents)
|
|
223
|
+
self.verticalLayout_10.setSpacing(20)
|
|
224
|
+
self.verticalLayout_10.setObjectName(u"verticalLayout_10")
|
|
225
|
+
self.verticalLayout_10.setContentsMargins(0, 15, 10, 5)
|
|
226
|
+
self.CollapBox_FinIt = CollapsibleBox(self.scrollAreaWidgetContents)
|
|
227
|
+
self.CollapBox_FinIt.setObjectName(u"CollapBox_FinIt")
|
|
228
|
+
sizePolicy.setHeightForWidth(self.CollapBox_FinIt.sizePolicy().hasHeightForWidth())
|
|
229
|
+
self.CollapBox_FinIt.setSizePolicy(sizePolicy)
|
|
230
|
+
self.CollapBox_FinIt.setMinimumSize(QSize(0, 56))
|
|
231
|
+
self.CollapBox_FinIt.setMaximumSize(QSize(16777215, 16777215))
|
|
232
|
+
self.verticalLayout_24 = QVBoxLayout(self.CollapBox_FinIt)
|
|
233
|
+
self.verticalLayout_24.setSpacing(0)
|
|
234
|
+
self.verticalLayout_24.setObjectName(u"verticalLayout_24")
|
|
235
|
+
self.verticalLayout_24.setContentsMargins(0, 0, 0, 0)
|
|
236
|
+
self.lay_CollapBox_FinIt = QHBoxLayout()
|
|
237
|
+
self.lay_CollapBox_FinIt.setSpacing(0)
|
|
238
|
+
self.lay_CollapBox_FinIt.setObjectName(u"lay_CollapBox_FinIt")
|
|
239
|
+
self.lay_CollapBox_FinIt.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
240
|
+
self.tool_CollapBox_FinIt = QToolButton(self.CollapBox_FinIt)
|
|
241
|
+
self.tool_CollapBox_FinIt.setObjectName(u"tool_CollapBox_FinIt")
|
|
242
|
+
sizePolicy2 = QSizePolicy(QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)
|
|
243
|
+
sizePolicy2.setHorizontalStretch(0)
|
|
244
|
+
sizePolicy2.setVerticalStretch(0)
|
|
245
|
+
sizePolicy2.setHeightForWidth(self.tool_CollapBox_FinIt.sizePolicy().hasHeightForWidth())
|
|
246
|
+
self.tool_CollapBox_FinIt.setSizePolicy(sizePolicy2)
|
|
247
|
+
self.tool_CollapBox_FinIt.setMinimumSize(QSize(0, 20))
|
|
248
|
+
self.tool_CollapBox_FinIt.setMaximumSize(QSize(16777215, 20))
|
|
249
|
+
font3 = QFont()
|
|
250
|
+
font3.setPointSize(10)
|
|
251
|
+
font3.setBold(True)
|
|
252
|
+
self.tool_CollapBox_FinIt.setFont(font3)
|
|
253
|
+
self.tool_CollapBox_FinIt.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
254
|
+
self.tool_CollapBox_FinIt.setStyleSheet(u"QToolButton { border: none; }")
|
|
255
|
+
self.tool_CollapBox_FinIt.setCheckable(True)
|
|
256
|
+
self.tool_CollapBox_FinIt.setChecked(True)
|
|
257
|
+
self.tool_CollapBox_FinIt.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
258
|
+
self.tool_CollapBox_FinIt.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
259
|
+
self.tool_CollapBox_FinIt.setArrowType(Qt.ArrowType.DownArrow)
|
|
260
|
+
|
|
261
|
+
self.lay_CollapBox_FinIt.addWidget(self.tool_CollapBox_FinIt)
|
|
262
|
+
|
|
263
|
+
self.hsp_CollapBox_FinIt = QSpacerItem(100, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
264
|
+
|
|
265
|
+
self.lay_CollapBox_FinIt.addItem(self.hsp_CollapBox_FinIt)
|
|
266
|
+
|
|
267
|
+
self.button_CollapBox_FinIt = MyToolButton(self.CollapBox_FinIt)
|
|
268
|
+
self.button_CollapBox_FinIt.setObjectName(u"button_CollapBox_FinIt")
|
|
269
|
+
self.button_CollapBox_FinIt.setMinimumSize(QSize(18, 18))
|
|
270
|
+
self.button_CollapBox_FinIt.setMaximumSize(QSize(18, 18))
|
|
271
|
+
self.button_CollapBox_FinIt.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
272
|
+
self.button_CollapBox_FinIt.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
273
|
+
self.button_CollapBox_FinIt.setIcon(icon2)
|
|
274
|
+
self.button_CollapBox_FinIt.setIconSize(QSize(12, 12))
|
|
275
|
+
|
|
276
|
+
self.lay_CollapBox_FinIt.addWidget(self.button_CollapBox_FinIt)
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
self.verticalLayout_24.addLayout(self.lay_CollapBox_FinIt)
|
|
280
|
+
|
|
281
|
+
self.w_Nit = QGroupBox(self.CollapBox_FinIt)
|
|
282
|
+
self.w_Nit.setObjectName(u"w_Nit")
|
|
283
|
+
sizePolicy.setHeightForWidth(self.w_Nit.sizePolicy().hasHeightForWidth())
|
|
284
|
+
self.w_Nit.setSizePolicy(sizePolicy)
|
|
285
|
+
self.w_Nit.setMinimumSize(QSize(0, 34))
|
|
286
|
+
font4 = QFont()
|
|
287
|
+
font4.setPointSize(10)
|
|
288
|
+
font4.setBold(True)
|
|
289
|
+
font4.setItalic(False)
|
|
290
|
+
font4.setKerning(False)
|
|
291
|
+
self.w_Nit.setFont(font4)
|
|
292
|
+
self.w_Nit.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}\n"
|
|
293
|
+
"")
|
|
294
|
+
self.horizontalLayout_6 = QHBoxLayout(self.w_Nit)
|
|
295
|
+
self.horizontalLayout_6.setObjectName(u"horizontalLayout_6")
|
|
296
|
+
self.horizontalLayout_6.setContentsMargins(6, 6, 6, 6)
|
|
297
|
+
self.label_Nit = QLabel(self.w_Nit)
|
|
298
|
+
self.label_Nit.setObjectName(u"label_Nit")
|
|
299
|
+
self.label_Nit.setMinimumSize(QSize(0, 22))
|
|
300
|
+
self.label_Nit.setMaximumSize(QSize(16777215, 22))
|
|
301
|
+
font5 = QFont()
|
|
302
|
+
font5.setPointSize(10)
|
|
303
|
+
font5.setBold(False)
|
|
304
|
+
font5.setItalic(True)
|
|
305
|
+
self.label_Nit.setFont(font5)
|
|
306
|
+
self.label_Nit.setStyleSheet(u"border: none;")
|
|
307
|
+
self.label_Nit.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
308
|
+
|
|
309
|
+
self.horizontalLayout_6.addWidget(self.label_Nit)
|
|
310
|
+
|
|
311
|
+
self.spin_Nit = MyQSpin(self.w_Nit)
|
|
312
|
+
self.spin_Nit.setObjectName(u"spin_Nit")
|
|
313
|
+
self.spin_Nit.setMinimumSize(QSize(55, 22))
|
|
314
|
+
self.spin_Nit.setMaximumSize(QSize(66, 22))
|
|
315
|
+
self.spin_Nit.setFont(font)
|
|
316
|
+
self.spin_Nit.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
317
|
+
self.spin_Nit.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
318
|
+
self.spin_Nit.setMinimum(0)
|
|
319
|
+
self.spin_Nit.setValue(5)
|
|
320
|
+
|
|
321
|
+
self.horizontalLayout_6.addWidget(self.spin_Nit)
|
|
322
|
+
|
|
323
|
+
self.horizontalSpacer_3 = QSpacerItem(30, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
324
|
+
|
|
325
|
+
self.horizontalLayout_6.addItem(self.horizontalSpacer_3)
|
|
326
|
+
|
|
327
|
+
self.label_frames = QLabel(self.w_Nit)
|
|
328
|
+
self.label_frames.setObjectName(u"label_frames")
|
|
329
|
+
self.label_frames.setMinimumSize(QSize(0, 22))
|
|
330
|
+
self.label_frames.setMaximumSize(QSize(16777215, 22))
|
|
331
|
+
self.label_frames.setFont(font5)
|
|
332
|
+
self.label_frames.setStyleSheet(u"border: none;")
|
|
333
|
+
self.label_frames.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
334
|
+
|
|
335
|
+
self.horizontalLayout_6.addWidget(self.label_frames)
|
|
336
|
+
|
|
337
|
+
self.combo_frames = MyQCombo(self.w_Nit)
|
|
338
|
+
self.combo_frames.addItem("")
|
|
339
|
+
self.combo_frames.addItem("")
|
|
340
|
+
self.combo_frames.addItem("")
|
|
341
|
+
self.combo_frames.setObjectName(u"combo_frames")
|
|
342
|
+
sizePolicy.setHeightForWidth(self.combo_frames.sizePolicy().hasHeightForWidth())
|
|
343
|
+
self.combo_frames.setSizePolicy(sizePolicy)
|
|
344
|
+
self.combo_frames.setMinimumSize(QSize(130, 24))
|
|
345
|
+
self.combo_frames.setMaximumSize(QSize(180, 24))
|
|
346
|
+
self.combo_frames.setFont(font)
|
|
347
|
+
self.combo_frames.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToContentsOnFirstShow)
|
|
348
|
+
|
|
349
|
+
self.horizontalLayout_6.addWidget(self.combo_frames)
|
|
350
|
+
|
|
351
|
+
self.hs_Nit = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
352
|
+
|
|
353
|
+
self.horizontalLayout_6.addItem(self.hs_Nit)
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
self.verticalLayout_24.addWidget(self.w_Nit)
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
self.verticalLayout_10.addWidget(self.CollapBox_FinIt)
|
|
360
|
+
|
|
361
|
+
self.CollapBox_Interp = CollapsibleBox(self.scrollAreaWidgetContents)
|
|
362
|
+
self.CollapBox_Interp.setObjectName(u"CollapBox_Interp")
|
|
363
|
+
sizePolicy.setHeightForWidth(self.CollapBox_Interp.sizePolicy().hasHeightForWidth())
|
|
364
|
+
self.CollapBox_Interp.setSizePolicy(sizePolicy)
|
|
365
|
+
self.CollapBox_Interp.setMinimumSize(QSize(0, 80))
|
|
366
|
+
self.CollapBox_Interp.setMaximumSize(QSize(16777215, 80))
|
|
367
|
+
self.verticalLayout_11 = QVBoxLayout(self.CollapBox_Interp)
|
|
368
|
+
self.verticalLayout_11.setSpacing(0)
|
|
369
|
+
self.verticalLayout_11.setObjectName(u"verticalLayout_11")
|
|
370
|
+
self.verticalLayout_11.setContentsMargins(0, 0, 0, 0)
|
|
371
|
+
self.lay_CollapBox_Interp = QHBoxLayout()
|
|
372
|
+
self.lay_CollapBox_Interp.setSpacing(0)
|
|
373
|
+
self.lay_CollapBox_Interp.setObjectName(u"lay_CollapBox_Interp")
|
|
374
|
+
self.lay_CollapBox_Interp.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
375
|
+
self.tool_CollapBox_Interp = QToolButton(self.CollapBox_Interp)
|
|
376
|
+
self.tool_CollapBox_Interp.setObjectName(u"tool_CollapBox_Interp")
|
|
377
|
+
sizePolicy2.setHeightForWidth(self.tool_CollapBox_Interp.sizePolicy().hasHeightForWidth())
|
|
378
|
+
self.tool_CollapBox_Interp.setSizePolicy(sizePolicy2)
|
|
379
|
+
self.tool_CollapBox_Interp.setMinimumSize(QSize(0, 20))
|
|
380
|
+
self.tool_CollapBox_Interp.setMaximumSize(QSize(16777215, 20))
|
|
381
|
+
self.tool_CollapBox_Interp.setFont(font3)
|
|
382
|
+
self.tool_CollapBox_Interp.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
383
|
+
self.tool_CollapBox_Interp.setStyleSheet(u"QToolButton { border: none; }")
|
|
384
|
+
self.tool_CollapBox_Interp.setCheckable(True)
|
|
385
|
+
self.tool_CollapBox_Interp.setChecked(True)
|
|
386
|
+
self.tool_CollapBox_Interp.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
387
|
+
self.tool_CollapBox_Interp.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
388
|
+
self.tool_CollapBox_Interp.setArrowType(Qt.ArrowType.DownArrow)
|
|
389
|
+
|
|
390
|
+
self.lay_CollapBox_Interp.addWidget(self.tool_CollapBox_Interp)
|
|
391
|
+
|
|
392
|
+
self.hsp_CollapBox_Interp = QSpacerItem(100, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
393
|
+
|
|
394
|
+
self.lay_CollapBox_Interp.addItem(self.hsp_CollapBox_Interp)
|
|
395
|
+
|
|
396
|
+
self.button_CollapBox_Interp = MyToolButton(self.CollapBox_Interp)
|
|
397
|
+
self.button_CollapBox_Interp.setObjectName(u"button_CollapBox_Interp")
|
|
398
|
+
self.button_CollapBox_Interp.setMinimumSize(QSize(18, 18))
|
|
399
|
+
self.button_CollapBox_Interp.setMaximumSize(QSize(18, 18))
|
|
400
|
+
self.button_CollapBox_Interp.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
401
|
+
self.button_CollapBox_Interp.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
402
|
+
self.button_CollapBox_Interp.setIcon(icon2)
|
|
403
|
+
self.button_CollapBox_Interp.setIconSize(QSize(12, 12))
|
|
404
|
+
|
|
405
|
+
self.lay_CollapBox_Interp.addWidget(self.button_CollapBox_Interp)
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
self.verticalLayout_11.addLayout(self.lay_CollapBox_Interp)
|
|
409
|
+
|
|
410
|
+
self.group_int = QGroupBox(self.CollapBox_Interp)
|
|
411
|
+
self.group_int.setObjectName(u"group_int")
|
|
412
|
+
sizePolicy1.setHeightForWidth(self.group_int.sizePolicy().hasHeightForWidth())
|
|
413
|
+
self.group_int.setSizePolicy(sizePolicy1)
|
|
414
|
+
self.group_int.setMinimumSize(QSize(0, 60))
|
|
415
|
+
font6 = QFont()
|
|
416
|
+
font6.setPointSize(10)
|
|
417
|
+
font6.setBold(True)
|
|
418
|
+
font6.setItalic(False)
|
|
419
|
+
self.group_int.setFont(font6)
|
|
420
|
+
self.group_int.setCursor(QCursor(Qt.CursorShape.ArrowCursor))
|
|
421
|
+
self.group_int.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}")
|
|
422
|
+
self.group_int.setCheckable(False)
|
|
423
|
+
self.gridLayout_4 = QGridLayout(self.group_int)
|
|
424
|
+
self.gridLayout_4.setObjectName(u"gridLayout_4")
|
|
425
|
+
self.gridLayout_4.setHorizontalSpacing(0)
|
|
426
|
+
self.gridLayout_4.setVerticalSpacing(6)
|
|
427
|
+
self.gridLayout_4.setContentsMargins(6, 6, 6, 10)
|
|
428
|
+
self.w_ImInt = QWidget(self.group_int)
|
|
429
|
+
self.w_ImInt.setObjectName(u"w_ImInt")
|
|
430
|
+
self.w_ImInt.setMinimumSize(QSize(0, 44))
|
|
431
|
+
self.w_ImInt.setMaximumSize(QSize(16777215, 44))
|
|
432
|
+
self.verticalLayout_43 = QVBoxLayout(self.w_ImInt)
|
|
433
|
+
self.verticalLayout_43.setSpacing(0)
|
|
434
|
+
self.verticalLayout_43.setObjectName(u"verticalLayout_43")
|
|
435
|
+
self.verticalLayout_43.setContentsMargins(0, 0, 0, 0)
|
|
436
|
+
self.w_label_imint = QWidget(self.w_ImInt)
|
|
437
|
+
self.w_label_imint.setObjectName(u"w_label_imint")
|
|
438
|
+
self.w_label_imint.setMinimumSize(QSize(0, 20))
|
|
439
|
+
self.w_label_imint.setMaximumSize(QSize(16777215, 20))
|
|
440
|
+
self.hlay_ImInt = QHBoxLayout(self.w_label_imint)
|
|
441
|
+
self.hlay_ImInt.setSpacing(0)
|
|
442
|
+
self.hlay_ImInt.setObjectName(u"hlay_ImInt")
|
|
443
|
+
self.hlay_ImInt.setContentsMargins(0, 0, 0, 0)
|
|
444
|
+
self.label_imint = QLabel(self.w_label_imint)
|
|
445
|
+
self.label_imint.setObjectName(u"label_imint")
|
|
446
|
+
sizePolicy3 = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Fixed)
|
|
447
|
+
sizePolicy3.setHorizontalStretch(0)
|
|
448
|
+
sizePolicy3.setVerticalStretch(0)
|
|
449
|
+
sizePolicy3.setHeightForWidth(self.label_imint.sizePolicy().hasHeightForWidth())
|
|
450
|
+
self.label_imint.setSizePolicy(sizePolicy3)
|
|
451
|
+
self.label_imint.setMinimumSize(QSize(200, 20))
|
|
452
|
+
self.label_imint.setMaximumSize(QSize(16777215, 20))
|
|
453
|
+
self.label_imint.setFont(font5)
|
|
454
|
+
|
|
455
|
+
self.hlay_ImInt.addWidget(self.label_imint)
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
self.verticalLayout_43.addWidget(self.w_label_imint)
|
|
459
|
+
|
|
460
|
+
self.combo_ImInt = MyQCombo(self.w_ImInt)
|
|
461
|
+
self.combo_ImInt.addItem("")
|
|
462
|
+
self.combo_ImInt.addItem("")
|
|
463
|
+
self.combo_ImInt.addItem("")
|
|
464
|
+
self.combo_ImInt.addItem("")
|
|
465
|
+
self.combo_ImInt.addItem("")
|
|
466
|
+
self.combo_ImInt.addItem("")
|
|
467
|
+
self.combo_ImInt.addItem("")
|
|
468
|
+
self.combo_ImInt.addItem("")
|
|
469
|
+
self.combo_ImInt.setObjectName(u"combo_ImInt")
|
|
470
|
+
sizePolicy.setHeightForWidth(self.combo_ImInt.sizePolicy().hasHeightForWidth())
|
|
471
|
+
self.combo_ImInt.setSizePolicy(sizePolicy)
|
|
472
|
+
self.combo_ImInt.setMinimumSize(QSize(250, 24))
|
|
473
|
+
self.combo_ImInt.setMaximumSize(QSize(16777215, 24))
|
|
474
|
+
self.combo_ImInt.setFont(font)
|
|
475
|
+
self.combo_ImInt.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToContentsOnFirstShow)
|
|
476
|
+
|
|
477
|
+
self.verticalLayout_43.addWidget(self.combo_ImInt)
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
self.gridLayout_4.addWidget(self.w_ImInt, 0, 0, 1, 1)
|
|
481
|
+
|
|
482
|
+
self.w_ImInt_par = QStackedWidget(self.group_int)
|
|
483
|
+
self.w_ImInt_par.setObjectName(u"w_ImInt_par")
|
|
484
|
+
self.w_ImInt_par.setMaximumSize(QSize(16777215, 44))
|
|
485
|
+
self.w_ImInt_par_none = QWidget()
|
|
486
|
+
self.w_ImInt_par_none.setObjectName(u"w_ImInt_par_none")
|
|
487
|
+
self.w_ImInt_par.addWidget(self.w_ImInt_par_none)
|
|
488
|
+
self.w_ImInt_par_imshift = QWidget()
|
|
489
|
+
self.w_ImInt_par_imshift.setObjectName(u"w_ImInt_par_imshift")
|
|
490
|
+
self.w_ImInt_par_imshift.setMinimumSize(QSize(0, 44))
|
|
491
|
+
self.w_ImInt_par_imshift.setMaximumSize(QSize(16777215, 44))
|
|
492
|
+
self.verticalLayout_39 = QVBoxLayout(self.w_ImInt_par_imshift)
|
|
493
|
+
self.verticalLayout_39.setSpacing(0)
|
|
494
|
+
self.verticalLayout_39.setObjectName(u"verticalLayout_39")
|
|
495
|
+
self.verticalLayout_39.setContentsMargins(0, 0, 0, 0)
|
|
496
|
+
self.label_par_imshift = QLabel(self.w_ImInt_par_imshift)
|
|
497
|
+
self.label_par_imshift.setObjectName(u"label_par_imshift")
|
|
498
|
+
self.label_par_imshift.setMinimumSize(QSize(0, 20))
|
|
499
|
+
self.label_par_imshift.setMaximumSize(QSize(16777215, 20))
|
|
500
|
+
self.label_par_imshift.setFont(font5)
|
|
501
|
+
|
|
502
|
+
self.verticalLayout_39.addWidget(self.label_par_imshift)
|
|
503
|
+
|
|
504
|
+
self.combo_par_imshift = MyQCombo(self.w_ImInt_par_imshift)
|
|
505
|
+
self.combo_par_imshift.addItem("")
|
|
506
|
+
self.combo_par_imshift.addItem("")
|
|
507
|
+
self.combo_par_imshift.setObjectName(u"combo_par_imshift")
|
|
508
|
+
sizePolicy3.setHeightForWidth(self.combo_par_imshift.sizePolicy().hasHeightForWidth())
|
|
509
|
+
self.combo_par_imshift.setSizePolicy(sizePolicy3)
|
|
510
|
+
self.combo_par_imshift.setMinimumSize(QSize(0, 24))
|
|
511
|
+
self.combo_par_imshift.setMaximumSize(QSize(16777215, 24))
|
|
512
|
+
self.combo_par_imshift.setFont(font)
|
|
513
|
+
|
|
514
|
+
self.verticalLayout_39.addWidget(self.combo_par_imshift)
|
|
515
|
+
|
|
516
|
+
self.w_ImInt_par.addWidget(self.w_ImInt_par_imshift)
|
|
517
|
+
self.w_ImInt_par_pol = QWidget()
|
|
518
|
+
self.w_ImInt_par_pol.setObjectName(u"w_ImInt_par_pol")
|
|
519
|
+
self.w_ImInt_par_pol.setMinimumSize(QSize(0, 44))
|
|
520
|
+
self.w_ImInt_par_pol.setMaximumSize(QSize(16777215, 44))
|
|
521
|
+
self.verticalLayout_40 = QVBoxLayout(self.w_ImInt_par_pol)
|
|
522
|
+
self.verticalLayout_40.setSpacing(0)
|
|
523
|
+
self.verticalLayout_40.setObjectName(u"verticalLayout_40")
|
|
524
|
+
self.verticalLayout_40.setContentsMargins(0, 0, 0, 0)
|
|
525
|
+
self.label_par_pol = QLabel(self.w_ImInt_par_pol)
|
|
526
|
+
self.label_par_pol.setObjectName(u"label_par_pol")
|
|
527
|
+
self.label_par_pol.setMaximumSize(QSize(16777215, 20))
|
|
528
|
+
self.label_par_pol.setFont(font5)
|
|
529
|
+
|
|
530
|
+
self.verticalLayout_40.addWidget(self.label_par_pol)
|
|
531
|
+
|
|
532
|
+
self.combo_par_pol = MyQCombo(self.w_ImInt_par_pol)
|
|
533
|
+
self.combo_par_pol.addItem("")
|
|
534
|
+
self.combo_par_pol.addItem("")
|
|
535
|
+
self.combo_par_pol.addItem("")
|
|
536
|
+
self.combo_par_pol.addItem("")
|
|
537
|
+
self.combo_par_pol.setObjectName(u"combo_par_pol")
|
|
538
|
+
sizePolicy3.setHeightForWidth(self.combo_par_pol.sizePolicy().hasHeightForWidth())
|
|
539
|
+
self.combo_par_pol.setSizePolicy(sizePolicy3)
|
|
540
|
+
self.combo_par_pol.setMinimumSize(QSize(0, 24))
|
|
541
|
+
self.combo_par_pol.setMaximumSize(QSize(16777215, 24))
|
|
542
|
+
self.combo_par_pol.setFont(font)
|
|
543
|
+
|
|
544
|
+
self.verticalLayout_40.addWidget(self.combo_par_pol)
|
|
545
|
+
|
|
546
|
+
self.w_ImInt_par.addWidget(self.w_ImInt_par_pol)
|
|
547
|
+
self.w_ImInt_order = QWidget()
|
|
548
|
+
self.w_ImInt_order.setObjectName(u"w_ImInt_order")
|
|
549
|
+
self.w_ImInt_order.setMinimumSize(QSize(0, 44))
|
|
550
|
+
self.w_ImInt_order.setMaximumSize(QSize(16777215, 44))
|
|
551
|
+
self.verticalLayout_41 = QVBoxLayout(self.w_ImInt_order)
|
|
552
|
+
self.verticalLayout_41.setSpacing(0)
|
|
553
|
+
self.verticalLayout_41.setObjectName(u"verticalLayout_41")
|
|
554
|
+
self.verticalLayout_41.setContentsMargins(0, 0, 0, 0)
|
|
555
|
+
self.label_par_order = QLabel(self.w_ImInt_order)
|
|
556
|
+
self.label_par_order.setObjectName(u"label_par_order")
|
|
557
|
+
self.label_par_order.setMaximumSize(QSize(16777215, 20))
|
|
558
|
+
self.label_par_order.setFont(font5)
|
|
559
|
+
|
|
560
|
+
self.verticalLayout_41.addWidget(self.label_par_order)
|
|
561
|
+
|
|
562
|
+
self.spin_order = MyQSpin(self.w_ImInt_order)
|
|
563
|
+
self.spin_order.setObjectName(u"spin_order")
|
|
564
|
+
self.spin_order.setMinimumSize(QSize(0, 24))
|
|
565
|
+
self.spin_order.setMaximumSize(QSize(16777215, 24))
|
|
566
|
+
self.spin_order.setFont(font)
|
|
567
|
+
self.spin_order.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
568
|
+
self.spin_order.setValue(3)
|
|
569
|
+
|
|
570
|
+
self.verticalLayout_41.addWidget(self.spin_order)
|
|
571
|
+
|
|
572
|
+
self.w_ImInt_par.addWidget(self.w_ImInt_order)
|
|
573
|
+
|
|
574
|
+
self.gridLayout_4.addWidget(self.w_ImInt_par, 0, 2, 1, 1)
|
|
575
|
+
|
|
576
|
+
self.hs_ImInt_2 = QSpacerItem(12, 20, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Minimum)
|
|
577
|
+
|
|
578
|
+
self.gridLayout_4.addItem(self.hs_ImInt_2, 0, 1, 1, 1)
|
|
579
|
+
|
|
580
|
+
self.gridLayout_4.setColumnStretch(0, 3)
|
|
581
|
+
|
|
582
|
+
self.verticalLayout_11.addWidget(self.group_int)
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
self.verticalLayout_10.addWidget(self.CollapBox_Interp)
|
|
586
|
+
|
|
587
|
+
self.CollapBox_Windowing = CollapsibleBox(self.scrollAreaWidgetContents)
|
|
588
|
+
self.CollapBox_Windowing.setObjectName(u"CollapBox_Windowing")
|
|
589
|
+
sizePolicy.setHeightForWidth(self.CollapBox_Windowing.sizePolicy().hasHeightForWidth())
|
|
590
|
+
self.CollapBox_Windowing.setSizePolicy(sizePolicy)
|
|
591
|
+
self.CollapBox_Windowing.setMinimumSize(QSize(0, 130))
|
|
592
|
+
self.CollapBox_Windowing.setMaximumSize(QSize(16777215, 130))
|
|
593
|
+
self.verticalLayout_12 = QVBoxLayout(self.CollapBox_Windowing)
|
|
594
|
+
self.verticalLayout_12.setSpacing(0)
|
|
595
|
+
self.verticalLayout_12.setObjectName(u"verticalLayout_12")
|
|
596
|
+
self.verticalLayout_12.setContentsMargins(0, 0, 0, 0)
|
|
597
|
+
self.lay_CollapBox_Interp_2 = QHBoxLayout()
|
|
598
|
+
self.lay_CollapBox_Interp_2.setSpacing(0)
|
|
599
|
+
self.lay_CollapBox_Interp_2.setObjectName(u"lay_CollapBox_Interp_2")
|
|
600
|
+
self.lay_CollapBox_Interp_2.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
601
|
+
self.tool_CollapBox_Interp_2 = QToolButton(self.CollapBox_Windowing)
|
|
602
|
+
self.tool_CollapBox_Interp_2.setObjectName(u"tool_CollapBox_Interp_2")
|
|
603
|
+
sizePolicy2.setHeightForWidth(self.tool_CollapBox_Interp_2.sizePolicy().hasHeightForWidth())
|
|
604
|
+
self.tool_CollapBox_Interp_2.setSizePolicy(sizePolicy2)
|
|
605
|
+
self.tool_CollapBox_Interp_2.setMinimumSize(QSize(0, 20))
|
|
606
|
+
self.tool_CollapBox_Interp_2.setMaximumSize(QSize(16777215, 20))
|
|
607
|
+
self.tool_CollapBox_Interp_2.setFont(font3)
|
|
608
|
+
self.tool_CollapBox_Interp_2.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
609
|
+
self.tool_CollapBox_Interp_2.setStyleSheet(u"QToolButton { border: none; }")
|
|
610
|
+
self.tool_CollapBox_Interp_2.setCheckable(True)
|
|
611
|
+
self.tool_CollapBox_Interp_2.setChecked(True)
|
|
612
|
+
self.tool_CollapBox_Interp_2.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
613
|
+
self.tool_CollapBox_Interp_2.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
614
|
+
self.tool_CollapBox_Interp_2.setArrowType(Qt.ArrowType.DownArrow)
|
|
615
|
+
|
|
616
|
+
self.lay_CollapBox_Interp_2.addWidget(self.tool_CollapBox_Interp_2)
|
|
617
|
+
|
|
618
|
+
self.hsp_CollapBox_Interp_2 = QSpacerItem(100, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
619
|
+
|
|
620
|
+
self.lay_CollapBox_Interp_2.addItem(self.hsp_CollapBox_Interp_2)
|
|
621
|
+
|
|
622
|
+
self.button_CollapBox_Interp_2 = MyToolButton(self.CollapBox_Windowing)
|
|
623
|
+
self.button_CollapBox_Interp_2.setObjectName(u"button_CollapBox_Interp_2")
|
|
624
|
+
self.button_CollapBox_Interp_2.setMinimumSize(QSize(18, 18))
|
|
625
|
+
self.button_CollapBox_Interp_2.setMaximumSize(QSize(18, 18))
|
|
626
|
+
self.button_CollapBox_Interp_2.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
627
|
+
self.button_CollapBox_Interp_2.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
628
|
+
self.button_CollapBox_Interp_2.setIcon(icon2)
|
|
629
|
+
self.button_CollapBox_Interp_2.setIconSize(QSize(12, 12))
|
|
630
|
+
|
|
631
|
+
self.lay_CollapBox_Interp_2.addWidget(self.button_CollapBox_Interp_2)
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
self.verticalLayout_12.addLayout(self.lay_CollapBox_Interp_2)
|
|
635
|
+
|
|
636
|
+
self.group_int_2 = QGroupBox(self.CollapBox_Windowing)
|
|
637
|
+
self.group_int_2.setObjectName(u"group_int_2")
|
|
638
|
+
sizePolicy1.setHeightForWidth(self.group_int_2.sizePolicy().hasHeightForWidth())
|
|
639
|
+
self.group_int_2.setSizePolicy(sizePolicy1)
|
|
640
|
+
self.group_int_2.setMinimumSize(QSize(0, 110))
|
|
641
|
+
self.group_int_2.setFont(font6)
|
|
642
|
+
self.group_int_2.setCursor(QCursor(Qt.CursorShape.ArrowCursor))
|
|
643
|
+
self.group_int_2.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}")
|
|
644
|
+
self.group_int_2.setCheckable(False)
|
|
645
|
+
self.verticalLayout = QVBoxLayout(self.group_int_2)
|
|
646
|
+
self.verticalLayout.setObjectName(u"verticalLayout")
|
|
647
|
+
self.verticalLayout.setContentsMargins(6, 6, 6, 10)
|
|
648
|
+
self.w_IW = QWidget(self.group_int_2)
|
|
649
|
+
self.w_IW.setObjectName(u"w_IW")
|
|
650
|
+
self.w_IW.setMinimumSize(QSize(0, 26))
|
|
651
|
+
self.horizontalLayout_22 = QHBoxLayout(self.w_IW)
|
|
652
|
+
self.horizontalLayout_22.setSpacing(5)
|
|
653
|
+
self.horizontalLayout_22.setObjectName(u"horizontalLayout_22")
|
|
654
|
+
self.horizontalLayout_22.setContentsMargins(0, 1, 0, 1)
|
|
655
|
+
self.label_MinVal_2 = QLabel(self.w_IW)
|
|
656
|
+
self.label_MinVal_2.setObjectName(u"label_MinVal_2")
|
|
657
|
+
sizePolicy3.setHeightForWidth(self.label_MinVal_2.sizePolicy().hasHeightForWidth())
|
|
658
|
+
self.label_MinVal_2.setSizePolicy(sizePolicy3)
|
|
659
|
+
self.label_MinVal_2.setMinimumSize(QSize(0, 20))
|
|
660
|
+
self.label_MinVal_2.setMaximumSize(QSize(16777215, 20))
|
|
661
|
+
self.label_MinVal_2.setFont(font5)
|
|
662
|
+
self.label_MinVal_2.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
663
|
+
|
|
664
|
+
self.horizontalLayout_22.addWidget(self.label_MinVal_2)
|
|
665
|
+
|
|
666
|
+
self.edit_IW = QWidget(self.w_IW)
|
|
667
|
+
self.edit_IW.setObjectName(u"edit_IW")
|
|
668
|
+
self.edit_IW.setMinimumSize(QSize(0, 0))
|
|
669
|
+
self.edit_IW.setMaximumSize(QSize(16777215, 22))
|
|
670
|
+
self.horizontalLayout_23 = QHBoxLayout(self.edit_IW)
|
|
671
|
+
self.horizontalLayout_23.setSpacing(0)
|
|
672
|
+
self.horizontalLayout_23.setObjectName(u"horizontalLayout_23")
|
|
673
|
+
self.horizontalLayout_23.setContentsMargins(0, 0, 0, 0)
|
|
674
|
+
self.line_edit_IW = MyQLineEditNumber(self.edit_IW)
|
|
675
|
+
self.line_edit_IW.setObjectName(u"line_edit_IW")
|
|
676
|
+
self.line_edit_IW.setMinimumSize(QSize(200, 0))
|
|
677
|
+
self.line_edit_IW.setMaximumSize(QSize(16777215, 22))
|
|
678
|
+
self.line_edit_IW.setFont(font)
|
|
679
|
+
self.line_edit_IW.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
680
|
+
"border-left: 1px solid gray;\n"
|
|
681
|
+
"border-bottom: 1px solid gray;\n"
|
|
682
|
+
"\n"
|
|
683
|
+
"\n"
|
|
684
|
+
"")
|
|
685
|
+
|
|
686
|
+
self.horizontalLayout_23.addWidget(self.line_edit_IW)
|
|
687
|
+
|
|
688
|
+
self.check_edit_IW = ClickableEditLabel(self.edit_IW)
|
|
689
|
+
self.check_edit_IW.setObjectName(u"check_edit_IW")
|
|
690
|
+
self.check_edit_IW.setMinimumSize(QSize(22, 22))
|
|
691
|
+
self.check_edit_IW.setMaximumSize(QSize(22, 22))
|
|
692
|
+
self.check_edit_IW.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
693
|
+
"border-right: 1px solid gray;\n"
|
|
694
|
+
"border-bottom: 1px solid gray;\n"
|
|
695
|
+
"padding: 2px;")
|
|
696
|
+
self.check_edit_IW.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
697
|
+
self.check_edit_IW.setScaledContents(True)
|
|
698
|
+
self.check_edit_IW.setMargin(0)
|
|
699
|
+
self.check_edit_IW.setTextInteractionFlags(Qt.TextInteractionFlag.TextBrowserInteraction)
|
|
700
|
+
|
|
701
|
+
self.horizontalLayout_23.addWidget(self.check_edit_IW)
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
self.horizontalLayout_22.addWidget(self.edit_IW)
|
|
705
|
+
|
|
706
|
+
self.horizontalSpacer = QSpacerItem(20, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
707
|
+
|
|
708
|
+
self.horizontalLayout_22.addItem(self.horizontalSpacer)
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
self.verticalLayout.addWidget(self.w_IW)
|
|
712
|
+
|
|
713
|
+
self.w_Correlation = QWidget(self.group_int_2)
|
|
714
|
+
self.w_Correlation.setObjectName(u"w_Correlation")
|
|
715
|
+
self.horizontalLayout = QHBoxLayout(self.w_Correlation)
|
|
716
|
+
self.horizontalLayout.setSpacing(10)
|
|
717
|
+
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
|
718
|
+
self.horizontalLayout.setContentsMargins(0, 0, 0, 0)
|
|
719
|
+
self.w_SemiWidth_Epipolar = QWidget(self.w_Correlation)
|
|
720
|
+
self.w_SemiWidth_Epipolar.setObjectName(u"w_SemiWidth_Epipolar")
|
|
721
|
+
self.w_SemiWidth_Epipolar.setMinimumSize(QSize(150, 44))
|
|
722
|
+
self.w_SemiWidth_Epipolar.setMaximumSize(QSize(150, 44))
|
|
723
|
+
self.verticalLayout_15 = QVBoxLayout(self.w_SemiWidth_Epipolar)
|
|
724
|
+
self.verticalLayout_15.setSpacing(0)
|
|
725
|
+
self.verticalLayout_15.setObjectName(u"verticalLayout_15")
|
|
726
|
+
self.verticalLayout_15.setContentsMargins(0, 0, 0, 0)
|
|
727
|
+
self.label_SemiWidth_Epipolar = QLabel(self.w_SemiWidth_Epipolar)
|
|
728
|
+
self.label_SemiWidth_Epipolar.setObjectName(u"label_SemiWidth_Epipolar")
|
|
729
|
+
sizePolicy3.setHeightForWidth(self.label_SemiWidth_Epipolar.sizePolicy().hasHeightForWidth())
|
|
730
|
+
self.label_SemiWidth_Epipolar.setSizePolicy(sizePolicy3)
|
|
731
|
+
self.label_SemiWidth_Epipolar.setMinimumSize(QSize(55, 20))
|
|
732
|
+
self.label_SemiWidth_Epipolar.setMaximumSize(QSize(16777215, 20))
|
|
733
|
+
self.label_SemiWidth_Epipolar.setFont(font5)
|
|
734
|
+
self.label_SemiWidth_Epipolar.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
735
|
+
|
|
736
|
+
self.verticalLayout_15.addWidget(self.label_SemiWidth_Epipolar)
|
|
737
|
+
|
|
738
|
+
self.spin_SemiWidth_Epipolar = MyQSpin(self.w_SemiWidth_Epipolar)
|
|
739
|
+
self.spin_SemiWidth_Epipolar.setObjectName(u"spin_SemiWidth_Epipolar")
|
|
740
|
+
self.spin_SemiWidth_Epipolar.setEnabled(True)
|
|
741
|
+
self.spin_SemiWidth_Epipolar.setMinimumSize(QSize(55, 24))
|
|
742
|
+
self.spin_SemiWidth_Epipolar.setMaximumSize(QSize(1000000, 24))
|
|
743
|
+
self.spin_SemiWidth_Epipolar.setFont(font)
|
|
744
|
+
self.spin_SemiWidth_Epipolar.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
745
|
+
self.spin_SemiWidth_Epipolar.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
746
|
+
self.spin_SemiWidth_Epipolar.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
747
|
+
self.spin_SemiWidth_Epipolar.setMinimum(1)
|
|
748
|
+
self.spin_SemiWidth_Epipolar.setValue(40)
|
|
749
|
+
|
|
750
|
+
self.verticalLayout_15.addWidget(self.spin_SemiWidth_Epipolar)
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
self.horizontalLayout.addWidget(self.w_SemiWidth_Epipolar)
|
|
754
|
+
|
|
755
|
+
self.w_Filter_SemiWidth = QWidget(self.w_Correlation)
|
|
756
|
+
self.w_Filter_SemiWidth.setObjectName(u"w_Filter_SemiWidth")
|
|
757
|
+
self.w_Filter_SemiWidth.setMinimumSize(QSize(120, 44))
|
|
758
|
+
self.w_Filter_SemiWidth.setMaximumSize(QSize(120, 44))
|
|
759
|
+
self.verticalLayout_16 = QVBoxLayout(self.w_Filter_SemiWidth)
|
|
760
|
+
self.verticalLayout_16.setSpacing(0)
|
|
761
|
+
self.verticalLayout_16.setObjectName(u"verticalLayout_16")
|
|
762
|
+
self.verticalLayout_16.setContentsMargins(0, 0, 0, 0)
|
|
763
|
+
self.label_Filter_SemiWidth = QLabel(self.w_Filter_SemiWidth)
|
|
764
|
+
self.label_Filter_SemiWidth.setObjectName(u"label_Filter_SemiWidth")
|
|
765
|
+
sizePolicy3.setHeightForWidth(self.label_Filter_SemiWidth.sizePolicy().hasHeightForWidth())
|
|
766
|
+
self.label_Filter_SemiWidth.setSizePolicy(sizePolicy3)
|
|
767
|
+
self.label_Filter_SemiWidth.setMinimumSize(QSize(55, 20))
|
|
768
|
+
self.label_Filter_SemiWidth.setMaximumSize(QSize(16777215, 20))
|
|
769
|
+
self.label_Filter_SemiWidth.setFont(font5)
|
|
770
|
+
self.label_Filter_SemiWidth.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
771
|
+
|
|
772
|
+
self.verticalLayout_16.addWidget(self.label_Filter_SemiWidth)
|
|
773
|
+
|
|
774
|
+
self.spin_Filter_SemiWidth = MyQSpin(self.w_Filter_SemiWidth)
|
|
775
|
+
self.spin_Filter_SemiWidth.setObjectName(u"spin_Filter_SemiWidth")
|
|
776
|
+
self.spin_Filter_SemiWidth.setEnabled(True)
|
|
777
|
+
self.spin_Filter_SemiWidth.setMinimumSize(QSize(55, 24))
|
|
778
|
+
self.spin_Filter_SemiWidth.setMaximumSize(QSize(1000000, 24))
|
|
779
|
+
self.spin_Filter_SemiWidth.setFont(font)
|
|
780
|
+
self.spin_Filter_SemiWidth.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
781
|
+
self.spin_Filter_SemiWidth.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
782
|
+
self.spin_Filter_SemiWidth.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
783
|
+
self.spin_Filter_SemiWidth.setValue(9)
|
|
784
|
+
|
|
785
|
+
self.verticalLayout_16.addWidget(self.spin_Filter_SemiWidth)
|
|
786
|
+
|
|
787
|
+
|
|
788
|
+
self.horizontalLayout.addWidget(self.w_Filter_SemiWidth)
|
|
789
|
+
|
|
790
|
+
self.w_Threshold = QWidget(self.w_Correlation)
|
|
791
|
+
self.w_Threshold.setObjectName(u"w_Threshold")
|
|
792
|
+
self.w_Threshold.setMinimumSize(QSize(120, 44))
|
|
793
|
+
self.w_Threshold.setMaximumSize(QSize(120, 44))
|
|
794
|
+
self.verticalLayout_17 = QVBoxLayout(self.w_Threshold)
|
|
795
|
+
self.verticalLayout_17.setSpacing(0)
|
|
796
|
+
self.verticalLayout_17.setObjectName(u"verticalLayout_17")
|
|
797
|
+
self.verticalLayout_17.setContentsMargins(0, 0, 0, 0)
|
|
798
|
+
self.label_Threshold = QLabel(self.w_Threshold)
|
|
799
|
+
self.label_Threshold.setObjectName(u"label_Threshold")
|
|
800
|
+
sizePolicy3.setHeightForWidth(self.label_Threshold.sizePolicy().hasHeightForWidth())
|
|
801
|
+
self.label_Threshold.setSizePolicy(sizePolicy3)
|
|
802
|
+
self.label_Threshold.setMinimumSize(QSize(55, 20))
|
|
803
|
+
self.label_Threshold.setMaximumSize(QSize(16777215, 20))
|
|
804
|
+
self.label_Threshold.setFont(font5)
|
|
805
|
+
self.label_Threshold.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
806
|
+
|
|
807
|
+
self.verticalLayout_17.addWidget(self.label_Threshold)
|
|
808
|
+
|
|
809
|
+
self.spin_Threshold = MyQDoubleSpin(self.w_Threshold)
|
|
810
|
+
self.spin_Threshold.setObjectName(u"spin_Threshold")
|
|
811
|
+
self.spin_Threshold.setEnabled(True)
|
|
812
|
+
self.spin_Threshold.setMinimumSize(QSize(55, 24))
|
|
813
|
+
self.spin_Threshold.setMaximumSize(QSize(1000000, 24))
|
|
814
|
+
self.spin_Threshold.setFont(font)
|
|
815
|
+
self.spin_Threshold.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
816
|
+
self.spin_Threshold.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
817
|
+
self.spin_Threshold.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
818
|
+
self.spin_Threshold.setMaximum(1.000000000000000)
|
|
819
|
+
self.spin_Threshold.setSingleStep(0.010000000000000)
|
|
820
|
+
self.spin_Threshold.setValue(0.500000000000000)
|
|
821
|
+
|
|
822
|
+
self.verticalLayout_17.addWidget(self.spin_Threshold)
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
self.horizontalLayout.addWidget(self.w_Threshold)
|
|
826
|
+
|
|
827
|
+
self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
828
|
+
|
|
829
|
+
self.horizontalLayout.addItem(self.horizontalSpacer_2)
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
self.verticalLayout.addWidget(self.w_Correlation)
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
self.verticalLayout_12.addWidget(self.group_int_2)
|
|
836
|
+
|
|
837
|
+
|
|
838
|
+
self.verticalLayout_10.addWidget(self.CollapBox_Windowing)
|
|
839
|
+
|
|
840
|
+
self.CollapBox_Validation = CollapsibleBox(self.scrollAreaWidgetContents)
|
|
841
|
+
self.CollapBox_Validation.setObjectName(u"CollapBox_Validation")
|
|
842
|
+
sizePolicy.setHeightForWidth(self.CollapBox_Validation.sizePolicy().hasHeightForWidth())
|
|
843
|
+
self.CollapBox_Validation.setSizePolicy(sizePolicy)
|
|
844
|
+
self.CollapBox_Validation.setMinimumSize(QSize(0, 80))
|
|
845
|
+
self.CollapBox_Validation.setMaximumSize(QSize(16777215, 80))
|
|
846
|
+
self.verticalLayout_13 = QVBoxLayout(self.CollapBox_Validation)
|
|
847
|
+
self.verticalLayout_13.setSpacing(0)
|
|
848
|
+
self.verticalLayout_13.setObjectName(u"verticalLayout_13")
|
|
849
|
+
self.verticalLayout_13.setContentsMargins(0, 0, 0, 0)
|
|
850
|
+
self.lay_CollapBox_Interp_3 = QHBoxLayout()
|
|
851
|
+
self.lay_CollapBox_Interp_3.setSpacing(0)
|
|
852
|
+
self.lay_CollapBox_Interp_3.setObjectName(u"lay_CollapBox_Interp_3")
|
|
853
|
+
self.lay_CollapBox_Interp_3.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
854
|
+
self.tool_CollapBox_Interp_3 = QToolButton(self.CollapBox_Validation)
|
|
855
|
+
self.tool_CollapBox_Interp_3.setObjectName(u"tool_CollapBox_Interp_3")
|
|
856
|
+
sizePolicy2.setHeightForWidth(self.tool_CollapBox_Interp_3.sizePolicy().hasHeightForWidth())
|
|
857
|
+
self.tool_CollapBox_Interp_3.setSizePolicy(sizePolicy2)
|
|
858
|
+
self.tool_CollapBox_Interp_3.setMinimumSize(QSize(0, 20))
|
|
859
|
+
self.tool_CollapBox_Interp_3.setMaximumSize(QSize(16777215, 20))
|
|
860
|
+
self.tool_CollapBox_Interp_3.setFont(font3)
|
|
861
|
+
self.tool_CollapBox_Interp_3.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
862
|
+
self.tool_CollapBox_Interp_3.setStyleSheet(u"QToolButton { border: none; }")
|
|
863
|
+
self.tool_CollapBox_Interp_3.setCheckable(True)
|
|
864
|
+
self.tool_CollapBox_Interp_3.setChecked(True)
|
|
865
|
+
self.tool_CollapBox_Interp_3.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
866
|
+
self.tool_CollapBox_Interp_3.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
867
|
+
self.tool_CollapBox_Interp_3.setArrowType(Qt.ArrowType.DownArrow)
|
|
868
|
+
|
|
869
|
+
self.lay_CollapBox_Interp_3.addWidget(self.tool_CollapBox_Interp_3)
|
|
870
|
+
|
|
871
|
+
self.hsp_CollapBox_Interp_3 = QSpacerItem(100, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
872
|
+
|
|
873
|
+
self.lay_CollapBox_Interp_3.addItem(self.hsp_CollapBox_Interp_3)
|
|
874
|
+
|
|
875
|
+
self.button_CollapBox_Interp_3 = MyToolButton(self.CollapBox_Validation)
|
|
876
|
+
self.button_CollapBox_Interp_3.setObjectName(u"button_CollapBox_Interp_3")
|
|
877
|
+
self.button_CollapBox_Interp_3.setMinimumSize(QSize(18, 18))
|
|
878
|
+
self.button_CollapBox_Interp_3.setMaximumSize(QSize(18, 18))
|
|
879
|
+
self.button_CollapBox_Interp_3.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
880
|
+
self.button_CollapBox_Interp_3.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
881
|
+
self.button_CollapBox_Interp_3.setIcon(icon2)
|
|
882
|
+
self.button_CollapBox_Interp_3.setIconSize(QSize(12, 12))
|
|
883
|
+
|
|
884
|
+
self.lay_CollapBox_Interp_3.addWidget(self.button_CollapBox_Interp_3)
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
self.verticalLayout_13.addLayout(self.lay_CollapBox_Interp_3)
|
|
888
|
+
|
|
889
|
+
self.group_Validation = QGroupBox(self.CollapBox_Validation)
|
|
890
|
+
self.group_Validation.setObjectName(u"group_Validation")
|
|
891
|
+
sizePolicy1.setHeightForWidth(self.group_Validation.sizePolicy().hasHeightForWidth())
|
|
892
|
+
self.group_Validation.setSizePolicy(sizePolicy1)
|
|
893
|
+
self.group_Validation.setMinimumSize(QSize(0, 60))
|
|
894
|
+
self.group_Validation.setMaximumSize(QSize(16777215, 60))
|
|
895
|
+
self.group_Validation.setFont(font6)
|
|
896
|
+
self.group_Validation.setCursor(QCursor(Qt.CursorShape.ArrowCursor))
|
|
897
|
+
self.group_Validation.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}")
|
|
898
|
+
self.group_Validation.setCheckable(False)
|
|
899
|
+
self.verticalLayout_2 = QVBoxLayout(self.group_Validation)
|
|
900
|
+
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
|
901
|
+
self.verticalLayout_2.setContentsMargins(6, 6, 6, 10)
|
|
902
|
+
self.w_Validation = QWidget(self.group_Validation)
|
|
903
|
+
self.w_Validation.setObjectName(u"w_Validation")
|
|
904
|
+
self.horizontalLayout_3 = QHBoxLayout(self.w_Validation)
|
|
905
|
+
self.horizontalLayout_3.setSpacing(10)
|
|
906
|
+
self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
|
|
907
|
+
self.horizontalLayout_3.setContentsMargins(0, 0, 0, 0)
|
|
908
|
+
self.w_Nit_OutDet = QWidget(self.w_Validation)
|
|
909
|
+
self.w_Nit_OutDet.setObjectName(u"w_Nit_OutDet")
|
|
910
|
+
self.w_Nit_OutDet.setMinimumSize(QSize(150, 44))
|
|
911
|
+
self.w_Nit_OutDet.setMaximumSize(QSize(150, 44))
|
|
912
|
+
self.verticalLayout_18 = QVBoxLayout(self.w_Nit_OutDet)
|
|
913
|
+
self.verticalLayout_18.setSpacing(0)
|
|
914
|
+
self.verticalLayout_18.setObjectName(u"verticalLayout_18")
|
|
915
|
+
self.verticalLayout_18.setContentsMargins(0, 0, 0, 0)
|
|
916
|
+
self.label_Nit_OutDet = QLabel(self.w_Nit_OutDet)
|
|
917
|
+
self.label_Nit_OutDet.setObjectName(u"label_Nit_OutDet")
|
|
918
|
+
sizePolicy3.setHeightForWidth(self.label_Nit_OutDet.sizePolicy().hasHeightForWidth())
|
|
919
|
+
self.label_Nit_OutDet.setSizePolicy(sizePolicy3)
|
|
920
|
+
self.label_Nit_OutDet.setMinimumSize(QSize(55, 20))
|
|
921
|
+
self.label_Nit_OutDet.setMaximumSize(QSize(16777215, 20))
|
|
922
|
+
self.label_Nit_OutDet.setFont(font5)
|
|
923
|
+
self.label_Nit_OutDet.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
924
|
+
|
|
925
|
+
self.verticalLayout_18.addWidget(self.label_Nit_OutDet)
|
|
926
|
+
|
|
927
|
+
self.spin_Nit_OutDet = MyQSpin(self.w_Nit_OutDet)
|
|
928
|
+
self.spin_Nit_OutDet.setObjectName(u"spin_Nit_OutDet")
|
|
929
|
+
self.spin_Nit_OutDet.setEnabled(True)
|
|
930
|
+
self.spin_Nit_OutDet.setMinimumSize(QSize(55, 24))
|
|
931
|
+
self.spin_Nit_OutDet.setMaximumSize(QSize(1000000, 24))
|
|
932
|
+
self.spin_Nit_OutDet.setFont(font)
|
|
933
|
+
self.spin_Nit_OutDet.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
934
|
+
self.spin_Nit_OutDet.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
935
|
+
self.spin_Nit_OutDet.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
936
|
+
self.spin_Nit_OutDet.setMinimum(0)
|
|
937
|
+
self.spin_Nit_OutDet.setValue(5)
|
|
938
|
+
|
|
939
|
+
self.verticalLayout_18.addWidget(self.spin_Nit_OutDet)
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
self.horizontalLayout_3.addWidget(self.w_Nit_OutDet)
|
|
943
|
+
|
|
944
|
+
self.w_Std_Threshold = QWidget(self.w_Validation)
|
|
945
|
+
self.w_Std_Threshold.setObjectName(u"w_Std_Threshold")
|
|
946
|
+
self.w_Std_Threshold.setMinimumSize(QSize(120, 44))
|
|
947
|
+
self.w_Std_Threshold.setMaximumSize(QSize(120, 44))
|
|
948
|
+
self.verticalLayout_19 = QVBoxLayout(self.w_Std_Threshold)
|
|
949
|
+
self.verticalLayout_19.setSpacing(0)
|
|
950
|
+
self.verticalLayout_19.setObjectName(u"verticalLayout_19")
|
|
951
|
+
self.verticalLayout_19.setContentsMargins(0, 0, 0, 0)
|
|
952
|
+
self.label_Std_Threshold = QLabel(self.w_Std_Threshold)
|
|
953
|
+
self.label_Std_Threshold.setObjectName(u"label_Std_Threshold")
|
|
954
|
+
sizePolicy3.setHeightForWidth(self.label_Std_Threshold.sizePolicy().hasHeightForWidth())
|
|
955
|
+
self.label_Std_Threshold.setSizePolicy(sizePolicy3)
|
|
956
|
+
self.label_Std_Threshold.setMinimumSize(QSize(55, 20))
|
|
957
|
+
self.label_Std_Threshold.setMaximumSize(QSize(16777215, 20))
|
|
958
|
+
self.label_Std_Threshold.setFont(font5)
|
|
959
|
+
self.label_Std_Threshold.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
960
|
+
|
|
961
|
+
self.verticalLayout_19.addWidget(self.label_Std_Threshold)
|
|
962
|
+
|
|
963
|
+
self.spin_Std_Threshold = MyQDoubleSpin(self.w_Std_Threshold)
|
|
964
|
+
self.spin_Std_Threshold.setObjectName(u"spin_Std_Threshold")
|
|
965
|
+
self.spin_Std_Threshold.setEnabled(True)
|
|
966
|
+
self.spin_Std_Threshold.setMinimumSize(QSize(55, 24))
|
|
967
|
+
self.spin_Std_Threshold.setMaximumSize(QSize(1000000, 24))
|
|
968
|
+
self.spin_Std_Threshold.setFont(font)
|
|
969
|
+
self.spin_Std_Threshold.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
970
|
+
self.spin_Std_Threshold.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
971
|
+
self.spin_Std_Threshold.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
972
|
+
self.spin_Std_Threshold.setMaximum(1000.000000000000000)
|
|
973
|
+
self.spin_Std_Threshold.setSingleStep(0.010000000000000)
|
|
974
|
+
self.spin_Std_Threshold.setValue(3.000000000000000)
|
|
975
|
+
|
|
976
|
+
self.verticalLayout_19.addWidget(self.spin_Std_Threshold)
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
self.horizontalLayout_3.addWidget(self.w_Std_Threshold)
|
|
980
|
+
|
|
981
|
+
self.hs_Validation = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
982
|
+
|
|
983
|
+
self.horizontalLayout_3.addItem(self.hs_Validation)
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
self.verticalLayout_2.addWidget(self.w_Validation)
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
self.verticalLayout_13.addWidget(self.group_Validation)
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
self.verticalLayout_10.addWidget(self.CollapBox_Validation)
|
|
993
|
+
|
|
994
|
+
self.verticalSpacer = QSpacerItem(20, 20, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
995
|
+
|
|
996
|
+
self.verticalLayout_10.addItem(self.verticalSpacer)
|
|
997
|
+
|
|
998
|
+
self.scrollArea.setWidget(self.scrollAreaWidgetContents)
|
|
999
|
+
|
|
1000
|
+
self.verticalLayout_65.addWidget(self.scrollArea)
|
|
1001
|
+
|
|
1002
|
+
QWidget.setTabOrder(self.button_back, self.button_forward)
|
|
1003
|
+
QWidget.setTabOrder(self.button_forward, self.button_close_tab)
|
|
1004
|
+
QWidget.setTabOrder(self.button_close_tab, self.scrollArea)
|
|
1005
|
+
|
|
1006
|
+
self.retranslateUi(ProcessTab_Disp)
|
|
1007
|
+
|
|
1008
|
+
self.w_ImInt_par.setCurrentIndex(0)
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
QMetaObject.connectSlotsByName(ProcessTab_Disp)
|
|
1012
|
+
# setupUi
|
|
1013
|
+
|
|
1014
|
+
def retranslateUi(self, ProcessTab_Disp):
|
|
1015
|
+
ProcessTab_Disp.setWindowTitle(QCoreApplication.translate("ProcessTab_Disp", u"Process", None))
|
|
1016
|
+
self.icon.setText("")
|
|
1017
|
+
self.name_tab.setText(QCoreApplication.translate("ProcessTab_Disp", u" Process", None))
|
|
1018
|
+
self.label_number.setText(QCoreApplication.translate("ProcessTab_Disp", u"1", None))
|
|
1019
|
+
#if QT_CONFIG(tooltip)
|
|
1020
|
+
self.button_back.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Undo", None))
|
|
1021
|
+
#endif // QT_CONFIG(tooltip)
|
|
1022
|
+
self.button_back.setText("")
|
|
1023
|
+
#if QT_CONFIG(tooltip)
|
|
1024
|
+
self.button_forward.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Redo", None))
|
|
1025
|
+
#endif // QT_CONFIG(tooltip)
|
|
1026
|
+
self.button_forward.setText("")
|
|
1027
|
+
#if QT_CONFIG(tooltip)
|
|
1028
|
+
self.button_close_tab.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Close tab", None))
|
|
1029
|
+
#endif // QT_CONFIG(tooltip)
|
|
1030
|
+
self.button_close_tab.setText("")
|
|
1031
|
+
#if QT_CONFIG(shortcut)
|
|
1032
|
+
self.button_close_tab.setShortcut(QCoreApplication.translate("ProcessTab_Disp", u"Alt+P", None))
|
|
1033
|
+
#endif // QT_CONFIG(shortcut)
|
|
1034
|
+
#if QT_CONFIG(tooltip)
|
|
1035
|
+
self.tool_CollapBox_FinIt.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Iterations option box", None))
|
|
1036
|
+
#endif // QT_CONFIG(tooltip)
|
|
1037
|
+
self.tool_CollapBox_FinIt.setText(QCoreApplication.translate("ProcessTab_Disp", u"Iterations", None))
|
|
1038
|
+
#if QT_CONFIG(tooltip)
|
|
1039
|
+
self.button_CollapBox_FinIt.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Set default options for the selected type of process", None))
|
|
1040
|
+
#endif // QT_CONFIG(tooltip)
|
|
1041
|
+
self.button_CollapBox_FinIt.setText("")
|
|
1042
|
+
self.label_Nit.setText(QCoreApplication.translate("ProcessTab_Disp", u"# of iterations: ", None))
|
|
1043
|
+
#if QT_CONFIG(tooltip)
|
|
1044
|
+
self.spin_Nit.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Number of final iterations (sizes and spacing from the last element in the above fields)", None))
|
|
1045
|
+
#endif // QT_CONFIG(tooltip)
|
|
1046
|
+
self.label_frames.setText(QCoreApplication.translate("ProcessTab_Disp", u"use: ", None))
|
|
1047
|
+
self.combo_frames.setItemText(0, QCoreApplication.translate("ProcessTab_Disp", u"both frames", None))
|
|
1048
|
+
self.combo_frames.setItemText(1, QCoreApplication.translate("ProcessTab_Disp", u"frame 1", None))
|
|
1049
|
+
self.combo_frames.setItemText(2, QCoreApplication.translate("ProcessTab_Disp", u"frame 2", None))
|
|
1050
|
+
|
|
1051
|
+
#if QT_CONFIG(tooltip)
|
|
1052
|
+
self.combo_frames.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Type of interpolation for image deformation method", None))
|
|
1053
|
+
#endif // QT_CONFIG(tooltip)
|
|
1054
|
+
#if QT_CONFIG(tooltip)
|
|
1055
|
+
self.tool_CollapBox_Interp.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Interpolation option box", None))
|
|
1056
|
+
#endif // QT_CONFIG(tooltip)
|
|
1057
|
+
self.tool_CollapBox_Interp.setText(QCoreApplication.translate("ProcessTab_Disp", u"Interpolation", None))
|
|
1058
|
+
#if QT_CONFIG(tooltip)
|
|
1059
|
+
self.button_CollapBox_Interp.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Set default options for the selected type of process", None))
|
|
1060
|
+
#endif // QT_CONFIG(tooltip)
|
|
1061
|
+
self.button_CollapBox_Interp.setText("")
|
|
1062
|
+
self.group_int.setTitle("")
|
|
1063
|
+
self.label_imint.setText(QCoreApplication.translate("ProcessTab_Disp", u"Image interpolation", None))
|
|
1064
|
+
self.combo_ImInt.setItemText(0, QCoreApplication.translate("ProcessTab_Disp", u"none", None))
|
|
1065
|
+
self.combo_ImInt.setItemText(1, QCoreApplication.translate("ProcessTab_Disp", u"moving window", None))
|
|
1066
|
+
self.combo_ImInt.setItemText(2, QCoreApplication.translate("ProcessTab_Disp", u"linear revitalized", None))
|
|
1067
|
+
self.combo_ImInt.setItemText(3, QCoreApplication.translate("ProcessTab_Disp", u"bilinear/biquadratic/bicubic", None))
|
|
1068
|
+
self.combo_ImInt.setItemText(4, QCoreApplication.translate("ProcessTab_Disp", u"simplex", None))
|
|
1069
|
+
self.combo_ImInt.setItemText(5, QCoreApplication.translate("ProcessTab_Disp", u"shift theorem", None))
|
|
1070
|
+
self.combo_ImInt.setItemText(6, QCoreApplication.translate("ProcessTab_Disp", u"sinc (Whittaker-Shannon)", None))
|
|
1071
|
+
self.combo_ImInt.setItemText(7, QCoreApplication.translate("ProcessTab_Disp", u"B-spline", None))
|
|
1072
|
+
|
|
1073
|
+
#if QT_CONFIG(tooltip)
|
|
1074
|
+
self.combo_ImInt.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Type of interpolation for image deformation method", None))
|
|
1075
|
+
#endif // QT_CONFIG(tooltip)
|
|
1076
|
+
#if QT_CONFIG(tooltip)
|
|
1077
|
+
self.w_ImInt_par.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Value of kernel/order (integer)", None))
|
|
1078
|
+
#endif // QT_CONFIG(tooltip)
|
|
1079
|
+
self.label_par_imshift.setText(QCoreApplication.translate("ProcessTab_Disp", u"Type", None))
|
|
1080
|
+
self.combo_par_imshift.setItemText(0, QCoreApplication.translate("ProcessTab_Disp", u"symmetric", None))
|
|
1081
|
+
self.combo_par_imshift.setItemText(1, QCoreApplication.translate("ProcessTab_Disp", u"asymmetric", None))
|
|
1082
|
+
|
|
1083
|
+
#if QT_CONFIG(tooltip)
|
|
1084
|
+
self.combo_par_imshift.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Type of moving window method", None))
|
|
1085
|
+
#endif // QT_CONFIG(tooltip)
|
|
1086
|
+
self.label_par_pol.setText(QCoreApplication.translate("ProcessTab_Disp", u"Type", None))
|
|
1087
|
+
self.combo_par_pol.setItemText(0, QCoreApplication.translate("ProcessTab_Disp", u"bilinear", None))
|
|
1088
|
+
self.combo_par_pol.setItemText(1, QCoreApplication.translate("ProcessTab_Disp", u"biquadratic", None))
|
|
1089
|
+
self.combo_par_pol.setItemText(2, QCoreApplication.translate("ProcessTab_Disp", u"bicubic", None))
|
|
1090
|
+
self.combo_par_pol.setItemText(3, QCoreApplication.translate("ProcessTab_Disp", u"bicubic (spline)", None))
|
|
1091
|
+
|
|
1092
|
+
#if QT_CONFIG(tooltip)
|
|
1093
|
+
self.combo_par_pol.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Type of (repeated) polynomial interpolation", None))
|
|
1094
|
+
#endif // QT_CONFIG(tooltip)
|
|
1095
|
+
self.label_par_order.setText(QCoreApplication.translate("ProcessTab_Disp", u"Kernel", None))
|
|
1096
|
+
#if QT_CONFIG(tooltip)
|
|
1097
|
+
self.tool_CollapBox_Interp_2.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Windowing and correlation option box", None))
|
|
1098
|
+
#endif // QT_CONFIG(tooltip)
|
|
1099
|
+
self.tool_CollapBox_Interp_2.setText(QCoreApplication.translate("ProcessTab_Disp", u"Windowing and correlation", None))
|
|
1100
|
+
#if QT_CONFIG(tooltip)
|
|
1101
|
+
self.button_CollapBox_Interp_2.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Set default options for the selected type of process", None))
|
|
1102
|
+
#endif // QT_CONFIG(tooltip)
|
|
1103
|
+
self.button_CollapBox_Interp_2.setText("")
|
|
1104
|
+
self.group_int_2.setTitle("")
|
|
1105
|
+
self.label_MinVal_2.setText(QCoreApplication.translate("ProcessTab_Disp", u"IW sizes and spacings: ", None))
|
|
1106
|
+
#if QT_CONFIG(tooltip)
|
|
1107
|
+
self.line_edit_IW.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"IW sizes and spacings: height, width, vertical spacing, horizontal spacing", None))
|
|
1108
|
+
#endif // QT_CONFIG(tooltip)
|
|
1109
|
+
self.line_edit_IW.setText(QCoreApplication.translate("ProcessTab_Disp", u"256, 256, 128, 128", None))
|
|
1110
|
+
self.check_edit_IW.setText("")
|
|
1111
|
+
self.label_SemiWidth_Epipolar.setText(QCoreApplication.translate("ProcessTab_Disp", u"Semi-width \u22a5 epipolar", None))
|
|
1112
|
+
#if QT_CONFIG(tooltip)
|
|
1113
|
+
self.spin_SemiWidth_Epipolar.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Semi-width in the direction normal to the epipolar line", None))
|
|
1114
|
+
#endif // QT_CONFIG(tooltip)
|
|
1115
|
+
self.label_Filter_SemiWidth.setText(QCoreApplication.translate("ProcessTab_Disp", u"Filter semi-width", None))
|
|
1116
|
+
#if QT_CONFIG(tooltip)
|
|
1117
|
+
self.spin_Filter_SemiWidth.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Semi-width of the filter for the detection of the maximum in the displacement map", None))
|
|
1118
|
+
#endif // QT_CONFIG(tooltip)
|
|
1119
|
+
self.label_Threshold.setText(QCoreApplication.translate("ProcessTab_Disp", u"Correlation threshold", None))
|
|
1120
|
+
#if QT_CONFIG(tooltip)
|
|
1121
|
+
self.spin_Threshold.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Threshold for the determination of point used in the baricentric search of the maximum in the disparity map", None))
|
|
1122
|
+
#endif // QT_CONFIG(tooltip)
|
|
1123
|
+
#if QT_CONFIG(tooltip)
|
|
1124
|
+
self.tool_CollapBox_Interp_3.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Windowing and correlation option box", None))
|
|
1125
|
+
#endif // QT_CONFIG(tooltip)
|
|
1126
|
+
self.tool_CollapBox_Interp_3.setText(QCoreApplication.translate("ProcessTab_Disp", u"Validation", None))
|
|
1127
|
+
#if QT_CONFIG(tooltip)
|
|
1128
|
+
self.button_CollapBox_Interp_3.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Set default options for the selected type of process", None))
|
|
1129
|
+
#endif // QT_CONFIG(tooltip)
|
|
1130
|
+
self.button_CollapBox_Interp_3.setText("")
|
|
1131
|
+
self.group_Validation.setTitle("")
|
|
1132
|
+
self.label_Nit_OutDet.setText(QCoreApplication.translate("ProcessTab_Disp", u"# of iterations", None))
|
|
1133
|
+
#if QT_CONFIG(tooltip)
|
|
1134
|
+
self.spin_Nit_OutDet.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Number of iterations of the median test for disparity vector outlier detection", None))
|
|
1135
|
+
#endif // QT_CONFIG(tooltip)
|
|
1136
|
+
self.label_Std_Threshold.setText(QCoreApplication.translate("ProcessTab_Disp", u"S.t.d. threshold", None))
|
|
1137
|
+
#if QT_CONFIG(tooltip)
|
|
1138
|
+
self.spin_Std_Threshold.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Threshold defined as a number of standard deviations used in the median test for disparity vector outlier detection", None))
|
|
1139
|
+
#endif // QT_CONFIG(tooltip)
|
|
1140
|
+
# retranslateUi
|
|
1141
|
+
|