PaIRS-UniNa 0.2.4__cp312-cp312-macosx_10_9_universal2.whl → 0.2.6__cp312-cp312-macosx_10_9_universal2.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- PaIRS_UniNa/Changes.txt +35 -0
- PaIRS_UniNa/Custom_Top.py +1 -1
- PaIRS_UniNa/Explorer.py +3063 -3049
- PaIRS_UniNa/FolderLoop.py +371 -371
- PaIRS_UniNa/Input_Tab.py +717 -709
- PaIRS_UniNa/Input_Tab_CalVi.py +4 -4
- PaIRS_UniNa/Input_Tab_tools.py +3018 -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 +323 -60
- PaIRS_UniNa/Process_Tab.py +8 -13
- PaIRS_UniNa/Process_Tab_Disp.py +9 -4
- PaIRS_UniNa/Saving_tools.py +277 -277
- PaIRS_UniNa/TabTools.py +63 -21
- PaIRS_UniNa/Vis_Tab.py +293 -115
- PaIRS_UniNa/Whatsnew.py +13 -0
- PaIRS_UniNa/_PaIRS_PIV.so +0 -0
- PaIRS_UniNa/__init__.py +3 -3
- PaIRS_UniNa/gPaIRS.py +3825 -3600
- PaIRS_UniNa/icons/flaticon_PaIRS_download_warning.png +0 -0
- 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/pivParFor.py +1 -1
- PaIRS_UniNa/procTools.py +17 -7
- PaIRS_UniNa/rqrdpckgs.txt +9 -0
- PaIRS_UniNa/stereo.py +683 -683
- PaIRS_UniNa/stereoPivParFor.py +1 -1
- 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 +873 -849
- PaIRS_UniNa/ui_infoPaIRS.py +550 -428
- PaIRS_UniNa/whatsnew.txt +4 -4
- {PaIRS_UniNa-0.2.4.dist-info → pairs_unina-0.2.6.dist-info}/METADATA +47 -30
- {PaIRS_UniNa-0.2.4.dist-info → pairs_unina-0.2.6.dist-info}/RECORD +56 -54
- {PaIRS_UniNa-0.2.4.dist-info → pairs_unina-0.2.6.dist-info}/WHEEL +1 -1
- PaIRS_UniNa/icons/order.png +0 -0
- PaIRS_UniNa/icons/order_reverse.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.6.dist-info}/top_level.txt +0 -0
PaIRS_UniNa/ui_gPairs.py
CHANGED
|
@@ -1,853 +1,877 @@
|
|
|
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 (QAction, QBrush, QColor, QConicalGradient,
|
|
16
|
-
QCursor, QFont, QFontDatabase, QGradient,
|
|
17
|
-
QIcon, QImage, QKeySequence, QLinearGradient,
|
|
18
|
-
QPainter, QPalette, QPixmap, QRadialGradient,
|
|
19
|
-
QTransform)
|
|
20
|
-
from PySide6.QtWidgets import (QAbstractSpinBox, QApplication, QFrame, QHBoxLayout,
|
|
21
|
-
QLabel, QLayout, QMainWindow, QMenu,
|
|
22
|
-
QMenuBar, QProgressBar, QPushButton, QSizePolicy,
|
|
23
|
-
QSpacerItem, QSplitter, QStatusBar, QToolButton,
|
|
24
|
-
QVBoxLayout, QWidget)
|
|
25
|
-
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
|
|
4
|
+
################################################################################
|
|
5
|
+
## Form generated from reading UI file 'gPairsBWkUdB.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 (QAction, QBrush, QColor, QConicalGradient,
|
|
16
|
+
QCursor, QFont, QFontDatabase, QGradient,
|
|
17
|
+
QIcon, QImage, QKeySequence, QLinearGradient,
|
|
18
|
+
QPainter, QPalette, QPixmap, QRadialGradient,
|
|
19
|
+
QTransform)
|
|
20
|
+
from PySide6.QtWidgets import (QAbstractSpinBox, QApplication, QFrame, QHBoxLayout,
|
|
21
|
+
QLabel, QLayout, QMainWindow, QMenu,
|
|
22
|
+
QMenuBar, QProgressBar, QPushButton, QSizePolicy,
|
|
23
|
+
QSpacerItem, QSplitter, QStatusBar, QToolButton,
|
|
24
|
+
QVBoxLayout, QWidget)
|
|
25
|
+
|
|
26
26
|
from .Explorer import (PaIRS_Explorer, StartingPage)
|
|
27
27
|
from .addwidgets_ps import (EditableLabel, MyQSpin, ResizingLabel, RichTextPushButton,
|
|
28
|
-
myQSplitter)
|
|
28
|
+
myQSplitter)
|
|
29
29
|
from .tabSplitter import TabAreaWidget
|
|
30
|
-
|
|
31
|
-
class Ui_gPairs(object):
|
|
32
|
-
def setupUi(self, gPairs):
|
|
33
|
-
if not gPairs.objectName():
|
|
34
|
-
gPairs.setObjectName(u"gPairs")
|
|
35
|
-
gPairs.resize(1800, 550)
|
|
36
|
-
gPairs.setMinimumSize(QSize(1100, 550))
|
|
37
|
-
gPairs.setMaximumSize(QSize(16777215, 16777215))
|
|
38
|
-
font = QFont()
|
|
39
|
-
font.setPointSize(11)
|
|
40
|
-
gPairs.setFont(font)
|
|
41
|
-
icon = QIcon()
|
|
42
|
-
icon.addFile(u""+ icons_path +"icon_PaIRS.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
43
|
-
gPairs.setWindowIcon(icon)
|
|
44
|
-
gPairs.setUnifiedTitleAndToolBarOnMac(False)
|
|
45
|
-
self.actionExit = QAction(gPairs)
|
|
46
|
-
self.actionExit.setObjectName(u"actionExit")
|
|
47
|
-
self.aExit = QAction(gPairs)
|
|
48
|
-
self.aExit.setObjectName(u"aExit")
|
|
49
|
-
icon1 = QIcon()
|
|
50
|
-
icon1.addFile(u""+ icons_path +"quit.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
51
|
-
self.aExit.setIcon(icon1)
|
|
52
|
-
self.aExit.setShortcutVisibleInContextMenu(True)
|
|
53
|
-
self.actionSave = QAction(gPairs)
|
|
54
|
-
self.actionSave.setObjectName(u"actionSave")
|
|
55
|
-
icon2 = QIcon()
|
|
56
|
-
icon2.addFile(u""+ icons_path +"save.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
57
|
-
self.actionSave.setIcon(icon2)
|
|
58
|
-
self.actionSave.setShortcutVisibleInContextMenu(True)
|
|
59
|
-
self.actionOpen = QAction(gPairs)
|
|
60
|
-
self.actionOpen.setObjectName(u"actionOpen")
|
|
61
|
-
icon3 = QIcon()
|
|
62
|
-
icon3.addFile(u""+ icons_path +"open_workspace.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
63
|
-
self.actionOpen.setIcon(icon3)
|
|
64
|
-
self.actionOpen.setShortcutVisibleInContextMenu(True)
|
|
65
|
-
self.actionNew = QAction(gPairs)
|
|
66
|
-
self.actionNew.setObjectName(u"actionNew")
|
|
67
|
-
icon4 = QIcon()
|
|
68
|
-
icon4.addFile(u""+ icons_path +"new_workspace.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
69
|
-
self.actionNew.setIcon(icon4)
|
|
70
|
-
self.actionNew.setShortcutVisibleInContextMenu(True)
|
|
71
|
-
self.actionAbout = QAction(gPairs)
|
|
72
|
-
self.actionAbout.setObjectName(u"actionAbout")
|
|
73
|
-
icon5 = QIcon()
|
|
74
|
-
icon5.addFile(u""+ icons_path +"about.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
75
|
-
self.actionAbout.setIcon(icon5)
|
|
76
|
-
self.actionAbout.setShortcutVisibleInContextMenu(True)
|
|
77
|
-
self.actionGuide = QAction(gPairs)
|
|
78
|
-
self.actionGuide.setObjectName(u"actionGuide")
|
|
79
|
-
icon6 = QIcon()
|
|
80
|
-
icon6.addFile(u""+ icons_path +"guide.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
81
|
-
self.actionGuide.setIcon(icon6)
|
|
82
|
-
self.actionSaveas = QAction(gPairs)
|
|
83
|
-
self.actionSaveas.setObjectName(u"actionSaveas")
|
|
84
|
-
icon7 = QIcon()
|
|
85
|
-
icon7.addFile(u""+ icons_path +"saveas_workspace.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
86
|
-
self.actionSaveas.setIcon(icon7)
|
|
87
|
-
self.actionSaveas.setShortcutVisibleInContextMenu(True)
|
|
88
|
-
self.actionClose = QAction(gPairs)
|
|
89
|
-
self.actionClose.setObjectName(u"actionClose")
|
|
90
|
-
icon8 = QIcon()
|
|
91
|
-
icon8.addFile(u""+ icons_path +"close_workspace.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
92
|
-
self.actionClose.setIcon(icon8)
|
|
93
|
-
self.actionClose.setShortcutVisibleInContextMenu(True)
|
|
94
|
-
self.actionPaIRS_Run = QAction(gPairs)
|
|
95
|
-
self.actionPaIRS_Run.setObjectName(u"actionPaIRS_Run")
|
|
96
|
-
icon9 = QIcon()
|
|
97
|
-
icon9.addFile(u""+ icons_path +"normal_run.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
98
|
-
self.actionPaIRS_Run.setIcon(icon9)
|
|
99
|
-
self.actionPaIRS_Clean_run = QAction(gPairs)
|
|
100
|
-
self.actionPaIRS_Clean_run.setObjectName(u"actionPaIRS_Clean_run")
|
|
101
|
-
icon10 = QIcon()
|
|
102
|
-
icon10.addFile(u""+ icons_path +"clean_run.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
103
|
-
self.actionPaIRS_Clean_run.setIcon(icon10)
|
|
104
|
-
self.actionPaIRS_Debug_run = QAction(gPairs)
|
|
105
|
-
self.actionPaIRS_Debug_run.setObjectName(u"actionPaIRS_Debug_run")
|
|
106
|
-
icon11 = QIcon()
|
|
107
|
-
icon11.addFile(u""+ icons_path +"debug_run.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
108
|
-
self.actionPaIRS_Debug_run.setIcon(icon11)
|
|
109
|
-
self.actionCalVi_Run = QAction(gPairs)
|
|
110
|
-
self.actionCalVi_Run.setObjectName(u"actionCalVi_Run")
|
|
111
|
-
self.actionCalVi_Run.setIcon(icon9)
|
|
112
|
-
self.actionCalVi_Clean_run = QAction(gPairs)
|
|
113
|
-
self.actionCalVi_Clean_run.setObjectName(u"actionCalVi_Clean_run")
|
|
114
|
-
self.actionCalVi_Clean_run.setIcon(icon10)
|
|
115
|
-
self.actionCalVi_Debug_run = QAction(gPairs)
|
|
116
|
-
self.actionCalVi_Debug_run.setObjectName(u"actionCalVi_Debug_run")
|
|
117
|
-
self.actionCalVi_Debug_run.setIcon(icon11)
|
|
118
|
-
self.actionChanges = QAction(gPairs)
|
|
119
|
-
self.actionChanges.setObjectName(u"actionChanges")
|
|
120
|
-
icon12 = QIcon()
|
|
121
|
-
icon12.addFile(u""+ icons_path +"news.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
122
|
-
self.actionChanges.setIcon(icon12)
|
|
123
|
-
self.
|
|
124
|
-
self.
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
self.
|
|
128
|
-
self.
|
|
129
|
-
self.
|
|
130
|
-
self.
|
|
131
|
-
self.
|
|
132
|
-
self.
|
|
133
|
-
self.
|
|
134
|
-
self.
|
|
135
|
-
self.main_splitter.
|
|
136
|
-
self.main_splitter.
|
|
137
|
-
self.
|
|
138
|
-
self.
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
self.w_Managing_Tabs.
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
self.
|
|
149
|
-
self.
|
|
150
|
-
self.
|
|
151
|
-
self.
|
|
152
|
-
self.
|
|
153
|
-
self.
|
|
154
|
-
self.
|
|
155
|
-
self.
|
|
156
|
-
self.
|
|
157
|
-
self.
|
|
158
|
-
self.
|
|
159
|
-
self.
|
|
160
|
-
self.
|
|
161
|
-
self.
|
|
162
|
-
self.
|
|
163
|
-
self.
|
|
164
|
-
self.
|
|
165
|
-
self.
|
|
166
|
-
self.
|
|
167
|
-
self.
|
|
168
|
-
self.
|
|
169
|
-
self.
|
|
170
|
-
self.
|
|
171
|
-
self.
|
|
172
|
-
self.logo.
|
|
173
|
-
|
|
174
|
-
self.
|
|
175
|
-
|
|
176
|
-
self.
|
|
177
|
-
self.
|
|
178
|
-
|
|
179
|
-
self.
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
self.button_PaIRS_download.
|
|
183
|
-
self.button_PaIRS_download.
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
self.button_PaIRS_download.
|
|
188
|
-
self.button_PaIRS_download.
|
|
189
|
-
|
|
190
|
-
self.
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
self.
|
|
194
|
-
|
|
195
|
-
self.button_colormode.
|
|
196
|
-
self.button_colormode.
|
|
197
|
-
self.button_colormode.
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
self.button_colormode.
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
self.
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
self.
|
|
211
|
-
self.
|
|
212
|
-
self.
|
|
213
|
-
self.
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
self.
|
|
218
|
-
self.
|
|
219
|
-
self.
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
self.
|
|
226
|
-
|
|
227
|
-
self.
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
self.
|
|
231
|
-
|
|
232
|
-
self.
|
|
233
|
-
|
|
234
|
-
self.
|
|
235
|
-
self.
|
|
236
|
-
self.
|
|
237
|
-
self.
|
|
238
|
-
|
|
239
|
-
self.
|
|
240
|
-
|
|
241
|
-
self.
|
|
242
|
-
self.
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
self.
|
|
248
|
-
self.
|
|
249
|
-
self.
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
self.
|
|
254
|
-
self.
|
|
255
|
-
self.
|
|
256
|
-
self.
|
|
257
|
-
self.
|
|
258
|
-
|
|
259
|
-
self.
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
self.
|
|
265
|
-
self.
|
|
266
|
-
self.
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
self.
|
|
273
|
-
self.
|
|
274
|
-
self.
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
self.
|
|
281
|
-
|
|
282
|
-
self.
|
|
283
|
-
self.
|
|
284
|
-
self.
|
|
285
|
-
self.
|
|
286
|
-
self.
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
self.
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
self.
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
self.
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
self.
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
self.
|
|
309
|
-
|
|
310
|
-
self.
|
|
311
|
-
self.
|
|
312
|
-
self.
|
|
313
|
-
self.
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
self.
|
|
324
|
-
|
|
325
|
-
self.
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
self.
|
|
329
|
-
self.
|
|
330
|
-
self.
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
self.
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
self.
|
|
341
|
-
|
|
342
|
-
self.
|
|
343
|
-
self.
|
|
344
|
-
self.
|
|
345
|
-
self.
|
|
346
|
-
self.
|
|
347
|
-
self.
|
|
348
|
-
self.
|
|
349
|
-
self.
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
self.
|
|
355
|
-
|
|
356
|
-
self.
|
|
357
|
-
|
|
358
|
-
self.
|
|
359
|
-
self.
|
|
360
|
-
self.
|
|
361
|
-
self.
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
self.
|
|
366
|
-
|
|
367
|
-
self.
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
self.
|
|
371
|
-
self.
|
|
372
|
-
|
|
373
|
-
self.
|
|
374
|
-
|
|
375
|
-
self.
|
|
376
|
-
self.
|
|
377
|
-
|
|
378
|
-
self.
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
self.
|
|
385
|
-
|
|
386
|
-
self.
|
|
387
|
-
|
|
388
|
-
self.
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
self.
|
|
392
|
-
|
|
393
|
-
self.
|
|
394
|
-
|
|
395
|
-
self.
|
|
396
|
-
|
|
397
|
-
self.
|
|
398
|
-
self.
|
|
399
|
-
|
|
400
|
-
self.
|
|
401
|
-
self.
|
|
402
|
-
self.
|
|
403
|
-
self.
|
|
404
|
-
|
|
405
|
-
self.
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
self.
|
|
409
|
-
|
|
410
|
-
self.
|
|
411
|
-
self.
|
|
412
|
-
self.
|
|
413
|
-
self.
|
|
414
|
-
self.
|
|
415
|
-
self.
|
|
416
|
-
self.
|
|
417
|
-
self.
|
|
418
|
-
self.
|
|
419
|
-
self.
|
|
420
|
-
|
|
421
|
-
self.
|
|
422
|
-
|
|
423
|
-
self.
|
|
424
|
-
self.
|
|
425
|
-
|
|
426
|
-
self.
|
|
427
|
-
self.
|
|
428
|
-
self.
|
|
429
|
-
self.
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
self.
|
|
433
|
-
|
|
434
|
-
self.
|
|
435
|
-
|
|
436
|
-
self.
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
self.
|
|
441
|
-
self.
|
|
442
|
-
self.
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
self.
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
self.
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
self.
|
|
454
|
-
self.
|
|
455
|
-
self.
|
|
456
|
-
self.
|
|
457
|
-
self.
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
self.
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
self.
|
|
468
|
-
self.
|
|
469
|
-
|
|
470
|
-
self.
|
|
471
|
-
self.
|
|
472
|
-
self.
|
|
473
|
-
self.
|
|
474
|
-
self.
|
|
475
|
-
|
|
476
|
-
icon19
|
|
477
|
-
|
|
478
|
-
self.
|
|
479
|
-
self.
|
|
480
|
-
self.
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
self.
|
|
486
|
-
self.
|
|
487
|
-
|
|
488
|
-
self.
|
|
489
|
-
self.
|
|
490
|
-
self.
|
|
491
|
-
self.
|
|
492
|
-
self.
|
|
493
|
-
|
|
494
|
-
icon20
|
|
495
|
-
|
|
496
|
-
self.
|
|
497
|
-
self.
|
|
498
|
-
self.
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
self.
|
|
504
|
-
self.
|
|
505
|
-
|
|
506
|
-
self.
|
|
507
|
-
self.
|
|
508
|
-
self.
|
|
509
|
-
self.
|
|
510
|
-
self.
|
|
511
|
-
|
|
512
|
-
icon21
|
|
513
|
-
|
|
514
|
-
self.
|
|
515
|
-
self.
|
|
516
|
-
self.
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
self.
|
|
522
|
-
self.
|
|
523
|
-
|
|
524
|
-
self.
|
|
525
|
-
self.
|
|
526
|
-
self.
|
|
527
|
-
self.
|
|
528
|
-
self.
|
|
529
|
-
|
|
530
|
-
icon22
|
|
531
|
-
|
|
532
|
-
self.
|
|
533
|
-
self.
|
|
534
|
-
self.
|
|
535
|
-
|
|
536
|
-
self.
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
self.
|
|
540
|
-
|
|
541
|
-
self.
|
|
542
|
-
self.
|
|
543
|
-
self.
|
|
544
|
-
self.
|
|
545
|
-
self.
|
|
546
|
-
|
|
547
|
-
icon23
|
|
548
|
-
|
|
549
|
-
self.
|
|
550
|
-
|
|
551
|
-
self.
|
|
552
|
-
|
|
553
|
-
self.
|
|
554
|
-
self.
|
|
555
|
-
|
|
556
|
-
self.
|
|
557
|
-
|
|
558
|
-
self.
|
|
559
|
-
self.
|
|
560
|
-
self.
|
|
561
|
-
|
|
562
|
-
self.
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
self.
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
self.
|
|
569
|
-
|
|
570
|
-
self.
|
|
571
|
-
self.
|
|
572
|
-
self.
|
|
573
|
-
|
|
574
|
-
self.verticalLayout_5.
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
self.
|
|
578
|
-
|
|
579
|
-
self.
|
|
580
|
-
self.
|
|
581
|
-
|
|
582
|
-
self.
|
|
583
|
-
|
|
584
|
-
self.
|
|
585
|
-
self.
|
|
586
|
-
self.
|
|
587
|
-
|
|
588
|
-
self.
|
|
589
|
-
self.
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
self.
|
|
597
|
-
|
|
598
|
-
self.verticalLayout_3
|
|
599
|
-
|
|
600
|
-
self.
|
|
601
|
-
self.
|
|
602
|
-
self.
|
|
603
|
-
self.
|
|
604
|
-
self.
|
|
605
|
-
self.
|
|
606
|
-
|
|
607
|
-
self.
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
self.
|
|
613
|
-
self.
|
|
614
|
-
|
|
615
|
-
self.
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
self.
|
|
620
|
-
self.
|
|
621
|
-
|
|
622
|
-
self.
|
|
623
|
-
|
|
624
|
-
self.
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
self.
|
|
630
|
-
self.
|
|
631
|
-
self.
|
|
632
|
-
self.
|
|
633
|
-
self.
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
self.
|
|
638
|
-
|
|
639
|
-
self.
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
self.
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
self.
|
|
646
|
-
|
|
647
|
-
self.horizontalLayout_3.
|
|
648
|
-
|
|
649
|
-
self.
|
|
650
|
-
self.
|
|
651
|
-
|
|
652
|
-
self.
|
|
653
|
-
|
|
654
|
-
self.horizontalLayout_3.addWidget(self.
|
|
655
|
-
|
|
656
|
-
self.
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
self.
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
self.
|
|
667
|
-
self.
|
|
668
|
-
self.
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
self.
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
self.
|
|
678
|
-
|
|
679
|
-
self.
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
self.
|
|
683
|
-
self.
|
|
684
|
-
self.
|
|
685
|
-
self.
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
self.
|
|
691
|
-
self.
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
self.
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
self.
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
self.
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
self.
|
|
719
|
-
|
|
720
|
-
self.
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
self.
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
self.
|
|
728
|
-
self.
|
|
729
|
-
self.
|
|
730
|
-
|
|
731
|
-
self.
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
self.
|
|
739
|
-
self.
|
|
740
|
-
|
|
741
|
-
self.
|
|
742
|
-
|
|
743
|
-
self.
|
|
744
|
-
self.
|
|
745
|
-
self.
|
|
746
|
-
self.
|
|
747
|
-
|
|
748
|
-
self.
|
|
749
|
-
|
|
750
|
-
self.
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
#
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
self.
|
|
758
|
-
self.
|
|
759
|
-
|
|
760
|
-
self.
|
|
761
|
-
|
|
762
|
-
self.
|
|
763
|
-
|
|
764
|
-
self.
|
|
765
|
-
|
|
766
|
-
#if QT_CONFIG(
|
|
767
|
-
self.
|
|
768
|
-
#endif // QT_CONFIG(
|
|
769
|
-
self.
|
|
770
|
-
#if QT_CONFIG(
|
|
771
|
-
self.
|
|
772
|
-
#endif // QT_CONFIG(
|
|
773
|
-
self.
|
|
774
|
-
|
|
775
|
-
self.
|
|
776
|
-
|
|
777
|
-
self.
|
|
778
|
-
self.
|
|
779
|
-
self.
|
|
780
|
-
|
|
781
|
-
self.
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
#
|
|
787
|
-
self.
|
|
788
|
-
#
|
|
789
|
-
self.
|
|
790
|
-
#
|
|
791
|
-
self.
|
|
792
|
-
#
|
|
793
|
-
self.
|
|
794
|
-
#
|
|
795
|
-
self.
|
|
796
|
-
#
|
|
797
|
-
self.
|
|
798
|
-
#
|
|
799
|
-
self.
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
self.
|
|
803
|
-
|
|
804
|
-
#if QT_CONFIG(
|
|
805
|
-
self.
|
|
806
|
-
#endif // QT_CONFIG(
|
|
807
|
-
self.
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
#if QT_CONFIG(
|
|
817
|
-
self.
|
|
818
|
-
#endif // QT_CONFIG(
|
|
819
|
-
self.
|
|
820
|
-
#if QT_CONFIG(
|
|
821
|
-
self.
|
|
822
|
-
#endif // QT_CONFIG(
|
|
823
|
-
|
|
824
|
-
self.
|
|
825
|
-
#
|
|
826
|
-
self.
|
|
827
|
-
#
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
self.
|
|
833
|
-
#
|
|
834
|
-
self.
|
|
835
|
-
#
|
|
836
|
-
self.
|
|
837
|
-
#
|
|
838
|
-
self.
|
|
839
|
-
#
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
self.
|
|
844
|
-
|
|
845
|
-
self.
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
self.
|
|
849
|
-
|
|
850
|
-
self.
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
30
|
+
|
|
31
|
+
class Ui_gPairs(object):
|
|
32
|
+
def setupUi(self, gPairs):
|
|
33
|
+
if not gPairs.objectName():
|
|
34
|
+
gPairs.setObjectName(u"gPairs")
|
|
35
|
+
gPairs.resize(1800, 550)
|
|
36
|
+
gPairs.setMinimumSize(QSize(1100, 550))
|
|
37
|
+
gPairs.setMaximumSize(QSize(16777215, 16777215))
|
|
38
|
+
font = QFont()
|
|
39
|
+
font.setPointSize(11)
|
|
40
|
+
gPairs.setFont(font)
|
|
41
|
+
icon = QIcon()
|
|
42
|
+
icon.addFile(u""+ icons_path +"icon_PaIRS.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
43
|
+
gPairs.setWindowIcon(icon)
|
|
44
|
+
gPairs.setUnifiedTitleAndToolBarOnMac(False)
|
|
45
|
+
self.actionExit = QAction(gPairs)
|
|
46
|
+
self.actionExit.setObjectName(u"actionExit")
|
|
47
|
+
self.aExit = QAction(gPairs)
|
|
48
|
+
self.aExit.setObjectName(u"aExit")
|
|
49
|
+
icon1 = QIcon()
|
|
50
|
+
icon1.addFile(u""+ icons_path +"quit.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
51
|
+
self.aExit.setIcon(icon1)
|
|
52
|
+
self.aExit.setShortcutVisibleInContextMenu(True)
|
|
53
|
+
self.actionSave = QAction(gPairs)
|
|
54
|
+
self.actionSave.setObjectName(u"actionSave")
|
|
55
|
+
icon2 = QIcon()
|
|
56
|
+
icon2.addFile(u""+ icons_path +"save.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
57
|
+
self.actionSave.setIcon(icon2)
|
|
58
|
+
self.actionSave.setShortcutVisibleInContextMenu(True)
|
|
59
|
+
self.actionOpen = QAction(gPairs)
|
|
60
|
+
self.actionOpen.setObjectName(u"actionOpen")
|
|
61
|
+
icon3 = QIcon()
|
|
62
|
+
icon3.addFile(u""+ icons_path +"open_workspace.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
63
|
+
self.actionOpen.setIcon(icon3)
|
|
64
|
+
self.actionOpen.setShortcutVisibleInContextMenu(True)
|
|
65
|
+
self.actionNew = QAction(gPairs)
|
|
66
|
+
self.actionNew.setObjectName(u"actionNew")
|
|
67
|
+
icon4 = QIcon()
|
|
68
|
+
icon4.addFile(u""+ icons_path +"new_workspace.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
69
|
+
self.actionNew.setIcon(icon4)
|
|
70
|
+
self.actionNew.setShortcutVisibleInContextMenu(True)
|
|
71
|
+
self.actionAbout = QAction(gPairs)
|
|
72
|
+
self.actionAbout.setObjectName(u"actionAbout")
|
|
73
|
+
icon5 = QIcon()
|
|
74
|
+
icon5.addFile(u""+ icons_path +"about.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
75
|
+
self.actionAbout.setIcon(icon5)
|
|
76
|
+
self.actionAbout.setShortcutVisibleInContextMenu(True)
|
|
77
|
+
self.actionGuide = QAction(gPairs)
|
|
78
|
+
self.actionGuide.setObjectName(u"actionGuide")
|
|
79
|
+
icon6 = QIcon()
|
|
80
|
+
icon6.addFile(u""+ icons_path +"guide.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
81
|
+
self.actionGuide.setIcon(icon6)
|
|
82
|
+
self.actionSaveas = QAction(gPairs)
|
|
83
|
+
self.actionSaveas.setObjectName(u"actionSaveas")
|
|
84
|
+
icon7 = QIcon()
|
|
85
|
+
icon7.addFile(u""+ icons_path +"saveas_workspace.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
86
|
+
self.actionSaveas.setIcon(icon7)
|
|
87
|
+
self.actionSaveas.setShortcutVisibleInContextMenu(True)
|
|
88
|
+
self.actionClose = QAction(gPairs)
|
|
89
|
+
self.actionClose.setObjectName(u"actionClose")
|
|
90
|
+
icon8 = QIcon()
|
|
91
|
+
icon8.addFile(u""+ icons_path +"close_workspace.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
92
|
+
self.actionClose.setIcon(icon8)
|
|
93
|
+
self.actionClose.setShortcutVisibleInContextMenu(True)
|
|
94
|
+
self.actionPaIRS_Run = QAction(gPairs)
|
|
95
|
+
self.actionPaIRS_Run.setObjectName(u"actionPaIRS_Run")
|
|
96
|
+
icon9 = QIcon()
|
|
97
|
+
icon9.addFile(u""+ icons_path +"normal_run.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
98
|
+
self.actionPaIRS_Run.setIcon(icon9)
|
|
99
|
+
self.actionPaIRS_Clean_run = QAction(gPairs)
|
|
100
|
+
self.actionPaIRS_Clean_run.setObjectName(u"actionPaIRS_Clean_run")
|
|
101
|
+
icon10 = QIcon()
|
|
102
|
+
icon10.addFile(u""+ icons_path +"clean_run.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
103
|
+
self.actionPaIRS_Clean_run.setIcon(icon10)
|
|
104
|
+
self.actionPaIRS_Debug_run = QAction(gPairs)
|
|
105
|
+
self.actionPaIRS_Debug_run.setObjectName(u"actionPaIRS_Debug_run")
|
|
106
|
+
icon11 = QIcon()
|
|
107
|
+
icon11.addFile(u""+ icons_path +"debug_run.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
108
|
+
self.actionPaIRS_Debug_run.setIcon(icon11)
|
|
109
|
+
self.actionCalVi_Run = QAction(gPairs)
|
|
110
|
+
self.actionCalVi_Run.setObjectName(u"actionCalVi_Run")
|
|
111
|
+
self.actionCalVi_Run.setIcon(icon9)
|
|
112
|
+
self.actionCalVi_Clean_run = QAction(gPairs)
|
|
113
|
+
self.actionCalVi_Clean_run.setObjectName(u"actionCalVi_Clean_run")
|
|
114
|
+
self.actionCalVi_Clean_run.setIcon(icon10)
|
|
115
|
+
self.actionCalVi_Debug_run = QAction(gPairs)
|
|
116
|
+
self.actionCalVi_Debug_run.setObjectName(u"actionCalVi_Debug_run")
|
|
117
|
+
self.actionCalVi_Debug_run.setIcon(icon11)
|
|
118
|
+
self.actionChanges = QAction(gPairs)
|
|
119
|
+
self.actionChanges.setObjectName(u"actionChanges")
|
|
120
|
+
icon12 = QIcon()
|
|
121
|
+
icon12.addFile(u""+ icons_path +"news.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
122
|
+
self.actionChanges.setIcon(icon12)
|
|
123
|
+
self.actionDownload = QAction(gPairs)
|
|
124
|
+
self.actionDownload.setObjectName(u"actionDownload")
|
|
125
|
+
icon13 = QIcon()
|
|
126
|
+
icon13.addFile(u""+ icons_path +"flaticon_PaIRS_download.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
127
|
+
self.actionDownload.setIcon(icon13)
|
|
128
|
+
self.centralwidget = QWidget(gPairs)
|
|
129
|
+
self.centralwidget.setObjectName(u"centralwidget")
|
|
130
|
+
self.centralwidget.setMinimumSize(QSize(0, 0))
|
|
131
|
+
self.centralLayout = QHBoxLayout(self.centralwidget)
|
|
132
|
+
self.centralLayout.setSpacing(0)
|
|
133
|
+
self.centralLayout.setObjectName(u"centralLayout")
|
|
134
|
+
self.centralLayout.setContentsMargins(10, 0, 10, 0)
|
|
135
|
+
self.main_splitter = myQSplitter(self.centralwidget)
|
|
136
|
+
self.main_splitter.setObjectName(u"main_splitter")
|
|
137
|
+
self.main_splitter.setFrameShape(QFrame.Shape.NoFrame)
|
|
138
|
+
self.main_splitter.setOrientation(Qt.Orientation.Horizontal)
|
|
139
|
+
self.main_splitter.setOpaqueResize(False)
|
|
140
|
+
self.main_splitter.setHandleWidth(10)
|
|
141
|
+
self.main_splitter.setChildrenCollapsible(True)
|
|
142
|
+
self.w_Managing_Tabs = QWidget(self.main_splitter)
|
|
143
|
+
self.w_Managing_Tabs.setObjectName(u"w_Managing_Tabs")
|
|
144
|
+
sizePolicy = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Preferred)
|
|
145
|
+
sizePolicy.setHorizontalStretch(0)
|
|
146
|
+
sizePolicy.setVerticalStretch(0)
|
|
147
|
+
sizePolicy.setHeightForWidth(self.w_Managing_Tabs.sizePolicy().hasHeightForWidth())
|
|
148
|
+
self.w_Managing_Tabs.setSizePolicy(sizePolicy)
|
|
149
|
+
self.w_Managing_Tabs.setMinimumSize(QSize(420, 0))
|
|
150
|
+
self.w_Managing_Tabs.setMaximumSize(QSize(16777215, 16777215))
|
|
151
|
+
self.w_Managing_Tabs.setBaseSize(QSize(500, 0))
|
|
152
|
+
self.manlay = QVBoxLayout(self.w_Managing_Tabs)
|
|
153
|
+
self.manlay.setSpacing(5)
|
|
154
|
+
self.manlay.setObjectName(u"manlay")
|
|
155
|
+
self.manlay.setContentsMargins(0, 0, 0, 0)
|
|
156
|
+
self.w_logo_run = QWidget(self.w_Managing_Tabs)
|
|
157
|
+
self.w_logo_run.setObjectName(u"w_logo_run")
|
|
158
|
+
self.w_logo_run.setMinimumSize(QSize(0, 80))
|
|
159
|
+
self.w_logo_run.setMaximumSize(QSize(16777215, 80))
|
|
160
|
+
self.verticalLayout = QVBoxLayout(self.w_logo_run)
|
|
161
|
+
self.verticalLayout.setSpacing(3)
|
|
162
|
+
self.verticalLayout.setObjectName(u"verticalLayout")
|
|
163
|
+
self.verticalLayout.setContentsMargins(0, 0, 0, 0)
|
|
164
|
+
self.w_Buttons_Run = QWidget(self.w_logo_run)
|
|
165
|
+
self.w_Buttons_Run.setObjectName(u"w_Buttons_Run")
|
|
166
|
+
self.w_Buttons_Run.setMinimumSize(QSize(0, 60))
|
|
167
|
+
self.w_Buttons_Run.setMaximumSize(QSize(16777215, 60))
|
|
168
|
+
self.horizontalLayout_10 = QHBoxLayout(self.w_Buttons_Run)
|
|
169
|
+
self.horizontalLayout_10.setSpacing(5)
|
|
170
|
+
self.horizontalLayout_10.setObjectName(u"horizontalLayout_10")
|
|
171
|
+
self.horizontalLayout_10.setContentsMargins(0, 0, 0, 0)
|
|
172
|
+
self.logo = QLabel(self.w_Buttons_Run)
|
|
173
|
+
self.logo.setObjectName(u"logo")
|
|
174
|
+
self.logo.setMinimumSize(QSize(92, 60))
|
|
175
|
+
self.logo.setMaximumSize(QSize(92, 60))
|
|
176
|
+
self.logo.setPixmap(QPixmap(u""+ icons_path +"logo_PaIRS_rect.png"))
|
|
177
|
+
self.logo.setScaledContents(True)
|
|
178
|
+
|
|
179
|
+
self.horizontalLayout_10.addWidget(self.logo)
|
|
180
|
+
|
|
181
|
+
self.button_PaIRS_download = QToolButton(self.w_Buttons_Run)
|
|
182
|
+
self.button_PaIRS_download.setObjectName(u"button_PaIRS_download")
|
|
183
|
+
self.button_PaIRS_download.setMinimumSize(QSize(30, 30))
|
|
184
|
+
self.button_PaIRS_download.setMaximumSize(QSize(30, 30))
|
|
185
|
+
font1 = QFont()
|
|
186
|
+
font1.setPointSize(16)
|
|
187
|
+
self.button_PaIRS_download.setFont(font1)
|
|
188
|
+
self.button_PaIRS_download.setStyleSheet(u"QToolButton#button_PaIRS_download{border: none}")
|
|
189
|
+
self.button_PaIRS_download.setIcon(icon13)
|
|
190
|
+
self.button_PaIRS_download.setIconSize(QSize(24, 24))
|
|
191
|
+
self.button_PaIRS_download.setCheckable(False)
|
|
192
|
+
|
|
193
|
+
self.horizontalLayout_10.addWidget(self.button_PaIRS_download)
|
|
194
|
+
|
|
195
|
+
self.button_colormode = QToolButton(self.w_Buttons_Run)
|
|
196
|
+
self.button_colormode.setObjectName(u"button_colormode")
|
|
197
|
+
self.button_colormode.setMinimumSize(QSize(30, 30))
|
|
198
|
+
self.button_colormode.setMaximumSize(QSize(30, 30))
|
|
199
|
+
self.button_colormode.setFont(font1)
|
|
200
|
+
self.button_colormode.setStyleSheet(u"QToolButton{border: none}")
|
|
201
|
+
icon14 = QIcon()
|
|
202
|
+
icon14.addFile(u""+ icons_path +"darkmode.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
203
|
+
self.button_colormode.setIcon(icon14)
|
|
204
|
+
self.button_colormode.setIconSize(QSize(24, 24))
|
|
205
|
+
self.button_colormode.setCheckable(False)
|
|
206
|
+
|
|
207
|
+
self.horizontalLayout_10.addWidget(self.button_colormode)
|
|
208
|
+
|
|
209
|
+
self.button_packissue = QToolButton(self.w_Buttons_Run)
|
|
210
|
+
self.button_packissue.setObjectName(u"button_packissue")
|
|
211
|
+
self.button_packissue.setMinimumSize(QSize(30, 30))
|
|
212
|
+
self.button_packissue.setMaximumSize(QSize(30, 30))
|
|
213
|
+
self.button_packissue.setFont(font1)
|
|
214
|
+
self.button_packissue.setStyleSheet(u"QToolButton{border: none}")
|
|
215
|
+
icon15 = QIcon()
|
|
216
|
+
icon15.addFile(u""+ icons_path +"python_warning.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
217
|
+
self.button_packissue.setIcon(icon15)
|
|
218
|
+
self.button_packissue.setIconSize(QSize(24, 24))
|
|
219
|
+
self.button_packissue.setCheckable(False)
|
|
220
|
+
|
|
221
|
+
self.horizontalLayout_10.addWidget(self.button_packissue)
|
|
222
|
+
|
|
223
|
+
self.hs_logo = QSpacerItem(200, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
224
|
+
|
|
225
|
+
self.horizontalLayout_10.addItem(self.hs_logo)
|
|
226
|
+
|
|
227
|
+
self.label_updating_import = QLabel(self.w_Buttons_Run)
|
|
228
|
+
self.label_updating_import.setObjectName(u"label_updating_import")
|
|
229
|
+
self.label_updating_import.setMinimumSize(QSize(40, 40))
|
|
230
|
+
self.label_updating_import.setMaximumSize(QSize(40, 40))
|
|
231
|
+
|
|
232
|
+
self.horizontalLayout_10.addWidget(self.label_updating_import)
|
|
233
|
+
|
|
234
|
+
self.label_updating_pairs = QLabel(self.w_Buttons_Run)
|
|
235
|
+
self.label_updating_pairs.setObjectName(u"label_updating_pairs")
|
|
236
|
+
self.label_updating_pairs.setMinimumSize(QSize(40, 40))
|
|
237
|
+
self.label_updating_pairs.setMaximumSize(QSize(40, 40))
|
|
238
|
+
|
|
239
|
+
self.horizontalLayout_10.addWidget(self.label_updating_pairs)
|
|
240
|
+
|
|
241
|
+
self.w_progress_Proc = QWidget(self.w_Buttons_Run)
|
|
242
|
+
self.w_progress_Proc.setObjectName(u"w_progress_Proc")
|
|
243
|
+
self.w_progress_Proc.setMinimumSize(QSize(0, 60))
|
|
244
|
+
self.w_progress_Proc.setMaximumSize(QSize(16777215, 60))
|
|
245
|
+
font2 = QFont()
|
|
246
|
+
font2.setPointSize(13)
|
|
247
|
+
self.w_progress_Proc.setFont(font2)
|
|
248
|
+
self.verticalLayout_2 = QVBoxLayout(self.w_progress_Proc)
|
|
249
|
+
self.verticalLayout_2.setSpacing(2)
|
|
250
|
+
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
|
251
|
+
self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)
|
|
252
|
+
self.w_progress = QWidget(self.w_progress_Proc)
|
|
253
|
+
self.w_progress.setObjectName(u"w_progress")
|
|
254
|
+
self.horizontalLayout = QHBoxLayout(self.w_progress)
|
|
255
|
+
self.horizontalLayout.setSpacing(5)
|
|
256
|
+
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
|
257
|
+
self.horizontalLayout.setContentsMargins(0, 0, 0, 0)
|
|
258
|
+
self.progress_Proc = QProgressBar(self.w_progress)
|
|
259
|
+
self.progress_Proc.setObjectName(u"progress_Proc")
|
|
260
|
+
sizePolicy1 = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Preferred)
|
|
261
|
+
sizePolicy1.setHorizontalStretch(0)
|
|
262
|
+
sizePolicy1.setVerticalStretch(0)
|
|
263
|
+
sizePolicy1.setHeightForWidth(self.progress_Proc.sizePolicy().hasHeightForWidth())
|
|
264
|
+
self.progress_Proc.setSizePolicy(sizePolicy1)
|
|
265
|
+
self.progress_Proc.setMinimumSize(QSize(100, 36))
|
|
266
|
+
self.progress_Proc.setMaximumSize(QSize(300, 36))
|
|
267
|
+
font3 = QFont()
|
|
268
|
+
font3.setPointSize(11)
|
|
269
|
+
font3.setKerning(True)
|
|
270
|
+
self.progress_Proc.setFont(font3)
|
|
271
|
+
self.progress_Proc.setStyleSheet(u"")
|
|
272
|
+
self.progress_Proc.setValue(0)
|
|
273
|
+
self.progress_Proc.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
274
|
+
self.progress_Proc.setInvertedAppearance(False)
|
|
275
|
+
|
|
276
|
+
self.horizontalLayout.addWidget(self.progress_Proc)
|
|
277
|
+
|
|
278
|
+
self.button_pause = QToolButton(self.w_progress)
|
|
279
|
+
self.button_pause.setObjectName(u"button_pause")
|
|
280
|
+
sizePolicy.setHeightForWidth(self.button_pause.sizePolicy().hasHeightForWidth())
|
|
281
|
+
self.button_pause.setSizePolicy(sizePolicy)
|
|
282
|
+
self.button_pause.setMinimumSize(QSize(36, 36))
|
|
283
|
+
self.button_pause.setMaximumSize(QSize(36, 36))
|
|
284
|
+
self.button_pause.setFont(font1)
|
|
285
|
+
self.button_pause.setToolTipDuration(-1)
|
|
286
|
+
self.button_pause.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
287
|
+
icon16 = QIcon()
|
|
288
|
+
icon16.addFile(u""+ icons_path +"pause.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
289
|
+
self.button_pause.setIcon(icon16)
|
|
290
|
+
self.button_pause.setIconSize(QSize(28, 28))
|
|
291
|
+
self.button_pause.setPopupMode(QToolButton.ToolButtonPopupMode.DelayedPopup)
|
|
292
|
+
self.button_pause.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonIconOnly)
|
|
293
|
+
|
|
294
|
+
self.horizontalLayout.addWidget(self.button_pause)
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
self.verticalLayout_2.addWidget(self.w_progress)
|
|
298
|
+
|
|
299
|
+
self.time_stamp = QLabel(self.w_progress_Proc)
|
|
300
|
+
self.time_stamp.setObjectName(u"time_stamp")
|
|
301
|
+
self.time_stamp.setMinimumSize(QSize(0, 22))
|
|
302
|
+
self.time_stamp.setMaximumSize(QSize(16777215, 22))
|
|
303
|
+
self.time_stamp.setFont(font)
|
|
304
|
+
|
|
305
|
+
self.verticalLayout_2.addWidget(self.time_stamp)
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
self.horizontalLayout_10.addWidget(self.w_progress_Proc)
|
|
309
|
+
|
|
310
|
+
self.button_Run = QPushButton(self.w_Buttons_Run)
|
|
311
|
+
self.button_Run.setObjectName(u"button_Run")
|
|
312
|
+
sizePolicy.setHeightForWidth(self.button_Run.sizePolicy().hasHeightForWidth())
|
|
313
|
+
self.button_Run.setSizePolicy(sizePolicy)
|
|
314
|
+
self.button_Run.setMinimumSize(QSize(0, 40))
|
|
315
|
+
self.button_Run.setMaximumSize(QSize(16777215, 40))
|
|
316
|
+
font4 = QFont()
|
|
317
|
+
font4.setFamilies([u"Arial"])
|
|
318
|
+
font4.setPointSize(15)
|
|
319
|
+
self.button_Run.setFont(font4)
|
|
320
|
+
|
|
321
|
+
self.horizontalLayout_10.addWidget(self.button_Run)
|
|
322
|
+
|
|
323
|
+
self.horizontalLayout_10.setStretch(4, 1)
|
|
324
|
+
|
|
325
|
+
self.verticalLayout.addWidget(self.w_Buttons_Run)
|
|
326
|
+
|
|
327
|
+
self.lab_happy_days = QLabel(self.w_logo_run)
|
|
328
|
+
self.lab_happy_days.setObjectName(u"lab_happy_days")
|
|
329
|
+
self.lab_happy_days.setMinimumSize(QSize(0, 20))
|
|
330
|
+
self.lab_happy_days.setMaximumSize(QSize(16777215, 20))
|
|
331
|
+
font5 = QFont()
|
|
332
|
+
font5.setPointSize(11)
|
|
333
|
+
font5.setItalic(False)
|
|
334
|
+
font5.setUnderline(False)
|
|
335
|
+
self.lab_happy_days.setFont(font5)
|
|
336
|
+
|
|
337
|
+
self.verticalLayout.addWidget(self.lab_happy_days)
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
self.manlay.addWidget(self.w_logo_run)
|
|
341
|
+
|
|
342
|
+
self.Explorer = PaIRS_Explorer(self.w_Managing_Tabs)
|
|
343
|
+
self.Explorer.setObjectName(u"Explorer")
|
|
344
|
+
sizePolicy.setHeightForWidth(self.Explorer.sizePolicy().hasHeightForWidth())
|
|
345
|
+
self.Explorer.setSizePolicy(sizePolicy)
|
|
346
|
+
self.Explorer.setMinimumSize(QSize(0, 0))
|
|
347
|
+
self.Explorer.setMaximumSize(QSize(16777215, 16777215))
|
|
348
|
+
self.Explorer.setBaseSize(QSize(500, 0))
|
|
349
|
+
self.Explorer.setStyleSheet(u"QFrame#f_Tree_Process{\n"
|
|
350
|
+
"border: 1px solid gray;\n"
|
|
351
|
+
"border-radius: 15px;\n"
|
|
352
|
+
"}")
|
|
353
|
+
|
|
354
|
+
self.manlay.addWidget(self.Explorer)
|
|
355
|
+
|
|
356
|
+
self.w_gif_loading = QWidget(self.w_Managing_Tabs)
|
|
357
|
+
self.w_gif_loading.setObjectName(u"w_gif_loading")
|
|
358
|
+
self.w_gif_loading.setMinimumSize(QSize(0, 20))
|
|
359
|
+
self.w_gif_loading.setMaximumSize(QSize(16777215, 20))
|
|
360
|
+
self.horizontalLayout_4 = QHBoxLayout(self.w_gif_loading)
|
|
361
|
+
self.horizontalLayout_4.setSpacing(3)
|
|
362
|
+
self.horizontalLayout_4.setObjectName(u"horizontalLayout_4")
|
|
363
|
+
self.horizontalLayout_4.setContentsMargins(0, 0, 0, 0)
|
|
364
|
+
self.label_gif = QLabel(self.w_gif_loading)
|
|
365
|
+
self.label_gif.setObjectName(u"label_gif")
|
|
366
|
+
self.label_gif.setMinimumSize(QSize(40, 10))
|
|
367
|
+
self.label_gif.setMaximumSize(QSize(40, 10))
|
|
368
|
+
font6 = QFont()
|
|
369
|
+
font6.setPointSize(10)
|
|
370
|
+
self.label_gif.setFont(font6)
|
|
371
|
+
self.label_gif.setPixmap(QPixmap(u""+ icons_path +"loaded.png"))
|
|
372
|
+
|
|
373
|
+
self.horizontalLayout_4.addWidget(self.label_gif)
|
|
374
|
+
|
|
375
|
+
self.label_loading = QLabel(self.w_gif_loading)
|
|
376
|
+
self.label_loading.setObjectName(u"label_loading")
|
|
377
|
+
self.label_loading.setMinimumSize(QSize(0, 20))
|
|
378
|
+
self.label_loading.setMaximumSize(QSize(16777215, 20))
|
|
379
|
+
font7 = QFont()
|
|
380
|
+
font7.setPointSize(11)
|
|
381
|
+
font7.setItalic(True)
|
|
382
|
+
self.label_loading.setFont(font7)
|
|
383
|
+
|
|
384
|
+
self.horizontalLayout_4.addWidget(self.label_loading)
|
|
385
|
+
|
|
386
|
+
self.spin_nworkers = MyQSpin(self.w_gif_loading)
|
|
387
|
+
self.spin_nworkers.setObjectName(u"spin_nworkers")
|
|
388
|
+
self.spin_nworkers.setMinimumSize(QSize(0, 20))
|
|
389
|
+
self.spin_nworkers.setMaximumSize(QSize(26, 20))
|
|
390
|
+
self.spin_nworkers.setFont(font)
|
|
391
|
+
self.spin_nworkers.setStyleSheet(u"padding-bottom: 2px;")
|
|
392
|
+
self.spin_nworkers.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
393
|
+
self.spin_nworkers.setProperty("showGroupSeparator", True)
|
|
394
|
+
|
|
395
|
+
self.horizontalLayout_4.addWidget(self.spin_nworkers)
|
|
396
|
+
|
|
397
|
+
self.label_loading_2 = QLabel(self.w_gif_loading)
|
|
398
|
+
self.label_loading_2.setObjectName(u"label_loading_2")
|
|
399
|
+
sizePolicy1.setHeightForWidth(self.label_loading_2.sizePolicy().hasHeightForWidth())
|
|
400
|
+
self.label_loading_2.setSizePolicy(sizePolicy1)
|
|
401
|
+
self.label_loading_2.setMinimumSize(QSize(0, 20))
|
|
402
|
+
self.label_loading_2.setMaximumSize(QSize(16777215, 20))
|
|
403
|
+
self.label_loading_2.setFont(font7)
|
|
404
|
+
|
|
405
|
+
self.horizontalLayout_4.addWidget(self.label_loading_2)
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
self.manlay.addWidget(self.w_gif_loading)
|
|
409
|
+
|
|
410
|
+
self.main_splitter.addWidget(self.w_Managing_Tabs)
|
|
411
|
+
self.w_Operating_Tabs = QWidget(self.main_splitter)
|
|
412
|
+
self.w_Operating_Tabs.setObjectName(u"w_Operating_Tabs")
|
|
413
|
+
sizePolicy.setHeightForWidth(self.w_Operating_Tabs.sizePolicy().hasHeightForWidth())
|
|
414
|
+
self.w_Operating_Tabs.setSizePolicy(sizePolicy)
|
|
415
|
+
self.w_Operating_Tabs.setMinimumSize(QSize(570, 0))
|
|
416
|
+
self.oplay = QVBoxLayout(self.w_Operating_Tabs)
|
|
417
|
+
self.oplay.setSpacing(5)
|
|
418
|
+
self.oplay.setObjectName(u"oplay")
|
|
419
|
+
self.oplay.setContentsMargins(0, 5, 0, 0)
|
|
420
|
+
self.Operating_Tabs_splitter = QSplitter(self.w_Operating_Tabs)
|
|
421
|
+
self.Operating_Tabs_splitter.setObjectName(u"Operating_Tabs_splitter")
|
|
422
|
+
self.Operating_Tabs_splitter.setOrientation(Qt.Orientation.Vertical)
|
|
423
|
+
self.w_header = QWidget(self.Operating_Tabs_splitter)
|
|
424
|
+
self.w_header.setObjectName(u"w_header")
|
|
425
|
+
self.w_header.setMinimumSize(QSize(0, 60))
|
|
426
|
+
self.w_header.setMaximumSize(QSize(16777215, 60))
|
|
427
|
+
self.horizontalLayout_2 = QHBoxLayout(self.w_header)
|
|
428
|
+
self.horizontalLayout_2.setSpacing(15)
|
|
429
|
+
self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
|
|
430
|
+
self.horizontalLayout_2.setContentsMargins(10, 0, 10, 0)
|
|
431
|
+
self.logo_CalVi = QLabel(self.w_header)
|
|
432
|
+
self.logo_CalVi.setObjectName(u"logo_CalVi")
|
|
433
|
+
self.logo_CalVi.setMinimumSize(QSize(90, 30))
|
|
434
|
+
self.logo_CalVi.setMaximumSize(QSize(90, 30))
|
|
435
|
+
self.logo_CalVi.setPixmap(QPixmap(u""+ icons_path +"logo_CalVi.png"))
|
|
436
|
+
self.logo_CalVi.setScaledContents(True)
|
|
437
|
+
|
|
438
|
+
self.horizontalLayout_2.addWidget(self.logo_CalVi)
|
|
439
|
+
|
|
440
|
+
self.button_Run_CalVi = RichTextPushButton(self.w_header)
|
|
441
|
+
self.button_Run_CalVi.setObjectName(u"button_Run_CalVi")
|
|
442
|
+
sizePolicy.setHeightForWidth(self.button_Run_CalVi.sizePolicy().hasHeightForWidth())
|
|
443
|
+
self.button_Run_CalVi.setSizePolicy(sizePolicy)
|
|
444
|
+
self.button_Run_CalVi.setMinimumSize(QSize(80, 40))
|
|
445
|
+
self.button_Run_CalVi.setMaximumSize(QSize(80, 40))
|
|
446
|
+
self.button_Run_CalVi.setFont(font4)
|
|
447
|
+
icon17 = QIcon()
|
|
448
|
+
icon17.addFile(u""+ icons_path +"play.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
449
|
+
self.button_Run_CalVi.setIcon(icon17)
|
|
450
|
+
|
|
451
|
+
self.horizontalLayout_2.addWidget(self.button_Run_CalVi)
|
|
452
|
+
|
|
453
|
+
self.button_Abort_CalVi = RichTextPushButton(self.w_header)
|
|
454
|
+
self.button_Abort_CalVi.setObjectName(u"button_Abort_CalVi")
|
|
455
|
+
sizePolicy.setHeightForWidth(self.button_Abort_CalVi.sizePolicy().hasHeightForWidth())
|
|
456
|
+
self.button_Abort_CalVi.setSizePolicy(sizePolicy)
|
|
457
|
+
self.button_Abort_CalVi.setMinimumSize(QSize(80, 40))
|
|
458
|
+
self.button_Abort_CalVi.setMaximumSize(QSize(80, 40))
|
|
459
|
+
self.button_Abort_CalVi.setFont(font4)
|
|
460
|
+
icon18 = QIcon()
|
|
461
|
+
icon18.addFile(u""+ icons_path +"abort.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
462
|
+
self.button_Abort_CalVi.setIcon(icon18)
|
|
463
|
+
|
|
464
|
+
self.horizontalLayout_2.addWidget(self.button_Abort_CalVi)
|
|
465
|
+
|
|
466
|
+
self.button_restore_undo = QToolButton(self.w_header)
|
|
467
|
+
self.button_restore_undo.setObjectName(u"button_restore_undo")
|
|
468
|
+
sizePolicy.setHeightForWidth(self.button_restore_undo.sizePolicy().hasHeightForWidth())
|
|
469
|
+
self.button_restore_undo.setSizePolicy(sizePolicy)
|
|
470
|
+
self.button_restore_undo.setMinimumSize(QSize(36, 36))
|
|
471
|
+
self.button_restore_undo.setMaximumSize(QSize(36, 36))
|
|
472
|
+
self.button_restore_undo.setFont(font1)
|
|
473
|
+
self.button_restore_undo.setToolTipDuration(-1)
|
|
474
|
+
self.button_restore_undo.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
475
|
+
icon19 = QIcon()
|
|
476
|
+
icon19.addFile(u""+ icons_path +"restore_undo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
477
|
+
self.button_restore_undo.setIcon(icon19)
|
|
478
|
+
self.button_restore_undo.setIconSize(QSize(28, 28))
|
|
479
|
+
self.button_restore_undo.setPopupMode(QToolButton.ToolButtonPopupMode.DelayedPopup)
|
|
480
|
+
self.button_restore_undo.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonIconOnly)
|
|
481
|
+
|
|
482
|
+
self.horizontalLayout_2.addWidget(self.button_restore_undo)
|
|
483
|
+
|
|
484
|
+
self.button_reset_step = QToolButton(self.w_header)
|
|
485
|
+
self.button_reset_step.setObjectName(u"button_reset_step")
|
|
486
|
+
sizePolicy.setHeightForWidth(self.button_reset_step.sizePolicy().hasHeightForWidth())
|
|
487
|
+
self.button_reset_step.setSizePolicy(sizePolicy)
|
|
488
|
+
self.button_reset_step.setMinimumSize(QSize(36, 36))
|
|
489
|
+
self.button_reset_step.setMaximumSize(QSize(36, 36))
|
|
490
|
+
self.button_reset_step.setFont(font1)
|
|
491
|
+
self.button_reset_step.setToolTipDuration(-1)
|
|
492
|
+
self.button_reset_step.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
493
|
+
icon20 = QIcon()
|
|
494
|
+
icon20.addFile(u""+ icons_path +"reset.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
495
|
+
self.button_reset_step.setIcon(icon20)
|
|
496
|
+
self.button_reset_step.setIconSize(QSize(28, 28))
|
|
497
|
+
self.button_reset_step.setPopupMode(QToolButton.ToolButtonPopupMode.DelayedPopup)
|
|
498
|
+
self.button_reset_step.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonIconOnly)
|
|
499
|
+
|
|
500
|
+
self.horizontalLayout_2.addWidget(self.button_reset_step)
|
|
501
|
+
|
|
502
|
+
self.button_step_inherit = QToolButton(self.w_header)
|
|
503
|
+
self.button_step_inherit.setObjectName(u"button_step_inherit")
|
|
504
|
+
sizePolicy.setHeightForWidth(self.button_step_inherit.sizePolicy().hasHeightForWidth())
|
|
505
|
+
self.button_step_inherit.setSizePolicy(sizePolicy)
|
|
506
|
+
self.button_step_inherit.setMinimumSize(QSize(36, 36))
|
|
507
|
+
self.button_step_inherit.setMaximumSize(QSize(36, 36))
|
|
508
|
+
self.button_step_inherit.setFont(font1)
|
|
509
|
+
self.button_step_inherit.setToolTipDuration(-1)
|
|
510
|
+
self.button_step_inherit.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
511
|
+
icon21 = QIcon()
|
|
512
|
+
icon21.addFile(u""+ icons_path +"step_inheritance.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
513
|
+
self.button_step_inherit.setIcon(icon21)
|
|
514
|
+
self.button_step_inherit.setIconSize(QSize(28, 28))
|
|
515
|
+
self.button_step_inherit.setPopupMode(QToolButton.ToolButtonPopupMode.DelayedPopup)
|
|
516
|
+
self.button_step_inherit.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonIconOnly)
|
|
517
|
+
|
|
518
|
+
self.horizontalLayout_2.addWidget(self.button_step_inherit)
|
|
519
|
+
|
|
520
|
+
self.button_copy_step = QToolButton(self.w_header)
|
|
521
|
+
self.button_copy_step.setObjectName(u"button_copy_step")
|
|
522
|
+
sizePolicy.setHeightForWidth(self.button_copy_step.sizePolicy().hasHeightForWidth())
|
|
523
|
+
self.button_copy_step.setSizePolicy(sizePolicy)
|
|
524
|
+
self.button_copy_step.setMinimumSize(QSize(36, 36))
|
|
525
|
+
self.button_copy_step.setMaximumSize(QSize(36, 36))
|
|
526
|
+
self.button_copy_step.setFont(font1)
|
|
527
|
+
self.button_copy_step.setToolTipDuration(-1)
|
|
528
|
+
self.button_copy_step.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
529
|
+
icon22 = QIcon()
|
|
530
|
+
icon22.addFile(u""+ icons_path +"copy_process.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
531
|
+
self.button_copy_step.setIcon(icon22)
|
|
532
|
+
self.button_copy_step.setIconSize(QSize(28, 28))
|
|
533
|
+
self.button_copy_step.setPopupMode(QToolButton.ToolButtonPopupMode.DelayedPopup)
|
|
534
|
+
self.button_copy_step.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonIconOnly)
|
|
535
|
+
|
|
536
|
+
self.horizontalLayout_2.addWidget(self.button_copy_step)
|
|
537
|
+
|
|
538
|
+
self.button_link_step = QToolButton(self.w_header)
|
|
539
|
+
self.button_link_step.setObjectName(u"button_link_step")
|
|
540
|
+
sizePolicy.setHeightForWidth(self.button_link_step.sizePolicy().hasHeightForWidth())
|
|
541
|
+
self.button_link_step.setSizePolicy(sizePolicy)
|
|
542
|
+
self.button_link_step.setMinimumSize(QSize(36, 36))
|
|
543
|
+
self.button_link_step.setMaximumSize(QSize(36, 36))
|
|
544
|
+
self.button_link_step.setFont(font1)
|
|
545
|
+
self.button_link_step.setToolTipDuration(-1)
|
|
546
|
+
self.button_link_step.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
547
|
+
icon23 = QIcon()
|
|
548
|
+
icon23.addFile(u""+ icons_path +"unlink.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
549
|
+
self.button_link_step.setIcon(icon23)
|
|
550
|
+
self.button_link_step.setIconSize(QSize(28, 28))
|
|
551
|
+
self.button_link_step.setCheckable(True)
|
|
552
|
+
self.button_link_step.setChecked(False)
|
|
553
|
+
self.button_link_step.setPopupMode(QToolButton.ToolButtonPopupMode.DelayedPopup)
|
|
554
|
+
self.button_link_step.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonIconOnly)
|
|
555
|
+
|
|
556
|
+
self.horizontalLayout_2.addWidget(self.button_link_step)
|
|
557
|
+
|
|
558
|
+
self.workspace_icon = QPushButton(self.w_header)
|
|
559
|
+
self.workspace_icon.setObjectName(u"workspace_icon")
|
|
560
|
+
self.workspace_icon.setMinimumSize(QSize(60, 60))
|
|
561
|
+
self.workspace_icon.setMaximumSize(QSize(60, 60))
|
|
562
|
+
self.workspace_icon.setStyleSheet(u"QPushButton{border: none,;background: none}")
|
|
563
|
+
icon24 = QIcon()
|
|
564
|
+
icon24.addFile(u""+ icons_path +"workspace.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
565
|
+
self.workspace_icon.setIcon(icon24)
|
|
566
|
+
self.workspace_icon.setIconSize(QSize(60, 60))
|
|
567
|
+
|
|
568
|
+
self.horizontalLayout_2.addWidget(self.workspace_icon)
|
|
569
|
+
|
|
570
|
+
self.w_workspace = QWidget(self.w_header)
|
|
571
|
+
self.w_workspace.setObjectName(u"w_workspace")
|
|
572
|
+
self.verticalLayout_5 = QVBoxLayout(self.w_workspace)
|
|
573
|
+
self.verticalLayout_5.setSpacing(1)
|
|
574
|
+
self.verticalLayout_5.setObjectName(u"verticalLayout_5")
|
|
575
|
+
self.verticalLayout_5.setContentsMargins(0, 0, 0, 0)
|
|
576
|
+
self.title_workspace = EditableLabel(self.w_workspace)
|
|
577
|
+
self.title_workspace.setObjectName(u"title_workspace")
|
|
578
|
+
sizePolicy1.setHeightForWidth(self.title_workspace.sizePolicy().hasHeightForWidth())
|
|
579
|
+
self.title_workspace.setSizePolicy(sizePolicy1)
|
|
580
|
+
self.title_workspace.setMinimumSize(QSize(180, 0))
|
|
581
|
+
|
|
582
|
+
self.verticalLayout_5.addWidget(self.title_workspace)
|
|
583
|
+
|
|
584
|
+
self.subtitle_workspace = ResizingLabel(self.w_workspace)
|
|
585
|
+
self.subtitle_workspace.setObjectName(u"subtitle_workspace")
|
|
586
|
+
self.subtitle_workspace.setMinimumSize(QSize(0, 24))
|
|
587
|
+
self.subtitle_workspace.setMaximumSize(QSize(16777215, 24))
|
|
588
|
+
self.subtitle_workspace.setFont(font7)
|
|
589
|
+
self.subtitle_workspace.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
590
|
+
|
|
591
|
+
self.verticalLayout_5.addWidget(self.subtitle_workspace)
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
self.horizontalLayout_2.addWidget(self.w_workspace)
|
|
595
|
+
|
|
596
|
+
self.w_title = QWidget(self.w_header)
|
|
597
|
+
self.w_title.setObjectName(u"w_title")
|
|
598
|
+
self.verticalLayout_3 = QVBoxLayout(self.w_title)
|
|
599
|
+
self.verticalLayout_3.setSpacing(1)
|
|
600
|
+
self.verticalLayout_3.setObjectName(u"verticalLayout_3")
|
|
601
|
+
self.verticalLayout_3.setContentsMargins(0, 0, 0, 0)
|
|
602
|
+
self.title = ResizingLabel(self.w_title)
|
|
603
|
+
self.title.setObjectName(u"title")
|
|
604
|
+
sizePolicy1.setHeightForWidth(self.title.sizePolicy().hasHeightForWidth())
|
|
605
|
+
self.title.setSizePolicy(sizePolicy1)
|
|
606
|
+
self.title.setMinimumSize(QSize(0, 35))
|
|
607
|
+
self.title.setMaximumSize(QSize(16777215, 35))
|
|
608
|
+
font8 = QFont()
|
|
609
|
+
font8.setFamilies([u"Arial"])
|
|
610
|
+
font8.setPointSize(20)
|
|
611
|
+
font8.setBold(True)
|
|
612
|
+
self.title.setFont(font8)
|
|
613
|
+
self.title.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
614
|
+
|
|
615
|
+
self.verticalLayout_3.addWidget(self.title)
|
|
616
|
+
|
|
617
|
+
self.subtitle = ResizingLabel(self.w_title)
|
|
618
|
+
self.subtitle.setObjectName(u"subtitle")
|
|
619
|
+
self.subtitle.setMinimumSize(QSize(0, 24))
|
|
620
|
+
self.subtitle.setMaximumSize(QSize(16777215, 24))
|
|
621
|
+
self.subtitle.setFont(font7)
|
|
622
|
+
self.subtitle.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
623
|
+
|
|
624
|
+
self.verticalLayout_3.addWidget(self.subtitle)
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
self.horizontalLayout_2.addWidget(self.w_title)
|
|
628
|
+
|
|
629
|
+
self.title_icon = QPushButton(self.w_header)
|
|
630
|
+
self.title_icon.setObjectName(u"title_icon")
|
|
631
|
+
self.title_icon.setMinimumSize(QSize(60, 60))
|
|
632
|
+
self.title_icon.setMaximumSize(QSize(60, 60))
|
|
633
|
+
self.title_icon.setStyleSheet(u"QPushButton{border: none,;background: none}")
|
|
634
|
+
icon25 = QIcon()
|
|
635
|
+
icon25.addFile(u""+ icons_path +"project.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
636
|
+
self.title_icon.setIcon(icon25)
|
|
637
|
+
self.title_icon.setIconSize(QSize(60, 60))
|
|
638
|
+
|
|
639
|
+
self.horizontalLayout_2.addWidget(self.title_icon)
|
|
640
|
+
|
|
641
|
+
self.Operating_Tabs_splitter.addWidget(self.w_header)
|
|
642
|
+
self.areaWidget = QWidget(self.Operating_Tabs_splitter)
|
|
643
|
+
self.areaWidget.setObjectName(u"areaWidget")
|
|
644
|
+
sizePolicy.setHeightForWidth(self.areaWidget.sizePolicy().hasHeightForWidth())
|
|
645
|
+
self.areaWidget.setSizePolicy(sizePolicy)
|
|
646
|
+
self.horizontalLayout_3 = QHBoxLayout(self.areaWidget)
|
|
647
|
+
self.horizontalLayout_3.setSpacing(0)
|
|
648
|
+
self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
|
|
649
|
+
self.horizontalLayout_3.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
650
|
+
self.horizontalLayout_3.setContentsMargins(0, 0, 0, 0)
|
|
651
|
+
self.projectPage = StartingPage(self.areaWidget)
|
|
652
|
+
self.projectPage.setObjectName(u"projectPage")
|
|
653
|
+
|
|
654
|
+
self.horizontalLayout_3.addWidget(self.projectPage)
|
|
655
|
+
|
|
656
|
+
self.processPage = StartingPage(self.areaWidget)
|
|
657
|
+
self.processPage.setObjectName(u"processPage")
|
|
658
|
+
|
|
659
|
+
self.horizontalLayout_3.addWidget(self.processPage)
|
|
660
|
+
|
|
661
|
+
self.stepPage = StartingPage(self.areaWidget)
|
|
662
|
+
self.stepPage.setObjectName(u"stepPage")
|
|
663
|
+
|
|
664
|
+
self.horizontalLayout_3.addWidget(self.stepPage)
|
|
665
|
+
|
|
666
|
+
self.tabAreaWidget = TabAreaWidget(self.areaWidget)
|
|
667
|
+
self.tabAreaWidget.setObjectName(u"tabAreaWidget")
|
|
668
|
+
sizePolicy.setHeightForWidth(self.tabAreaWidget.sizePolicy().hasHeightForWidth())
|
|
669
|
+
self.tabAreaWidget.setSizePolicy(sizePolicy)
|
|
670
|
+
|
|
671
|
+
self.horizontalLayout_3.addWidget(self.tabAreaWidget)
|
|
672
|
+
|
|
673
|
+
self.Operating_Tabs_splitter.addWidget(self.areaWidget)
|
|
674
|
+
|
|
675
|
+
self.oplay.addWidget(self.Operating_Tabs_splitter)
|
|
676
|
+
|
|
677
|
+
self.main_splitter.addWidget(self.w_Operating_Tabs)
|
|
678
|
+
|
|
679
|
+
self.centralLayout.addWidget(self.main_splitter)
|
|
680
|
+
|
|
681
|
+
gPairs.setCentralWidget(self.centralwidget)
|
|
682
|
+
self.statusbar = QStatusBar(gPairs)
|
|
683
|
+
self.statusbar.setObjectName(u"statusbar")
|
|
684
|
+
self.statusbar.setMinimumSize(QSize(0, 20))
|
|
685
|
+
self.statusbar.setMaximumSize(QSize(16777215, 20))
|
|
686
|
+
font9 = QFont()
|
|
687
|
+
font9.setPointSize(11)
|
|
688
|
+
font9.setBold(True)
|
|
689
|
+
font9.setItalic(True)
|
|
690
|
+
self.statusbar.setFont(font9)
|
|
691
|
+
self.statusbar.setStyleSheet(u"color: rgb(51, 102, 255)")
|
|
692
|
+
gPairs.setStatusBar(self.statusbar)
|
|
693
|
+
self.menubar = QMenuBar(gPairs)
|
|
694
|
+
self.menubar.setObjectName(u"menubar")
|
|
695
|
+
self.menubar.setGeometry(QRect(0, 0, 1800, 43))
|
|
696
|
+
self.menubar.setFont(font)
|
|
697
|
+
self.menubar.setNativeMenuBar(False)
|
|
698
|
+
self.menuFile = QMenu(self.menubar)
|
|
699
|
+
self.menuFile.setObjectName(u"menuFile")
|
|
700
|
+
self.menuHelp = QMenu(self.menubar)
|
|
701
|
+
self.menuHelp.setObjectName(u"menuHelp")
|
|
702
|
+
self.menu = QMenu(self.menubar)
|
|
703
|
+
self.menu.setObjectName(u"menu")
|
|
704
|
+
icon26 = QIcon()
|
|
705
|
+
icon26.addFile(u""+ icons_path +"flaticon_PaIRS.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
706
|
+
self.menu.setIcon(icon26)
|
|
707
|
+
self.menuPaIRS = QMenu(self.menu)
|
|
708
|
+
self.menuPaIRS.setObjectName(u"menuPaIRS")
|
|
709
|
+
icon27 = QIcon()
|
|
710
|
+
icon27.addFile(u""+ icons_path +"logo_PaIRS.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
711
|
+
self.menuPaIRS.setIcon(icon27)
|
|
712
|
+
gPairs.setMenuBar(self.menubar)
|
|
713
|
+
QWidget.setTabOrder(self.button_PaIRS_download, self.button_colormode)
|
|
714
|
+
QWidget.setTabOrder(self.button_colormode, self.spin_nworkers)
|
|
715
|
+
QWidget.setTabOrder(self.spin_nworkers, self.button_pause)
|
|
716
|
+
QWidget.setTabOrder(self.button_pause, self.button_Run)
|
|
717
|
+
QWidget.setTabOrder(self.button_Run, self.button_Run_CalVi)
|
|
718
|
+
QWidget.setTabOrder(self.button_Run_CalVi, self.button_Abort_CalVi)
|
|
719
|
+
QWidget.setTabOrder(self.button_Abort_CalVi, self.button_restore_undo)
|
|
720
|
+
QWidget.setTabOrder(self.button_restore_undo, self.button_reset_step)
|
|
721
|
+
QWidget.setTabOrder(self.button_reset_step, self.button_step_inherit)
|
|
722
|
+
QWidget.setTabOrder(self.button_step_inherit, self.button_copy_step)
|
|
723
|
+
QWidget.setTabOrder(self.button_copy_step, self.button_link_step)
|
|
724
|
+
QWidget.setTabOrder(self.button_link_step, self.workspace_icon)
|
|
725
|
+
QWidget.setTabOrder(self.workspace_icon, self.title_icon)
|
|
726
|
+
|
|
727
|
+
self.menubar.addAction(self.menu.menuAction())
|
|
728
|
+
self.menubar.addAction(self.menuFile.menuAction())
|
|
729
|
+
self.menubar.addAction(self.menuHelp.menuAction())
|
|
730
|
+
self.menuFile.addAction(self.actionNew)
|
|
731
|
+
self.menuFile.addAction(self.actionOpen)
|
|
732
|
+
self.menuFile.addSeparator()
|
|
733
|
+
self.menuFile.addAction(self.actionSave)
|
|
734
|
+
self.menuFile.addAction(self.actionSaveas)
|
|
735
|
+
self.menuFile.addSeparator()
|
|
736
|
+
self.menuFile.addAction(self.actionClose)
|
|
737
|
+
self.menuFile.addSeparator()
|
|
738
|
+
self.menuFile.addAction(self.aExit)
|
|
739
|
+
self.menuHelp.addAction(self.actionChanges)
|
|
740
|
+
self.menuHelp.addAction(self.actionGuide)
|
|
741
|
+
self.menuHelp.addSeparator()
|
|
742
|
+
self.menuHelp.addAction(self.actionDownload)
|
|
743
|
+
self.menuHelp.addSeparator()
|
|
744
|
+
self.menuHelp.addAction(self.actionAbout)
|
|
745
|
+
self.menu.addAction(self.menuPaIRS.menuAction())
|
|
746
|
+
self.menuPaIRS.addAction(self.actionPaIRS_Run)
|
|
747
|
+
self.menuPaIRS.addAction(self.actionPaIRS_Clean_run)
|
|
748
|
+
self.menuPaIRS.addAction(self.actionPaIRS_Debug_run)
|
|
749
|
+
|
|
750
|
+
self.retranslateUi(gPairs)
|
|
751
|
+
|
|
752
|
+
QMetaObject.connectSlotsByName(gPairs)
|
|
753
|
+
# setupUi
|
|
754
|
+
|
|
755
|
+
def retranslateUi(self, gPairs):
|
|
756
|
+
gPairs.setWindowTitle(QCoreApplication.translate("gPairs", u"PaIRS", None))
|
|
757
|
+
self.actionExit.setText(QCoreApplication.translate("gPairs", u"Exit", None))
|
|
758
|
+
self.aExit.setText(QCoreApplication.translate("gPairs", u"Exit", None))
|
|
759
|
+
#if QT_CONFIG(shortcut)
|
|
760
|
+
self.aExit.setShortcut(QCoreApplication.translate("gPairs", u"Alt+F4", None))
|
|
761
|
+
#endif // QT_CONFIG(shortcut)
|
|
762
|
+
self.actionSave.setText(QCoreApplication.translate("gPairs", u"Save workspace", None))
|
|
763
|
+
self.actionOpen.setText(QCoreApplication.translate("gPairs", u"Load workspace", None))
|
|
764
|
+
self.actionNew.setText(QCoreApplication.translate("gPairs", u"New workspace", None))
|
|
765
|
+
self.actionAbout.setText(QCoreApplication.translate("gPairs", u"About PaIRS", None))
|
|
766
|
+
#if QT_CONFIG(shortcut)
|
|
767
|
+
self.actionAbout.setShortcut(QCoreApplication.translate("gPairs", u"Ctrl+H", None))
|
|
768
|
+
#endif // QT_CONFIG(shortcut)
|
|
769
|
+
self.actionGuide.setText(QCoreApplication.translate("gPairs", u"Guide", None))
|
|
770
|
+
#if QT_CONFIG(shortcut)
|
|
771
|
+
self.actionGuide.setShortcut(QCoreApplication.translate("gPairs", u"Ctrl+G", None))
|
|
772
|
+
#endif // QT_CONFIG(shortcut)
|
|
773
|
+
self.actionSaveas.setText(QCoreApplication.translate("gPairs", u"Save workspace as...", None))
|
|
774
|
+
self.actionClose.setText(QCoreApplication.translate("gPairs", u"Close workspace", None))
|
|
775
|
+
self.actionPaIRS_Run.setText(QCoreApplication.translate("gPairs", u"Normal run", None))
|
|
776
|
+
self.actionPaIRS_Clean_run.setText(QCoreApplication.translate("gPairs", u"Clean run", None))
|
|
777
|
+
self.actionPaIRS_Debug_run.setText(QCoreApplication.translate("gPairs", u"Debug run", None))
|
|
778
|
+
self.actionCalVi_Run.setText(QCoreApplication.translate("gPairs", u"Normal run", None))
|
|
779
|
+
self.actionCalVi_Clean_run.setText(QCoreApplication.translate("gPairs", u"Clean run", None))
|
|
780
|
+
self.actionCalVi_Debug_run.setText(QCoreApplication.translate("gPairs", u"Debug run", None))
|
|
781
|
+
self.actionChanges.setText(QCoreApplication.translate("gPairs", u"Changes", None))
|
|
782
|
+
self.actionDownload.setText(QCoreApplication.translate("gPairs", u"Download app", None))
|
|
783
|
+
#if QT_CONFIG(tooltip)
|
|
784
|
+
self.logo.setToolTip(QCoreApplication.translate("gPairs", u"PaIRS - Particle Image Reconstruction Software", None))
|
|
785
|
+
#endif // QT_CONFIG(tooltip)
|
|
786
|
+
#if QT_CONFIG(statustip)
|
|
787
|
+
self.logo.setStatusTip(QCoreApplication.translate("gPairs", u"PaIRS - Particle Image Reconstruction Software", None))
|
|
788
|
+
#endif // QT_CONFIG(statustip)
|
|
789
|
+
self.logo.setText("")
|
|
790
|
+
#if QT_CONFIG(tooltip)
|
|
791
|
+
self.button_PaIRS_download.setToolTip(QCoreApplication.translate("gPairs", u"Download the latest version of PaIRS-UniNa", None))
|
|
792
|
+
#endif // QT_CONFIG(tooltip)
|
|
793
|
+
self.button_PaIRS_download.setText("")
|
|
794
|
+
#if QT_CONFIG(tooltip)
|
|
795
|
+
self.button_colormode.setToolTip(QCoreApplication.translate("gPairs", u"Change color mode", None))
|
|
796
|
+
#endif // QT_CONFIG(tooltip)
|
|
797
|
+
self.button_colormode.setText("")
|
|
798
|
+
#if QT_CONFIG(tooltip)
|
|
799
|
+
self.button_packissue.setToolTip(QCoreApplication.translate("gPairs", u"Package requirements not satisfied", None))
|
|
800
|
+
#endif // QT_CONFIG(tooltip)
|
|
801
|
+
self.button_packissue.setText("")
|
|
802
|
+
self.label_updating_import.setText("")
|
|
803
|
+
self.label_updating_pairs.setText("")
|
|
804
|
+
#if QT_CONFIG(tooltip)
|
|
805
|
+
self.button_pause.setToolTip(QCoreApplication.translate("gPairs", u"Pause/restart process queue", None))
|
|
806
|
+
#endif // QT_CONFIG(tooltip)
|
|
807
|
+
self.button_pause.setText("")
|
|
808
|
+
#if QT_CONFIG(shortcut)
|
|
809
|
+
self.button_pause.setShortcut(QCoreApplication.translate("gPairs", u"Ctrl+Return", None))
|
|
810
|
+
#endif // QT_CONFIG(shortcut)
|
|
811
|
+
self.time_stamp.setText(QCoreApplication.translate("gPairs", u"Initializing...", None))
|
|
812
|
+
#if QT_CONFIG(tooltip)
|
|
813
|
+
self.button_Run.setToolTip(QCoreApplication.translate("gPairs", u"Run and enjoy!", None))
|
|
814
|
+
#endif // QT_CONFIG(tooltip)
|
|
815
|
+
self.button_Run.setText(QCoreApplication.translate("gPairs", u"Run", None))
|
|
816
|
+
#if QT_CONFIG(shortcut)
|
|
817
|
+
self.button_Run.setShortcut(QCoreApplication.translate("gPairs", u"Ctrl+Return", None))
|
|
818
|
+
#endif // QT_CONFIG(shortcut)
|
|
819
|
+
self.lab_happy_days.setText(QCoreApplication.translate("gPairs", u"Happy Birthday!", None))
|
|
820
|
+
#if QT_CONFIG(tooltip)
|
|
821
|
+
self.Explorer.setToolTip("")
|
|
822
|
+
#endif // QT_CONFIG(tooltip)
|
|
823
|
+
self.label_gif.setText("")
|
|
824
|
+
self.label_loading.setText(QCoreApplication.translate("gPairs", u"Starting parallel pool with", None))
|
|
825
|
+
#if QT_CONFIG(tooltip)
|
|
826
|
+
self.spin_nworkers.setToolTip(QCoreApplication.translate("gPairs", u"Insert the number of processors to use in the parallel pool. Press return to set the number", None))
|
|
827
|
+
#endif // QT_CONFIG(tooltip)
|
|
828
|
+
#if QT_CONFIG(whatsthis)
|
|
829
|
+
self.spin_nworkers.setWhatsThis("")
|
|
830
|
+
#endif // QT_CONFIG(whatsthis)
|
|
831
|
+
self.label_loading_2.setText(QCoreApplication.translate("gPairs", u"workers...", None))
|
|
832
|
+
self.logo_CalVi.setText("")
|
|
833
|
+
#if QT_CONFIG(tooltip)
|
|
834
|
+
self.button_Run_CalVi.setToolTip(QCoreApplication.translate("gPairs", u"Run and enjoy!", None))
|
|
835
|
+
#endif // QT_CONFIG(tooltip)
|
|
836
|
+
self.button_Run_CalVi.setText(QCoreApplication.translate("gPairs", u"Run", None))
|
|
837
|
+
#if QT_CONFIG(shortcut)
|
|
838
|
+
self.button_Run_CalVi.setShortcut(QCoreApplication.translate("gPairs", u"Ctrl+Shift+Return", None))
|
|
839
|
+
#endif // QT_CONFIG(shortcut)
|
|
840
|
+
#if QT_CONFIG(tooltip)
|
|
841
|
+
self.button_Abort_CalVi.setToolTip(QCoreApplication.translate("gPairs", u"Stop the process without saving results", None))
|
|
842
|
+
#endif // QT_CONFIG(tooltip)
|
|
843
|
+
self.button_Abort_CalVi.setText(QCoreApplication.translate("gPairs", u"Abort", None))
|
|
844
|
+
#if QT_CONFIG(shortcut)
|
|
845
|
+
self.button_Abort_CalVi.setShortcut(QCoreApplication.translate("gPairs", u"Ctrl+Del", None))
|
|
846
|
+
#endif // QT_CONFIG(shortcut)
|
|
847
|
+
#if QT_CONFIG(tooltip)
|
|
848
|
+
self.button_restore_undo.setToolTip(QCoreApplication.translate("gPairs", u"Restore current settings", None))
|
|
849
|
+
#endif // QT_CONFIG(tooltip)
|
|
850
|
+
self.button_restore_undo.setText("")
|
|
851
|
+
#if QT_CONFIG(tooltip)
|
|
852
|
+
self.button_reset_step.setToolTip(QCoreApplication.translate("gPairs", u"Reset the current process step", None))
|
|
853
|
+
#endif // QT_CONFIG(tooltip)
|
|
854
|
+
self.button_reset_step.setText("")
|
|
855
|
+
#if QT_CONFIG(tooltip)
|
|
856
|
+
self.button_step_inherit.setToolTip(QCoreApplication.translate("gPairs", u"Copy input/output data from another step", None))
|
|
857
|
+
#endif // QT_CONFIG(tooltip)
|
|
858
|
+
self.button_step_inherit.setText("")
|
|
859
|
+
#if QT_CONFIG(tooltip)
|
|
860
|
+
self.button_copy_step.setToolTip(QCoreApplication.translate("gPairs", u"Copy settings from another process step", None))
|
|
861
|
+
#endif // QT_CONFIG(tooltip)
|
|
862
|
+
self.button_copy_step.setText("")
|
|
863
|
+
#if QT_CONFIG(tooltip)
|
|
864
|
+
self.button_link_step.setToolTip(QCoreApplication.translate("gPairs", u"Link current process step to another in the same project", None))
|
|
865
|
+
#endif // QT_CONFIG(tooltip)
|
|
866
|
+
self.button_link_step.setText("")
|
|
867
|
+
self.workspace_icon.setText("")
|
|
868
|
+
self.subtitle_workspace.setText(QCoreApplication.translate("gPairs", u"Workspace subtitle", None))
|
|
869
|
+
self.title.setText(QCoreApplication.translate("gPairs", u"Welcome to PaiRS", None))
|
|
870
|
+
self.subtitle.setText(QCoreApplication.translate("gPairs", u"Particle Image Reconstruction Software", None))
|
|
871
|
+
self.title_icon.setText("")
|
|
872
|
+
self.menuFile.setTitle(QCoreApplication.translate("gPairs", u"File", None))
|
|
873
|
+
self.menuHelp.setTitle(QCoreApplication.translate("gPairs", u"?", None))
|
|
874
|
+
self.menu.setTitle("")
|
|
875
|
+
self.menuPaIRS.setTitle(QCoreApplication.translate("gPairs", u"PaIRS", None))
|
|
876
|
+
# retranslateUi
|
|
877
|
+
|