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_Vis_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 'Vis_TabYlRIwn.ui'
|
|
6
6
|
##
|
|
7
7
|
## Created by: Qt User Interface Compiler version 6.7.2
|
|
8
8
|
##
|
|
@@ -48,7 +48,7 @@ class Ui_VisTab(object):
|
|
|
48
48
|
self.horizontalLayout_8.setSpacing(3)
|
|
49
49
|
self.horizontalLayout_8.setObjectName(u"horizontalLayout_8")
|
|
50
50
|
self.horizontalLayout_8.setContentsMargins(0, 0, 0, 10)
|
|
51
|
-
self.icon =
|
|
51
|
+
self.icon = MyTabLabel(self.w_Mode)
|
|
52
52
|
self.icon.setObjectName(u"icon")
|
|
53
53
|
self.icon.setMinimumSize(QSize(35, 35))
|
|
54
54
|
self.icon.setMaximumSize(QSize(35, 35))
|
|
@@ -775,6 +775,65 @@ class Ui_VisTab(object):
|
|
|
775
775
|
self.gridLayout.setHorizontalSpacing(5)
|
|
776
776
|
self.gridLayout.setVerticalSpacing(10)
|
|
777
777
|
self.gridLayout.setContentsMargins(0, 10, 0, 10)
|
|
778
|
+
self.label_ylim = QLabel(self.w_mean_range)
|
|
779
|
+
self.label_ylim.setObjectName(u"label_ylim")
|
|
780
|
+
sizePolicy2.setHeightForWidth(self.label_ylim.sizePolicy().hasHeightForWidth())
|
|
781
|
+
self.label_ylim.setSizePolicy(sizePolicy2)
|
|
782
|
+
self.label_ylim.setMinimumSize(QSize(50, 20))
|
|
783
|
+
self.label_ylim.setMaximumSize(QSize(16777215, 20))
|
|
784
|
+
self.label_ylim.setFont(font5)
|
|
785
|
+
self.label_ylim.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
786
|
+
|
|
787
|
+
self.gridLayout.addWidget(self.label_ylim, 3, 0, 1, 1)
|
|
788
|
+
|
|
789
|
+
self.label_lim_max = QLabel(self.w_mean_range)
|
|
790
|
+
self.label_lim_max.setObjectName(u"label_lim_max")
|
|
791
|
+
sizePolicy2.setHeightForWidth(self.label_lim_max.sizePolicy().hasHeightForWidth())
|
|
792
|
+
self.label_lim_max.setSizePolicy(sizePolicy2)
|
|
793
|
+
self.label_lim_max.setMinimumSize(QSize(50, 20))
|
|
794
|
+
self.label_lim_max.setMaximumSize(QSize(16777215, 20))
|
|
795
|
+
self.label_lim_max.setFont(font5)
|
|
796
|
+
|
|
797
|
+
self.gridLayout.addWidget(self.label_lim_max, 0, 3, 1, 1)
|
|
798
|
+
|
|
799
|
+
self.spin_xmax = MyQDoubleSpin(self.w_mean_range)
|
|
800
|
+
self.spin_xmax.setObjectName(u"spin_xmax")
|
|
801
|
+
self.spin_xmax.setMinimumSize(QSize(0, 24))
|
|
802
|
+
self.spin_xmax.setMaximumSize(QSize(16777215, 24))
|
|
803
|
+
self.spin_xmax.setFont(font)
|
|
804
|
+
self.spin_xmax.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
805
|
+
self.spin_xmax.setProperty("showGroupSeparator", False)
|
|
806
|
+
self.spin_xmax.setDecimals(4)
|
|
807
|
+
self.spin_xmax.setMinimum(-1000000000.000000000000000)
|
|
808
|
+
self.spin_xmax.setMaximum(1000000000.000000000000000)
|
|
809
|
+
self.spin_xmax.setSingleStep(0.010000000000000)
|
|
810
|
+
|
|
811
|
+
self.gridLayout.addWidget(self.spin_xmax, 2, 3, 1, 1)
|
|
812
|
+
|
|
813
|
+
self.spin_ymax = MyQDoubleSpin(self.w_mean_range)
|
|
814
|
+
self.spin_ymax.setObjectName(u"spin_ymax")
|
|
815
|
+
self.spin_ymax.setMinimumSize(QSize(0, 24))
|
|
816
|
+
self.spin_ymax.setMaximumSize(QSize(16777215, 24))
|
|
817
|
+
self.spin_ymax.setFont(font)
|
|
818
|
+
self.spin_ymax.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
819
|
+
self.spin_ymax.setDecimals(4)
|
|
820
|
+
self.spin_ymax.setMinimum(-1000000000.000000000000000)
|
|
821
|
+
self.spin_ymax.setMaximum(1000000000.000000000000000)
|
|
822
|
+
self.spin_ymax.setSingleStep(0.010000000000000)
|
|
823
|
+
|
|
824
|
+
self.gridLayout.addWidget(self.spin_ymax, 3, 3, 1, 1)
|
|
825
|
+
|
|
826
|
+
self.button_dx_left = QToolButton(self.w_mean_range)
|
|
827
|
+
self.button_dx_left.setObjectName(u"button_dx_left")
|
|
828
|
+
sizePolicy3.setHeightForWidth(self.button_dx_left.sizePolicy().hasHeightForWidth())
|
|
829
|
+
self.button_dx_left.setSizePolicy(sizePolicy3)
|
|
830
|
+
self.button_dx_left.setMinimumSize(QSize(14, 14))
|
|
831
|
+
self.button_dx_left.setMaximumSize(QSize(14, 14))
|
|
832
|
+
self.button_dx_left.setIconSize(QSize(15, 15))
|
|
833
|
+
self.button_dx_left.setArrowType(Qt.ArrowType.LeftArrow)
|
|
834
|
+
|
|
835
|
+
self.gridLayout.addWidget(self.button_dx_left, 2, 1, 1, 1)
|
|
836
|
+
|
|
778
837
|
self.spin_xmin = MyQDoubleSpin(self.w_mean_range)
|
|
779
838
|
self.spin_xmin.setObjectName(u"spin_xmin")
|
|
780
839
|
self.spin_xmin.setMinimumSize(QSize(0, 24))
|
|
@@ -786,17 +845,7 @@ class Ui_VisTab(object):
|
|
|
786
845
|
self.spin_xmin.setMaximum(1000000000.000000000000000)
|
|
787
846
|
self.spin_xmin.setSingleStep(0.010000000000000)
|
|
788
847
|
|
|
789
|
-
self.gridLayout.addWidget(self.spin_xmin,
|
|
790
|
-
|
|
791
|
-
self.label_lim_min = QLabel(self.w_mean_range)
|
|
792
|
-
self.label_lim_min.setObjectName(u"label_lim_min")
|
|
793
|
-
sizePolicy2.setHeightForWidth(self.label_lim_min.sizePolicy().hasHeightForWidth())
|
|
794
|
-
self.label_lim_min.setSizePolicy(sizePolicy2)
|
|
795
|
-
self.label_lim_min.setMinimumSize(QSize(50, 20))
|
|
796
|
-
self.label_lim_min.setMaximumSize(QSize(16777215, 20))
|
|
797
|
-
self.label_lim_min.setFont(font5)
|
|
798
|
-
|
|
799
|
-
self.gridLayout.addWidget(self.label_lim_min, 0, 1, 1, 1)
|
|
848
|
+
self.gridLayout.addWidget(self.spin_xmin, 2, 2, 1, 1)
|
|
800
849
|
|
|
801
850
|
self.label_lim_empty = QLabel(self.w_mean_range)
|
|
802
851
|
self.label_lim_empty.setObjectName(u"label_lim_empty")
|
|
@@ -810,29 +859,18 @@ class Ui_VisTab(object):
|
|
|
810
859
|
|
|
811
860
|
self.gridLayout.addWidget(self.label_lim_empty, 0, 0, 1, 1)
|
|
812
861
|
|
|
813
|
-
self.
|
|
814
|
-
self.
|
|
815
|
-
|
|
816
|
-
self.
|
|
817
|
-
self.
|
|
818
|
-
self.
|
|
819
|
-
self.
|
|
820
|
-
|
|
821
|
-
self.
|
|
822
|
-
|
|
823
|
-
self.spin_xmax = MyQDoubleSpin(self.w_mean_range)
|
|
824
|
-
self.spin_xmax.setObjectName(u"spin_xmax")
|
|
825
|
-
self.spin_xmax.setMinimumSize(QSize(0, 24))
|
|
826
|
-
self.spin_xmax.setMaximumSize(QSize(16777215, 24))
|
|
827
|
-
self.spin_xmax.setFont(font)
|
|
828
|
-
self.spin_xmax.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
829
|
-
self.spin_xmax.setProperty("showGroupSeparator", False)
|
|
830
|
-
self.spin_xmax.setDecimals(4)
|
|
831
|
-
self.spin_xmax.setMinimum(-1000000000.000000000000000)
|
|
832
|
-
self.spin_xmax.setMaximum(1000000000.000000000000000)
|
|
833
|
-
self.spin_xmax.setSingleStep(0.010000000000000)
|
|
862
|
+
self.spin_ymin = MyQDoubleSpin(self.w_mean_range)
|
|
863
|
+
self.spin_ymin.setObjectName(u"spin_ymin")
|
|
864
|
+
self.spin_ymin.setMinimumSize(QSize(0, 24))
|
|
865
|
+
self.spin_ymin.setMaximumSize(QSize(16777215, 24))
|
|
866
|
+
self.spin_ymin.setFont(font)
|
|
867
|
+
self.spin_ymin.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
868
|
+
self.spin_ymin.setDecimals(4)
|
|
869
|
+
self.spin_ymin.setMinimum(-1000000000.000000000000000)
|
|
870
|
+
self.spin_ymin.setMaximum(1000000000.000000000000000)
|
|
871
|
+
self.spin_ymin.setSingleStep(0.010000000000000)
|
|
834
872
|
|
|
835
|
-
self.gridLayout.addWidget(self.
|
|
873
|
+
self.gridLayout.addWidget(self.spin_ymin, 3, 2, 1, 1)
|
|
836
874
|
|
|
837
875
|
self.label_xlim = QLabel(self.w_mean_range)
|
|
838
876
|
self.label_xlim.setObjectName(u"label_xlim")
|
|
@@ -844,44 +882,59 @@ class Ui_VisTab(object):
|
|
|
844
882
|
self.label_xlim.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
845
883
|
self.label_xlim.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
846
884
|
|
|
847
|
-
self.gridLayout.addWidget(self.label_xlim,
|
|
885
|
+
self.gridLayout.addWidget(self.label_xlim, 2, 0, 1, 1)
|
|
848
886
|
|
|
849
|
-
self.
|
|
850
|
-
self.
|
|
851
|
-
sizePolicy2.setHeightForWidth(self.
|
|
852
|
-
self.
|
|
853
|
-
self.
|
|
854
|
-
self.
|
|
855
|
-
self.
|
|
856
|
-
self.label_ylim.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
887
|
+
self.label_lim_min = QLabel(self.w_mean_range)
|
|
888
|
+
self.label_lim_min.setObjectName(u"label_lim_min")
|
|
889
|
+
sizePolicy2.setHeightForWidth(self.label_lim_min.sizePolicy().hasHeightForWidth())
|
|
890
|
+
self.label_lim_min.setSizePolicy(sizePolicy2)
|
|
891
|
+
self.label_lim_min.setMinimumSize(QSize(50, 20))
|
|
892
|
+
self.label_lim_min.setMaximumSize(QSize(16777215, 20))
|
|
893
|
+
self.label_lim_min.setFont(font5)
|
|
857
894
|
|
|
858
|
-
self.gridLayout.addWidget(self.
|
|
895
|
+
self.gridLayout.addWidget(self.label_lim_min, 0, 2, 1, 1)
|
|
859
896
|
|
|
860
|
-
self.
|
|
861
|
-
self.
|
|
862
|
-
self.
|
|
863
|
-
self.
|
|
864
|
-
self.
|
|
865
|
-
self.spin_ymin.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
866
|
-
self.spin_ymin.setDecimals(4)
|
|
867
|
-
self.spin_ymin.setMinimum(-1000000000.000000000000000)
|
|
868
|
-
self.spin_ymin.setMaximum(1000000000.000000000000000)
|
|
869
|
-
self.spin_ymin.setSingleStep(0.010000000000000)
|
|
897
|
+
self.button_dx_right = QToolButton(self.w_mean_range)
|
|
898
|
+
self.button_dx_right.setObjectName(u"button_dx_right")
|
|
899
|
+
self.button_dx_right.setMinimumSize(QSize(14, 14))
|
|
900
|
+
self.button_dx_right.setMaximumSize(QSize(14, 14))
|
|
901
|
+
self.button_dx_right.setArrowType(Qt.ArrowType.RightArrow)
|
|
870
902
|
|
|
871
|
-
self.gridLayout.addWidget(self.
|
|
903
|
+
self.gridLayout.addWidget(self.button_dx_right, 2, 4, 1, 1)
|
|
872
904
|
|
|
873
|
-
self.
|
|
874
|
-
self.
|
|
875
|
-
self.
|
|
876
|
-
self.
|
|
877
|
-
self.
|
|
878
|
-
self.
|
|
879
|
-
self.
|
|
880
|
-
self.
|
|
881
|
-
|
|
882
|
-
self.
|
|
905
|
+
self.button_dy_down = QToolButton(self.w_mean_range)
|
|
906
|
+
self.button_dy_down.setObjectName(u"button_dy_down")
|
|
907
|
+
sizePolicy3.setHeightForWidth(self.button_dy_down.sizePolicy().hasHeightForWidth())
|
|
908
|
+
self.button_dy_down.setSizePolicy(sizePolicy3)
|
|
909
|
+
self.button_dy_down.setMinimumSize(QSize(14, 14))
|
|
910
|
+
self.button_dy_down.setMaximumSize(QSize(14, 14))
|
|
911
|
+
self.button_dy_down.setIconSize(QSize(15, 15))
|
|
912
|
+
self.button_dy_down.setArrowType(Qt.ArrowType.DownArrow)
|
|
913
|
+
|
|
914
|
+
self.gridLayout.addWidget(self.button_dy_down, 3, 1, 1, 1)
|
|
883
915
|
|
|
884
|
-
self.
|
|
916
|
+
self.button_dy_up = QToolButton(self.w_mean_range)
|
|
917
|
+
self.button_dy_up.setObjectName(u"button_dy_up")
|
|
918
|
+
sizePolicy3.setHeightForWidth(self.button_dy_up.sizePolicy().hasHeightForWidth())
|
|
919
|
+
self.button_dy_up.setSizePolicy(sizePolicy3)
|
|
920
|
+
self.button_dy_up.setMinimumSize(QSize(14, 14))
|
|
921
|
+
self.button_dy_up.setMaximumSize(QSize(14, 14))
|
|
922
|
+
self.button_dy_up.setIconSize(QSize(15, 15))
|
|
923
|
+
self.button_dy_up.setArrowType(Qt.ArrowType.UpArrow)
|
|
924
|
+
|
|
925
|
+
self.gridLayout.addWidget(self.button_dy_up, 3, 4, 1, 1)
|
|
926
|
+
|
|
927
|
+
self.button_FocusIW = QToolButton(self.w_mean_range)
|
|
928
|
+
self.button_FocusIW.setObjectName(u"button_FocusIW")
|
|
929
|
+
self.button_FocusIW.setMinimumSize(QSize(20, 20))
|
|
930
|
+
self.button_FocusIW.setMaximumSize(QSize(20, 20))
|
|
931
|
+
icon18 = QIcon()
|
|
932
|
+
icon18.addFile(u""+ icons_path +"window.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
933
|
+
self.button_FocusIW.setIcon(icon18)
|
|
934
|
+
self.button_FocusIW.setIconSize(QSize(16, 16))
|
|
935
|
+
self.button_FocusIW.setCheckable(False)
|
|
936
|
+
|
|
937
|
+
self.gridLayout.addWidget(self.button_FocusIW, 0, 4, 1, 1)
|
|
885
938
|
|
|
886
939
|
|
|
887
940
|
self.verticalLayout_9.addWidget(self.w_mean_range)
|
|
@@ -901,6 +954,16 @@ class Ui_VisTab(object):
|
|
|
901
954
|
self.gridLayout_6.setHorizontalSpacing(5)
|
|
902
955
|
self.gridLayout_6.setVerticalSpacing(10)
|
|
903
956
|
self.gridLayout_6.setContentsMargins(0, 10, 0, 10)
|
|
957
|
+
self.label_vecspac = QLabel(self.w_contour_quiver)
|
|
958
|
+
self.label_vecspac.setObjectName(u"label_vecspac")
|
|
959
|
+
sizePolicy2.setHeightForWidth(self.label_vecspac.sizePolicy().hasHeightForWidth())
|
|
960
|
+
self.label_vecspac.setSizePolicy(sizePolicy2)
|
|
961
|
+
self.label_vecspac.setMinimumSize(QSize(0, 20))
|
|
962
|
+
self.label_vecspac.setMaximumSize(QSize(16777215, 20))
|
|
963
|
+
self.label_vecspac.setFont(font5)
|
|
964
|
+
|
|
965
|
+
self.gridLayout_6.addWidget(self.label_vecspac, 3, 0, 1, 1)
|
|
966
|
+
|
|
904
967
|
self.spin_vecsize = MyQDoubleSpin(self.w_contour_quiver)
|
|
905
968
|
self.spin_vecsize.setObjectName(u"spin_vecsize")
|
|
906
969
|
self.spin_vecsize.setMinimumSize(QSize(0, 24))
|
|
@@ -914,6 +977,45 @@ class Ui_VisTab(object):
|
|
|
914
977
|
|
|
915
978
|
self.gridLayout_6.addWidget(self.spin_vecsize, 1, 2, 1, 1)
|
|
916
979
|
|
|
980
|
+
self.spin_vecspac = MyQSpin(self.w_contour_quiver)
|
|
981
|
+
self.spin_vecspac.setObjectName(u"spin_vecspac")
|
|
982
|
+
self.spin_vecspac.setMinimumSize(QSize(0, 24))
|
|
983
|
+
self.spin_vecspac.setMaximumSize(QSize(16777215, 24))
|
|
984
|
+
self.spin_vecspac.setFont(font)
|
|
985
|
+
self.spin_vecspac.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
986
|
+
self.spin_vecspac.setMinimum(1)
|
|
987
|
+
|
|
988
|
+
self.gridLayout_6.addWidget(self.spin_vecspac, 3, 2, 1, 1)
|
|
989
|
+
|
|
990
|
+
self.spin_nclev = MyQSpin(self.w_contour_quiver)
|
|
991
|
+
self.spin_nclev.setObjectName(u"spin_nclev")
|
|
992
|
+
self.spin_nclev.setMinimumSize(QSize(0, 24))
|
|
993
|
+
self.spin_nclev.setMaximumSize(QSize(16777215, 24))
|
|
994
|
+
self.spin_nclev.setFont(font)
|
|
995
|
+
self.spin_nclev.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
996
|
+
self.spin_nclev.setMinimum(3)
|
|
997
|
+
self.spin_nclev.setMaximum(128)
|
|
998
|
+
|
|
999
|
+
self.gridLayout_6.addWidget(self.spin_nclev, 0, 2, 1, 1)
|
|
1000
|
+
|
|
1001
|
+
self.label_nclev = QLabel(self.w_contour_quiver)
|
|
1002
|
+
self.label_nclev.setObjectName(u"label_nclev")
|
|
1003
|
+
sizePolicy2.setHeightForWidth(self.label_nclev.sizePolicy().hasHeightForWidth())
|
|
1004
|
+
self.label_nclev.setSizePolicy(sizePolicy2)
|
|
1005
|
+
self.label_nclev.setMinimumSize(QSize(0, 20))
|
|
1006
|
+
self.label_nclev.setMaximumSize(QSize(16777215, 20))
|
|
1007
|
+
self.label_nclev.setFont(font5)
|
|
1008
|
+
|
|
1009
|
+
self.gridLayout_6.addWidget(self.label_nclev, 0, 0, 1, 1)
|
|
1010
|
+
|
|
1011
|
+
self.slider_vecsize = QSlider(self.w_contour_quiver)
|
|
1012
|
+
self.slider_vecsize.setObjectName(u"slider_vecsize")
|
|
1013
|
+
self.slider_vecsize.setMinimumSize(QSize(0, 24))
|
|
1014
|
+
self.slider_vecsize.setMaximumSize(QSize(16777215, 24))
|
|
1015
|
+
self.slider_vecsize.setOrientation(Qt.Orientation.Horizontal)
|
|
1016
|
+
|
|
1017
|
+
self.gridLayout_6.addWidget(self.slider_vecsize, 1, 1, 1, 1)
|
|
1018
|
+
|
|
917
1019
|
self.label_streamdens = QLabel(self.w_contour_quiver)
|
|
918
1020
|
self.label_streamdens.setObjectName(u"label_streamdens")
|
|
919
1021
|
sizePolicy2.setHeightForWidth(self.label_streamdens.sizePolicy().hasHeightForWidth())
|
|
@@ -922,7 +1024,7 @@ class Ui_VisTab(object):
|
|
|
922
1024
|
self.label_streamdens.setMaximumSize(QSize(16777215, 20))
|
|
923
1025
|
self.label_streamdens.setFont(font5)
|
|
924
1026
|
|
|
925
|
-
self.gridLayout_6.addWidget(self.label_streamdens,
|
|
1027
|
+
self.gridLayout_6.addWidget(self.label_streamdens, 4, 0, 1, 1)
|
|
926
1028
|
|
|
927
1029
|
self.slider_streamdens = QSlider(self.w_contour_quiver)
|
|
928
1030
|
self.slider_streamdens.setObjectName(u"slider_streamdens")
|
|
@@ -930,38 +1032,33 @@ class Ui_VisTab(object):
|
|
|
930
1032
|
self.slider_streamdens.setMaximumSize(QSize(16777215, 24))
|
|
931
1033
|
self.slider_streamdens.setOrientation(Qt.Orientation.Horizontal)
|
|
932
1034
|
|
|
933
|
-
self.gridLayout_6.addWidget(self.slider_streamdens,
|
|
1035
|
+
self.gridLayout_6.addWidget(self.slider_streamdens, 4, 1, 1, 1)
|
|
934
1036
|
|
|
935
|
-
self.
|
|
936
|
-
self.
|
|
937
|
-
self.
|
|
938
|
-
self.
|
|
939
|
-
self.
|
|
940
|
-
self.spin_nclev.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
941
|
-
self.spin_nclev.setMinimum(3)
|
|
942
|
-
self.spin_nclev.setMaximum(128)
|
|
1037
|
+
self.slider_nclev = QSlider(self.w_contour_quiver)
|
|
1038
|
+
self.slider_nclev.setObjectName(u"slider_nclev")
|
|
1039
|
+
self.slider_nclev.setMinimumSize(QSize(0, 24))
|
|
1040
|
+
self.slider_nclev.setMaximumSize(QSize(16777215, 24))
|
|
1041
|
+
self.slider_nclev.setOrientation(Qt.Orientation.Horizontal)
|
|
943
1042
|
|
|
944
|
-
self.gridLayout_6.addWidget(self.
|
|
1043
|
+
self.gridLayout_6.addWidget(self.slider_nclev, 0, 1, 1, 1)
|
|
945
1044
|
|
|
946
|
-
self.
|
|
947
|
-
self.
|
|
948
|
-
self.
|
|
949
|
-
self.
|
|
950
|
-
self.
|
|
951
|
-
self.spin_vecspac.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
952
|
-
self.spin_vecspac.setMinimum(1)
|
|
1045
|
+
self.slider_vecspac = QSlider(self.w_contour_quiver)
|
|
1046
|
+
self.slider_vecspac.setObjectName(u"slider_vecspac")
|
|
1047
|
+
self.slider_vecspac.setMinimumSize(QSize(0, 24))
|
|
1048
|
+
self.slider_vecspac.setMaximumSize(QSize(16777215, 24))
|
|
1049
|
+
self.slider_vecspac.setOrientation(Qt.Orientation.Horizontal)
|
|
953
1050
|
|
|
954
|
-
self.gridLayout_6.addWidget(self.
|
|
1051
|
+
self.gridLayout_6.addWidget(self.slider_vecspac, 3, 1, 1, 1)
|
|
955
1052
|
|
|
956
|
-
self.
|
|
957
|
-
self.
|
|
958
|
-
sizePolicy2.setHeightForWidth(self.
|
|
959
|
-
self.
|
|
960
|
-
self.
|
|
961
|
-
self.
|
|
962
|
-
self.
|
|
1053
|
+
self.label_vecsize = QLabel(self.w_contour_quiver)
|
|
1054
|
+
self.label_vecsize.setObjectName(u"label_vecsize")
|
|
1055
|
+
sizePolicy2.setHeightForWidth(self.label_vecsize.sizePolicy().hasHeightForWidth())
|
|
1056
|
+
self.label_vecsize.setSizePolicy(sizePolicy2)
|
|
1057
|
+
self.label_vecsize.setMinimumSize(QSize(0, 20))
|
|
1058
|
+
self.label_vecsize.setMaximumSize(QSize(16777215, 20))
|
|
1059
|
+
self.label_vecsize.setFont(font5)
|
|
963
1060
|
|
|
964
|
-
self.gridLayout_6.addWidget(self.
|
|
1061
|
+
self.gridLayout_6.addWidget(self.label_vecsize, 1, 0, 1, 1)
|
|
965
1062
|
|
|
966
1063
|
self.spin_streamdens = MyQDoubleSpin(self.w_contour_quiver)
|
|
967
1064
|
self.spin_streamdens.setObjectName(u"spin_streamdens")
|
|
@@ -974,51 +1071,38 @@ class Ui_VisTab(object):
|
|
|
974
1071
|
self.spin_streamdens.setSingleStep(0.010000000000000)
|
|
975
1072
|
self.spin_streamdens.setValue(1.000000000000000)
|
|
976
1073
|
|
|
977
|
-
self.gridLayout_6.addWidget(self.spin_streamdens,
|
|
1074
|
+
self.gridLayout_6.addWidget(self.spin_streamdens, 4, 2, 1, 1)
|
|
978
1075
|
|
|
979
|
-
self.
|
|
980
|
-
self.
|
|
981
|
-
self.
|
|
982
|
-
self.
|
|
983
|
-
self.
|
|
1076
|
+
self.label_vecwid = QLabel(self.w_contour_quiver)
|
|
1077
|
+
self.label_vecwid.setObjectName(u"label_vecwid")
|
|
1078
|
+
sizePolicy2.setHeightForWidth(self.label_vecwid.sizePolicy().hasHeightForWidth())
|
|
1079
|
+
self.label_vecwid.setSizePolicy(sizePolicy2)
|
|
1080
|
+
self.label_vecwid.setMinimumSize(QSize(0, 20))
|
|
1081
|
+
self.label_vecwid.setMaximumSize(QSize(16777215, 20))
|
|
1082
|
+
self.label_vecwid.setFont(font5)
|
|
984
1083
|
|
|
985
|
-
self.gridLayout_6.addWidget(self.
|
|
986
|
-
|
|
987
|
-
self.label_vecsize = QLabel(self.w_contour_quiver)
|
|
988
|
-
self.label_vecsize.setObjectName(u"label_vecsize")
|
|
989
|
-
sizePolicy2.setHeightForWidth(self.label_vecsize.sizePolicy().hasHeightForWidth())
|
|
990
|
-
self.label_vecsize.setSizePolicy(sizePolicy2)
|
|
991
|
-
self.label_vecsize.setMinimumSize(QSize(0, 20))
|
|
992
|
-
self.label_vecsize.setMaximumSize(QSize(16777215, 20))
|
|
993
|
-
self.label_vecsize.setFont(font5)
|
|
1084
|
+
self.gridLayout_6.addWidget(self.label_vecwid, 2, 0, 1, 1)
|
|
994
1085
|
|
|
995
|
-
self.
|
|
1086
|
+
self.slider_vecwid = QSlider(self.w_contour_quiver)
|
|
1087
|
+
self.slider_vecwid.setObjectName(u"slider_vecwid")
|
|
1088
|
+
self.slider_vecwid.setMinimumSize(QSize(0, 24))
|
|
1089
|
+
self.slider_vecwid.setMaximumSize(QSize(16777215, 24))
|
|
1090
|
+
self.slider_vecwid.setOrientation(Qt.Orientation.Horizontal)
|
|
996
1091
|
|
|
997
|
-
self.
|
|
998
|
-
self.slider_vecspac.setObjectName(u"slider_vecspac")
|
|
999
|
-
self.slider_vecspac.setMinimumSize(QSize(0, 24))
|
|
1000
|
-
self.slider_vecspac.setMaximumSize(QSize(16777215, 24))
|
|
1001
|
-
self.slider_vecspac.setOrientation(Qt.Orientation.Horizontal)
|
|
1092
|
+
self.gridLayout_6.addWidget(self.slider_vecwid, 2, 1, 1, 1)
|
|
1002
1093
|
|
|
1003
|
-
self.
|
|
1094
|
+
self.spin_vecwid = MyQDoubleSpin(self.w_contour_quiver)
|
|
1095
|
+
self.spin_vecwid.setObjectName(u"spin_vecwid")
|
|
1096
|
+
self.spin_vecwid.setMinimumSize(QSize(0, 24))
|
|
1097
|
+
self.spin_vecwid.setMaximumSize(QSize(16777215, 24))
|
|
1098
|
+
self.spin_vecwid.setFont(font)
|
|
1099
|
+
self.spin_vecwid.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1100
|
+
self.spin_vecwid.setMinimum(0.010000000000000)
|
|
1101
|
+
self.spin_vecwid.setMaximum(10.000000000000000)
|
|
1102
|
+
self.spin_vecwid.setSingleStep(0.010000000000000)
|
|
1103
|
+
self.spin_vecwid.setValue(1.000000000000000)
|
|
1004
1104
|
|
|
1005
|
-
self.
|
|
1006
|
-
self.slider_nclev.setObjectName(u"slider_nclev")
|
|
1007
|
-
self.slider_nclev.setMinimumSize(QSize(0, 24))
|
|
1008
|
-
self.slider_nclev.setMaximumSize(QSize(16777215, 24))
|
|
1009
|
-
self.slider_nclev.setOrientation(Qt.Orientation.Horizontal)
|
|
1010
|
-
|
|
1011
|
-
self.gridLayout_6.addWidget(self.slider_nclev, 0, 1, 1, 1)
|
|
1012
|
-
|
|
1013
|
-
self.label_nclev = QLabel(self.w_contour_quiver)
|
|
1014
|
-
self.label_nclev.setObjectName(u"label_nclev")
|
|
1015
|
-
sizePolicy2.setHeightForWidth(self.label_nclev.sizePolicy().hasHeightForWidth())
|
|
1016
|
-
self.label_nclev.setSizePolicy(sizePolicy2)
|
|
1017
|
-
self.label_nclev.setMinimumSize(QSize(0, 20))
|
|
1018
|
-
self.label_nclev.setMaximumSize(QSize(16777215, 20))
|
|
1019
|
-
self.label_nclev.setFont(font5)
|
|
1020
|
-
|
|
1021
|
-
self.gridLayout_6.addWidget(self.label_nclev, 0, 0, 1, 1)
|
|
1105
|
+
self.gridLayout_6.addWidget(self.spin_vecwid, 2, 2, 1, 1)
|
|
1022
1106
|
|
|
1023
1107
|
|
|
1024
1108
|
self.verticalLayout_10.addWidget(self.w_contour_quiver)
|
|
@@ -1079,6 +1163,35 @@ class Ui_VisTab(object):
|
|
|
1079
1163
|
|
|
1080
1164
|
self.horizontalLayout_7.addWidget(self.spin_img)
|
|
1081
1165
|
|
|
1166
|
+
self.hs_it = QSpacerItem(3, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
1167
|
+
|
|
1168
|
+
self.horizontalLayout_7.addItem(self.hs_it)
|
|
1169
|
+
|
|
1170
|
+
self.label_it = QLabel(self.w_field_number)
|
|
1171
|
+
self.label_it.setObjectName(u"label_it")
|
|
1172
|
+
sizePolicy2.setHeightForWidth(self.label_it.sizePolicy().hasHeightForWidth())
|
|
1173
|
+
self.label_it.setSizePolicy(sizePolicy2)
|
|
1174
|
+
self.label_it.setMinimumSize(QSize(0, 24))
|
|
1175
|
+
self.label_it.setMaximumSize(QSize(16777215, 24))
|
|
1176
|
+
self.label_it.setFont(font5)
|
|
1177
|
+
self.label_it.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
1178
|
+
|
|
1179
|
+
self.horizontalLayout_7.addWidget(self.label_it)
|
|
1180
|
+
|
|
1181
|
+
self.spin_it = MyQSpin(self.w_field_number)
|
|
1182
|
+
self.spin_it.setObjectName(u"spin_it")
|
|
1183
|
+
sizePolicy4.setHeightForWidth(self.spin_it.sizePolicy().hasHeightForWidth())
|
|
1184
|
+
self.spin_it.setSizePolicy(sizePolicy4)
|
|
1185
|
+
self.spin_it.setMinimumSize(QSize(0, 24))
|
|
1186
|
+
self.spin_it.setMaximumSize(QSize(40, 24))
|
|
1187
|
+
self.spin_it.setFont(font)
|
|
1188
|
+
self.spin_it.setFocusPolicy(Qt.FocusPolicy.WheelFocus)
|
|
1189
|
+
self.spin_it.setMinimum(1)
|
|
1190
|
+
self.spin_it.setMaximum(1)
|
|
1191
|
+
self.spin_it.setValue(1)
|
|
1192
|
+
|
|
1193
|
+
self.horizontalLayout_7.addWidget(self.spin_it)
|
|
1194
|
+
|
|
1082
1195
|
self.hs_img = QSpacerItem(3, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
1083
1196
|
|
|
1084
1197
|
self.horizontalLayout_7.addItem(self.hs_img)
|
|
@@ -1137,35 +1250,6 @@ class Ui_VisTab(object):
|
|
|
1137
1250
|
|
|
1138
1251
|
self.horizontalLayout_7.addWidget(self.spin_cam)
|
|
1139
1252
|
|
|
1140
|
-
self.label_it = QLabel(self.w_field_number)
|
|
1141
|
-
self.label_it.setObjectName(u"label_it")
|
|
1142
|
-
sizePolicy2.setHeightForWidth(self.label_it.sizePolicy().hasHeightForWidth())
|
|
1143
|
-
self.label_it.setSizePolicy(sizePolicy2)
|
|
1144
|
-
self.label_it.setMinimumSize(QSize(0, 24))
|
|
1145
|
-
self.label_it.setMaximumSize(QSize(16777215, 24))
|
|
1146
|
-
self.label_it.setFont(font5)
|
|
1147
|
-
self.label_it.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
1148
|
-
|
|
1149
|
-
self.horizontalLayout_7.addWidget(self.label_it)
|
|
1150
|
-
|
|
1151
|
-
self.spin_it = MyQSpin(self.w_field_number)
|
|
1152
|
-
self.spin_it.setObjectName(u"spin_it")
|
|
1153
|
-
sizePolicy4.setHeightForWidth(self.spin_it.sizePolicy().hasHeightForWidth())
|
|
1154
|
-
self.spin_it.setSizePolicy(sizePolicy4)
|
|
1155
|
-
self.spin_it.setMinimumSize(QSize(0, 24))
|
|
1156
|
-
self.spin_it.setMaximumSize(QSize(40, 24))
|
|
1157
|
-
self.spin_it.setFont(font)
|
|
1158
|
-
self.spin_it.setFocusPolicy(Qt.FocusPolicy.WheelFocus)
|
|
1159
|
-
self.spin_it.setMinimum(1)
|
|
1160
|
-
self.spin_it.setMaximum(1)
|
|
1161
|
-
self.spin_it.setValue(1)
|
|
1162
|
-
|
|
1163
|
-
self.horizontalLayout_7.addWidget(self.spin_it)
|
|
1164
|
-
|
|
1165
|
-
self.hs_cam_2 = QSpacerItem(3, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
1166
|
-
|
|
1167
|
-
self.horizontalLayout_7.addItem(self.hs_cam_2)
|
|
1168
|
-
|
|
1169
1253
|
self.hs_cam = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1170
1254
|
|
|
1171
1255
|
self.horizontalLayout_7.addItem(self.hs_cam)
|
|
@@ -1225,22 +1309,29 @@ class Ui_VisTab(object):
|
|
|
1225
1309
|
QWidget.setTabOrder(self.slider_mean, self.spin_mean)
|
|
1226
1310
|
QWidget.setTabOrder(self.spin_mean, self.slider_range)
|
|
1227
1311
|
QWidget.setTabOrder(self.slider_range, self.spin_range)
|
|
1228
|
-
QWidget.setTabOrder(self.spin_range, self.
|
|
1312
|
+
QWidget.setTabOrder(self.spin_range, self.button_FocusIW)
|
|
1313
|
+
QWidget.setTabOrder(self.button_FocusIW, self.button_dx_left)
|
|
1314
|
+
QWidget.setTabOrder(self.button_dx_left, self.spin_xmin)
|
|
1229
1315
|
QWidget.setTabOrder(self.spin_xmin, self.spin_xmax)
|
|
1230
|
-
QWidget.setTabOrder(self.spin_xmax, self.
|
|
1316
|
+
QWidget.setTabOrder(self.spin_xmax, self.button_dx_right)
|
|
1317
|
+
QWidget.setTabOrder(self.button_dx_right, self.button_dy_down)
|
|
1318
|
+
QWidget.setTabOrder(self.button_dy_down, self.spin_ymin)
|
|
1231
1319
|
QWidget.setTabOrder(self.spin_ymin, self.spin_ymax)
|
|
1232
|
-
QWidget.setTabOrder(self.spin_ymax, self.
|
|
1320
|
+
QWidget.setTabOrder(self.spin_ymax, self.button_dy_up)
|
|
1321
|
+
QWidget.setTabOrder(self.button_dy_up, self.slider_nclev)
|
|
1233
1322
|
QWidget.setTabOrder(self.slider_nclev, self.spin_nclev)
|
|
1234
1323
|
QWidget.setTabOrder(self.spin_nclev, self.slider_vecsize)
|
|
1235
1324
|
QWidget.setTabOrder(self.slider_vecsize, self.spin_vecsize)
|
|
1236
|
-
QWidget.setTabOrder(self.spin_vecsize, self.
|
|
1325
|
+
QWidget.setTabOrder(self.spin_vecsize, self.slider_vecwid)
|
|
1326
|
+
QWidget.setTabOrder(self.slider_vecwid, self.spin_vecwid)
|
|
1327
|
+
QWidget.setTabOrder(self.spin_vecwid, self.slider_vecspac)
|
|
1237
1328
|
QWidget.setTabOrder(self.slider_vecspac, self.spin_vecspac)
|
|
1238
1329
|
QWidget.setTabOrder(self.spin_vecspac, self.slider_streamdens)
|
|
1239
1330
|
QWidget.setTabOrder(self.slider_streamdens, self.spin_streamdens)
|
|
1240
1331
|
QWidget.setTabOrder(self.spin_streamdens, self.spin_img)
|
|
1241
|
-
QWidget.setTabOrder(self.spin_img, self.
|
|
1332
|
+
QWidget.setTabOrder(self.spin_img, self.spin_it)
|
|
1333
|
+
QWidget.setTabOrder(self.spin_it, self.spin_frame)
|
|
1242
1334
|
QWidget.setTabOrder(self.spin_frame, self.spin_cam)
|
|
1243
|
-
QWidget.setTabOrder(self.spin_cam, self.spin_it)
|
|
1244
1335
|
|
|
1245
1336
|
self.retranslateUi(VisTab)
|
|
1246
1337
|
|
|
@@ -1302,6 +1393,9 @@ class Ui_VisTab(object):
|
|
|
1302
1393
|
self.button_Contourf.setToolTip(QCoreApplication.translate("VisTab", u"Activate filled contour plot", None))
|
|
1303
1394
|
#endif // QT_CONFIG(tooltip)
|
|
1304
1395
|
self.button_Contourf.setText("")
|
|
1396
|
+
#if QT_CONFIG(shortcut)
|
|
1397
|
+
self.button_Contourf.setShortcut(QCoreApplication.translate("VisTab", u"Alt+C", None))
|
|
1398
|
+
#endif // QT_CONFIG(shortcut)
|
|
1305
1399
|
#if QT_CONFIG(tooltip)
|
|
1306
1400
|
self.button_cmap.setToolTip(QCoreApplication.translate("VisTab", u"Change colormap", None))
|
|
1307
1401
|
#endif // QT_CONFIG(tooltip)
|
|
@@ -1400,80 +1494,126 @@ class Ui_VisTab(object):
|
|
|
1400
1494
|
#endif // QT_CONFIG(tooltip)
|
|
1401
1495
|
self.label_min.setText(QCoreApplication.translate("VisTab", u"min", None))
|
|
1402
1496
|
#if QT_CONFIG(tooltip)
|
|
1403
|
-
self.
|
|
1497
|
+
self.label_ylim.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the minimum value of the range covered by the colormap", None))
|
|
1404
1498
|
#endif // QT_CONFIG(tooltip)
|
|
1499
|
+
self.label_ylim.setText(QCoreApplication.translate("VisTab", u"Y: ", None))
|
|
1405
1500
|
#if QT_CONFIG(tooltip)
|
|
1406
|
-
self.
|
|
1501
|
+
self.label_lim_max.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the minimum value of the range covered by the colormap", None))
|
|
1407
1502
|
#endif // QT_CONFIG(tooltip)
|
|
1408
|
-
self.
|
|
1503
|
+
self.label_lim_max.setText(QCoreApplication.translate("VisTab", u"max", None))
|
|
1409
1504
|
#if QT_CONFIG(tooltip)
|
|
1410
|
-
self.
|
|
1505
|
+
self.spin_xmax.setToolTip(QCoreApplication.translate("VisTab", u"Set the maximum X limit", None))
|
|
1411
1506
|
#endif // QT_CONFIG(tooltip)
|
|
1412
|
-
self.label_lim_empty.setText(QCoreApplication.translate("VisTab", u"Limits ", None))
|
|
1413
1507
|
#if QT_CONFIG(tooltip)
|
|
1414
|
-
self.
|
|
1508
|
+
self.spin_ymax.setToolTip(QCoreApplication.translate("VisTab", u"Set the maximum Y limit", None))
|
|
1415
1509
|
#endif // QT_CONFIG(tooltip)
|
|
1416
|
-
self.label_lim_max.setText(QCoreApplication.translate("VisTab", u"max", None))
|
|
1417
1510
|
#if QT_CONFIG(tooltip)
|
|
1418
|
-
self.
|
|
1511
|
+
self.button_dx_left.setToolTip(QCoreApplication.translate("VisTab", u"Move the view zone to the left by the size Xmax - Xmin", None))
|
|
1419
1512
|
#endif // QT_CONFIG(tooltip)
|
|
1513
|
+
self.button_dx_left.setText(QCoreApplication.translate("VisTab", u"...", None))
|
|
1514
|
+
#if QT_CONFIG(shortcut)
|
|
1515
|
+
self.button_dx_left.setShortcut(QCoreApplication.translate("VisTab", u"Alt+Left", None))
|
|
1516
|
+
#endif // QT_CONFIG(shortcut)
|
|
1420
1517
|
#if QT_CONFIG(tooltip)
|
|
1421
|
-
self.
|
|
1518
|
+
self.spin_xmin.setToolTip(QCoreApplication.translate("VisTab", u"Set the minimum X limit", None))
|
|
1422
1519
|
#endif // QT_CONFIG(tooltip)
|
|
1423
|
-
self.label_xlim.setText(QCoreApplication.translate("VisTab", u"X: ", None))
|
|
1424
1520
|
#if QT_CONFIG(tooltip)
|
|
1425
|
-
self.
|
|
1521
|
+
self.label_lim_empty.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the minimum value of the range covered by the colormap", None))
|
|
1426
1522
|
#endif // QT_CONFIG(tooltip)
|
|
1427
|
-
self.
|
|
1523
|
+
self.label_lim_empty.setText(QCoreApplication.translate("VisTab", u"Limits ", None))
|
|
1428
1524
|
#if QT_CONFIG(tooltip)
|
|
1429
1525
|
self.spin_ymin.setToolTip(QCoreApplication.translate("VisTab", u"Set the minimum Y limit", None))
|
|
1430
1526
|
#endif // QT_CONFIG(tooltip)
|
|
1431
1527
|
#if QT_CONFIG(tooltip)
|
|
1432
|
-
self.
|
|
1528
|
+
self.label_xlim.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the minimum value of the range covered by the colormap", None))
|
|
1433
1529
|
#endif // QT_CONFIG(tooltip)
|
|
1530
|
+
self.label_xlim.setText(QCoreApplication.translate("VisTab", u"X: ", None))
|
|
1434
1531
|
#if QT_CONFIG(tooltip)
|
|
1435
|
-
self.
|
|
1532
|
+
self.label_lim_min.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the minimum value of the range covered by the colormap", None))
|
|
1436
1533
|
#endif // QT_CONFIG(tooltip)
|
|
1534
|
+
self.label_lim_min.setText(QCoreApplication.translate("VisTab", u"min", None))
|
|
1437
1535
|
#if QT_CONFIG(tooltip)
|
|
1438
|
-
self.
|
|
1536
|
+
self.button_dx_right.setToolTip(QCoreApplication.translate("VisTab", u"Move the view zone to the right by the size Xmax - Xmin", None))
|
|
1439
1537
|
#endif // QT_CONFIG(tooltip)
|
|
1440
|
-
self.
|
|
1538
|
+
self.button_dx_right.setText(QCoreApplication.translate("VisTab", u"...", None))
|
|
1539
|
+
#if QT_CONFIG(shortcut)
|
|
1540
|
+
self.button_dx_right.setShortcut(QCoreApplication.translate("VisTab", u"Alt+Right", None))
|
|
1541
|
+
#endif // QT_CONFIG(shortcut)
|
|
1441
1542
|
#if QT_CONFIG(tooltip)
|
|
1442
|
-
self.
|
|
1543
|
+
self.button_dy_down.setToolTip(QCoreApplication.translate("VisTab", u"Move the view zone down by the size Ymax - Ymin", None))
|
|
1443
1544
|
#endif // QT_CONFIG(tooltip)
|
|
1545
|
+
self.button_dy_down.setText(QCoreApplication.translate("VisTab", u"...", None))
|
|
1546
|
+
#if QT_CONFIG(shortcut)
|
|
1547
|
+
self.button_dy_down.setShortcut(QCoreApplication.translate("VisTab", u"Alt+Down", None))
|
|
1548
|
+
#endif // QT_CONFIG(shortcut)
|
|
1444
1549
|
#if QT_CONFIG(tooltip)
|
|
1445
|
-
self.
|
|
1550
|
+
self.button_dy_up.setToolTip(QCoreApplication.translate("VisTab", u"Move the view zone up by the size Ymax - Ymin", None))
|
|
1446
1551
|
#endif // QT_CONFIG(tooltip)
|
|
1552
|
+
self.button_dy_up.setText(QCoreApplication.translate("VisTab", u"...", None))
|
|
1553
|
+
#if QT_CONFIG(shortcut)
|
|
1554
|
+
self.button_dy_up.setShortcut(QCoreApplication.translate("VisTab", u"Alt+Up", None))
|
|
1555
|
+
#endif // QT_CONFIG(shortcut)
|
|
1447
1556
|
#if QT_CONFIG(tooltip)
|
|
1448
|
-
self.
|
|
1557
|
+
self.button_FocusIW.setToolTip(QCoreApplication.translate("VisTab", u"Resize view to interrogation window size in the last iteration", None))
|
|
1449
1558
|
#endif // QT_CONFIG(tooltip)
|
|
1559
|
+
self.button_FocusIW.setText("")
|
|
1450
1560
|
#if QT_CONFIG(tooltip)
|
|
1451
1561
|
self.label_vecspac.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the size of the vectors", None))
|
|
1452
1562
|
#endif // QT_CONFIG(tooltip)
|
|
1453
1563
|
self.label_vecspac.setText(QCoreApplication.translate("VisTab", u"vector spacing", None))
|
|
1454
1564
|
#if QT_CONFIG(tooltip)
|
|
1455
|
-
self.
|
|
1565
|
+
self.spin_vecsize.setToolTip(QCoreApplication.translate("VisTab", u"Set the size of the vectors", None))
|
|
1566
|
+
#endif // QT_CONFIG(tooltip)
|
|
1567
|
+
#if QT_CONFIG(tooltip)
|
|
1568
|
+
self.spin_vecspac.setToolTip(QCoreApplication.translate("VisTab", u"Set the spacing of the vectors", None))
|
|
1569
|
+
#endif // QT_CONFIG(tooltip)
|
|
1570
|
+
#if QT_CONFIG(tooltip)
|
|
1571
|
+
self.spin_nclev.setToolTip(QCoreApplication.translate("VisTab", u"Set the number of colour levels in the colormap", None))
|
|
1572
|
+
#endif // QT_CONFIG(tooltip)
|
|
1573
|
+
#if QT_CONFIG(tooltip)
|
|
1574
|
+
self.label_nclev.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the number of colour levels in the colormap", None))
|
|
1456
1575
|
#endif // QT_CONFIG(tooltip)
|
|
1576
|
+
self.label_nclev.setText(QCoreApplication.translate("VisTab", u"# colour levels", None))
|
|
1457
1577
|
#if QT_CONFIG(tooltip)
|
|
1458
1578
|
self.slider_vecsize.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the size of the vectors", None))
|
|
1459
1579
|
#endif // QT_CONFIG(tooltip)
|
|
1580
|
+
#if QT_CONFIG(tooltip)
|
|
1581
|
+
self.label_streamdens.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the density of the streamlines", None))
|
|
1582
|
+
#endif // QT_CONFIG(tooltip)
|
|
1583
|
+
self.label_streamdens.setText(QCoreApplication.translate("VisTab", u"streamline density", None))
|
|
1584
|
+
#if QT_CONFIG(tooltip)
|
|
1585
|
+
self.slider_streamdens.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the density of the streamlines", None))
|
|
1586
|
+
#endif // QT_CONFIG(tooltip)
|
|
1587
|
+
#if QT_CONFIG(tooltip)
|
|
1588
|
+
self.slider_nclev.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the number of colour levels in the colormap", None))
|
|
1589
|
+
#endif // QT_CONFIG(tooltip)
|
|
1590
|
+
#if QT_CONFIG(tooltip)
|
|
1591
|
+
self.slider_vecspac.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the spacing of the vectors", None))
|
|
1592
|
+
#endif // QT_CONFIG(tooltip)
|
|
1460
1593
|
#if QT_CONFIG(tooltip)
|
|
1461
1594
|
self.label_vecsize.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the size of the vectors", None))
|
|
1462
1595
|
#endif // QT_CONFIG(tooltip)
|
|
1463
1596
|
self.label_vecsize.setText(QCoreApplication.translate("VisTab", u"vector size", None))
|
|
1464
1597
|
#if QT_CONFIG(tooltip)
|
|
1465
|
-
self.
|
|
1598
|
+
self.spin_streamdens.setToolTip(QCoreApplication.translate("VisTab", u"Set the density of the streamlines", None))
|
|
1466
1599
|
#endif // QT_CONFIG(tooltip)
|
|
1467
1600
|
#if QT_CONFIG(tooltip)
|
|
1468
|
-
self.
|
|
1601
|
+
self.label_vecwid.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the width of the vectors", None))
|
|
1469
1602
|
#endif // QT_CONFIG(tooltip)
|
|
1603
|
+
self.label_vecwid.setText(QCoreApplication.translate("VisTab", u"vector width", None))
|
|
1470
1604
|
#if QT_CONFIG(tooltip)
|
|
1471
|
-
self.
|
|
1605
|
+
self.slider_vecwid.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the density of the streamlines", None))
|
|
1606
|
+
#endif // QT_CONFIG(tooltip)
|
|
1607
|
+
#if QT_CONFIG(tooltip)
|
|
1608
|
+
self.spin_vecwid.setToolTip(QCoreApplication.translate("VisTab", u"Set the density of the streamlines", None))
|
|
1472
1609
|
#endif // QT_CONFIG(tooltip)
|
|
1473
|
-
self.label_nclev.setText(QCoreApplication.translate("VisTab", u"# colour levels", None))
|
|
1474
1610
|
self.label_img.setText(QCoreApplication.translate("VisTab", u"#: ", None))
|
|
1475
1611
|
#if QT_CONFIG(tooltip)
|
|
1476
1612
|
self.spin_img.setToolTip(QCoreApplication.translate("VisTab", u"Number of image (-1: loaded image, 0: global results)", None))
|
|
1613
|
+
#endif // QT_CONFIG(tooltip)
|
|
1614
|
+
self.label_it.setText(QCoreApplication.translate("VisTab", u"it: ", None))
|
|
1615
|
+
#if QT_CONFIG(tooltip)
|
|
1616
|
+
self.spin_it.setToolTip(QCoreApplication.translate("VisTab", u"Number of iteration", None))
|
|
1477
1617
|
#endif // QT_CONFIG(tooltip)
|
|
1478
1618
|
self.label_frame.setText(QCoreApplication.translate("VisTab", u"frame: ", None))
|
|
1479
1619
|
#if QT_CONFIG(tooltip)
|
|
@@ -1482,10 +1622,6 @@ class Ui_VisTab(object):
|
|
|
1482
1622
|
self.label_cam.setText(QCoreApplication.translate("VisTab", u"cam: ", None))
|
|
1483
1623
|
#if QT_CONFIG(tooltip)
|
|
1484
1624
|
self.spin_cam.setToolTip(QCoreApplication.translate("VisTab", u"Number of camera", None))
|
|
1485
|
-
#endif // QT_CONFIG(tooltip)
|
|
1486
|
-
self.label_it.setText(QCoreApplication.translate("VisTab", u"it: ", None))
|
|
1487
|
-
#if QT_CONFIG(tooltip)
|
|
1488
|
-
self.spin_it.setToolTip(QCoreApplication.translate("VisTab", u"Number of iteration", None))
|
|
1489
1625
|
#endif // QT_CONFIG(tooltip)
|
|
1490
1626
|
self.name_var.setText(QCoreApplication.translate("VisTab", u"Input file: *", None))
|
|
1491
1627
|
# retranslateUi
|