PaIRS-UniNa 0.2.0__cp310-cp310-win_amd64.whl → 0.2.8__cp310-cp310-win_amd64.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/Calibration_Tab.py +39 -23
- PaIRS_UniNa/Changes.txt +127 -8
- PaIRS_UniNa/Custom_Top.py +12 -9
- PaIRS_UniNa/Explorer.py +534 -165
- PaIRS_UniNa/FolderLoop.py +562 -0
- PaIRS_UniNa/Input_Tab.py +261 -100
- PaIRS_UniNa/Input_Tab_CalVi.py +24 -25
- PaIRS_UniNa/Input_Tab_tools.py +967 -405
- PaIRS_UniNa/Output_Tab.py +324 -130
- PaIRS_UniNa/PaIRS_PIV.py +58 -1
- PaIRS_UniNa/PaIRS_pypacks.py +1415 -1039
- PaIRS_UniNa/Process_Tab.py +15 -19
- PaIRS_UniNa/Process_Tab_Disp.py +12 -5
- PaIRS_UniNa/Saving_tools.py +27 -13
- PaIRS_UniNa/TabTools.py +176 -59
- PaIRS_UniNa/Vis_Tab.py +664 -256
- PaIRS_UniNa/Vis_Tab_CalVi.py +114 -45
- PaIRS_UniNa/Whatsnew.py +58 -9
- PaIRS_UniNa/_PaIRS_PIV.pyd +0 -0
- PaIRS_UniNa/__init__.py +4 -3
- PaIRS_UniNa/addwidgets_ps.py +150 -63
- PaIRS_UniNa/calib.py +6 -3
- PaIRS_UniNa/calibView.py +19 -6
- PaIRS_UniNa/gPaIRS.py +1397 -543
- PaIRS_UniNa/icons/align_all.png +0 -0
- PaIRS_UniNa/icons/announcement.png +0 -0
- PaIRS_UniNa/icons/bugfix.png +0 -0
- PaIRS_UniNa/icons/change_folder.png +0 -0
- PaIRS_UniNa/icons/change_folder_off.png +0 -0
- PaIRS_UniNa/icons/close_all.png +0 -0
- PaIRS_UniNa/icons/copy_process_off.png +0 -0
- PaIRS_UniNa/icons/flaticon_PaIRS_beta.png +0 -0
- PaIRS_UniNa/icons/flaticon_PaIRS_download_warning.png +0 -0
- PaIRS_UniNa/icons/folder_loop_cleanup.png +0 -0
- PaIRS_UniNa/icons/folder_loop_cleanup_off.png +0 -0
- PaIRS_UniNa/icons/linked.png +0 -0
- PaIRS_UniNa/icons/logo_opaco.png +0 -0
- PaIRS_UniNa/icons/open_image.png +0 -0
- PaIRS_UniNa/icons/open_new_window.png +0 -0
- PaIRS_UniNa/icons/open_result.png +0 -0
- PaIRS_UniNa/icons/process_loop.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/restore_undo.png +0 -0
- PaIRS_UniNa/icons/save_and_stop.png +0 -0
- PaIRS_UniNa/icons/scale_all.png +0 -0
- PaIRS_UniNa/icons/scale_down.png +0 -0
- PaIRS_UniNa/icons/scale_up.png +0 -0
- PaIRS_UniNa/icons/scan_path_loop.png +0 -0
- PaIRS_UniNa/icons/scan_path_loop_off.png +0 -0
- PaIRS_UniNa/icons/show_all.png +0 -0
- PaIRS_UniNa/icons/star.png +0 -0
- PaIRS_UniNa/icons/step_inheritance.png +0 -0
- PaIRS_UniNa/icons/subMIN_on.png +0 -0
- PaIRS_UniNa/icons/unedited.png +0 -0
- PaIRS_UniNa/icons/uninitialized.png +0 -0
- PaIRS_UniNa/icons/window.png +0 -0
- PaIRS_UniNa/listLib.py +3 -2
- PaIRS_UniNa/parForMulti.py +7 -5
- PaIRS_UniNa/parForWorkers.py +174 -140
- PaIRS_UniNa/pivParFor.py +9 -11
- PaIRS_UniNa/preProcParFor.py +4 -4
- PaIRS_UniNa/procTools.py +120 -44
- PaIRS_UniNa/rqrdpckgs.txt +9 -0
- PaIRS_UniNa/stereoPivParFor.py +16 -22
- PaIRS_UniNa/tabSplitter.py +17 -7
- PaIRS_UniNa/ui_Input_Tab.py +56 -57
- PaIRS_UniNa/ui_Input_Tab_CalVi.py +71 -64
- PaIRS_UniNa/ui_Log_Tab.py +8 -6
- PaIRS_UniNa/ui_Output_Tab.py +180 -4
- PaIRS_UniNa/ui_Process_Tab.py +19 -19
- PaIRS_UniNa/ui_Process_Tab_Disp.py +181 -10
- PaIRS_UniNa/ui_Vis_Tab.py +332 -196
- PaIRS_UniNa/ui_Whatsnew.py +13 -13
- PaIRS_UniNa/ui_gPairs.py +140 -71
- PaIRS_UniNa/ui_infoPaIRS.py +156 -31
- PaIRS_UniNa/whatsnew.txt +6 -4
- {PaIRS_UniNa-0.2.0.dist-info → pairs_unina-0.2.8.dist-info}/METADATA +62 -26
- {PaIRS_UniNa-0.2.0.dist-info → pairs_unina-0.2.8.dist-info}/RECORD +82 -54
- {PaIRS_UniNa-0.2.0.dist-info → pairs_unina-0.2.8.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/stereo.py +0 -685
- PaIRS_UniNa/ui_infoCalVi.py +0 -428
- PaIRS_UniNa-0.2.0.dist-info/LICENSE +0 -19
- {PaIRS_UniNa-0.2.0.dist-info → pairs_unina-0.2.8.dist-info}/top_level.txt +0 -0
PaIRS_UniNa/ui_Whatsnew.py
CHANGED
|
@@ -2,9 +2,9 @@ from .addwidgets_ps import icons_path
|
|
|
2
2
|
# -*- coding: utf-8 -*-
|
|
3
3
|
|
|
4
4
|
################################################################################
|
|
5
|
-
## Form generated from reading UI file '
|
|
5
|
+
## Form generated from reading UI file 'WhatsnewrraxMu.ui'
|
|
6
6
|
##
|
|
7
|
-
## Created by: Qt User Interface Compiler version 6.
|
|
7
|
+
## Created by: Qt User Interface Compiler version 6.7.2
|
|
8
8
|
##
|
|
9
9
|
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
10
10
|
################################################################################
|
|
@@ -38,22 +38,22 @@ class Ui_Whatsnew(object):
|
|
|
38
38
|
self.w_button.setSpacing(10)
|
|
39
39
|
self.w_button.setObjectName(u"w_button")
|
|
40
40
|
self.w_button.setContentsMargins(0, 0, 0, 0)
|
|
41
|
-
self.hs = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)
|
|
41
|
+
self.hs = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
42
42
|
|
|
43
43
|
self.w_button.addItem(self.hs)
|
|
44
44
|
|
|
45
45
|
self.button_Ok = QPushButton(self.w_Ok)
|
|
46
46
|
self.button_Ok.setObjectName(u"button_Ok")
|
|
47
|
-
self.button_Ok.setMinimumSize(QSize(0,
|
|
48
|
-
self.button_Ok.setMaximumSize(QSize(16777215,
|
|
47
|
+
self.button_Ok.setMinimumSize(QSize(0, 32))
|
|
48
|
+
self.button_Ok.setMaximumSize(QSize(16777215, 32))
|
|
49
49
|
self.button_Ok.setAutoDefault(True)
|
|
50
50
|
|
|
51
51
|
self.w_button.addWidget(self.button_Ok)
|
|
52
52
|
|
|
53
53
|
self.button_changes = QPushButton(self.w_Ok)
|
|
54
54
|
self.button_changes.setObjectName(u"button_changes")
|
|
55
|
-
self.button_changes.setMinimumSize(QSize(0,
|
|
56
|
-
self.button_changes.setMaximumSize(QSize(16777215,
|
|
55
|
+
self.button_changes.setMinimumSize(QSize(0, 32))
|
|
56
|
+
self.button_changes.setMaximumSize(QSize(16777215, 32))
|
|
57
57
|
self.button_changes.setFlat(False)
|
|
58
58
|
|
|
59
59
|
self.w_button.addWidget(self.button_changes)
|
|
@@ -70,12 +70,12 @@ class Ui_Whatsnew(object):
|
|
|
70
70
|
self.icon_label.setMaximumSize(QSize(64, 64))
|
|
71
71
|
self.icon_label.setPixmap(QPixmap(u""+ icons_path +"news.png"))
|
|
72
72
|
self.icon_label.setScaledContents(True)
|
|
73
|
-
self.icon_label.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignTop)
|
|
73
|
+
self.icon_label.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignTop)
|
|
74
74
|
self.icon_label.setWordWrap(False)
|
|
75
75
|
|
|
76
76
|
self.lay_Icon.addWidget(self.icon_label)
|
|
77
77
|
|
|
78
|
-
self.vs_icon = QSpacerItem(20, 40, QSizePolicy.Minimum, QSizePolicy.Expanding)
|
|
78
|
+
self.vs_icon = QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
79
79
|
|
|
80
80
|
self.lay_Icon.addItem(self.vs_icon)
|
|
81
81
|
|
|
@@ -94,14 +94,14 @@ class Ui_Whatsnew(object):
|
|
|
94
94
|
font.setFamilies([u"Arial"])
|
|
95
95
|
font.setPointSize(14)
|
|
96
96
|
self.info.setFont(font)
|
|
97
|
-
self.info.setTextFormat(Qt.RichText)
|
|
97
|
+
self.info.setTextFormat(Qt.TextFormat.RichText)
|
|
98
98
|
self.info.setWordWrap(True)
|
|
99
99
|
self.info.setOpenExternalLinks(True)
|
|
100
|
-
self.info.setTextInteractionFlags(Qt.LinksAccessibleByKeyboard|Qt.LinksAccessibleByMouse|Qt.TextBrowserInteraction|Qt.TextSelectableByKeyboard|Qt.TextSelectableByMouse)
|
|
100
|
+
self.info.setTextInteractionFlags(Qt.TextInteractionFlag.LinksAccessibleByKeyboard|Qt.TextInteractionFlag.LinksAccessibleByMouse|Qt.TextInteractionFlag.TextBrowserInteraction|Qt.TextInteractionFlag.TextSelectableByKeyboard|Qt.TextInteractionFlag.TextSelectableByMouse)
|
|
101
101
|
|
|
102
102
|
self.lay_Info.addWidget(self.info)
|
|
103
103
|
|
|
104
|
-
self.vs_info = QSpacerItem(20, 40, QSizePolicy.Minimum, QSizePolicy.Expanding)
|
|
104
|
+
self.vs_info = QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
105
105
|
|
|
106
106
|
self.lay_Info.addItem(self.vs_info)
|
|
107
107
|
|
|
@@ -111,7 +111,7 @@ class Ui_Whatsnew(object):
|
|
|
111
111
|
Whatsnew.setCentralWidget(self.centralwidget)
|
|
112
112
|
self.menubar = QMenuBar(Whatsnew)
|
|
113
113
|
self.menubar.setObjectName(u"menubar")
|
|
114
|
-
self.menubar.setGeometry(QRect(0, 0, 500,
|
|
114
|
+
self.menubar.setGeometry(QRect(0, 0, 500, 43))
|
|
115
115
|
Whatsnew.setMenuBar(self.menubar)
|
|
116
116
|
|
|
117
117
|
self.retranslateUi(Whatsnew)
|
PaIRS_UniNa/ui_gPairs.py
CHANGED
|
@@ -2,9 +2,9 @@ from .addwidgets_ps import icons_path
|
|
|
2
2
|
# -*- coding: utf-8 -*-
|
|
3
3
|
|
|
4
4
|
################################################################################
|
|
5
|
-
## Form generated from reading UI file '
|
|
5
|
+
## Form generated from reading UI file 'gPairsBWkUdB.ui'
|
|
6
6
|
##
|
|
7
|
-
## Created by: Qt User Interface Compiler version 6.7.
|
|
7
|
+
## Created by: Qt User Interface Compiler version 6.7.2
|
|
8
8
|
##
|
|
9
9
|
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
10
10
|
################################################################################
|
|
@@ -24,7 +24,7 @@ from PySide6.QtWidgets import (QAbstractSpinBox, QApplication, QFrame, QHBoxLayo
|
|
|
24
24
|
QVBoxLayout, QWidget)
|
|
25
25
|
|
|
26
26
|
from .Explorer import (PaIRS_Explorer, StartingPage)
|
|
27
|
-
from .addwidgets_ps import (EditableLabel, MyQSpin,
|
|
27
|
+
from .addwidgets_ps import (EditableLabel, MyQSpin, ResizingLabel, RichTextPushButton,
|
|
28
28
|
myQSplitter)
|
|
29
29
|
from .tabSplitter import TabAreaWidget
|
|
30
30
|
|
|
@@ -39,7 +39,7 @@ class Ui_gPairs(object):
|
|
|
39
39
|
font.setPointSize(11)
|
|
40
40
|
gPairs.setFont(font)
|
|
41
41
|
icon = QIcon()
|
|
42
|
-
icon.addFile(u""+ icons_path +"icon_PaIRS.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
42
|
+
icon.addFile(u""+ icons_path +"icon_PaIRS.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
43
43
|
gPairs.setWindowIcon(icon)
|
|
44
44
|
gPairs.setUnifiedTitleAndToolBarOnMac(False)
|
|
45
45
|
self.actionExit = QAction(gPairs)
|
|
@@ -47,64 +47,64 @@ class Ui_gPairs(object):
|
|
|
47
47
|
self.aExit = QAction(gPairs)
|
|
48
48
|
self.aExit.setObjectName(u"aExit")
|
|
49
49
|
icon1 = QIcon()
|
|
50
|
-
icon1.addFile(u""+ icons_path +"quit.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
50
|
+
icon1.addFile(u""+ icons_path +"quit.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
51
51
|
self.aExit.setIcon(icon1)
|
|
52
52
|
self.aExit.setShortcutVisibleInContextMenu(True)
|
|
53
53
|
self.actionSave = QAction(gPairs)
|
|
54
54
|
self.actionSave.setObjectName(u"actionSave")
|
|
55
55
|
icon2 = QIcon()
|
|
56
|
-
icon2.addFile(u""+ icons_path +"save.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
56
|
+
icon2.addFile(u""+ icons_path +"save.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
57
57
|
self.actionSave.setIcon(icon2)
|
|
58
58
|
self.actionSave.setShortcutVisibleInContextMenu(True)
|
|
59
59
|
self.actionOpen = QAction(gPairs)
|
|
60
60
|
self.actionOpen.setObjectName(u"actionOpen")
|
|
61
61
|
icon3 = QIcon()
|
|
62
|
-
icon3.addFile(u""+ icons_path +"open_workspace.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
62
|
+
icon3.addFile(u""+ icons_path +"open_workspace.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
63
63
|
self.actionOpen.setIcon(icon3)
|
|
64
64
|
self.actionOpen.setShortcutVisibleInContextMenu(True)
|
|
65
65
|
self.actionNew = QAction(gPairs)
|
|
66
66
|
self.actionNew.setObjectName(u"actionNew")
|
|
67
67
|
icon4 = QIcon()
|
|
68
|
-
icon4.addFile(u""+ icons_path +"new_workspace.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
68
|
+
icon4.addFile(u""+ icons_path +"new_workspace.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
69
69
|
self.actionNew.setIcon(icon4)
|
|
70
70
|
self.actionNew.setShortcutVisibleInContextMenu(True)
|
|
71
71
|
self.actionAbout = QAction(gPairs)
|
|
72
72
|
self.actionAbout.setObjectName(u"actionAbout")
|
|
73
73
|
icon5 = QIcon()
|
|
74
|
-
icon5.addFile(u""+ icons_path +"about.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
74
|
+
icon5.addFile(u""+ icons_path +"about.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
75
75
|
self.actionAbout.setIcon(icon5)
|
|
76
76
|
self.actionAbout.setShortcutVisibleInContextMenu(True)
|
|
77
77
|
self.actionGuide = QAction(gPairs)
|
|
78
78
|
self.actionGuide.setObjectName(u"actionGuide")
|
|
79
79
|
icon6 = QIcon()
|
|
80
|
-
icon6.addFile(u""+ icons_path +"guide.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
80
|
+
icon6.addFile(u""+ icons_path +"guide.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
81
81
|
self.actionGuide.setIcon(icon6)
|
|
82
82
|
self.actionSaveas = QAction(gPairs)
|
|
83
83
|
self.actionSaveas.setObjectName(u"actionSaveas")
|
|
84
84
|
icon7 = QIcon()
|
|
85
|
-
icon7.addFile(u""+ icons_path +"saveas_workspace.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
85
|
+
icon7.addFile(u""+ icons_path +"saveas_workspace.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
86
86
|
self.actionSaveas.setIcon(icon7)
|
|
87
87
|
self.actionSaveas.setShortcutVisibleInContextMenu(True)
|
|
88
88
|
self.actionClose = QAction(gPairs)
|
|
89
89
|
self.actionClose.setObjectName(u"actionClose")
|
|
90
90
|
icon8 = QIcon()
|
|
91
|
-
icon8.addFile(u""+ icons_path +"close_workspace.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
91
|
+
icon8.addFile(u""+ icons_path +"close_workspace.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
92
92
|
self.actionClose.setIcon(icon8)
|
|
93
93
|
self.actionClose.setShortcutVisibleInContextMenu(True)
|
|
94
94
|
self.actionPaIRS_Run = QAction(gPairs)
|
|
95
95
|
self.actionPaIRS_Run.setObjectName(u"actionPaIRS_Run")
|
|
96
96
|
icon9 = QIcon()
|
|
97
|
-
icon9.addFile(u""+ icons_path +"normal_run.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
97
|
+
icon9.addFile(u""+ icons_path +"normal_run.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
98
98
|
self.actionPaIRS_Run.setIcon(icon9)
|
|
99
99
|
self.actionPaIRS_Clean_run = QAction(gPairs)
|
|
100
100
|
self.actionPaIRS_Clean_run.setObjectName(u"actionPaIRS_Clean_run")
|
|
101
101
|
icon10 = QIcon()
|
|
102
|
-
icon10.addFile(u""+ icons_path +"clean_run.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
102
|
+
icon10.addFile(u""+ icons_path +"clean_run.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
103
103
|
self.actionPaIRS_Clean_run.setIcon(icon10)
|
|
104
104
|
self.actionPaIRS_Debug_run = QAction(gPairs)
|
|
105
105
|
self.actionPaIRS_Debug_run.setObjectName(u"actionPaIRS_Debug_run")
|
|
106
106
|
icon11 = QIcon()
|
|
107
|
-
icon11.addFile(u""+ icons_path +"debug_run.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
107
|
+
icon11.addFile(u""+ icons_path +"debug_run.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
108
108
|
self.actionPaIRS_Debug_run.setIcon(icon11)
|
|
109
109
|
self.actionCalVi_Run = QAction(gPairs)
|
|
110
110
|
self.actionCalVi_Run.setObjectName(u"actionCalVi_Run")
|
|
@@ -118,8 +118,13 @@ class Ui_gPairs(object):
|
|
|
118
118
|
self.actionChanges = QAction(gPairs)
|
|
119
119
|
self.actionChanges.setObjectName(u"actionChanges")
|
|
120
120
|
icon12 = QIcon()
|
|
121
|
-
icon12.addFile(u""+ icons_path +"news.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
121
|
+
icon12.addFile(u""+ icons_path +"news.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
122
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)
|
|
123
128
|
self.centralwidget = QWidget(gPairs)
|
|
124
129
|
self.centralwidget.setObjectName(u"centralwidget")
|
|
125
130
|
self.centralwidget.setMinimumSize(QSize(0, 0))
|
|
@@ -181,8 +186,6 @@ class Ui_gPairs(object):
|
|
|
181
186
|
font1.setPointSize(16)
|
|
182
187
|
self.button_PaIRS_download.setFont(font1)
|
|
183
188
|
self.button_PaIRS_download.setStyleSheet(u"QToolButton#button_PaIRS_download{border: none}")
|
|
184
|
-
icon13 = QIcon()
|
|
185
|
-
icon13.addFile(u""+ icons_path +"flaticon_PaIRS_download.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
186
189
|
self.button_PaIRS_download.setIcon(icon13)
|
|
187
190
|
self.button_PaIRS_download.setIconSize(QSize(24, 24))
|
|
188
191
|
self.button_PaIRS_download.setCheckable(False)
|
|
@@ -196,13 +199,27 @@ class Ui_gPairs(object):
|
|
|
196
199
|
self.button_colormode.setFont(font1)
|
|
197
200
|
self.button_colormode.setStyleSheet(u"QToolButton{border: none}")
|
|
198
201
|
icon14 = QIcon()
|
|
199
|
-
icon14.addFile(u""+ icons_path +"darkmode.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
202
|
+
icon14.addFile(u""+ icons_path +"darkmode.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
200
203
|
self.button_colormode.setIcon(icon14)
|
|
201
204
|
self.button_colormode.setIconSize(QSize(24, 24))
|
|
202
205
|
self.button_colormode.setCheckable(False)
|
|
203
206
|
|
|
204
207
|
self.horizontalLayout_10.addWidget(self.button_colormode)
|
|
205
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
|
+
|
|
206
223
|
self.hs_logo = QSpacerItem(200, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
207
224
|
|
|
208
225
|
self.horizontalLayout_10.addItem(self.hs_logo)
|
|
@@ -267,9 +284,9 @@ class Ui_gPairs(object):
|
|
|
267
284
|
self.button_pause.setFont(font1)
|
|
268
285
|
self.button_pause.setToolTipDuration(-1)
|
|
269
286
|
self.button_pause.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
self.button_pause.setIcon(
|
|
287
|
+
icon16 = QIcon()
|
|
288
|
+
icon16.addFile(u""+ icons_path +"pause.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
289
|
+
self.button_pause.setIcon(icon16)
|
|
273
290
|
self.button_pause.setIconSize(QSize(28, 28))
|
|
274
291
|
self.button_pause.setPopupMode(QToolButton.ToolButtonPopupMode.DelayedPopup)
|
|
275
292
|
self.button_pause.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonIconOnly)
|
|
@@ -303,7 +320,7 @@ class Ui_gPairs(object):
|
|
|
303
320
|
|
|
304
321
|
self.horizontalLayout_10.addWidget(self.button_Run)
|
|
305
322
|
|
|
306
|
-
self.horizontalLayout_10.setStretch(
|
|
323
|
+
self.horizontalLayout_10.setStretch(4, 1)
|
|
307
324
|
|
|
308
325
|
self.verticalLayout.addWidget(self.w_Buttons_Run)
|
|
309
326
|
|
|
@@ -427,9 +444,9 @@ class Ui_gPairs(object):
|
|
|
427
444
|
self.button_Run_CalVi.setMinimumSize(QSize(80, 40))
|
|
428
445
|
self.button_Run_CalVi.setMaximumSize(QSize(80, 40))
|
|
429
446
|
self.button_Run_CalVi.setFont(font4)
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
self.button_Run_CalVi.setIcon(
|
|
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)
|
|
433
450
|
|
|
434
451
|
self.horizontalLayout_2.addWidget(self.button_Run_CalVi)
|
|
435
452
|
|
|
@@ -440,12 +457,30 @@ class Ui_gPairs(object):
|
|
|
440
457
|
self.button_Abort_CalVi.setMinimumSize(QSize(80, 40))
|
|
441
458
|
self.button_Abort_CalVi.setMaximumSize(QSize(80, 40))
|
|
442
459
|
self.button_Abort_CalVi.setFont(font4)
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
self.button_Abort_CalVi.setIcon(
|
|
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)
|
|
446
463
|
|
|
447
464
|
self.horizontalLayout_2.addWidget(self.button_Abort_CalVi)
|
|
448
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
|
+
|
|
449
484
|
self.button_reset_step = QToolButton(self.w_header)
|
|
450
485
|
self.button_reset_step.setObjectName(u"button_reset_step")
|
|
451
486
|
sizePolicy.setHeightForWidth(self.button_reset_step.sizePolicy().hasHeightForWidth())
|
|
@@ -455,15 +490,33 @@ class Ui_gPairs(object):
|
|
|
455
490
|
self.button_reset_step.setFont(font1)
|
|
456
491
|
self.button_reset_step.setToolTipDuration(-1)
|
|
457
492
|
self.button_reset_step.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
self.button_reset_step.setIcon(
|
|
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)
|
|
461
496
|
self.button_reset_step.setIconSize(QSize(28, 28))
|
|
462
497
|
self.button_reset_step.setPopupMode(QToolButton.ToolButtonPopupMode.DelayedPopup)
|
|
463
498
|
self.button_reset_step.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonIconOnly)
|
|
464
499
|
|
|
465
500
|
self.horizontalLayout_2.addWidget(self.button_reset_step)
|
|
466
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
|
+
|
|
467
520
|
self.button_copy_step = QToolButton(self.w_header)
|
|
468
521
|
self.button_copy_step.setObjectName(u"button_copy_step")
|
|
469
522
|
sizePolicy.setHeightForWidth(self.button_copy_step.sizePolicy().hasHeightForWidth())
|
|
@@ -473,9 +526,9 @@ class Ui_gPairs(object):
|
|
|
473
526
|
self.button_copy_step.setFont(font1)
|
|
474
527
|
self.button_copy_step.setToolTipDuration(-1)
|
|
475
528
|
self.button_copy_step.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
self.button_copy_step.setIcon(
|
|
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)
|
|
479
532
|
self.button_copy_step.setIconSize(QSize(28, 28))
|
|
480
533
|
self.button_copy_step.setPopupMode(QToolButton.ToolButtonPopupMode.DelayedPopup)
|
|
481
534
|
self.button_copy_step.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonIconOnly)
|
|
@@ -491,10 +544,9 @@ class Ui_gPairs(object):
|
|
|
491
544
|
self.button_link_step.setFont(font1)
|
|
492
545
|
self.button_link_step.setToolTipDuration(-1)
|
|
493
546
|
self.button_link_step.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
self.button_link_step.setIcon(icon20)
|
|
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)
|
|
498
550
|
self.button_link_step.setIconSize(QSize(28, 28))
|
|
499
551
|
self.button_link_step.setCheckable(True)
|
|
500
552
|
self.button_link_step.setChecked(False)
|
|
@@ -508,9 +560,9 @@ class Ui_gPairs(object):
|
|
|
508
560
|
self.workspace_icon.setMinimumSize(QSize(60, 60))
|
|
509
561
|
self.workspace_icon.setMaximumSize(QSize(60, 60))
|
|
510
562
|
self.workspace_icon.setStyleSheet(u"QPushButton{border: none,;background: none}")
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
self.workspace_icon.setIcon(
|
|
563
|
+
icon24 = QIcon()
|
|
564
|
+
icon24.addFile(u""+ icons_path +"workspace.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
565
|
+
self.workspace_icon.setIcon(icon24)
|
|
514
566
|
self.workspace_icon.setIconSize(QSize(60, 60))
|
|
515
567
|
|
|
516
568
|
self.horizontalLayout_2.addWidget(self.workspace_icon)
|
|
@@ -523,10 +575,13 @@ class Ui_gPairs(object):
|
|
|
523
575
|
self.verticalLayout_5.setContentsMargins(0, 0, 0, 0)
|
|
524
576
|
self.title_workspace = EditableLabel(self.w_workspace)
|
|
525
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))
|
|
526
581
|
|
|
527
582
|
self.verticalLayout_5.addWidget(self.title_workspace)
|
|
528
583
|
|
|
529
|
-
self.subtitle_workspace =
|
|
584
|
+
self.subtitle_workspace = ResizingLabel(self.w_workspace)
|
|
530
585
|
self.subtitle_workspace.setObjectName(u"subtitle_workspace")
|
|
531
586
|
self.subtitle_workspace.setMinimumSize(QSize(0, 24))
|
|
532
587
|
self.subtitle_workspace.setMaximumSize(QSize(16777215, 24))
|
|
@@ -538,18 +593,16 @@ class Ui_gPairs(object):
|
|
|
538
593
|
|
|
539
594
|
self.horizontalLayout_2.addWidget(self.w_workspace)
|
|
540
595
|
|
|
541
|
-
self.hs_title = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
542
|
-
|
|
543
|
-
self.horizontalLayout_2.addItem(self.hs_title)
|
|
544
|
-
|
|
545
596
|
self.w_title = QWidget(self.w_header)
|
|
546
597
|
self.w_title.setObjectName(u"w_title")
|
|
547
598
|
self.verticalLayout_3 = QVBoxLayout(self.w_title)
|
|
548
599
|
self.verticalLayout_3.setSpacing(1)
|
|
549
600
|
self.verticalLayout_3.setObjectName(u"verticalLayout_3")
|
|
550
601
|
self.verticalLayout_3.setContentsMargins(0, 0, 0, 0)
|
|
551
|
-
self.title =
|
|
602
|
+
self.title = ResizingLabel(self.w_title)
|
|
552
603
|
self.title.setObjectName(u"title")
|
|
604
|
+
sizePolicy1.setHeightForWidth(self.title.sizePolicy().hasHeightForWidth())
|
|
605
|
+
self.title.setSizePolicy(sizePolicy1)
|
|
553
606
|
self.title.setMinimumSize(QSize(0, 35))
|
|
554
607
|
self.title.setMaximumSize(QSize(16777215, 35))
|
|
555
608
|
font8 = QFont()
|
|
@@ -561,7 +614,7 @@ class Ui_gPairs(object):
|
|
|
561
614
|
|
|
562
615
|
self.verticalLayout_3.addWidget(self.title)
|
|
563
616
|
|
|
564
|
-
self.subtitle =
|
|
617
|
+
self.subtitle = ResizingLabel(self.w_title)
|
|
565
618
|
self.subtitle.setObjectName(u"subtitle")
|
|
566
619
|
self.subtitle.setMinimumSize(QSize(0, 24))
|
|
567
620
|
self.subtitle.setMaximumSize(QSize(16777215, 24))
|
|
@@ -578,9 +631,9 @@ class Ui_gPairs(object):
|
|
|
578
631
|
self.title_icon.setMinimumSize(QSize(60, 60))
|
|
579
632
|
self.title_icon.setMaximumSize(QSize(60, 60))
|
|
580
633
|
self.title_icon.setStyleSheet(u"QPushButton{border: none,;background: none}")
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
self.title_icon.setIcon(
|
|
634
|
+
icon25 = QIcon()
|
|
635
|
+
icon25.addFile(u""+ icons_path +"project.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
636
|
+
self.title_icon.setIcon(icon25)
|
|
584
637
|
self.title_icon.setIconSize(QSize(60, 60))
|
|
585
638
|
|
|
586
639
|
self.horizontalLayout_2.addWidget(self.title_icon)
|
|
@@ -646,17 +699,16 @@ class Ui_gPairs(object):
|
|
|
646
699
|
self.menuFile.setObjectName(u"menuFile")
|
|
647
700
|
self.menuHelp = QMenu(self.menubar)
|
|
648
701
|
self.menuHelp.setObjectName(u"menuHelp")
|
|
649
|
-
self.
|
|
650
|
-
self.
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
self.
|
|
654
|
-
self.menuPaIRS = QMenu(self.
|
|
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)
|
|
655
708
|
self.menuPaIRS.setObjectName(u"menuPaIRS")
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
self.menuPaIRS.setIcon(icon24)
|
|
709
|
+
icon27 = QIcon()
|
|
710
|
+
icon27.addFile(u""+ icons_path +"logo_PaIRS.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
711
|
+
self.menuPaIRS.setIcon(icon27)
|
|
660
712
|
gPairs.setMenuBar(self.menubar)
|
|
661
713
|
QWidget.setTabOrder(self.button_PaIRS_download, self.button_colormode)
|
|
662
714
|
QWidget.setTabOrder(self.button_colormode, self.spin_nworkers)
|
|
@@ -664,13 +716,15 @@ class Ui_gPairs(object):
|
|
|
664
716
|
QWidget.setTabOrder(self.button_pause, self.button_Run)
|
|
665
717
|
QWidget.setTabOrder(self.button_Run, self.button_Run_CalVi)
|
|
666
718
|
QWidget.setTabOrder(self.button_Run_CalVi, self.button_Abort_CalVi)
|
|
667
|
-
QWidget.setTabOrder(self.button_Abort_CalVi, self.
|
|
668
|
-
QWidget.setTabOrder(self.
|
|
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)
|
|
669
723
|
QWidget.setTabOrder(self.button_copy_step, self.button_link_step)
|
|
670
724
|
QWidget.setTabOrder(self.button_link_step, self.workspace_icon)
|
|
671
725
|
QWidget.setTabOrder(self.workspace_icon, self.title_icon)
|
|
672
726
|
|
|
673
|
-
self.menubar.addAction(self.
|
|
727
|
+
self.menubar.addAction(self.menu.menuAction())
|
|
674
728
|
self.menubar.addAction(self.menuFile.menuAction())
|
|
675
729
|
self.menubar.addAction(self.menuHelp.menuAction())
|
|
676
730
|
self.menuFile.addAction(self.actionNew)
|
|
@@ -685,8 +739,10 @@ class Ui_gPairs(object):
|
|
|
685
739
|
self.menuHelp.addAction(self.actionChanges)
|
|
686
740
|
self.menuHelp.addAction(self.actionGuide)
|
|
687
741
|
self.menuHelp.addSeparator()
|
|
742
|
+
self.menuHelp.addAction(self.actionDownload)
|
|
743
|
+
self.menuHelp.addSeparator()
|
|
688
744
|
self.menuHelp.addAction(self.actionAbout)
|
|
689
|
-
self.
|
|
745
|
+
self.menu.addAction(self.menuPaIRS.menuAction())
|
|
690
746
|
self.menuPaIRS.addAction(self.actionPaIRS_Run)
|
|
691
747
|
self.menuPaIRS.addAction(self.actionPaIRS_Clean_run)
|
|
692
748
|
self.menuPaIRS.addAction(self.actionPaIRS_Debug_run)
|
|
@@ -723,6 +779,7 @@ class Ui_gPairs(object):
|
|
|
723
779
|
self.actionCalVi_Clean_run.setText(QCoreApplication.translate("gPairs", u"Clean run", None))
|
|
724
780
|
self.actionCalVi_Debug_run.setText(QCoreApplication.translate("gPairs", u"Debug run", None))
|
|
725
781
|
self.actionChanges.setText(QCoreApplication.translate("gPairs", u"Changes", None))
|
|
782
|
+
self.actionDownload.setText(QCoreApplication.translate("gPairs", u"Download app", None))
|
|
726
783
|
#if QT_CONFIG(tooltip)
|
|
727
784
|
self.logo.setToolTip(QCoreApplication.translate("gPairs", u"PaIRS - Particle Image Reconstruction Software", None))
|
|
728
785
|
#endif // QT_CONFIG(tooltip)
|
|
@@ -738,6 +795,10 @@ class Ui_gPairs(object):
|
|
|
738
795
|
self.button_colormode.setToolTip(QCoreApplication.translate("gPairs", u"Change color mode", None))
|
|
739
796
|
#endif // QT_CONFIG(tooltip)
|
|
740
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("")
|
|
741
802
|
self.label_updating_import.setText("")
|
|
742
803
|
self.label_updating_pairs.setText("")
|
|
743
804
|
#if QT_CONFIG(tooltip)
|
|
@@ -774,7 +835,7 @@ class Ui_gPairs(object):
|
|
|
774
835
|
#endif // QT_CONFIG(tooltip)
|
|
775
836
|
self.button_Run_CalVi.setText(QCoreApplication.translate("gPairs", u"Run", None))
|
|
776
837
|
#if QT_CONFIG(shortcut)
|
|
777
|
-
self.button_Run_CalVi.setShortcut(QCoreApplication.translate("gPairs", u"Ctrl+Return", None))
|
|
838
|
+
self.button_Run_CalVi.setShortcut(QCoreApplication.translate("gPairs", u"Ctrl+Shift+Return", None))
|
|
778
839
|
#endif // QT_CONFIG(shortcut)
|
|
779
840
|
#if QT_CONFIG(tooltip)
|
|
780
841
|
self.button_Abort_CalVi.setToolTip(QCoreApplication.translate("gPairs", u"Stop the process without saving results", None))
|
|
@@ -784,15 +845,23 @@ class Ui_gPairs(object):
|
|
|
784
845
|
self.button_Abort_CalVi.setShortcut(QCoreApplication.translate("gPairs", u"Ctrl+Del", None))
|
|
785
846
|
#endif // QT_CONFIG(shortcut)
|
|
786
847
|
#if QT_CONFIG(tooltip)
|
|
787
|
-
self.
|
|
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))
|
|
788
853
|
#endif // QT_CONFIG(tooltip)
|
|
789
854
|
self.button_reset_step.setText("")
|
|
790
855
|
#if QT_CONFIG(tooltip)
|
|
791
|
-
self.
|
|
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))
|
|
792
861
|
#endif // QT_CONFIG(tooltip)
|
|
793
862
|
self.button_copy_step.setText("")
|
|
794
863
|
#if QT_CONFIG(tooltip)
|
|
795
|
-
self.button_link_step.setToolTip(QCoreApplication.translate("gPairs", u"Link current process step to another in the same project
|
|
864
|
+
self.button_link_step.setToolTip(QCoreApplication.translate("gPairs", u"Link current process step to another in the same project", None))
|
|
796
865
|
#endif // QT_CONFIG(tooltip)
|
|
797
866
|
self.button_link_step.setText("")
|
|
798
867
|
self.workspace_icon.setText("")
|
|
@@ -802,7 +871,7 @@ class Ui_gPairs(object):
|
|
|
802
871
|
self.title_icon.setText("")
|
|
803
872
|
self.menuFile.setTitle(QCoreApplication.translate("gPairs", u"File", None))
|
|
804
873
|
self.menuHelp.setTitle(QCoreApplication.translate("gPairs", u"?", None))
|
|
805
|
-
self.
|
|
874
|
+
self.menu.setTitle("")
|
|
806
875
|
self.menuPaIRS.setTitle(QCoreApplication.translate("gPairs", u"PaIRS", None))
|
|
807
876
|
# retranslateUi
|
|
808
877
|
|