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_Output_Tab.py
CHANGED
|
@@ -2,7 +2,7 @@ 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 'Output_TabKLEdLC.ui'
|
|
6
6
|
##
|
|
7
7
|
## Created by: Qt User Interface Compiler version 6.7.2
|
|
8
8
|
##
|
|
@@ -252,7 +252,7 @@ class Ui_OutputTab(object):
|
|
|
252
252
|
self.scrollArea.setWidgetResizable(True)
|
|
253
253
|
self.scrollAreaWidgetContents = QWidget()
|
|
254
254
|
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
|
|
255
|
-
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0,
|
|
255
|
+
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 570, 741))
|
|
256
256
|
sizePolicy1 = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Preferred)
|
|
257
257
|
sizePolicy1.setHorizontalStretch(0)
|
|
258
258
|
sizePolicy1.setVerticalStretch(0)
|
|
@@ -1475,7 +1475,7 @@ class Ui_OutputTab(object):
|
|
|
1475
1475
|
self.spin_xres.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1476
1476
|
self.spin_xres.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1477
1477
|
self.spin_xres.setDecimals(6)
|
|
1478
|
-
self.spin_xres.setMinimum(0.
|
|
1478
|
+
self.spin_xres.setMinimum(0.000000000000000)
|
|
1479
1479
|
self.spin_xres.setMaximum(99999999999999991611392.000000000000000)
|
|
1480
1480
|
self.spin_xres.setSingleStep(0.100000000000000)
|
|
1481
1481
|
self.spin_xres.setValue(1.000000000000000)
|
|
@@ -1638,10 +1638,13 @@ class Ui_OutputTab(object):
|
|
|
1638
1638
|
|
|
1639
1639
|
self.horizontalLayout_11.addWidget(self.w_Res_eff)
|
|
1640
1640
|
|
|
1641
|
+
self.hs_Res = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1642
|
+
|
|
1643
|
+
self.horizontalLayout_11.addItem(self.hs_Res)
|
|
1644
|
+
|
|
1641
1645
|
self.horizontalLayout_11.setStretch(1, 1)
|
|
1642
1646
|
self.horizontalLayout_11.setStretch(2, 1)
|
|
1643
1647
|
self.horizontalLayout_11.setStretch(3, 1)
|
|
1644
|
-
self.horizontalLayout_11.setStretch(4, 1)
|
|
1645
1648
|
|
|
1646
1649
|
self.verticalLayout_8.addWidget(self.w_Resolution)
|
|
1647
1650
|
|
|
@@ -1898,6 +1901,161 @@ class Ui_OutputTab(object):
|
|
|
1898
1901
|
|
|
1899
1902
|
self.verticalLayout_8.addWidget(self.g_CommonRegion)
|
|
1900
1903
|
|
|
1904
|
+
self.g_laser_plane_eq = QGroupBox(self.w_FurtherOptions)
|
|
1905
|
+
self.g_laser_plane_eq.setObjectName(u"g_laser_plane_eq")
|
|
1906
|
+
self.g_laser_plane_eq.setMinimumSize(QSize(0, 70))
|
|
1907
|
+
self.g_laser_plane_eq.setMaximumSize(QSize(16777215, 70))
|
|
1908
|
+
self.g_laser_plane_eq.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}\n"
|
|
1909
|
+
"")
|
|
1910
|
+
self.verticalLayout_33 = QVBoxLayout(self.g_laser_plane_eq)
|
|
1911
|
+
self.verticalLayout_33.setSpacing(0)
|
|
1912
|
+
self.verticalLayout_33.setObjectName(u"verticalLayout_33")
|
|
1913
|
+
self.verticalLayout_33.setContentsMargins(10, 5, 10, 5)
|
|
1914
|
+
self.label_laser_plane_eq = QLabel(self.g_laser_plane_eq)
|
|
1915
|
+
self.label_laser_plane_eq.setObjectName(u"label_laser_plane_eq")
|
|
1916
|
+
sizePolicy2.setHeightForWidth(self.label_laser_plane_eq.sizePolicy().hasHeightForWidth())
|
|
1917
|
+
self.label_laser_plane_eq.setSizePolicy(sizePolicy2)
|
|
1918
|
+
self.label_laser_plane_eq.setMinimumSize(QSize(200, 20))
|
|
1919
|
+
self.label_laser_plane_eq.setMaximumSize(QSize(90, 20))
|
|
1920
|
+
self.label_laser_plane_eq.setFont(font7)
|
|
1921
|
+
self.label_laser_plane_eq.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1922
|
+
|
|
1923
|
+
self.verticalLayout_33.addWidget(self.label_laser_plane_eq)
|
|
1924
|
+
|
|
1925
|
+
self.w_laser_plane_eq = QWidget(self.g_laser_plane_eq)
|
|
1926
|
+
self.w_laser_plane_eq.setObjectName(u"w_laser_plane_eq")
|
|
1927
|
+
self.w_laser_plane_eq.setMinimumSize(QSize(0, 40))
|
|
1928
|
+
self.w_laser_plane_eq.setMaximumSize(QSize(16777215, 40))
|
|
1929
|
+
self.horizontalLayout_22 = QHBoxLayout(self.w_laser_plane_eq)
|
|
1930
|
+
self.horizontalLayout_22.setSpacing(20)
|
|
1931
|
+
self.horizontalLayout_22.setObjectName(u"horizontalLayout_22")
|
|
1932
|
+
self.horizontalLayout_22.setContentsMargins(0, 0, 0, 0)
|
|
1933
|
+
self.w_laser_plane_coeff = QWidget(self.w_laser_plane_eq)
|
|
1934
|
+
self.w_laser_plane_coeff.setObjectName(u"w_laser_plane_coeff")
|
|
1935
|
+
self.horizontalLayout_23 = QHBoxLayout(self.w_laser_plane_coeff)
|
|
1936
|
+
self.horizontalLayout_23.setSpacing(0)
|
|
1937
|
+
self.horizontalLayout_23.setObjectName(u"horizontalLayout_23")
|
|
1938
|
+
self.horizontalLayout_23.setContentsMargins(0, 0, 0, 0)
|
|
1939
|
+
self.label_z = QLabel(self.w_laser_plane_coeff)
|
|
1940
|
+
self.label_z.setObjectName(u"label_z")
|
|
1941
|
+
sizePolicy2.setHeightForWidth(self.label_z.sizePolicy().hasHeightForWidth())
|
|
1942
|
+
self.label_z.setSizePolicy(sizePolicy2)
|
|
1943
|
+
self.label_z.setMinimumSize(QSize(0, 20))
|
|
1944
|
+
self.label_z.setMaximumSize(QSize(90, 20))
|
|
1945
|
+
self.label_z.setFont(font4)
|
|
1946
|
+
self.label_z.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1947
|
+
|
|
1948
|
+
self.horizontalLayout_23.addWidget(self.label_z)
|
|
1949
|
+
|
|
1950
|
+
self.spin_zconst = MyQDoubleSpin(self.w_laser_plane_coeff)
|
|
1951
|
+
self.spin_zconst.setObjectName(u"spin_zconst")
|
|
1952
|
+
sizePolicy3.setHeightForWidth(self.spin_zconst.sizePolicy().hasHeightForWidth())
|
|
1953
|
+
self.spin_zconst.setSizePolicy(sizePolicy3)
|
|
1954
|
+
self.spin_zconst.setMinimumSize(QSize(0, 0))
|
|
1955
|
+
self.spin_zconst.setMaximumSize(QSize(100, 24))
|
|
1956
|
+
self.spin_zconst.setFont(font)
|
|
1957
|
+
self.spin_zconst.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1958
|
+
self.spin_zconst.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1959
|
+
self.spin_zconst.setDecimals(6)
|
|
1960
|
+
self.spin_zconst.setMinimum(-99999999999999991611392.000000000000000)
|
|
1961
|
+
self.spin_zconst.setMaximum(99999999999999991611392.000000000000000)
|
|
1962
|
+
self.spin_zconst.setSingleStep(0.010000000000000)
|
|
1963
|
+
self.spin_zconst.setValue(0.000000000000000)
|
|
1964
|
+
|
|
1965
|
+
self.horizontalLayout_23.addWidget(self.spin_zconst)
|
|
1966
|
+
|
|
1967
|
+
self.label_zconst = QLabel(self.w_laser_plane_coeff)
|
|
1968
|
+
self.label_zconst.setObjectName(u"label_zconst")
|
|
1969
|
+
sizePolicy2.setHeightForWidth(self.label_zconst.sizePolicy().hasHeightForWidth())
|
|
1970
|
+
self.label_zconst.setSizePolicy(sizePolicy2)
|
|
1971
|
+
self.label_zconst.setMinimumSize(QSize(20, 20))
|
|
1972
|
+
self.label_zconst.setMaximumSize(QSize(20, 20))
|
|
1973
|
+
self.label_zconst.setFont(font4)
|
|
1974
|
+
self.label_zconst.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
1975
|
+
|
|
1976
|
+
self.horizontalLayout_23.addWidget(self.label_zconst)
|
|
1977
|
+
|
|
1978
|
+
self.spin_xterm = MyQDoubleSpin(self.w_laser_plane_coeff)
|
|
1979
|
+
self.spin_xterm.setObjectName(u"spin_xterm")
|
|
1980
|
+
sizePolicy3.setHeightForWidth(self.spin_xterm.sizePolicy().hasHeightForWidth())
|
|
1981
|
+
self.spin_xterm.setSizePolicy(sizePolicy3)
|
|
1982
|
+
self.spin_xterm.setMinimumSize(QSize(0, 0))
|
|
1983
|
+
self.spin_xterm.setMaximumSize(QSize(100, 24))
|
|
1984
|
+
self.spin_xterm.setFont(font)
|
|
1985
|
+
self.spin_xterm.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1986
|
+
self.spin_xterm.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1987
|
+
self.spin_xterm.setDecimals(6)
|
|
1988
|
+
self.spin_xterm.setMinimum(-99999999999999991611392.000000000000000)
|
|
1989
|
+
self.spin_xterm.setMaximum(99999999999999991611392.000000000000000)
|
|
1990
|
+
self.spin_xterm.setSingleStep(0.001000000000000)
|
|
1991
|
+
self.spin_xterm.setValue(0.000000000000000)
|
|
1992
|
+
|
|
1993
|
+
self.horizontalLayout_23.addWidget(self.spin_xterm)
|
|
1994
|
+
|
|
1995
|
+
self.label_xterm = QLabel(self.w_laser_plane_coeff)
|
|
1996
|
+
self.label_xterm.setObjectName(u"label_xterm")
|
|
1997
|
+
sizePolicy2.setHeightForWidth(self.label_xterm.sizePolicy().hasHeightForWidth())
|
|
1998
|
+
self.label_xterm.setSizePolicy(sizePolicy2)
|
|
1999
|
+
self.label_xterm.setMinimumSize(QSize(30, 20))
|
|
2000
|
+
self.label_xterm.setMaximumSize(QSize(30, 20))
|
|
2001
|
+
self.label_xterm.setFont(font4)
|
|
2002
|
+
self.label_xterm.setScaledContents(False)
|
|
2003
|
+
self.label_xterm.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
2004
|
+
self.label_xterm.setWordWrap(False)
|
|
2005
|
+
|
|
2006
|
+
self.horizontalLayout_23.addWidget(self.label_xterm)
|
|
2007
|
+
|
|
2008
|
+
self.spin_yterm = MyQDoubleSpin(self.w_laser_plane_coeff)
|
|
2009
|
+
self.spin_yterm.setObjectName(u"spin_yterm")
|
|
2010
|
+
sizePolicy3.setHeightForWidth(self.spin_yterm.sizePolicy().hasHeightForWidth())
|
|
2011
|
+
self.spin_yterm.setSizePolicy(sizePolicy3)
|
|
2012
|
+
self.spin_yterm.setMinimumSize(QSize(0, 0))
|
|
2013
|
+
self.spin_yterm.setMaximumSize(QSize(100, 24))
|
|
2014
|
+
self.spin_yterm.setFont(font)
|
|
2015
|
+
self.spin_yterm.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
2016
|
+
self.spin_yterm.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
2017
|
+
self.spin_yterm.setDecimals(6)
|
|
2018
|
+
self.spin_yterm.setMinimum(-99999999999999991611392.000000000000000)
|
|
2019
|
+
self.spin_yterm.setMaximum(99999999999999991611392.000000000000000)
|
|
2020
|
+
self.spin_yterm.setSingleStep(0.001000000000000)
|
|
2021
|
+
self.spin_yterm.setValue(0.000000000000000)
|
|
2022
|
+
|
|
2023
|
+
self.horizontalLayout_23.addWidget(self.spin_yterm)
|
|
2024
|
+
|
|
2025
|
+
self.label_yterm = QLabel(self.w_laser_plane_coeff)
|
|
2026
|
+
self.label_yterm.setObjectName(u"label_yterm")
|
|
2027
|
+
sizePolicy2.setHeightForWidth(self.label_yterm.sizePolicy().hasHeightForWidth())
|
|
2028
|
+
self.label_yterm.setSizePolicy(sizePolicy2)
|
|
2029
|
+
self.label_yterm.setMinimumSize(QSize(20, 20))
|
|
2030
|
+
self.label_yterm.setMaximumSize(QSize(20, 20))
|
|
2031
|
+
self.label_yterm.setFont(font4)
|
|
2032
|
+
self.label_yterm.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
2033
|
+
|
|
2034
|
+
self.horizontalLayout_23.addWidget(self.label_yterm)
|
|
2035
|
+
|
|
2036
|
+
self.horizontalLayout_23.setStretch(1, 1)
|
|
2037
|
+
self.horizontalLayout_23.setStretch(3, 1)
|
|
2038
|
+
self.horizontalLayout_23.setStretch(5, 1)
|
|
2039
|
+
|
|
2040
|
+
self.horizontalLayout_22.addWidget(self.w_laser_plane_coeff)
|
|
2041
|
+
|
|
2042
|
+
self.button_read_disp = QToolButton(self.w_laser_plane_eq)
|
|
2043
|
+
self.button_read_disp.setObjectName(u"button_read_disp")
|
|
2044
|
+
self.button_read_disp.setMinimumSize(QSize(26, 26))
|
|
2045
|
+
self.button_read_disp.setMaximumSize(QSize(26, 26))
|
|
2046
|
+
icon17 = QIcon()
|
|
2047
|
+
icon17.addFile(u""+ icons_path +"read.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
2048
|
+
self.button_read_disp.setIcon(icon17)
|
|
2049
|
+
self.button_read_disp.setIconSize(QSize(18, 18))
|
|
2050
|
+
|
|
2051
|
+
self.horizontalLayout_22.addWidget(self.button_read_disp)
|
|
2052
|
+
|
|
2053
|
+
|
|
2054
|
+
self.verticalLayout_33.addWidget(self.w_laser_plane_eq)
|
|
2055
|
+
|
|
2056
|
+
|
|
2057
|
+
self.verticalLayout_8.addWidget(self.g_laser_plane_eq)
|
|
2058
|
+
|
|
1901
2059
|
self.verticalSpacer_FurtherOptions = QSpacerItem(20, 10, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
1902
2060
|
|
|
1903
2061
|
self.verticalLayout_8.addItem(self.verticalSpacer_FurtherOptions)
|
|
@@ -2182,5 +2340,23 @@ class Ui_OutputTab(object):
|
|
|
2182
2340
|
self.button_def_reg.setToolTip(QCoreApplication.translate("OutputTab", u"Set default limits for area to process", None))
|
|
2183
2341
|
#endif // QT_CONFIG(tooltip)
|
|
2184
2342
|
self.button_def_reg.setText("")
|
|
2343
|
+
self.label_laser_plane_eq.setText(QCoreApplication.translate("OutputTab", u"Laser plane equation", None))
|
|
2344
|
+
self.label_z.setText(QCoreApplication.translate("OutputTab", u"z (mm) = ", None))
|
|
2345
|
+
#if QT_CONFIG(tooltip)
|
|
2346
|
+
self.spin_zconst.setToolTip(QCoreApplication.translate("OutputTab", u"Constant of guess laser equation plane", None))
|
|
2347
|
+
#endif // QT_CONFIG(tooltip)
|
|
2348
|
+
self.label_zconst.setText(QCoreApplication.translate("OutputTab", u" + ", None))
|
|
2349
|
+
#if QT_CONFIG(tooltip)
|
|
2350
|
+
self.spin_xterm.setToolTip(QCoreApplication.translate("OutputTab", u"x-slope of guess laser equation plane", None))
|
|
2351
|
+
#endif // QT_CONFIG(tooltip)
|
|
2352
|
+
self.label_xterm.setText(QCoreApplication.translate("OutputTab", u" * x + ", None))
|
|
2353
|
+
#if QT_CONFIG(tooltip)
|
|
2354
|
+
self.spin_yterm.setToolTip(QCoreApplication.translate("OutputTab", u"y-slope of guess laser equation plane", None))
|
|
2355
|
+
#endif // QT_CONFIG(tooltip)
|
|
2356
|
+
self.label_yterm.setText(QCoreApplication.translate("OutputTab", u" * y", None))
|
|
2357
|
+
#if QT_CONFIG(tooltip)
|
|
2358
|
+
self.button_read_disp.setToolTip(QCoreApplication.translate("OutputTab", u"Read laser plane coefficients from .clz file", None))
|
|
2359
|
+
#endif // QT_CONFIG(tooltip)
|
|
2360
|
+
self.button_read_disp.setText("")
|
|
2185
2361
|
# retranslateUi
|
|
2186
2362
|
|
PaIRS_UniNa/ui_Process_Tab.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 'Process_TabGvMwsf.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
|
################################################################################
|
|
@@ -42,7 +42,7 @@ class Ui_ProcessTab(object):
|
|
|
42
42
|
font.setPointSize(11)
|
|
43
43
|
ProcessTab.setFont(font)
|
|
44
44
|
icon1 = QIcon()
|
|
45
|
-
icon1.addFile(u""+ icons_path +"process_logo.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
45
|
+
icon1.addFile(u""+ icons_path +"process_logo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
46
46
|
ProcessTab.setWindowIcon(icon1)
|
|
47
47
|
self.verticalLayout_65 = QVBoxLayout(ProcessTab)
|
|
48
48
|
self.verticalLayout_65.setSpacing(5)
|
|
@@ -84,7 +84,7 @@ class Ui_ProcessTab(object):
|
|
|
84
84
|
self.button_save_cfg.setMaximumSize(QSize(24, 24))
|
|
85
85
|
self.button_save_cfg.setFont(font)
|
|
86
86
|
icon2 = QIcon()
|
|
87
|
-
icon2.addFile(u""+ icons_path +"save_cfg.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
87
|
+
icon2.addFile(u""+ icons_path +"save_cfg.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
88
88
|
self.button_save_cfg.setIcon(icon2)
|
|
89
89
|
self.button_save_cfg.setIconSize(QSize(22, 22))
|
|
90
90
|
|
|
@@ -137,7 +137,7 @@ class Ui_ProcessTab(object):
|
|
|
137
137
|
self.button_back.setMinimumSize(QSize(24, 24))
|
|
138
138
|
self.button_back.setMaximumSize(QSize(24, 24))
|
|
139
139
|
icon3 = QIcon()
|
|
140
|
-
icon3.addFile(u""+ icons_path +"undo.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
140
|
+
icon3.addFile(u""+ icons_path +"undo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
141
141
|
self.button_back.setIcon(icon3)
|
|
142
142
|
self.button_back.setIconSize(QSize(20, 20))
|
|
143
143
|
|
|
@@ -148,7 +148,7 @@ class Ui_ProcessTab(object):
|
|
|
148
148
|
self.button_forward.setMinimumSize(QSize(24, 24))
|
|
149
149
|
self.button_forward.setMaximumSize(QSize(24, 24))
|
|
150
150
|
icon4 = QIcon()
|
|
151
|
-
icon4.addFile(u""+ icons_path +"redo.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
151
|
+
icon4.addFile(u""+ icons_path +"redo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
152
152
|
self.button_forward.setIcon(icon4)
|
|
153
153
|
self.button_forward.setIconSize(QSize(20, 20))
|
|
154
154
|
|
|
@@ -171,7 +171,7 @@ class Ui_ProcessTab(object):
|
|
|
171
171
|
"border-radius: 15px;\n"
|
|
172
172
|
"}")
|
|
173
173
|
icon5 = QIcon()
|
|
174
|
-
icon5.addFile(u""+ icons_path +"close.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
174
|
+
icon5.addFile(u""+ icons_path +"close.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
175
175
|
self.button_close_tab.setIcon(icon5)
|
|
176
176
|
self.button_close_tab.setIconSize(QSize(15, 15))
|
|
177
177
|
|
|
@@ -251,7 +251,7 @@ class Ui_ProcessTab(object):
|
|
|
251
251
|
self.scrollArea.setWidgetResizable(True)
|
|
252
252
|
self.scrollAreaWidgetContents = QWidget()
|
|
253
253
|
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
|
|
254
|
-
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0,
|
|
254
|
+
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 465, 1558))
|
|
255
255
|
sizePolicy.setHeightForWidth(self.scrollAreaWidgetContents.sizePolicy().hasHeightForWidth())
|
|
256
256
|
self.scrollAreaWidgetContents.setSizePolicy(sizePolicy)
|
|
257
257
|
self.scrollAreaWidgetContents.setMinimumSize(QSize(0, 0))
|
|
@@ -380,7 +380,7 @@ class Ui_ProcessTab(object):
|
|
|
380
380
|
self.button_more_size.setMaximumSize(QSize(15, 15))
|
|
381
381
|
self.button_more_size.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
382
382
|
icon6 = QIcon()
|
|
383
|
-
icon6.addFile(u""+ icons_path +"minus.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
383
|
+
icon6.addFile(u""+ icons_path +"minus.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
384
384
|
self.button_more_size.setIcon(icon6)
|
|
385
385
|
self.button_more_size.setCheckable(False)
|
|
386
386
|
|
|
@@ -845,7 +845,7 @@ class Ui_ProcessTab(object):
|
|
|
845
845
|
self.group_top.setMinimumSize(QSize(0, 56))
|
|
846
846
|
self.group_top.setMaximumSize(QSize(16777215, 56))
|
|
847
847
|
self.group_top.setFont(font5)
|
|
848
|
-
self.group_top.setCursor(QCursor(Qt.ArrowCursor))
|
|
848
|
+
self.group_top.setCursor(QCursor(Qt.CursorShape.ArrowCursor))
|
|
849
849
|
self.group_top.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}\n"
|
|
850
850
|
"QGroupBox::hover{border: 1px solid lightblue; border-radius: 6px;}")
|
|
851
851
|
self.group_top.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
@@ -922,7 +922,7 @@ class Ui_ProcessTab(object):
|
|
|
922
922
|
self.button_edit_custom.setMaximumSize(QSize(18, 18))
|
|
923
923
|
self.button_edit_custom.setFont(font)
|
|
924
924
|
icon7 = QIcon()
|
|
925
|
-
icon7.addFile(u""+ icons_path +"pencil_bw.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
925
|
+
icon7.addFile(u""+ icons_path +"pencil_bw.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
926
926
|
self.button_edit_custom.setIcon(icon7)
|
|
927
927
|
self.button_edit_custom.setIconSize(QSize(15, 15))
|
|
928
928
|
|
|
@@ -967,7 +967,7 @@ class Ui_ProcessTab(object):
|
|
|
967
967
|
self.button_save_custom.setMaximumSize(QSize(24, 24))
|
|
968
968
|
self.button_save_custom.setFont(font)
|
|
969
969
|
icon8 = QIcon()
|
|
970
|
-
icon8.addFile(u""+ icons_path +"save.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
970
|
+
icon8.addFile(u""+ icons_path +"save.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
971
971
|
self.button_save_custom.setIcon(icon8)
|
|
972
972
|
self.button_save_custom.setIconSize(QSize(22, 22))
|
|
973
973
|
|
|
@@ -1041,7 +1041,7 @@ class Ui_ProcessTab(object):
|
|
|
1041
1041
|
self.group_int.setSizePolicy(sizePolicy1)
|
|
1042
1042
|
self.group_int.setMinimumSize(QSize(0, 220))
|
|
1043
1043
|
self.group_int.setFont(font5)
|
|
1044
|
-
self.group_int.setCursor(QCursor(Qt.ArrowCursor))
|
|
1044
|
+
self.group_int.setCursor(QCursor(Qt.CursorShape.ArrowCursor))
|
|
1045
1045
|
self.group_int.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}")
|
|
1046
1046
|
self.group_int.setCheckable(False)
|
|
1047
1047
|
self.gridLayout_4 = QGridLayout(self.group_int)
|
|
@@ -1543,7 +1543,7 @@ class Ui_ProcessTab(object):
|
|
|
1543
1543
|
self.Validation.setSizePolicy(sizePolicy1)
|
|
1544
1544
|
self.Validation.setMinimumSize(QSize(0, 300))
|
|
1545
1545
|
self.Validation.setFont(font5)
|
|
1546
|
-
self.Validation.setCursor(QCursor(Qt.ArrowCursor))
|
|
1546
|
+
self.Validation.setCursor(QCursor(Qt.CursorShape.ArrowCursor))
|
|
1547
1547
|
self.Validation.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}")
|
|
1548
1548
|
self.Validation.setCheckable(False)
|
|
1549
1549
|
self.verticalLayout_12 = QVBoxLayout(self.Validation)
|
|
@@ -2253,7 +2253,7 @@ class Ui_ProcessTab(object):
|
|
|
2253
2253
|
self.Windowing.setSizePolicy(sizePolicy1)
|
|
2254
2254
|
self.Windowing.setMinimumSize(QSize(0, 310))
|
|
2255
2255
|
self.Windowing.setFont(font5)
|
|
2256
|
-
self.Windowing.setCursor(QCursor(Qt.PointingHandCursor))
|
|
2256
|
+
self.Windowing.setCursor(QCursor(Qt.CursorShape.PointingHandCursor))
|
|
2257
2257
|
self.Windowing.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}")
|
|
2258
2258
|
self.Windowing.setCheckable(False)
|
|
2259
2259
|
self.verticalLayout_33 = QVBoxLayout(self.Windowing)
|
|
@@ -2331,7 +2331,7 @@ class Ui_ProcessTab(object):
|
|
|
2331
2331
|
self.button_mtf.setMinimumSize(QSize(18, 18))
|
|
2332
2332
|
self.button_mtf.setMaximumSize(QSize(18, 18))
|
|
2333
2333
|
icon9 = QIcon()
|
|
2334
|
-
icon9.addFile(u""+ icons_path +"mtplt.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
2334
|
+
icon9.addFile(u""+ icons_path +"mtplt.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
2335
2335
|
self.button_mtf.setIcon(icon9)
|
|
2336
2336
|
self.button_mtf.setIconSize(QSize(14, 14))
|
|
2337
2337
|
|
|
@@ -2342,7 +2342,7 @@ class Ui_ProcessTab(object):
|
|
|
2342
2342
|
self.button_add.setMinimumSize(QSize(18, 18))
|
|
2343
2343
|
self.button_add.setMaximumSize(QSize(18, 18))
|
|
2344
2344
|
icon10 = QIcon()
|
|
2345
|
-
icon10.addFile(u""+ icons_path +"plus.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
2345
|
+
icon10.addFile(u""+ icons_path +"plus.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
2346
2346
|
self.button_add.setIcon(icon10)
|
|
2347
2347
|
self.button_add.setIconSize(QSize(14, 14))
|
|
2348
2348
|
|
|
@@ -2353,7 +2353,7 @@ class Ui_ProcessTab(object):
|
|
|
2353
2353
|
self.button_delete.setMinimumSize(QSize(18, 18))
|
|
2354
2354
|
self.button_delete.setMaximumSize(QSize(18, 18))
|
|
2355
2355
|
icon11 = QIcon()
|
|
2356
|
-
icon11.addFile(u""+ icons_path +"delete.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
2356
|
+
icon11.addFile(u""+ icons_path +"delete.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
2357
2357
|
self.button_delete.setIcon(icon11)
|
|
2358
2358
|
self.button_delete.setIconSize(QSize(14, 14))
|
|
2359
2359
|
|
|
@@ -3344,7 +3344,7 @@ class Ui_ProcessTab(object):
|
|
|
3344
3344
|
self.check_edit_size.setText("")
|
|
3345
3345
|
self.label_spacing.setText(QCoreApplication.translate("ProcessTab", u"Spacing", None))
|
|
3346
3346
|
#if QT_CONFIG(tooltip)
|
|
3347
|
-
self.check_Bordo.setToolTip(QCoreApplication.translate("ProcessTab", u"If activated the first vector is placed at
|
|
3347
|
+
self.check_Bordo.setToolTip(QCoreApplication.translate("ProcessTab", u"If activated the first vector is placed at a distance equal to the spacing from the image border", None))
|
|
3348
3348
|
#endif // QT_CONFIG(tooltip)
|
|
3349
3349
|
self.check_Bordo.setText(QCoreApplication.translate("ProcessTab", u"First vector at \u2193", None))
|
|
3350
3350
|
#if QT_CONFIG(tooltip)
|
|
@@ -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 'Process_Tab_DispkZBIdD.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
|
################################################################################
|
|
@@ -40,7 +40,7 @@ class Ui_ProcessTab_Disp(object):
|
|
|
40
40
|
font.setPointSize(11)
|
|
41
41
|
ProcessTab_Disp.setFont(font)
|
|
42
42
|
icon1 = QIcon()
|
|
43
|
-
icon1.addFile(u""+ icons_path +"process_logo.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
43
|
+
icon1.addFile(u""+ icons_path +"process_logo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
44
44
|
ProcessTab_Disp.setWindowIcon(icon1)
|
|
45
45
|
self.verticalLayout_65 = QVBoxLayout(ProcessTab_Disp)
|
|
46
46
|
self.verticalLayout_65.setSpacing(5)
|
|
@@ -100,7 +100,7 @@ class Ui_ProcessTab_Disp(object):
|
|
|
100
100
|
self.button_back.setMinimumSize(QSize(24, 24))
|
|
101
101
|
self.button_back.setMaximumSize(QSize(24, 24))
|
|
102
102
|
icon2 = QIcon()
|
|
103
|
-
icon2.addFile(u""+ icons_path +"undo.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
103
|
+
icon2.addFile(u""+ icons_path +"undo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
104
104
|
self.button_back.setIcon(icon2)
|
|
105
105
|
self.button_back.setIconSize(QSize(20, 20))
|
|
106
106
|
|
|
@@ -111,7 +111,7 @@ class Ui_ProcessTab_Disp(object):
|
|
|
111
111
|
self.button_forward.setMinimumSize(QSize(24, 24))
|
|
112
112
|
self.button_forward.setMaximumSize(QSize(24, 24))
|
|
113
113
|
icon3 = QIcon()
|
|
114
|
-
icon3.addFile(u""+ icons_path +"redo.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
114
|
+
icon3.addFile(u""+ icons_path +"redo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
115
115
|
self.button_forward.setIcon(icon3)
|
|
116
116
|
self.button_forward.setIconSize(QSize(20, 20))
|
|
117
117
|
|
|
@@ -134,7 +134,7 @@ class Ui_ProcessTab_Disp(object):
|
|
|
134
134
|
"border-radius: 15px;\n"
|
|
135
135
|
"}")
|
|
136
136
|
icon4 = QIcon()
|
|
137
|
-
icon4.addFile(u""+ icons_path +"close.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
137
|
+
icon4.addFile(u""+ icons_path +"close.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
138
138
|
self.button_close_tab.setIcon(icon4)
|
|
139
139
|
self.button_close_tab.setIconSize(QSize(15, 15))
|
|
140
140
|
|
|
@@ -315,7 +315,7 @@ class Ui_ProcessTab_Disp(object):
|
|
|
315
315
|
self.spin_Nit.setFont(font)
|
|
316
316
|
self.spin_Nit.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
317
317
|
self.spin_Nit.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
318
|
-
self.spin_Nit.setMinimum(
|
|
318
|
+
self.spin_Nit.setMinimum(0)
|
|
319
319
|
self.spin_Nit.setValue(5)
|
|
320
320
|
|
|
321
321
|
self.horizontalLayout_6.addWidget(self.spin_Nit)
|
|
@@ -417,7 +417,7 @@ class Ui_ProcessTab_Disp(object):
|
|
|
417
417
|
font6.setBold(True)
|
|
418
418
|
font6.setItalic(False)
|
|
419
419
|
self.group_int.setFont(font6)
|
|
420
|
-
self.group_int.setCursor(QCursor(Qt.ArrowCursor))
|
|
420
|
+
self.group_int.setCursor(QCursor(Qt.CursorShape.ArrowCursor))
|
|
421
421
|
self.group_int.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}")
|
|
422
422
|
self.group_int.setCheckable(False)
|
|
423
423
|
self.gridLayout_4 = QGridLayout(self.group_int)
|
|
@@ -639,7 +639,7 @@ class Ui_ProcessTab_Disp(object):
|
|
|
639
639
|
self.group_int_2.setSizePolicy(sizePolicy1)
|
|
640
640
|
self.group_int_2.setMinimumSize(QSize(0, 110))
|
|
641
641
|
self.group_int_2.setFont(font6)
|
|
642
|
-
self.group_int_2.setCursor(QCursor(Qt.ArrowCursor))
|
|
642
|
+
self.group_int_2.setCursor(QCursor(Qt.CursorShape.ArrowCursor))
|
|
643
643
|
self.group_int_2.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}")
|
|
644
644
|
self.group_int_2.setCheckable(False)
|
|
645
645
|
self.verticalLayout = QVBoxLayout(self.group_int_2)
|
|
@@ -837,6 +837,160 @@ class Ui_ProcessTab_Disp(object):
|
|
|
837
837
|
|
|
838
838
|
self.verticalLayout_10.addWidget(self.CollapBox_Windowing)
|
|
839
839
|
|
|
840
|
+
self.CollapBox_Validation = CollapsibleBox(self.scrollAreaWidgetContents)
|
|
841
|
+
self.CollapBox_Validation.setObjectName(u"CollapBox_Validation")
|
|
842
|
+
sizePolicy.setHeightForWidth(self.CollapBox_Validation.sizePolicy().hasHeightForWidth())
|
|
843
|
+
self.CollapBox_Validation.setSizePolicy(sizePolicy)
|
|
844
|
+
self.CollapBox_Validation.setMinimumSize(QSize(0, 80))
|
|
845
|
+
self.CollapBox_Validation.setMaximumSize(QSize(16777215, 80))
|
|
846
|
+
self.verticalLayout_13 = QVBoxLayout(self.CollapBox_Validation)
|
|
847
|
+
self.verticalLayout_13.setSpacing(0)
|
|
848
|
+
self.verticalLayout_13.setObjectName(u"verticalLayout_13")
|
|
849
|
+
self.verticalLayout_13.setContentsMargins(0, 0, 0, 0)
|
|
850
|
+
self.lay_CollapBox_Interp_3 = QHBoxLayout()
|
|
851
|
+
self.lay_CollapBox_Interp_3.setSpacing(0)
|
|
852
|
+
self.lay_CollapBox_Interp_3.setObjectName(u"lay_CollapBox_Interp_3")
|
|
853
|
+
self.lay_CollapBox_Interp_3.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
854
|
+
self.tool_CollapBox_Interp_3 = QToolButton(self.CollapBox_Validation)
|
|
855
|
+
self.tool_CollapBox_Interp_3.setObjectName(u"tool_CollapBox_Interp_3")
|
|
856
|
+
sizePolicy2.setHeightForWidth(self.tool_CollapBox_Interp_3.sizePolicy().hasHeightForWidth())
|
|
857
|
+
self.tool_CollapBox_Interp_3.setSizePolicy(sizePolicy2)
|
|
858
|
+
self.tool_CollapBox_Interp_3.setMinimumSize(QSize(0, 20))
|
|
859
|
+
self.tool_CollapBox_Interp_3.setMaximumSize(QSize(16777215, 20))
|
|
860
|
+
self.tool_CollapBox_Interp_3.setFont(font3)
|
|
861
|
+
self.tool_CollapBox_Interp_3.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
862
|
+
self.tool_CollapBox_Interp_3.setStyleSheet(u"QToolButton { border: none; }")
|
|
863
|
+
self.tool_CollapBox_Interp_3.setCheckable(True)
|
|
864
|
+
self.tool_CollapBox_Interp_3.setChecked(True)
|
|
865
|
+
self.tool_CollapBox_Interp_3.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
866
|
+
self.tool_CollapBox_Interp_3.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
867
|
+
self.tool_CollapBox_Interp_3.setArrowType(Qt.ArrowType.DownArrow)
|
|
868
|
+
|
|
869
|
+
self.lay_CollapBox_Interp_3.addWidget(self.tool_CollapBox_Interp_3)
|
|
870
|
+
|
|
871
|
+
self.hsp_CollapBox_Interp_3 = QSpacerItem(100, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
872
|
+
|
|
873
|
+
self.lay_CollapBox_Interp_3.addItem(self.hsp_CollapBox_Interp_3)
|
|
874
|
+
|
|
875
|
+
self.button_CollapBox_Interp_3 = MyToolButton(self.CollapBox_Validation)
|
|
876
|
+
self.button_CollapBox_Interp_3.setObjectName(u"button_CollapBox_Interp_3")
|
|
877
|
+
self.button_CollapBox_Interp_3.setMinimumSize(QSize(18, 18))
|
|
878
|
+
self.button_CollapBox_Interp_3.setMaximumSize(QSize(18, 18))
|
|
879
|
+
self.button_CollapBox_Interp_3.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
880
|
+
self.button_CollapBox_Interp_3.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
881
|
+
self.button_CollapBox_Interp_3.setIcon(icon2)
|
|
882
|
+
self.button_CollapBox_Interp_3.setIconSize(QSize(12, 12))
|
|
883
|
+
|
|
884
|
+
self.lay_CollapBox_Interp_3.addWidget(self.button_CollapBox_Interp_3)
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
self.verticalLayout_13.addLayout(self.lay_CollapBox_Interp_3)
|
|
888
|
+
|
|
889
|
+
self.group_Validation = QGroupBox(self.CollapBox_Validation)
|
|
890
|
+
self.group_Validation.setObjectName(u"group_Validation")
|
|
891
|
+
sizePolicy1.setHeightForWidth(self.group_Validation.sizePolicy().hasHeightForWidth())
|
|
892
|
+
self.group_Validation.setSizePolicy(sizePolicy1)
|
|
893
|
+
self.group_Validation.setMinimumSize(QSize(0, 60))
|
|
894
|
+
self.group_Validation.setMaximumSize(QSize(16777215, 60))
|
|
895
|
+
self.group_Validation.setFont(font6)
|
|
896
|
+
self.group_Validation.setCursor(QCursor(Qt.CursorShape.ArrowCursor))
|
|
897
|
+
self.group_Validation.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}")
|
|
898
|
+
self.group_Validation.setCheckable(False)
|
|
899
|
+
self.verticalLayout_2 = QVBoxLayout(self.group_Validation)
|
|
900
|
+
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
|
901
|
+
self.verticalLayout_2.setContentsMargins(6, 6, 6, 10)
|
|
902
|
+
self.w_Validation = QWidget(self.group_Validation)
|
|
903
|
+
self.w_Validation.setObjectName(u"w_Validation")
|
|
904
|
+
self.horizontalLayout_3 = QHBoxLayout(self.w_Validation)
|
|
905
|
+
self.horizontalLayout_3.setSpacing(10)
|
|
906
|
+
self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
|
|
907
|
+
self.horizontalLayout_3.setContentsMargins(0, 0, 0, 0)
|
|
908
|
+
self.w_Nit_OutDet = QWidget(self.w_Validation)
|
|
909
|
+
self.w_Nit_OutDet.setObjectName(u"w_Nit_OutDet")
|
|
910
|
+
self.w_Nit_OutDet.setMinimumSize(QSize(150, 44))
|
|
911
|
+
self.w_Nit_OutDet.setMaximumSize(QSize(150, 44))
|
|
912
|
+
self.verticalLayout_18 = QVBoxLayout(self.w_Nit_OutDet)
|
|
913
|
+
self.verticalLayout_18.setSpacing(0)
|
|
914
|
+
self.verticalLayout_18.setObjectName(u"verticalLayout_18")
|
|
915
|
+
self.verticalLayout_18.setContentsMargins(0, 0, 0, 0)
|
|
916
|
+
self.label_Nit_OutDet = QLabel(self.w_Nit_OutDet)
|
|
917
|
+
self.label_Nit_OutDet.setObjectName(u"label_Nit_OutDet")
|
|
918
|
+
sizePolicy3.setHeightForWidth(self.label_Nit_OutDet.sizePolicy().hasHeightForWidth())
|
|
919
|
+
self.label_Nit_OutDet.setSizePolicy(sizePolicy3)
|
|
920
|
+
self.label_Nit_OutDet.setMinimumSize(QSize(55, 20))
|
|
921
|
+
self.label_Nit_OutDet.setMaximumSize(QSize(16777215, 20))
|
|
922
|
+
self.label_Nit_OutDet.setFont(font5)
|
|
923
|
+
self.label_Nit_OutDet.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
924
|
+
|
|
925
|
+
self.verticalLayout_18.addWidget(self.label_Nit_OutDet)
|
|
926
|
+
|
|
927
|
+
self.spin_Nit_OutDet = MyQSpin(self.w_Nit_OutDet)
|
|
928
|
+
self.spin_Nit_OutDet.setObjectName(u"spin_Nit_OutDet")
|
|
929
|
+
self.spin_Nit_OutDet.setEnabled(True)
|
|
930
|
+
self.spin_Nit_OutDet.setMinimumSize(QSize(55, 24))
|
|
931
|
+
self.spin_Nit_OutDet.setMaximumSize(QSize(1000000, 24))
|
|
932
|
+
self.spin_Nit_OutDet.setFont(font)
|
|
933
|
+
self.spin_Nit_OutDet.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
934
|
+
self.spin_Nit_OutDet.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
935
|
+
self.spin_Nit_OutDet.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
936
|
+
self.spin_Nit_OutDet.setMinimum(0)
|
|
937
|
+
self.spin_Nit_OutDet.setValue(5)
|
|
938
|
+
|
|
939
|
+
self.verticalLayout_18.addWidget(self.spin_Nit_OutDet)
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
self.horizontalLayout_3.addWidget(self.w_Nit_OutDet)
|
|
943
|
+
|
|
944
|
+
self.w_Std_Threshold = QWidget(self.w_Validation)
|
|
945
|
+
self.w_Std_Threshold.setObjectName(u"w_Std_Threshold")
|
|
946
|
+
self.w_Std_Threshold.setMinimumSize(QSize(120, 44))
|
|
947
|
+
self.w_Std_Threshold.setMaximumSize(QSize(120, 44))
|
|
948
|
+
self.verticalLayout_19 = QVBoxLayout(self.w_Std_Threshold)
|
|
949
|
+
self.verticalLayout_19.setSpacing(0)
|
|
950
|
+
self.verticalLayout_19.setObjectName(u"verticalLayout_19")
|
|
951
|
+
self.verticalLayout_19.setContentsMargins(0, 0, 0, 0)
|
|
952
|
+
self.label_Std_Threshold = QLabel(self.w_Std_Threshold)
|
|
953
|
+
self.label_Std_Threshold.setObjectName(u"label_Std_Threshold")
|
|
954
|
+
sizePolicy3.setHeightForWidth(self.label_Std_Threshold.sizePolicy().hasHeightForWidth())
|
|
955
|
+
self.label_Std_Threshold.setSizePolicy(sizePolicy3)
|
|
956
|
+
self.label_Std_Threshold.setMinimumSize(QSize(55, 20))
|
|
957
|
+
self.label_Std_Threshold.setMaximumSize(QSize(16777215, 20))
|
|
958
|
+
self.label_Std_Threshold.setFont(font5)
|
|
959
|
+
self.label_Std_Threshold.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
960
|
+
|
|
961
|
+
self.verticalLayout_19.addWidget(self.label_Std_Threshold)
|
|
962
|
+
|
|
963
|
+
self.spin_Std_Threshold = MyQDoubleSpin(self.w_Std_Threshold)
|
|
964
|
+
self.spin_Std_Threshold.setObjectName(u"spin_Std_Threshold")
|
|
965
|
+
self.spin_Std_Threshold.setEnabled(True)
|
|
966
|
+
self.spin_Std_Threshold.setMinimumSize(QSize(55, 24))
|
|
967
|
+
self.spin_Std_Threshold.setMaximumSize(QSize(1000000, 24))
|
|
968
|
+
self.spin_Std_Threshold.setFont(font)
|
|
969
|
+
self.spin_Std_Threshold.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
970
|
+
self.spin_Std_Threshold.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
971
|
+
self.spin_Std_Threshold.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
972
|
+
self.spin_Std_Threshold.setMaximum(1000.000000000000000)
|
|
973
|
+
self.spin_Std_Threshold.setSingleStep(0.010000000000000)
|
|
974
|
+
self.spin_Std_Threshold.setValue(3.000000000000000)
|
|
975
|
+
|
|
976
|
+
self.verticalLayout_19.addWidget(self.spin_Std_Threshold)
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
self.horizontalLayout_3.addWidget(self.w_Std_Threshold)
|
|
980
|
+
|
|
981
|
+
self.hs_Validation = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
982
|
+
|
|
983
|
+
self.horizontalLayout_3.addItem(self.hs_Validation)
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
self.verticalLayout_2.addWidget(self.w_Validation)
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
self.verticalLayout_13.addWidget(self.group_Validation)
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
self.verticalLayout_10.addWidget(self.CollapBox_Validation)
|
|
993
|
+
|
|
840
994
|
self.verticalSpacer = QSpacerItem(20, 20, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
841
995
|
|
|
842
996
|
self.verticalLayout_10.addItem(self.verticalSpacer)
|
|
@@ -962,9 +1116,26 @@ class Ui_ProcessTab_Disp(object):
|
|
|
962
1116
|
#if QT_CONFIG(tooltip)
|
|
963
1117
|
self.spin_Filter_SemiWidth.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Semi-width of the filter for the detection of the maximum in the displacement map", None))
|
|
964
1118
|
#endif // QT_CONFIG(tooltip)
|
|
965
|
-
self.label_Threshold.setText(QCoreApplication.translate("ProcessTab_Disp", u"
|
|
1119
|
+
self.label_Threshold.setText(QCoreApplication.translate("ProcessTab_Disp", u"Correlation threshold", None))
|
|
966
1120
|
#if QT_CONFIG(tooltip)
|
|
967
1121
|
self.spin_Threshold.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Threshold for the determination of point used in the baricentric search of the maximum in the disparity map", None))
|
|
1122
|
+
#endif // QT_CONFIG(tooltip)
|
|
1123
|
+
#if QT_CONFIG(tooltip)
|
|
1124
|
+
self.tool_CollapBox_Interp_3.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Windowing and correlation option box", None))
|
|
1125
|
+
#endif // QT_CONFIG(tooltip)
|
|
1126
|
+
self.tool_CollapBox_Interp_3.setText(QCoreApplication.translate("ProcessTab_Disp", u"Validation", None))
|
|
1127
|
+
#if QT_CONFIG(tooltip)
|
|
1128
|
+
self.button_CollapBox_Interp_3.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Set default options for the selected type of process", None))
|
|
1129
|
+
#endif // QT_CONFIG(tooltip)
|
|
1130
|
+
self.button_CollapBox_Interp_3.setText("")
|
|
1131
|
+
self.group_Validation.setTitle("")
|
|
1132
|
+
self.label_Nit_OutDet.setText(QCoreApplication.translate("ProcessTab_Disp", u"# of iterations", None))
|
|
1133
|
+
#if QT_CONFIG(tooltip)
|
|
1134
|
+
self.spin_Nit_OutDet.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Number of iterations of the median test for disparity vector outlier detection", None))
|
|
1135
|
+
#endif // QT_CONFIG(tooltip)
|
|
1136
|
+
self.label_Std_Threshold.setText(QCoreApplication.translate("ProcessTab_Disp", u"S.t.d. threshold", None))
|
|
1137
|
+
#if QT_CONFIG(tooltip)
|
|
1138
|
+
self.spin_Std_Threshold.setToolTip(QCoreApplication.translate("ProcessTab_Disp", u"Threshold defined as a number of standard deviations used in the median test for disparity vector outlier detection", None))
|
|
968
1139
|
#endif // QT_CONFIG(tooltip)
|
|
969
1140
|
# retranslateUi
|
|
970
1141
|
|