PaIRS-UniNa 0.2.9__cp310-cp310-macosx_11_0_universal2.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- PaIRS_UniNa/Calibration_Tab.py +346 -0
- PaIRS_UniNa/Changes.txt +162 -0
- PaIRS_UniNa/Custom_Top.py +303 -0
- PaIRS_UniNa/Explorer.py +3168 -0
- PaIRS_UniNa/FolderLoop.py +562 -0
- PaIRS_UniNa/Input_Tab.py +831 -0
- PaIRS_UniNa/Input_Tab_CalVi.py +786 -0
- PaIRS_UniNa/Input_Tab_tools.py +3022 -0
- PaIRS_UniNa/Log_Tab.py +110 -0
- PaIRS_UniNa/Output_Tab.py +922 -0
- PaIRS_UniNa/PaIRS.py +18 -0
- PaIRS_UniNa/PaIRS_PIV.py +873 -0
- PaIRS_UniNa/PaIRS_pypacks.py +1421 -0
- PaIRS_UniNa/Process_Tab.py +1757 -0
- PaIRS_UniNa/Process_Tab_CalVi.py +313 -0
- PaIRS_UniNa/Process_Tab_Disp.py +163 -0
- PaIRS_UniNa/Process_Tab_Min.py +120 -0
- PaIRS_UniNa/ResizePopup.py +55 -0
- PaIRS_UniNa/SPIVCalHelp.py +155 -0
- PaIRS_UniNa/Saving_tools.py +296 -0
- PaIRS_UniNa/TabTools.py +1254 -0
- PaIRS_UniNa/Vis_Tab.py +2169 -0
- PaIRS_UniNa/Vis_Tab_CalVi.py +983 -0
- PaIRS_UniNa/Whatsnew.py +130 -0
- PaIRS_UniNa/_PaIRS_PIV.so +0 -0
- PaIRS_UniNa/__init__.py +6 -0
- PaIRS_UniNa/__main__.py +45 -0
- PaIRS_UniNa/addwidgets_ps.py +1133 -0
- PaIRS_UniNa/calib.py +1488 -0
- PaIRS_UniNa/calibView.py +833 -0
- PaIRS_UniNa/gPaIRS.py +3914 -0
- PaIRS_UniNa/gPalette.py +189 -0
- PaIRS_UniNa/icons/abort.png +0 -0
- PaIRS_UniNa/icons/about.png +0 -0
- PaIRS_UniNa/icons/align_all.png +0 -0
- PaIRS_UniNa/icons/announcement.png +0 -0
- PaIRS_UniNa/icons/automatic_levels_off.png +0 -0
- PaIRS_UniNa/icons/automatic_levels_on.png +0 -0
- PaIRS_UniNa/icons/automatic_off.png +0 -0
- PaIRS_UniNa/icons/automatic_on.png +0 -0
- PaIRS_UniNa/icons/automatic_size_off.png +0 -0
- PaIRS_UniNa/icons/automatic_size_on.png +0 -0
- PaIRS_UniNa/icons/axes.png +0 -0
- PaIRS_UniNa/icons/background.png +0 -0
- PaIRS_UniNa/icons/background_vectors.png +0 -0
- PaIRS_UniNa/icons/bin_off.png +0 -0
- PaIRS_UniNa/icons/bin_on.png +0 -0
- PaIRS_UniNa/icons/browse_file_c.png +0 -0
- PaIRS_UniNa/icons/browse_folder_c.png +0 -0
- PaIRS_UniNa/icons/brush_cursor.png +0 -0
- PaIRS_UniNa/icons/bugfix.png +0 -0
- PaIRS_UniNa/icons/cal_proc.png +0 -0
- PaIRS_UniNa/icons/cal_proc_off.png +0 -0
- PaIRS_UniNa/icons/cal_step.png +0 -0
- PaIRS_UniNa/icons/cal_step_off.png +0 -0
- PaIRS_UniNa/icons/calibrate.png +0 -0
- PaIRS_UniNa/icons/calibration_logo.png +0 -0
- PaIRS_UniNa/icons/change_folder.png +0 -0
- PaIRS_UniNa/icons/change_folder_off.png +0 -0
- PaIRS_UniNa/icons/checklist.png +0 -0
- PaIRS_UniNa/icons/clean.png +0 -0
- PaIRS_UniNa/icons/clean_run.png +0 -0
- PaIRS_UniNa/icons/close.png +0 -0
- PaIRS_UniNa/icons/close_all.png +0 -0
- PaIRS_UniNa/icons/close_project.png +0 -0
- PaIRS_UniNa/icons/close_workspace.png +0 -0
- PaIRS_UniNa/icons/colormap.png +0 -0
- PaIRS_UniNa/icons/colormaps/Accent.png +0 -0
- PaIRS_UniNa/icons/colormaps/BrBG.png +0 -0
- PaIRS_UniNa/icons/colormaps/Dark2.png +0 -0
- PaIRS_UniNa/icons/colormaps/PRGn.png +0 -0
- PaIRS_UniNa/icons/colormaps/Paired.png +0 -0
- PaIRS_UniNa/icons/colormaps/Pastel1.png +0 -0
- PaIRS_UniNa/icons/colormaps/Pastel2.png +0 -0
- PaIRS_UniNa/icons/colormaps/PiYG.png +0 -0
- PaIRS_UniNa/icons/colormaps/PuOr.png +0 -0
- PaIRS_UniNa/icons/colormaps/RdBu.png +0 -0
- PaIRS_UniNa/icons/colormaps/RdGy.png +0 -0
- PaIRS_UniNa/icons/colormaps/RdYlBu.png +0 -0
- PaIRS_UniNa/icons/colormaps/RdYlGn.png +0 -0
- PaIRS_UniNa/icons/colormaps/Set1.png +0 -0
- PaIRS_UniNa/icons/colormaps/Set2.png +0 -0
- PaIRS_UniNa/icons/colormaps/Set3.png +0 -0
- PaIRS_UniNa/icons/colormaps/Spectral.png +0 -0
- PaIRS_UniNa/icons/colormaps/Wistia.png +0 -0
- PaIRS_UniNa/icons/colormaps/afmhot.png +0 -0
- PaIRS_UniNa/icons/colormaps/autumn.png +0 -0
- PaIRS_UniNa/icons/colormaps/binary.png +0 -0
- PaIRS_UniNa/icons/colormaps/blackVector.png +0 -0
- PaIRS_UniNa/icons/colormaps/blueVector.png +0 -0
- PaIRS_UniNa/icons/colormaps/bone.png +0 -0
- PaIRS_UniNa/icons/colormaps/brg.png +0 -0
- PaIRS_UniNa/icons/colormaps/bwr.png +0 -0
- PaIRS_UniNa/icons/colormaps/cividis.png +0 -0
- PaIRS_UniNa/icons/colormaps/cool.png +0 -0
- PaIRS_UniNa/icons/colormaps/coolwarm.png +0 -0
- PaIRS_UniNa/icons/colormaps/copper.png +0 -0
- PaIRS_UniNa/icons/colormaps/cubehelix.png +0 -0
- PaIRS_UniNa/icons/colormaps/cyanVector.png +0 -0
- PaIRS_UniNa/icons/colormaps/flag.png +0 -0
- PaIRS_UniNa/icons/colormaps/gist_heat.png +0 -0
- PaIRS_UniNa/icons/colormaps/gray.png +0 -0
- PaIRS_UniNa/icons/colormaps/greenVector.png +0 -0
- PaIRS_UniNa/icons/colormaps/hot.png +0 -0
- PaIRS_UniNa/icons/colormaps/hsv.png +0 -0
- PaIRS_UniNa/icons/colormaps/inferno.png +0 -0
- PaIRS_UniNa/icons/colormaps/jet.png +0 -0
- PaIRS_UniNa/icons/colormaps/magentaVector.png +0 -0
- PaIRS_UniNa/icons/colormaps/magma.png +0 -0
- PaIRS_UniNa/icons/colormaps/ocean.png +0 -0
- PaIRS_UniNa/icons/colormaps/pink.png +0 -0
- PaIRS_UniNa/icons/colormaps/plasma.png +0 -0
- PaIRS_UniNa/icons/colormaps/prism.png +0 -0
- PaIRS_UniNa/icons/colormaps/rainbow.png +0 -0
- PaIRS_UniNa/icons/colormaps/redVector.png +0 -0
- PaIRS_UniNa/icons/colormaps/seismic.png +0 -0
- PaIRS_UniNa/icons/colormaps/spring.png +0 -0
- PaIRS_UniNa/icons/colormaps/summer.png +0 -0
- PaIRS_UniNa/icons/colormaps/tab10.png +0 -0
- PaIRS_UniNa/icons/colormaps/tab20.png +0 -0
- PaIRS_UniNa/icons/colormaps/tab20b.png +0 -0
- PaIRS_UniNa/icons/colormaps/tab20c.png +0 -0
- PaIRS_UniNa/icons/colormaps/terrain.png +0 -0
- PaIRS_UniNa/icons/colormaps/twilight.png +0 -0
- PaIRS_UniNa/icons/colormaps/viridis.png +0 -0
- PaIRS_UniNa/icons/colormaps/whiteVector.png +0 -0
- PaIRS_UniNa/icons/colormaps/winter.png +0 -0
- PaIRS_UniNa/icons/colormaps/yellowVector.png +0 -0
- PaIRS_UniNa/icons/common_region.png +0 -0
- PaIRS_UniNa/icons/common_region_off.png +0 -0
- PaIRS_UniNa/icons/completed.png +0 -0
- PaIRS_UniNa/icons/contourf_off.png +0 -0
- PaIRS_UniNa/icons/contourf_on.png +0 -0
- PaIRS_UniNa/icons/copy.png +0 -0
- PaIRS_UniNa/icons/copy_process.png +0 -0
- PaIRS_UniNa/icons/copy_process_off.png +0 -0
- PaIRS_UniNa/icons/copygrid.png +0 -0
- PaIRS_UniNa/icons/cursor_lamp.png +0 -0
- PaIRS_UniNa/icons/cut.png +0 -0
- PaIRS_UniNa/icons/cut_warnings.png +0 -0
- PaIRS_UniNa/icons/darkmode.png +0 -0
- PaIRS_UniNa/icons/debug_run.png +0 -0
- PaIRS_UniNa/icons/delete.png +0 -0
- PaIRS_UniNa/icons/deleteErr.png +0 -0
- PaIRS_UniNa/icons/disp_step.png +0 -0
- PaIRS_UniNa/icons/disp_step_off.png +0 -0
- PaIRS_UniNa/icons/down.png +0 -0
- PaIRS_UniNa/icons/edit_list.png +0 -0
- PaIRS_UniNa/icons/editing.png +0 -0
- PaIRS_UniNa/icons/example_list.png +0 -0
- PaIRS_UniNa/icons/find_all_planes.png +0 -0
- PaIRS_UniNa/icons/find_plane.png +0 -0
- PaIRS_UniNa/icons/flaticon_PaIRS.png +0 -0
- PaIRS_UniNa/icons/flaticon_PaIRS_beta.png +0 -0
- PaIRS_UniNa/icons/flaticon_PaIRS_download.png +0 -0
- PaIRS_UniNa/icons/flaticon_PaIRS_download_warning.png +0 -0
- PaIRS_UniNa/icons/flip_y_off.png +0 -0
- PaIRS_UniNa/icons/flip_y_on.png +0 -0
- PaIRS_UniNa/icons/focusErrr.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/gear.gif +0 -0
- PaIRS_UniNa/icons/gear.png +0 -0
- PaIRS_UniNa/icons/ger.png +0 -0
- PaIRS_UniNa/icons/greenv.png +0 -0
- PaIRS_UniNa/icons/guide.png +0 -0
- PaIRS_UniNa/icons/icon_CalVi.png +0 -0
- PaIRS_UniNa/icons/icon_PaIRS.png +0 -0
- PaIRS_UniNa/icons/import.png +0 -0
- PaIRS_UniNa/icons/import_set.png +0 -0
- PaIRS_UniNa/icons/information.png +0 -0
- PaIRS_UniNa/icons/information2.png +0 -0
- PaIRS_UniNa/icons/input_logo.png +0 -0
- PaIRS_UniNa/icons/issue.png +0 -0
- PaIRS_UniNa/icons/laser_NTR.png +0 -0
- PaIRS_UniNa/icons/laser_TR_double.png +0 -0
- PaIRS_UniNa/icons/laser_TR_single.png +0 -0
- PaIRS_UniNa/icons/link.png +0 -0
- PaIRS_UniNa/icons/linked.png +0 -0
- PaIRS_UniNa/icons/loaded.png +0 -0
- PaIRS_UniNa/icons/loading_2.gif +0 -0
- PaIRS_UniNa/icons/log_logo.png +0 -0
- PaIRS_UniNa/icons/logo_CalVi.png +0 -0
- PaIRS_UniNa/icons/logo_CalVi_completo.png +0 -0
- PaIRS_UniNa/icons/logo_CalVi_party.png +0 -0
- PaIRS_UniNa/icons/logo_PaIRS.png +0 -0
- PaIRS_UniNa/icons/logo_PaIRS_completo.png +0 -0
- PaIRS_UniNa/icons/logo_PaIRS_download.png +0 -0
- PaIRS_UniNa/icons/logo_PaIRS_party_rect.png +0 -0
- PaIRS_UniNa/icons/logo_PaIRS_rect.png +0 -0
- PaIRS_UniNa/icons/logo_opaco.png +0 -0
- PaIRS_UniNa/icons/mask.png +0 -0
- PaIRS_UniNa/icons/measure.png +0 -0
- PaIRS_UniNa/icons/measure_off.png +0 -0
- PaIRS_UniNa/icons/min_proc.png +0 -0
- PaIRS_UniNa/icons/min_proc_off.png +0 -0
- PaIRS_UniNa/icons/min_step.png +0 -0
- PaIRS_UniNa/icons/min_step_off.png +0 -0
- PaIRS_UniNa/icons/minus.png +0 -0
- PaIRS_UniNa/icons/mirror_u.png +0 -0
- PaIRS_UniNa/icons/mirror_v.png +0 -0
- PaIRS_UniNa/icons/mirror_x.png +0 -0
- PaIRS_UniNa/icons/mirror_y.png +0 -0
- PaIRS_UniNa/icons/mtplt.png +0 -0
- PaIRS_UniNa/icons/new.png +0 -0
- PaIRS_UniNa/icons/new_workspace.png +0 -0
- PaIRS_UniNa/icons/news.png +0 -0
- PaIRS_UniNa/icons/normal_run.png +0 -0
- PaIRS_UniNa/icons/open.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/open_workspace.png +0 -0
- PaIRS_UniNa/icons/output_logo.png +0 -0
- PaIRS_UniNa/icons/paste_above.png +0 -0
- PaIRS_UniNa/icons/paste_below.png +0 -0
- PaIRS_UniNa/icons/pause.png +0 -0
- PaIRS_UniNa/icons/paused.png +0 -0
- PaIRS_UniNa/icons/pencil_bw.png +0 -0
- PaIRS_UniNa/icons/piv_proc.png +0 -0
- PaIRS_UniNa/icons/piv_proc_off.png +0 -0
- PaIRS_UniNa/icons/piv_step.png +0 -0
- PaIRS_UniNa/icons/piv_step_off.png +0 -0
- PaIRS_UniNa/icons/plane.png +0 -0
- PaIRS_UniNa/icons/play.png +0 -0
- PaIRS_UniNa/icons/plus.png +0 -0
- PaIRS_UniNa/icons/process_logo.png +0 -0
- PaIRS_UniNa/icons/process_loop.png +0 -0
- PaIRS_UniNa/icons/project.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/quit.png +0 -0
- PaIRS_UniNa/icons/read.png +0 -0
- PaIRS_UniNa/icons/read_list.png +0 -0
- PaIRS_UniNa/icons/redo.png +0 -0
- PaIRS_UniNa/icons/redx.png +0 -0
- PaIRS_UniNa/icons/reset.png +0 -0
- PaIRS_UniNa/icons/reset_levels.png +0 -0
- PaIRS_UniNa/icons/resize_icon.png +0 -0
- PaIRS_UniNa/icons/restore.png +0 -0
- PaIRS_UniNa/icons/restore_undo.png +0 -0
- PaIRS_UniNa/icons/rotate_clock.png +0 -0
- PaIRS_UniNa/icons/rotate_counter.png +0 -0
- PaIRS_UniNa/icons/rotate_v_clock.png +0 -0
- PaIRS_UniNa/icons/rotate_v_counter.png +0 -0
- PaIRS_UniNa/icons/running.gif +0 -0
- PaIRS_UniNa/icons/running.png +0 -0
- PaIRS_UniNa/icons/running_warn.png +0 -0
- PaIRS_UniNa/icons/sandglass.png +0 -0
- PaIRS_UniNa/icons/save.png +0 -0
- PaIRS_UniNa/icons/save_and_stop.png +0 -0
- PaIRS_UniNa/icons/save_cfg.png +0 -0
- PaIRS_UniNa/icons/saveas.png +0 -0
- PaIRS_UniNa/icons/saveas_workspace.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_list.png +0 -0
- PaIRS_UniNa/icons/scan_path.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/search.png +0 -0
- PaIRS_UniNa/icons/showIW_off.png +0 -0
- PaIRS_UniNa/icons/showIW_on.png +0 -0
- PaIRS_UniNa/icons/show_all.png +0 -0
- PaIRS_UniNa/icons/sort.png +0 -0
- PaIRS_UniNa/icons/sort_reversed.png +0 -0
- PaIRS_UniNa/icons/spiv_proc.png +0 -0
- PaIRS_UniNa/icons/spiv_proc_off.png +0 -0
- PaIRS_UniNa/icons/spiv_setup_no.png +0 -0
- PaIRS_UniNa/icons/spiv_setup_ok.png +0 -0
- PaIRS_UniNa/icons/star.png +0 -0
- PaIRS_UniNa/icons/step_inheritance.png +0 -0
- PaIRS_UniNa/icons/subMIN_off.png +0 -0
- PaIRS_UniNa/icons/subMIN_on.png +0 -0
- PaIRS_UniNa/icons/tom.png +0 -0
- PaIRS_UniNa/icons/trash.png +0 -0
- PaIRS_UniNa/icons/undo.png +0 -0
- PaIRS_UniNa/icons/unedited.png +0 -0
- PaIRS_UniNa/icons/unina_dii.png +0 -0
- PaIRS_UniNa/icons/uninitialized.png +0 -0
- PaIRS_UniNa/icons/unlink.png +0 -0
- PaIRS_UniNa/icons/unwrap_items.png +0 -0
- PaIRS_UniNa/icons/up.png +0 -0
- PaIRS_UniNa/icons/updating_import.gif +0 -0
- PaIRS_UniNa/icons/updating_pairs.gif +0 -0
- PaIRS_UniNa/icons/vectorColor.png +0 -0
- PaIRS_UniNa/icons/vettore.png +0 -0
- PaIRS_UniNa/icons/view.png +0 -0
- PaIRS_UniNa/icons/view_off.png +0 -0
- PaIRS_UniNa/icons/vis_logo.png +0 -0
- PaIRS_UniNa/icons/waiting_circle.png +0 -0
- PaIRS_UniNa/icons/warning.png +0 -0
- PaIRS_UniNa/icons/warning_circle.png +0 -0
- PaIRS_UniNa/icons/window.png +0 -0
- PaIRS_UniNa/icons/workspace.png +0 -0
- PaIRS_UniNa/icons/wrap_items.png +0 -0
- PaIRS_UniNa/icons/write_list.png +0 -0
- PaIRS_UniNa/listLib.py +303 -0
- PaIRS_UniNa/mtfPIV.py +256 -0
- PaIRS_UniNa/parForMulti.py +435 -0
- PaIRS_UniNa/parForWorkers.py +593 -0
- PaIRS_UniNa/pivParFor.py +235 -0
- PaIRS_UniNa/plt_util.py +141 -0
- PaIRS_UniNa/preProcParFor.py +155 -0
- PaIRS_UniNa/procTools.py +1439 -0
- PaIRS_UniNa/readcfg.py +52 -0
- PaIRS_UniNa/rqrdpckgs.txt +9 -0
- PaIRS_UniNa/stereoPivParFor.py +227 -0
- PaIRS_UniNa/tAVarie.py +215 -0
- PaIRS_UniNa/tabSplitter.py +612 -0
- PaIRS_UniNa/ui_Calibration_Tab.py +578 -0
- PaIRS_UniNa/ui_Custom_Top.py +296 -0
- PaIRS_UniNa/ui_Input_Tab.py +1101 -0
- PaIRS_UniNa/ui_Input_Tab_CalVi.py +1283 -0
- PaIRS_UniNa/ui_Log_Tab.py +263 -0
- PaIRS_UniNa/ui_Output_Tab.py +2362 -0
- PaIRS_UniNa/ui_Process_Tab.py +3810 -0
- PaIRS_UniNa/ui_Process_Tab_CalVi.py +1549 -0
- PaIRS_UniNa/ui_Process_Tab_Disp.py +1141 -0
- PaIRS_UniNa/ui_Process_Tab_Min.py +437 -0
- PaIRS_UniNa/ui_ResizePopup.py +204 -0
- PaIRS_UniNa/ui_Vis_Tab.py +1628 -0
- PaIRS_UniNa/ui_Vis_Tab_CalVi.py +1251 -0
- PaIRS_UniNa/ui_Whatsnew.py +132 -0
- PaIRS_UniNa/ui_gPairs.py +877 -0
- PaIRS_UniNa/ui_infoPaIRS.py +551 -0
- PaIRS_UniNa/whatsnew.txt +6 -0
- pairs_unina-0.2.9.dist-info/METADATA +166 -0
- pairs_unina-0.2.9.dist-info/RECORD +333 -0
- pairs_unina-0.2.9.dist-info/WHEEL +5 -0
- pairs_unina-0.2.9.dist-info/top_level.txt +2 -0
|
@@ -0,0 +1,1628 @@
|
|
|
1
|
+
from .addwidgets_ps import icons_path
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
|
|
4
|
+
################################################################################
|
|
5
|
+
## Form generated from reading UI file 'Vis_TabYlRIwn.ui'
|
|
6
|
+
##
|
|
7
|
+
## Created by: Qt User Interface Compiler version 6.7.2
|
|
8
|
+
##
|
|
9
|
+
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
10
|
+
################################################################################
|
|
11
|
+
|
|
12
|
+
from PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,
|
|
13
|
+
QMetaObject, QObject, QPoint, QRect,
|
|
14
|
+
QSize, QTime, QUrl, Qt)
|
|
15
|
+
from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,
|
|
16
|
+
QFont, QFontDatabase, QGradient, QIcon,
|
|
17
|
+
QImage, QKeySequence, QLinearGradient, QPainter,
|
|
18
|
+
QPalette, QPixmap, QRadialGradient, QTransform)
|
|
19
|
+
from PySide6.QtWidgets import (QAbstractSpinBox, QApplication, QComboBox, QFrame,
|
|
20
|
+
QGridLayout, QGroupBox, QHBoxLayout, QLabel,
|
|
21
|
+
QLayout, QSizePolicy, QSlider, QSpacerItem,
|
|
22
|
+
QStackedWidget, QToolButton, QVBoxLayout, QWidget)
|
|
23
|
+
|
|
24
|
+
from .addwidgets_ps import (CollapsibleBox, MplCanvas, MyQDoubleSpin, MyQSpin,
|
|
25
|
+
MyTabLabel, MyToolButton)
|
|
26
|
+
|
|
27
|
+
class Ui_VisTab(object):
|
|
28
|
+
def setupUi(self, VisTab):
|
|
29
|
+
if not VisTab.objectName():
|
|
30
|
+
VisTab.setObjectName(u"VisTab")
|
|
31
|
+
VisTab.resize(535, 680)
|
|
32
|
+
VisTab.setMinimumSize(QSize(500, 680))
|
|
33
|
+
VisTab.setMaximumSize(QSize(1000, 16777215))
|
|
34
|
+
VisTab.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
35
|
+
icon1 = QIcon()
|
|
36
|
+
icon1.addFile(u""+ icons_path +"vis_logo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
37
|
+
VisTab.setWindowIcon(icon1)
|
|
38
|
+
self.verticalLayout = QVBoxLayout(VisTab)
|
|
39
|
+
self.verticalLayout.setObjectName(u"verticalLayout")
|
|
40
|
+
self.w_Mode = QWidget(VisTab)
|
|
41
|
+
self.w_Mode.setObjectName(u"w_Mode")
|
|
42
|
+
self.w_Mode.setMinimumSize(QSize(0, 40))
|
|
43
|
+
self.w_Mode.setMaximumSize(QSize(16777215, 40))
|
|
44
|
+
font = QFont()
|
|
45
|
+
font.setPointSize(11)
|
|
46
|
+
self.w_Mode.setFont(font)
|
|
47
|
+
self.horizontalLayout_8 = QHBoxLayout(self.w_Mode)
|
|
48
|
+
self.horizontalLayout_8.setSpacing(3)
|
|
49
|
+
self.horizontalLayout_8.setObjectName(u"horizontalLayout_8")
|
|
50
|
+
self.horizontalLayout_8.setContentsMargins(0, 0, 0, 10)
|
|
51
|
+
self.icon = MyTabLabel(self.w_Mode)
|
|
52
|
+
self.icon.setObjectName(u"icon")
|
|
53
|
+
self.icon.setMinimumSize(QSize(35, 35))
|
|
54
|
+
self.icon.setMaximumSize(QSize(35, 35))
|
|
55
|
+
self.icon.setPixmap(QPixmap(u""+ icons_path +"vis_logo.png"))
|
|
56
|
+
self.icon.setScaledContents(True)
|
|
57
|
+
|
|
58
|
+
self.horizontalLayout_8.addWidget(self.icon)
|
|
59
|
+
|
|
60
|
+
self.name_tab = MyTabLabel(self.w_Mode)
|
|
61
|
+
self.name_tab.setObjectName(u"name_tab")
|
|
62
|
+
self.name_tab.setMinimumSize(QSize(200, 35))
|
|
63
|
+
self.name_tab.setMaximumSize(QSize(16777215, 35))
|
|
64
|
+
font1 = QFont()
|
|
65
|
+
font1.setFamilies([u"Arial"])
|
|
66
|
+
font1.setPointSize(20)
|
|
67
|
+
font1.setBold(True)
|
|
68
|
+
self.name_tab.setFont(font1)
|
|
69
|
+
|
|
70
|
+
self.horizontalLayout_8.addWidget(self.name_tab)
|
|
71
|
+
|
|
72
|
+
self.hs1 = QSpacerItem(70, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
73
|
+
|
|
74
|
+
self.horizontalLayout_8.addItem(self.hs1)
|
|
75
|
+
|
|
76
|
+
self.label_number = QLabel(self.w_Mode)
|
|
77
|
+
self.label_number.setObjectName(u"label_number")
|
|
78
|
+
self.label_number.setMinimumSize(QSize(35, 0))
|
|
79
|
+
font2 = QFont()
|
|
80
|
+
font2.setPointSize(9)
|
|
81
|
+
self.label_number.setFont(font2)
|
|
82
|
+
self.label_number.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
83
|
+
|
|
84
|
+
self.horizontalLayout_8.addWidget(self.label_number)
|
|
85
|
+
|
|
86
|
+
self.hs_2 = QSpacerItem(5, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
87
|
+
|
|
88
|
+
self.horizontalLayout_8.addItem(self.hs_2)
|
|
89
|
+
|
|
90
|
+
self.button_back = QToolButton(self.w_Mode)
|
|
91
|
+
self.button_back.setObjectName(u"button_back")
|
|
92
|
+
self.button_back.setMinimumSize(QSize(24, 24))
|
|
93
|
+
self.button_back.setMaximumSize(QSize(24, 24))
|
|
94
|
+
icon2 = QIcon()
|
|
95
|
+
icon2.addFile(u""+ icons_path +"undo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
96
|
+
self.button_back.setIcon(icon2)
|
|
97
|
+
self.button_back.setIconSize(QSize(20, 20))
|
|
98
|
+
|
|
99
|
+
self.horizontalLayout_8.addWidget(self.button_back)
|
|
100
|
+
|
|
101
|
+
self.button_forward = QToolButton(self.w_Mode)
|
|
102
|
+
self.button_forward.setObjectName(u"button_forward")
|
|
103
|
+
self.button_forward.setMinimumSize(QSize(24, 24))
|
|
104
|
+
self.button_forward.setMaximumSize(QSize(24, 24))
|
|
105
|
+
icon3 = QIcon()
|
|
106
|
+
icon3.addFile(u""+ icons_path +"redo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
107
|
+
self.button_forward.setIcon(icon3)
|
|
108
|
+
self.button_forward.setIconSize(QSize(20, 20))
|
|
109
|
+
|
|
110
|
+
self.horizontalLayout_8.addWidget(self.button_forward)
|
|
111
|
+
|
|
112
|
+
self.w_button_close_tab = QWidget(self.w_Mode)
|
|
113
|
+
self.w_button_close_tab.setObjectName(u"w_button_close_tab")
|
|
114
|
+
self.w_button_close_tab.setMinimumSize(QSize(18, 24))
|
|
115
|
+
self.w_button_close_tab.setMaximumSize(QSize(18, 24))
|
|
116
|
+
self.horizontalLayout_4 = QHBoxLayout(self.w_button_close_tab)
|
|
117
|
+
self.horizontalLayout_4.setSpacing(0)
|
|
118
|
+
self.horizontalLayout_4.setObjectName(u"horizontalLayout_4")
|
|
119
|
+
self.horizontalLayout_4.setContentsMargins(0, 0, 0, -1)
|
|
120
|
+
self.button_close_tab = QToolButton(self.w_button_close_tab)
|
|
121
|
+
self.button_close_tab.setObjectName(u"button_close_tab")
|
|
122
|
+
self.button_close_tab.setMinimumSize(QSize(18, 18))
|
|
123
|
+
self.button_close_tab.setMaximumSize(QSize(18, 18))
|
|
124
|
+
self.button_close_tab.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
125
|
+
self.button_close_tab.setStyleSheet(u"QToolButton{\n"
|
|
126
|
+
"border-radius: 15px;\n"
|
|
127
|
+
"}")
|
|
128
|
+
icon4 = QIcon()
|
|
129
|
+
icon4.addFile(u""+ icons_path +"close.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
130
|
+
self.button_close_tab.setIcon(icon4)
|
|
131
|
+
self.button_close_tab.setIconSize(QSize(15, 15))
|
|
132
|
+
|
|
133
|
+
self.horizontalLayout_4.addWidget(self.button_close_tab)
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
self.horizontalLayout_8.addWidget(self.w_button_close_tab)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
self.verticalLayout.addWidget(self.w_Mode)
|
|
140
|
+
|
|
141
|
+
self.line = QFrame(VisTab)
|
|
142
|
+
self.line.setObjectName(u"line")
|
|
143
|
+
self.line.setMinimumSize(QSize(0, 5))
|
|
144
|
+
self.line.setFrameShape(QFrame.Shape.HLine)
|
|
145
|
+
self.line.setFrameShadow(QFrame.Shadow.Sunken)
|
|
146
|
+
|
|
147
|
+
self.verticalLayout.addWidget(self.line)
|
|
148
|
+
|
|
149
|
+
self.w_plot = QWidget(VisTab)
|
|
150
|
+
self.w_plot.setObjectName(u"w_plot")
|
|
151
|
+
self.lay_w_Plot = QVBoxLayout(self.w_plot)
|
|
152
|
+
self.lay_w_Plot.setSpacing(5)
|
|
153
|
+
self.lay_w_Plot.setObjectName(u"lay_w_Plot")
|
|
154
|
+
self.lay_w_Plot.setContentsMargins(0, 0, 0, 0)
|
|
155
|
+
self.CollapBox_PlotTools = CollapsibleBox(self.w_plot)
|
|
156
|
+
self.CollapBox_PlotTools.setObjectName(u"CollapBox_PlotTools")
|
|
157
|
+
sizePolicy = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Preferred)
|
|
158
|
+
sizePolicy.setHorizontalStretch(0)
|
|
159
|
+
sizePolicy.setVerticalStretch(0)
|
|
160
|
+
sizePolicy.setHeightForWidth(self.CollapBox_PlotTools.sizePolicy().hasHeightForWidth())
|
|
161
|
+
self.CollapBox_PlotTools.setSizePolicy(sizePolicy)
|
|
162
|
+
self.CollapBox_PlotTools.setMinimumSize(QSize(0, 170))
|
|
163
|
+
self.CollapBox_PlotTools.setMaximumSize(QSize(16777215, 170))
|
|
164
|
+
self.verticalLayout_24 = QVBoxLayout(self.CollapBox_PlotTools)
|
|
165
|
+
self.verticalLayout_24.setSpacing(0)
|
|
166
|
+
self.verticalLayout_24.setObjectName(u"verticalLayout_24")
|
|
167
|
+
self.verticalLayout_24.setContentsMargins(0, 0, 0, 0)
|
|
168
|
+
self.lay_CollapBox_PlotTools = QHBoxLayout()
|
|
169
|
+
self.lay_CollapBox_PlotTools.setSpacing(0)
|
|
170
|
+
self.lay_CollapBox_PlotTools.setObjectName(u"lay_CollapBox_PlotTools")
|
|
171
|
+
self.lay_CollapBox_PlotTools.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
172
|
+
self.tool_CollapBox_PlotTools = QToolButton(self.CollapBox_PlotTools)
|
|
173
|
+
self.tool_CollapBox_PlotTools.setObjectName(u"tool_CollapBox_PlotTools")
|
|
174
|
+
sizePolicy1 = QSizePolicy(QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)
|
|
175
|
+
sizePolicy1.setHorizontalStretch(0)
|
|
176
|
+
sizePolicy1.setVerticalStretch(0)
|
|
177
|
+
sizePolicy1.setHeightForWidth(self.tool_CollapBox_PlotTools.sizePolicy().hasHeightForWidth())
|
|
178
|
+
self.tool_CollapBox_PlotTools.setSizePolicy(sizePolicy1)
|
|
179
|
+
self.tool_CollapBox_PlotTools.setMinimumSize(QSize(0, 20))
|
|
180
|
+
self.tool_CollapBox_PlotTools.setMaximumSize(QSize(16777215, 20))
|
|
181
|
+
font3 = QFont()
|
|
182
|
+
font3.setPointSize(10)
|
|
183
|
+
font3.setBold(True)
|
|
184
|
+
self.tool_CollapBox_PlotTools.setFont(font3)
|
|
185
|
+
self.tool_CollapBox_PlotTools.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
186
|
+
self.tool_CollapBox_PlotTools.setStyleSheet(u"QToolButton { border: none; }")
|
|
187
|
+
self.tool_CollapBox_PlotTools.setCheckable(True)
|
|
188
|
+
self.tool_CollapBox_PlotTools.setChecked(True)
|
|
189
|
+
self.tool_CollapBox_PlotTools.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
190
|
+
self.tool_CollapBox_PlotTools.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
191
|
+
self.tool_CollapBox_PlotTools.setArrowType(Qt.ArrowType.DownArrow)
|
|
192
|
+
|
|
193
|
+
self.lay_CollapBox_PlotTools.addWidget(self.tool_CollapBox_PlotTools)
|
|
194
|
+
|
|
195
|
+
self.hsp_CollapBox_PlotTools = QSpacerItem(100, 20, QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Minimum)
|
|
196
|
+
|
|
197
|
+
self.lay_CollapBox_PlotTools.addItem(self.hsp_CollapBox_PlotTools)
|
|
198
|
+
|
|
199
|
+
self.button_CollapBox_PlotTools = MyToolButton(self.CollapBox_PlotTools)
|
|
200
|
+
self.button_CollapBox_PlotTools.setObjectName(u"button_CollapBox_PlotTools")
|
|
201
|
+
self.button_CollapBox_PlotTools.setMinimumSize(QSize(18, 18))
|
|
202
|
+
self.button_CollapBox_PlotTools.setMaximumSize(QSize(18, 18))
|
|
203
|
+
self.button_CollapBox_PlotTools.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
204
|
+
self.button_CollapBox_PlotTools.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
205
|
+
self.button_CollapBox_PlotTools.setIcon(icon2)
|
|
206
|
+
self.button_CollapBox_PlotTools.setIconSize(QSize(12, 12))
|
|
207
|
+
|
|
208
|
+
self.lay_CollapBox_PlotTools.addWidget(self.button_CollapBox_PlotTools)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
self.verticalLayout_24.addLayout(self.lay_CollapBox_PlotTools)
|
|
212
|
+
|
|
213
|
+
self.Plot_tools = QGroupBox(self.CollapBox_PlotTools)
|
|
214
|
+
self.Plot_tools.setObjectName(u"Plot_tools")
|
|
215
|
+
sizePolicy.setHeightForWidth(self.Plot_tools.sizePolicy().hasHeightForWidth())
|
|
216
|
+
self.Plot_tools.setSizePolicy(sizePolicy)
|
|
217
|
+
self.Plot_tools.setMinimumSize(QSize(0, 150))
|
|
218
|
+
self.Plot_tools.setMaximumSize(QSize(16777215, 150))
|
|
219
|
+
font4 = QFont()
|
|
220
|
+
font4.setPointSize(10)
|
|
221
|
+
font4.setBold(True)
|
|
222
|
+
font4.setItalic(False)
|
|
223
|
+
font4.setKerning(False)
|
|
224
|
+
self.Plot_tools.setFont(font4)
|
|
225
|
+
self.Plot_tools.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}\n"
|
|
226
|
+
"")
|
|
227
|
+
self.verticalLayout_2 = QVBoxLayout(self.Plot_tools)
|
|
228
|
+
self.verticalLayout_2.setSpacing(10)
|
|
229
|
+
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
|
230
|
+
self.verticalLayout_2.setContentsMargins(5, 5, 5, 5)
|
|
231
|
+
self.w_Plot_Contour_Map = QWidget(self.Plot_tools)
|
|
232
|
+
self.w_Plot_Contour_Map.setObjectName(u"w_Plot_Contour_Map")
|
|
233
|
+
self.w_Plot_Contour_Map.setMinimumSize(QSize(0, 140))
|
|
234
|
+
self.w_Plot_Contour_Map.setMaximumSize(QSize(16777215, 140))
|
|
235
|
+
self.horizontalLayout = QHBoxLayout(self.w_Plot_Contour_Map)
|
|
236
|
+
self.horizontalLayout.setSpacing(15)
|
|
237
|
+
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
|
238
|
+
self.horizontalLayout.setContentsMargins(0, 0, 0, 0)
|
|
239
|
+
self.w_Contour_Map = QWidget(self.w_Plot_Contour_Map)
|
|
240
|
+
self.w_Contour_Map.setObjectName(u"w_Contour_Map")
|
|
241
|
+
self.w_Contour_Map.setMinimumSize(QSize(200, 140))
|
|
242
|
+
self.w_Contour_Map.setMaximumSize(QSize(16777215, 140))
|
|
243
|
+
self.verticalLayout_11 = QVBoxLayout(self.w_Contour_Map)
|
|
244
|
+
self.verticalLayout_11.setSpacing(0)
|
|
245
|
+
self.verticalLayout_11.setObjectName(u"verticalLayout_11")
|
|
246
|
+
self.verticalLayout_11.setContentsMargins(0, 0, 0, 0)
|
|
247
|
+
self.w_addButtons = QWidget(self.w_Contour_Map)
|
|
248
|
+
self.w_addButtons.setObjectName(u"w_addButtons")
|
|
249
|
+
self.w_addButtons.setMinimumSize(QSize(0, 25))
|
|
250
|
+
self.w_addButtons.setMaximumSize(QSize(16777215, 25))
|
|
251
|
+
self.horizontalLayout_2 = QHBoxLayout(self.w_addButtons)
|
|
252
|
+
self.horizontalLayout_2.setSpacing(5)
|
|
253
|
+
self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
|
|
254
|
+
self.horizontalLayout_2.setContentsMargins(0, 0, 0, 0)
|
|
255
|
+
self.button_view = QToolButton(self.w_addButtons)
|
|
256
|
+
self.button_view.setObjectName(u"button_view")
|
|
257
|
+
self.button_view.setMinimumSize(QSize(24, 24))
|
|
258
|
+
self.button_view.setMaximumSize(QSize(24, 24))
|
|
259
|
+
self.button_view.setFont(font)
|
|
260
|
+
icon5 = QIcon()
|
|
261
|
+
icon5.addFile(u""+ icons_path +"view_off.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
262
|
+
icon5.addFile(u""+ icons_path +"view.png", QSize(), QIcon.Mode.Normal, QIcon.State.On)
|
|
263
|
+
self.button_view.setIcon(icon5)
|
|
264
|
+
self.button_view.setIconSize(QSize(22, 22))
|
|
265
|
+
self.button_view.setCheckable(True)
|
|
266
|
+
|
|
267
|
+
self.horizontalLayout_2.addWidget(self.button_view)
|
|
268
|
+
|
|
269
|
+
self.line_view = QFrame(self.w_addButtons)
|
|
270
|
+
self.line_view.setObjectName(u"line_view")
|
|
271
|
+
self.line_view.setFrameShape(QFrame.Shape.VLine)
|
|
272
|
+
self.line_view.setFrameShadow(QFrame.Shadow.Sunken)
|
|
273
|
+
|
|
274
|
+
self.horizontalLayout_2.addWidget(self.line_view)
|
|
275
|
+
|
|
276
|
+
self.button_ShowIW = QToolButton(self.w_addButtons)
|
|
277
|
+
self.button_ShowIW.setObjectName(u"button_ShowIW")
|
|
278
|
+
self.button_ShowIW.setMinimumSize(QSize(25, 25))
|
|
279
|
+
self.button_ShowIW.setMaximumSize(QSize(25, 25))
|
|
280
|
+
icon6 = QIcon()
|
|
281
|
+
icon6.addFile(u""+ icons_path +"showIW_off.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
282
|
+
icon6.addFile(u""+ icons_path +"showIW_on.png", QSize(), QIcon.Mode.Normal, QIcon.State.On)
|
|
283
|
+
self.button_ShowIW.setIcon(icon6)
|
|
284
|
+
self.button_ShowIW.setIconSize(QSize(18, 18))
|
|
285
|
+
self.button_ShowIW.setCheckable(True)
|
|
286
|
+
|
|
287
|
+
self.horizontalLayout_2.addWidget(self.button_ShowIW)
|
|
288
|
+
|
|
289
|
+
self.button_ShowCR = QToolButton(self.w_addButtons)
|
|
290
|
+
self.button_ShowCR.setObjectName(u"button_ShowCR")
|
|
291
|
+
self.button_ShowCR.setMinimumSize(QSize(24, 24))
|
|
292
|
+
self.button_ShowCR.setMaximumSize(QSize(24, 24))
|
|
293
|
+
self.button_ShowCR.setFont(font)
|
|
294
|
+
icon7 = QIcon()
|
|
295
|
+
icon7.addFile(u""+ icons_path +"common_region_off.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
296
|
+
icon7.addFile(u""+ icons_path +"common_region.png", QSize(), QIcon.Mode.Normal, QIcon.State.On)
|
|
297
|
+
self.button_ShowCR.setIcon(icon7)
|
|
298
|
+
self.button_ShowCR.setIconSize(QSize(22, 22))
|
|
299
|
+
self.button_ShowCR.setCheckable(True)
|
|
300
|
+
|
|
301
|
+
self.horizontalLayout_2.addWidget(self.button_ShowCR)
|
|
302
|
+
|
|
303
|
+
self.button_SubMIN = QToolButton(self.w_addButtons)
|
|
304
|
+
self.button_SubMIN.setObjectName(u"button_SubMIN")
|
|
305
|
+
self.button_SubMIN.setMinimumSize(QSize(25, 25))
|
|
306
|
+
self.button_SubMIN.setMaximumSize(QSize(25, 25))
|
|
307
|
+
icon8 = QIcon()
|
|
308
|
+
icon8.addFile(u""+ icons_path +"subMIN_off.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
309
|
+
icon8.addFile(u""+ icons_path +"subMIN_on.png", QSize(), QIcon.Mode.Normal, QIcon.State.On)
|
|
310
|
+
self.button_SubMIN.setIcon(icon8)
|
|
311
|
+
self.button_SubMIN.setIconSize(QSize(20, 20))
|
|
312
|
+
self.button_SubMIN.setCheckable(True)
|
|
313
|
+
|
|
314
|
+
self.horizontalLayout_2.addWidget(self.button_SubMIN)
|
|
315
|
+
|
|
316
|
+
self.line_img = QFrame(self.w_addButtons)
|
|
317
|
+
self.line_img.setObjectName(u"line_img")
|
|
318
|
+
self.line_img.setFrameShape(QFrame.Shape.VLine)
|
|
319
|
+
self.line_img.setFrameShadow(QFrame.Shadow.Sunken)
|
|
320
|
+
|
|
321
|
+
self.horizontalLayout_2.addWidget(self.line_img)
|
|
322
|
+
|
|
323
|
+
self.button_unit = QToolButton(self.w_addButtons)
|
|
324
|
+
self.button_unit.setObjectName(u"button_unit")
|
|
325
|
+
self.button_unit.setMinimumSize(QSize(25, 25))
|
|
326
|
+
self.button_unit.setMaximumSize(QSize(25, 25))
|
|
327
|
+
icon9 = QIcon()
|
|
328
|
+
icon9.addFile(u""+ icons_path +"measure_off.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
329
|
+
icon9.addFile(u""+ icons_path +"measure.png", QSize(), QIcon.Mode.Normal, QIcon.State.On)
|
|
330
|
+
self.button_unit.setIcon(icon9)
|
|
331
|
+
self.button_unit.setIconSize(QSize(20, 20))
|
|
332
|
+
self.button_unit.setCheckable(True)
|
|
333
|
+
|
|
334
|
+
self.horizontalLayout_2.addWidget(self.button_unit)
|
|
335
|
+
|
|
336
|
+
self.line_unit = QFrame(self.w_addButtons)
|
|
337
|
+
self.line_unit.setObjectName(u"line_unit")
|
|
338
|
+
self.line_unit.setFrameShape(QFrame.Shape.VLine)
|
|
339
|
+
self.line_unit.setFrameShadow(QFrame.Shadow.Sunken)
|
|
340
|
+
|
|
341
|
+
self.horizontalLayout_2.addWidget(self.line_unit)
|
|
342
|
+
|
|
343
|
+
self.button_Contourf = QToolButton(self.w_addButtons)
|
|
344
|
+
self.button_Contourf.setObjectName(u"button_Contourf")
|
|
345
|
+
self.button_Contourf.setMinimumSize(QSize(25, 25))
|
|
346
|
+
self.button_Contourf.setMaximumSize(QSize(25, 25))
|
|
347
|
+
icon10 = QIcon()
|
|
348
|
+
icon10.addFile(u""+ icons_path +"contourf_off.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
349
|
+
icon10.addFile(u""+ icons_path +"contourf_on.png", QSize(), QIcon.Mode.Normal, QIcon.State.On)
|
|
350
|
+
self.button_Contourf.setIcon(icon10)
|
|
351
|
+
self.button_Contourf.setIconSize(QSize(20, 20))
|
|
352
|
+
self.button_Contourf.setCheckable(True)
|
|
353
|
+
|
|
354
|
+
self.horizontalLayout_2.addWidget(self.button_Contourf)
|
|
355
|
+
|
|
356
|
+
self.line_Contourf = QFrame(self.w_addButtons)
|
|
357
|
+
self.line_Contourf.setObjectName(u"line_Contourf")
|
|
358
|
+
self.line_Contourf.setFrameShape(QFrame.Shape.VLine)
|
|
359
|
+
self.line_Contourf.setFrameShadow(QFrame.Shadow.Sunken)
|
|
360
|
+
|
|
361
|
+
self.horizontalLayout_2.addWidget(self.line_Contourf)
|
|
362
|
+
|
|
363
|
+
self.button_cmap = QToolButton(self.w_addButtons)
|
|
364
|
+
self.button_cmap.setObjectName(u"button_cmap")
|
|
365
|
+
self.button_cmap.setMinimumSize(QSize(25, 25))
|
|
366
|
+
self.button_cmap.setMaximumSize(QSize(25, 25))
|
|
367
|
+
icon11 = QIcon()
|
|
368
|
+
icon11.addFile(u""+ icons_path +"colormap.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
369
|
+
self.button_cmap.setIcon(icon11)
|
|
370
|
+
self.button_cmap.setIconSize(QSize(20, 20))
|
|
371
|
+
self.button_cmap.setCheckable(True)
|
|
372
|
+
|
|
373
|
+
self.horizontalLayout_2.addWidget(self.button_cmap)
|
|
374
|
+
|
|
375
|
+
self.button_cvec = QToolButton(self.w_addButtons)
|
|
376
|
+
self.button_cvec.setObjectName(u"button_cvec")
|
|
377
|
+
self.button_cvec.setMinimumSize(QSize(25, 25))
|
|
378
|
+
self.button_cvec.setMaximumSize(QSize(25, 25))
|
|
379
|
+
icon12 = QIcon()
|
|
380
|
+
icon12.addFile(u""+ icons_path +"vectorColor.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
381
|
+
self.button_cvec.setIcon(icon12)
|
|
382
|
+
self.button_cvec.setIconSize(QSize(20, 20))
|
|
383
|
+
self.button_cvec.setCheckable(True)
|
|
384
|
+
|
|
385
|
+
self.horizontalLayout_2.addWidget(self.button_cvec)
|
|
386
|
+
|
|
387
|
+
self.hs_addbuttons = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
388
|
+
|
|
389
|
+
self.horizontalLayout_2.addItem(self.hs_addbuttons)
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
self.verticalLayout_11.addWidget(self.w_addButtons)
|
|
393
|
+
|
|
394
|
+
self.vs_cmap_3 = QSpacerItem(20, 5, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)
|
|
395
|
+
|
|
396
|
+
self.verticalLayout_11.addItem(self.vs_cmap_3)
|
|
397
|
+
|
|
398
|
+
self.label_map_var = QLabel(self.w_Contour_Map)
|
|
399
|
+
self.label_map_var.setObjectName(u"label_map_var")
|
|
400
|
+
sizePolicy2 = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Fixed)
|
|
401
|
+
sizePolicy2.setHorizontalStretch(0)
|
|
402
|
+
sizePolicy2.setVerticalStretch(0)
|
|
403
|
+
sizePolicy2.setHeightForWidth(self.label_map_var.sizePolicy().hasHeightForWidth())
|
|
404
|
+
self.label_map_var.setSizePolicy(sizePolicy2)
|
|
405
|
+
self.label_map_var.setMinimumSize(QSize(0, 20))
|
|
406
|
+
self.label_map_var.setMaximumSize(QSize(16777215, 20))
|
|
407
|
+
font5 = QFont()
|
|
408
|
+
font5.setPointSize(10)
|
|
409
|
+
font5.setBold(False)
|
|
410
|
+
font5.setItalic(True)
|
|
411
|
+
self.label_map_var.setFont(font5)
|
|
412
|
+
|
|
413
|
+
self.verticalLayout_11.addWidget(self.label_map_var)
|
|
414
|
+
|
|
415
|
+
self.combo_map_var = QComboBox(self.w_Contour_Map)
|
|
416
|
+
self.combo_map_var.addItem("")
|
|
417
|
+
self.combo_map_var.addItem("")
|
|
418
|
+
self.combo_map_var.addItem("")
|
|
419
|
+
self.combo_map_var.addItem("")
|
|
420
|
+
self.combo_map_var.addItem("")
|
|
421
|
+
self.combo_map_var.addItem("")
|
|
422
|
+
self.combo_map_var.addItem("")
|
|
423
|
+
self.combo_map_var.setObjectName(u"combo_map_var")
|
|
424
|
+
self.combo_map_var.setMinimumSize(QSize(0, 24))
|
|
425
|
+
self.combo_map_var.setMaximumSize(QSize(16777215, 24))
|
|
426
|
+
self.combo_map_var.setFont(font)
|
|
427
|
+
|
|
428
|
+
self.verticalLayout_11.addWidget(self.combo_map_var)
|
|
429
|
+
|
|
430
|
+
self.vs_cmap_1 = QSpacerItem(20, 10, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)
|
|
431
|
+
|
|
432
|
+
self.verticalLayout_11.addItem(self.vs_cmap_1)
|
|
433
|
+
|
|
434
|
+
self.label_field_rep = QLabel(self.w_Contour_Map)
|
|
435
|
+
self.label_field_rep.setObjectName(u"label_field_rep")
|
|
436
|
+
sizePolicy2.setHeightForWidth(self.label_field_rep.sizePolicy().hasHeightForWidth())
|
|
437
|
+
self.label_field_rep.setSizePolicy(sizePolicy2)
|
|
438
|
+
self.label_field_rep.setMinimumSize(QSize(0, 20))
|
|
439
|
+
self.label_field_rep.setMaximumSize(QSize(16777215, 20))
|
|
440
|
+
self.label_field_rep.setFont(font5)
|
|
441
|
+
|
|
442
|
+
self.verticalLayout_11.addWidget(self.label_field_rep)
|
|
443
|
+
|
|
444
|
+
self.combo_field_rep = QComboBox(self.w_Contour_Map)
|
|
445
|
+
self.combo_field_rep.addItem("")
|
|
446
|
+
self.combo_field_rep.addItem("")
|
|
447
|
+
self.combo_field_rep.addItem("")
|
|
448
|
+
self.combo_field_rep.setObjectName(u"combo_field_rep")
|
|
449
|
+
self.combo_field_rep.setMinimumSize(QSize(0, 24))
|
|
450
|
+
self.combo_field_rep.setMaximumSize(QSize(16777215, 24))
|
|
451
|
+
self.combo_field_rep.setFont(font)
|
|
452
|
+
|
|
453
|
+
self.verticalLayout_11.addWidget(self.combo_field_rep)
|
|
454
|
+
|
|
455
|
+
self.vs_cmap_2 = QSpacerItem(20, 0, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
456
|
+
|
|
457
|
+
self.verticalLayout_11.addItem(self.vs_cmap_2)
|
|
458
|
+
|
|
459
|
+
self.verticalLayout_11.setStretch(2, 1)
|
|
460
|
+
self.verticalLayout_11.setStretch(3, 1)
|
|
461
|
+
self.verticalLayout_11.setStretch(5, 1)
|
|
462
|
+
self.verticalLayout_11.setStretch(6, 1)
|
|
463
|
+
|
|
464
|
+
self.horizontalLayout.addWidget(self.w_Contour_Map)
|
|
465
|
+
|
|
466
|
+
self.w_image_levels = QWidget(self.w_Plot_Contour_Map)
|
|
467
|
+
self.w_image_levels.setObjectName(u"w_image_levels")
|
|
468
|
+
self.w_image_levels.setMinimumSize(QSize(0, 140))
|
|
469
|
+
self.w_image_levels.setMaximumSize(QSize(16777215, 140))
|
|
470
|
+
self.verticalLayout_7 = QVBoxLayout(self.w_image_levels)
|
|
471
|
+
self.verticalLayout_7.setSpacing(0)
|
|
472
|
+
self.verticalLayout_7.setObjectName(u"verticalLayout_7")
|
|
473
|
+
self.verticalLayout_7.setContentsMargins(0, 0, 0, 5)
|
|
474
|
+
self.image_levels_control = QWidget(self.w_image_levels)
|
|
475
|
+
self.image_levels_control.setObjectName(u"image_levels_control")
|
|
476
|
+
self.image_levels_control.setMinimumSize(QSize(0, 24))
|
|
477
|
+
self.image_levels_control.setMaximumSize(QSize(16777215, 24))
|
|
478
|
+
self.horizontalLayout_5 = QHBoxLayout(self.image_levels_control)
|
|
479
|
+
self.horizontalLayout_5.setSpacing(3)
|
|
480
|
+
self.horizontalLayout_5.setObjectName(u"horizontalLayout_5")
|
|
481
|
+
self.horizontalLayout_5.setContentsMargins(0, 0, 0, 0)
|
|
482
|
+
self.button_automatic_levels = QToolButton(self.image_levels_control)
|
|
483
|
+
self.button_automatic_levels.setObjectName(u"button_automatic_levels")
|
|
484
|
+
self.button_automatic_levels.setMinimumSize(QSize(20, 20))
|
|
485
|
+
self.button_automatic_levels.setMaximumSize(QSize(20, 20))
|
|
486
|
+
icon13 = QIcon()
|
|
487
|
+
icon13.addFile(u""+ icons_path +"automatic_off.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
488
|
+
icon13.addFile(u""+ icons_path +"automatic_levels_on.png", QSize(), QIcon.Mode.Normal, QIcon.State.On)
|
|
489
|
+
icon13.addFile(u""+ icons_path +"automatic_levels_off.png", QSize(), QIcon.Mode.Disabled, QIcon.State.Off)
|
|
490
|
+
self.button_automatic_levels.setIcon(icon13)
|
|
491
|
+
self.button_automatic_levels.setIconSize(QSize(16, 16))
|
|
492
|
+
self.button_automatic_levels.setCheckable(True)
|
|
493
|
+
self.button_automatic_levels.setChecked(True)
|
|
494
|
+
|
|
495
|
+
self.horizontalLayout_5.addWidget(self.button_automatic_levels)
|
|
496
|
+
|
|
497
|
+
self.button_automatic_sizes = QToolButton(self.image_levels_control)
|
|
498
|
+
self.button_automatic_sizes.setObjectName(u"button_automatic_sizes")
|
|
499
|
+
self.button_automatic_sizes.setMinimumSize(QSize(20, 20))
|
|
500
|
+
self.button_automatic_sizes.setMaximumSize(QSize(20, 20))
|
|
501
|
+
icon14 = QIcon()
|
|
502
|
+
icon14.addFile(u""+ icons_path +"automatic_size_off.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
503
|
+
icon14.addFile(u""+ icons_path +"automatic_size_on.png", QSize(), QIcon.Mode.Normal, QIcon.State.On)
|
|
504
|
+
self.button_automatic_sizes.setIcon(icon14)
|
|
505
|
+
self.button_automatic_sizes.setIconSize(QSize(16, 16))
|
|
506
|
+
self.button_automatic_sizes.setCheckable(True)
|
|
507
|
+
self.button_automatic_sizes.setChecked(True)
|
|
508
|
+
|
|
509
|
+
self.horizontalLayout_5.addWidget(self.button_automatic_sizes)
|
|
510
|
+
|
|
511
|
+
self.line_2 = QFrame(self.image_levels_control)
|
|
512
|
+
self.line_2.setObjectName(u"line_2")
|
|
513
|
+
self.line_2.setFrameShape(QFrame.Shape.VLine)
|
|
514
|
+
self.line_2.setFrameShadow(QFrame.Shadow.Sunken)
|
|
515
|
+
|
|
516
|
+
self.horizontalLayout_5.addWidget(self.line_2)
|
|
517
|
+
|
|
518
|
+
self.button_restore = QToolButton(self.image_levels_control)
|
|
519
|
+
self.button_restore.setObjectName(u"button_restore")
|
|
520
|
+
self.button_restore.setMinimumSize(QSize(20, 20))
|
|
521
|
+
self.button_restore.setMaximumSize(QSize(20, 20))
|
|
522
|
+
icon15 = QIcon()
|
|
523
|
+
icon15.addFile(u""+ icons_path +"reset_levels.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
524
|
+
self.button_restore.setIcon(icon15)
|
|
525
|
+
self.button_restore.setIconSize(QSize(12, 12))
|
|
526
|
+
self.button_restore.setArrowType(Qt.ArrowType.NoArrow)
|
|
527
|
+
|
|
528
|
+
self.horizontalLayout_5.addWidget(self.button_restore)
|
|
529
|
+
|
|
530
|
+
self.button_resize = QToolButton(self.image_levels_control)
|
|
531
|
+
self.button_resize.setObjectName(u"button_resize")
|
|
532
|
+
self.button_resize.setMinimumSize(QSize(20, 20))
|
|
533
|
+
self.button_resize.setMaximumSize(QSize(20, 20))
|
|
534
|
+
icon16 = QIcon()
|
|
535
|
+
icon16.addFile(u""+ icons_path +"resize_icon.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
536
|
+
self.button_resize.setIcon(icon16)
|
|
537
|
+
self.button_resize.setIconSize(QSize(13, 13))
|
|
538
|
+
self.button_resize.setArrowType(Qt.ArrowType.NoArrow)
|
|
539
|
+
|
|
540
|
+
self.horizontalLayout_5.addWidget(self.button_resize)
|
|
541
|
+
|
|
542
|
+
self.line_3 = QFrame(self.image_levels_control)
|
|
543
|
+
self.line_3.setObjectName(u"line_3")
|
|
544
|
+
self.line_3.setFrameShape(QFrame.Shape.VLine)
|
|
545
|
+
self.line_3.setFrameShadow(QFrame.Shadow.Sunken)
|
|
546
|
+
|
|
547
|
+
self.horizontalLayout_5.addWidget(self.line_3)
|
|
548
|
+
|
|
549
|
+
self.button_invert_y = QToolButton(self.image_levels_control)
|
|
550
|
+
self.button_invert_y.setObjectName(u"button_invert_y")
|
|
551
|
+
self.button_invert_y.setMinimumSize(QSize(20, 20))
|
|
552
|
+
self.button_invert_y.setMaximumSize(QSize(20, 20))
|
|
553
|
+
icon17 = QIcon()
|
|
554
|
+
icon17.addFile(u""+ icons_path +"flip_y_off.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
555
|
+
icon17.addFile(u""+ icons_path +"flip_y_on.png", QSize(), QIcon.Mode.Normal, QIcon.State.On)
|
|
556
|
+
self.button_invert_y.setIcon(icon17)
|
|
557
|
+
self.button_invert_y.setCheckable(True)
|
|
558
|
+
self.button_invert_y.setArrowType(Qt.ArrowType.NoArrow)
|
|
559
|
+
|
|
560
|
+
self.horizontalLayout_5.addWidget(self.button_invert_y)
|
|
561
|
+
|
|
562
|
+
self.hs_lev_3 = QSpacerItem(85, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
563
|
+
|
|
564
|
+
self.horizontalLayout_5.addItem(self.hs_lev_3)
|
|
565
|
+
|
|
566
|
+
self.label_title = QLabel(self.image_levels_control)
|
|
567
|
+
self.label_title.setObjectName(u"label_title")
|
|
568
|
+
sizePolicy2.setHeightForWidth(self.label_title.sizePolicy().hasHeightForWidth())
|
|
569
|
+
self.label_title.setSizePolicy(sizePolicy2)
|
|
570
|
+
self.label_title.setMinimumSize(QSize(0, 20))
|
|
571
|
+
self.label_title.setMaximumSize(QSize(16777215, 20))
|
|
572
|
+
self.label_title.setFont(font5)
|
|
573
|
+
|
|
574
|
+
self.horizontalLayout_5.addWidget(self.label_title)
|
|
575
|
+
|
|
576
|
+
self.w_arrows = QWidget(self.image_levels_control)
|
|
577
|
+
self.w_arrows.setObjectName(u"w_arrows")
|
|
578
|
+
self.w_arrows.setMinimumSize(QSize(0, 24))
|
|
579
|
+
self.w_arrows.setMaximumSize(QSize(16777215, 24))
|
|
580
|
+
self.horizontalLayout_3 = QHBoxLayout(self.w_arrows)
|
|
581
|
+
self.horizontalLayout_3.setSpacing(3)
|
|
582
|
+
self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
|
|
583
|
+
self.horizontalLayout_3.setContentsMargins(0, 0, 0, 0)
|
|
584
|
+
self.button_left = QToolButton(self.w_arrows)
|
|
585
|
+
self.button_left.setObjectName(u"button_left")
|
|
586
|
+
sizePolicy3 = QSizePolicy(QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Fixed)
|
|
587
|
+
sizePolicy3.setHorizontalStretch(0)
|
|
588
|
+
sizePolicy3.setVerticalStretch(0)
|
|
589
|
+
sizePolicy3.setHeightForWidth(self.button_left.sizePolicy().hasHeightForWidth())
|
|
590
|
+
self.button_left.setSizePolicy(sizePolicy3)
|
|
591
|
+
self.button_left.setMinimumSize(QSize(14, 14))
|
|
592
|
+
self.button_left.setMaximumSize(QSize(14, 14))
|
|
593
|
+
self.button_left.setIconSize(QSize(15, 15))
|
|
594
|
+
self.button_left.setArrowType(Qt.ArrowType.LeftArrow)
|
|
595
|
+
|
|
596
|
+
self.horizontalLayout_3.addWidget(self.button_left)
|
|
597
|
+
|
|
598
|
+
self.button_right = QToolButton(self.w_arrows)
|
|
599
|
+
self.button_right.setObjectName(u"button_right")
|
|
600
|
+
self.button_right.setMinimumSize(QSize(14, 14))
|
|
601
|
+
self.button_right.setMaximumSize(QSize(14, 14))
|
|
602
|
+
self.button_right.setArrowType(Qt.ArrowType.RightArrow)
|
|
603
|
+
|
|
604
|
+
self.horizontalLayout_3.addWidget(self.button_right)
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
self.horizontalLayout_5.addWidget(self.w_arrows)
|
|
608
|
+
|
|
609
|
+
self.hs_lev_2 = QSpacerItem(1, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
610
|
+
|
|
611
|
+
self.horizontalLayout_5.addItem(self.hs_lev_2)
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
self.verticalLayout_7.addWidget(self.image_levels_control)
|
|
615
|
+
|
|
616
|
+
self.image_levels = QStackedWidget(self.w_image_levels)
|
|
617
|
+
self.image_levels.setObjectName(u"image_levels")
|
|
618
|
+
self.p_min_max = QWidget()
|
|
619
|
+
self.p_min_max.setObjectName(u"p_min_max")
|
|
620
|
+
self.verticalLayout_8 = QVBoxLayout(self.p_min_max)
|
|
621
|
+
self.verticalLayout_8.setObjectName(u"verticalLayout_8")
|
|
622
|
+
self.verticalLayout_8.setContentsMargins(0, 0, 0, 0)
|
|
623
|
+
self.w_min_max = QWidget(self.p_min_max)
|
|
624
|
+
self.w_min_max.setObjectName(u"w_min_max")
|
|
625
|
+
self.w_min_max.setMinimumSize(QSize(0, 0))
|
|
626
|
+
self.w_min_max.setMaximumSize(QSize(16777215, 16777215))
|
|
627
|
+
self.gridLayout_2 = QGridLayout(self.w_min_max)
|
|
628
|
+
self.gridLayout_2.setSpacing(5)
|
|
629
|
+
self.gridLayout_2.setObjectName(u"gridLayout_2")
|
|
630
|
+
self.gridLayout_2.setContentsMargins(0, 5, 0, 5)
|
|
631
|
+
self.label_mean = QLabel(self.w_min_max)
|
|
632
|
+
self.label_mean.setObjectName(u"label_mean")
|
|
633
|
+
sizePolicy2.setHeightForWidth(self.label_mean.sizePolicy().hasHeightForWidth())
|
|
634
|
+
self.label_mean.setSizePolicy(sizePolicy2)
|
|
635
|
+
self.label_mean.setMinimumSize(QSize(0, 20))
|
|
636
|
+
self.label_mean.setMaximumSize(QSize(16777215, 20))
|
|
637
|
+
self.label_mean.setFont(font5)
|
|
638
|
+
|
|
639
|
+
self.gridLayout_2.addWidget(self.label_mean, 2, 0, 1, 1)
|
|
640
|
+
|
|
641
|
+
self.slider_range = QSlider(self.w_min_max)
|
|
642
|
+
self.slider_range.setObjectName(u"slider_range")
|
|
643
|
+
self.slider_range.setMinimumSize(QSize(0, 24))
|
|
644
|
+
self.slider_range.setMaximumSize(QSize(16777215, 24))
|
|
645
|
+
self.slider_range.setOrientation(Qt.Orientation.Horizontal)
|
|
646
|
+
|
|
647
|
+
self.gridLayout_2.addWidget(self.slider_range, 3, 1, 1, 1)
|
|
648
|
+
|
|
649
|
+
self.label_max = QLabel(self.w_min_max)
|
|
650
|
+
self.label_max.setObjectName(u"label_max")
|
|
651
|
+
sizePolicy2.setHeightForWidth(self.label_max.sizePolicy().hasHeightForWidth())
|
|
652
|
+
self.label_max.setSizePolicy(sizePolicy2)
|
|
653
|
+
self.label_max.setMinimumSize(QSize(0, 20))
|
|
654
|
+
self.label_max.setMaximumSize(QSize(16777215, 20))
|
|
655
|
+
self.label_max.setFont(font5)
|
|
656
|
+
|
|
657
|
+
self.gridLayout_2.addWidget(self.label_max, 1, 0, 1, 1)
|
|
658
|
+
|
|
659
|
+
self.spin_min = MyQDoubleSpin(self.w_min_max)
|
|
660
|
+
self.spin_min.setObjectName(u"spin_min")
|
|
661
|
+
self.spin_min.setMinimumSize(QSize(0, 24))
|
|
662
|
+
self.spin_min.setMaximumSize(QSize(16777215, 24))
|
|
663
|
+
self.spin_min.setFont(font)
|
|
664
|
+
self.spin_min.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
665
|
+
|
|
666
|
+
self.gridLayout_2.addWidget(self.spin_min, 0, 3, 1, 1)
|
|
667
|
+
|
|
668
|
+
self.label_range = QLabel(self.w_min_max)
|
|
669
|
+
self.label_range.setObjectName(u"label_range")
|
|
670
|
+
sizePolicy2.setHeightForWidth(self.label_range.sizePolicy().hasHeightForWidth())
|
|
671
|
+
self.label_range.setSizePolicy(sizePolicy2)
|
|
672
|
+
self.label_range.setMinimumSize(QSize(0, 20))
|
|
673
|
+
self.label_range.setMaximumSize(QSize(16777215, 20))
|
|
674
|
+
self.label_range.setFont(font5)
|
|
675
|
+
|
|
676
|
+
self.gridLayout_2.addWidget(self.label_range, 3, 0, 1, 1)
|
|
677
|
+
|
|
678
|
+
self.spin_mean = MyQDoubleSpin(self.w_min_max)
|
|
679
|
+
self.spin_mean.setObjectName(u"spin_mean")
|
|
680
|
+
self.spin_mean.setMinimumSize(QSize(0, 24))
|
|
681
|
+
self.spin_mean.setMaximumSize(QSize(16777215, 24))
|
|
682
|
+
self.spin_mean.setFont(font)
|
|
683
|
+
self.spin_mean.setWrapping(False)
|
|
684
|
+
self.spin_mean.setFrame(True)
|
|
685
|
+
self.spin_mean.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
686
|
+
self.spin_mean.setAccelerated(True)
|
|
687
|
+
self.spin_mean.setProperty("showGroupSeparator", False)
|
|
688
|
+
|
|
689
|
+
self.gridLayout_2.addWidget(self.spin_mean, 2, 3, 1, 1)
|
|
690
|
+
|
|
691
|
+
self.slider_max = QSlider(self.w_min_max)
|
|
692
|
+
self.slider_max.setObjectName(u"slider_max")
|
|
693
|
+
self.slider_max.setMinimumSize(QSize(0, 24))
|
|
694
|
+
self.slider_max.setMaximumSize(QSize(16777215, 24))
|
|
695
|
+
self.slider_max.setOrientation(Qt.Orientation.Horizontal)
|
|
696
|
+
|
|
697
|
+
self.gridLayout_2.addWidget(self.slider_max, 1, 1, 1, 1)
|
|
698
|
+
|
|
699
|
+
self.spin_max = MyQDoubleSpin(self.w_min_max)
|
|
700
|
+
self.spin_max.setObjectName(u"spin_max")
|
|
701
|
+
self.spin_max.setMinimumSize(QSize(0, 24))
|
|
702
|
+
self.spin_max.setMaximumSize(QSize(16777215, 24))
|
|
703
|
+
self.spin_max.setFont(font)
|
|
704
|
+
self.spin_max.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
705
|
+
|
|
706
|
+
self.gridLayout_2.addWidget(self.spin_max, 1, 3, 1, 1)
|
|
707
|
+
|
|
708
|
+
self.spin_range = MyQDoubleSpin(self.w_min_max)
|
|
709
|
+
self.spin_range.setObjectName(u"spin_range")
|
|
710
|
+
self.spin_range.setMinimumSize(QSize(0, 24))
|
|
711
|
+
self.spin_range.setMaximumSize(QSize(16777215, 24))
|
|
712
|
+
self.spin_range.setFont(font)
|
|
713
|
+
self.spin_range.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
714
|
+
|
|
715
|
+
self.gridLayout_2.addWidget(self.spin_range, 3, 3, 1, 1)
|
|
716
|
+
|
|
717
|
+
self.slider_mean = QSlider(self.w_min_max)
|
|
718
|
+
self.slider_mean.setObjectName(u"slider_mean")
|
|
719
|
+
self.slider_mean.setMinimumSize(QSize(0, 24))
|
|
720
|
+
self.slider_mean.setMaximumSize(QSize(16777215, 24))
|
|
721
|
+
self.slider_mean.setOrientation(Qt.Orientation.Horizontal)
|
|
722
|
+
|
|
723
|
+
self.gridLayout_2.addWidget(self.slider_mean, 2, 1, 1, 1)
|
|
724
|
+
|
|
725
|
+
self.slider_min = QSlider(self.w_min_max)
|
|
726
|
+
self.slider_min.setObjectName(u"slider_min")
|
|
727
|
+
self.slider_min.setMinimumSize(QSize(0, 24))
|
|
728
|
+
self.slider_min.setMaximumSize(QSize(16777215, 24))
|
|
729
|
+
self.slider_min.setOrientation(Qt.Orientation.Horizontal)
|
|
730
|
+
|
|
731
|
+
self.gridLayout_2.addWidget(self.slider_min, 0, 1, 1, 1)
|
|
732
|
+
|
|
733
|
+
self.label_min = QLabel(self.w_min_max)
|
|
734
|
+
self.label_min.setObjectName(u"label_min")
|
|
735
|
+
sizePolicy2.setHeightForWidth(self.label_min.sizePolicy().hasHeightForWidth())
|
|
736
|
+
self.label_min.setSizePolicy(sizePolicy2)
|
|
737
|
+
self.label_min.setMinimumSize(QSize(0, 20))
|
|
738
|
+
self.label_min.setMaximumSize(QSize(16777215, 20))
|
|
739
|
+
self.label_min.setFont(font5)
|
|
740
|
+
|
|
741
|
+
self.gridLayout_2.addWidget(self.label_min, 0, 0, 1, 1)
|
|
742
|
+
|
|
743
|
+
self.hs_min = QSpacerItem(3, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
744
|
+
|
|
745
|
+
self.gridLayout_2.addItem(self.hs_min, 0, 2, 1, 1)
|
|
746
|
+
|
|
747
|
+
self.hs_max = QSpacerItem(3, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
748
|
+
|
|
749
|
+
self.gridLayout_2.addItem(self.hs_max, 1, 2, 1, 1)
|
|
750
|
+
|
|
751
|
+
self.hs_mean = QSpacerItem(3, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
752
|
+
|
|
753
|
+
self.gridLayout_2.addItem(self.hs_mean, 2, 2, 1, 1)
|
|
754
|
+
|
|
755
|
+
self.hs_range = QSpacerItem(3, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
756
|
+
|
|
757
|
+
self.gridLayout_2.addItem(self.hs_range, 3, 2, 1, 1)
|
|
758
|
+
|
|
759
|
+
self.gridLayout_2.setColumnStretch(1, 2)
|
|
760
|
+
self.gridLayout_2.setColumnStretch(3, 1)
|
|
761
|
+
|
|
762
|
+
self.verticalLayout_8.addWidget(self.w_min_max)
|
|
763
|
+
|
|
764
|
+
self.image_levels.addWidget(self.p_min_max)
|
|
765
|
+
self.p_limits = QWidget()
|
|
766
|
+
self.p_limits.setObjectName(u"p_limits")
|
|
767
|
+
self.verticalLayout_9 = QVBoxLayout(self.p_limits)
|
|
768
|
+
self.verticalLayout_9.setObjectName(u"verticalLayout_9")
|
|
769
|
+
self.verticalLayout_9.setContentsMargins(0, 0, 0, 0)
|
|
770
|
+
self.w_mean_range = QWidget(self.p_limits)
|
|
771
|
+
self.w_mean_range.setObjectName(u"w_mean_range")
|
|
772
|
+
self.w_mean_range.setMinimumSize(QSize(0, 110))
|
|
773
|
+
self.gridLayout = QGridLayout(self.w_mean_range)
|
|
774
|
+
self.gridLayout.setObjectName(u"gridLayout")
|
|
775
|
+
self.gridLayout.setHorizontalSpacing(5)
|
|
776
|
+
self.gridLayout.setVerticalSpacing(10)
|
|
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
|
+
|
|
837
|
+
self.spin_xmin = MyQDoubleSpin(self.w_mean_range)
|
|
838
|
+
self.spin_xmin.setObjectName(u"spin_xmin")
|
|
839
|
+
self.spin_xmin.setMinimumSize(QSize(0, 24))
|
|
840
|
+
self.spin_xmin.setMaximumSize(QSize(16777215, 24))
|
|
841
|
+
self.spin_xmin.setFont(font)
|
|
842
|
+
self.spin_xmin.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
843
|
+
self.spin_xmin.setDecimals(4)
|
|
844
|
+
self.spin_xmin.setMinimum(-1000000000.000000000000000)
|
|
845
|
+
self.spin_xmin.setMaximum(1000000000.000000000000000)
|
|
846
|
+
self.spin_xmin.setSingleStep(0.010000000000000)
|
|
847
|
+
|
|
848
|
+
self.gridLayout.addWidget(self.spin_xmin, 2, 2, 1, 1)
|
|
849
|
+
|
|
850
|
+
self.label_lim_empty = QLabel(self.w_mean_range)
|
|
851
|
+
self.label_lim_empty.setObjectName(u"label_lim_empty")
|
|
852
|
+
sizePolicy2.setHeightForWidth(self.label_lim_empty.sizePolicy().hasHeightForWidth())
|
|
853
|
+
self.label_lim_empty.setSizePolicy(sizePolicy2)
|
|
854
|
+
self.label_lim_empty.setMinimumSize(QSize(50, 20))
|
|
855
|
+
self.label_lim_empty.setMaximumSize(QSize(16777215, 20))
|
|
856
|
+
self.label_lim_empty.setFont(font5)
|
|
857
|
+
self.label_lim_empty.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
858
|
+
self.label_lim_empty.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
859
|
+
|
|
860
|
+
self.gridLayout.addWidget(self.label_lim_empty, 0, 0, 1, 1)
|
|
861
|
+
|
|
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)
|
|
872
|
+
|
|
873
|
+
self.gridLayout.addWidget(self.spin_ymin, 3, 2, 1, 1)
|
|
874
|
+
|
|
875
|
+
self.label_xlim = QLabel(self.w_mean_range)
|
|
876
|
+
self.label_xlim.setObjectName(u"label_xlim")
|
|
877
|
+
sizePolicy2.setHeightForWidth(self.label_xlim.sizePolicy().hasHeightForWidth())
|
|
878
|
+
self.label_xlim.setSizePolicy(sizePolicy2)
|
|
879
|
+
self.label_xlim.setMinimumSize(QSize(50, 20))
|
|
880
|
+
self.label_xlim.setMaximumSize(QSize(16777215, 20))
|
|
881
|
+
self.label_xlim.setFont(font5)
|
|
882
|
+
self.label_xlim.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
883
|
+
self.label_xlim.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
884
|
+
|
|
885
|
+
self.gridLayout.addWidget(self.label_xlim, 2, 0, 1, 1)
|
|
886
|
+
|
|
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)
|
|
894
|
+
|
|
895
|
+
self.gridLayout.addWidget(self.label_lim_min, 0, 2, 1, 1)
|
|
896
|
+
|
|
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)
|
|
902
|
+
|
|
903
|
+
self.gridLayout.addWidget(self.button_dx_right, 2, 4, 1, 1)
|
|
904
|
+
|
|
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)
|
|
915
|
+
|
|
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)
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
self.verticalLayout_9.addWidget(self.w_mean_range)
|
|
941
|
+
|
|
942
|
+
self.image_levels.addWidget(self.p_limits)
|
|
943
|
+
self.p_contour_quiver = QWidget()
|
|
944
|
+
self.p_contour_quiver.setObjectName(u"p_contour_quiver")
|
|
945
|
+
self.verticalLayout_10 = QVBoxLayout(self.p_contour_quiver)
|
|
946
|
+
self.verticalLayout_10.setSpacing(6)
|
|
947
|
+
self.verticalLayout_10.setObjectName(u"verticalLayout_10")
|
|
948
|
+
self.verticalLayout_10.setContentsMargins(0, 0, 0, 0)
|
|
949
|
+
self.w_contour_quiver = QWidget(self.p_contour_quiver)
|
|
950
|
+
self.w_contour_quiver.setObjectName(u"w_contour_quiver")
|
|
951
|
+
self.w_contour_quiver.setMinimumSize(QSize(0, 110))
|
|
952
|
+
self.gridLayout_6 = QGridLayout(self.w_contour_quiver)
|
|
953
|
+
self.gridLayout_6.setObjectName(u"gridLayout_6")
|
|
954
|
+
self.gridLayout_6.setHorizontalSpacing(5)
|
|
955
|
+
self.gridLayout_6.setVerticalSpacing(10)
|
|
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
|
+
|
|
967
|
+
self.spin_vecsize = MyQDoubleSpin(self.w_contour_quiver)
|
|
968
|
+
self.spin_vecsize.setObjectName(u"spin_vecsize")
|
|
969
|
+
self.spin_vecsize.setMinimumSize(QSize(0, 24))
|
|
970
|
+
self.spin_vecsize.setMaximumSize(QSize(16777215, 24))
|
|
971
|
+
self.spin_vecsize.setFont(font)
|
|
972
|
+
self.spin_vecsize.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
973
|
+
self.spin_vecsize.setMinimum(0.010000000000000)
|
|
974
|
+
self.spin_vecsize.setMaximum(10.000000000000000)
|
|
975
|
+
self.spin_vecsize.setSingleStep(0.010000000000000)
|
|
976
|
+
self.spin_vecsize.setValue(1.000000000000000)
|
|
977
|
+
|
|
978
|
+
self.gridLayout_6.addWidget(self.spin_vecsize, 1, 2, 1, 1)
|
|
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
|
+
|
|
1019
|
+
self.label_streamdens = QLabel(self.w_contour_quiver)
|
|
1020
|
+
self.label_streamdens.setObjectName(u"label_streamdens")
|
|
1021
|
+
sizePolicy2.setHeightForWidth(self.label_streamdens.sizePolicy().hasHeightForWidth())
|
|
1022
|
+
self.label_streamdens.setSizePolicy(sizePolicy2)
|
|
1023
|
+
self.label_streamdens.setMinimumSize(QSize(0, 20))
|
|
1024
|
+
self.label_streamdens.setMaximumSize(QSize(16777215, 20))
|
|
1025
|
+
self.label_streamdens.setFont(font5)
|
|
1026
|
+
|
|
1027
|
+
self.gridLayout_6.addWidget(self.label_streamdens, 4, 0, 1, 1)
|
|
1028
|
+
|
|
1029
|
+
self.slider_streamdens = QSlider(self.w_contour_quiver)
|
|
1030
|
+
self.slider_streamdens.setObjectName(u"slider_streamdens")
|
|
1031
|
+
self.slider_streamdens.setMinimumSize(QSize(0, 24))
|
|
1032
|
+
self.slider_streamdens.setMaximumSize(QSize(16777215, 24))
|
|
1033
|
+
self.slider_streamdens.setOrientation(Qt.Orientation.Horizontal)
|
|
1034
|
+
|
|
1035
|
+
self.gridLayout_6.addWidget(self.slider_streamdens, 4, 1, 1, 1)
|
|
1036
|
+
|
|
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)
|
|
1042
|
+
|
|
1043
|
+
self.gridLayout_6.addWidget(self.slider_nclev, 0, 1, 1, 1)
|
|
1044
|
+
|
|
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)
|
|
1050
|
+
|
|
1051
|
+
self.gridLayout_6.addWidget(self.slider_vecspac, 3, 1, 1, 1)
|
|
1052
|
+
|
|
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)
|
|
1060
|
+
|
|
1061
|
+
self.gridLayout_6.addWidget(self.label_vecsize, 1, 0, 1, 1)
|
|
1062
|
+
|
|
1063
|
+
self.spin_streamdens = MyQDoubleSpin(self.w_contour_quiver)
|
|
1064
|
+
self.spin_streamdens.setObjectName(u"spin_streamdens")
|
|
1065
|
+
self.spin_streamdens.setMinimumSize(QSize(0, 24))
|
|
1066
|
+
self.spin_streamdens.setMaximumSize(QSize(16777215, 24))
|
|
1067
|
+
self.spin_streamdens.setFont(font)
|
|
1068
|
+
self.spin_streamdens.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1069
|
+
self.spin_streamdens.setMinimum(0.100000000000000)
|
|
1070
|
+
self.spin_streamdens.setMaximum(3.000000000000000)
|
|
1071
|
+
self.spin_streamdens.setSingleStep(0.010000000000000)
|
|
1072
|
+
self.spin_streamdens.setValue(1.000000000000000)
|
|
1073
|
+
|
|
1074
|
+
self.gridLayout_6.addWidget(self.spin_streamdens, 4, 2, 1, 1)
|
|
1075
|
+
|
|
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)
|
|
1083
|
+
|
|
1084
|
+
self.gridLayout_6.addWidget(self.label_vecwid, 2, 0, 1, 1)
|
|
1085
|
+
|
|
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)
|
|
1091
|
+
|
|
1092
|
+
self.gridLayout_6.addWidget(self.slider_vecwid, 2, 1, 1, 1)
|
|
1093
|
+
|
|
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)
|
|
1104
|
+
|
|
1105
|
+
self.gridLayout_6.addWidget(self.spin_vecwid, 2, 2, 1, 1)
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
self.verticalLayout_10.addWidget(self.w_contour_quiver)
|
|
1109
|
+
|
|
1110
|
+
self.image_levels.addWidget(self.p_contour_quiver)
|
|
1111
|
+
|
|
1112
|
+
self.verticalLayout_7.addWidget(self.image_levels)
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
self.horizontalLayout.addWidget(self.w_image_levels)
|
|
1116
|
+
|
|
1117
|
+
self.horizontalLayout.setStretch(0, 1)
|
|
1118
|
+
self.horizontalLayout.setStretch(1, 3)
|
|
1119
|
+
|
|
1120
|
+
self.verticalLayout_2.addWidget(self.w_Plot_Contour_Map)
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
self.verticalLayout_24.addWidget(self.Plot_tools)
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
self.lay_w_Plot.addWidget(self.CollapBox_PlotTools)
|
|
1127
|
+
|
|
1128
|
+
self.w_field_number = QWidget(self.w_plot)
|
|
1129
|
+
self.w_field_number.setObjectName(u"w_field_number")
|
|
1130
|
+
self.w_field_number.setMinimumSize(QSize(0, 24))
|
|
1131
|
+
self.w_field_number.setMaximumSize(QSize(16777215, 24))
|
|
1132
|
+
self.w_field_number.setSizeIncrement(QSize(0, 0))
|
|
1133
|
+
self.w_field_number.setBaseSize(QSize(0, 0))
|
|
1134
|
+
self.horizontalLayout_7 = QHBoxLayout(self.w_field_number)
|
|
1135
|
+
self.horizontalLayout_7.setSpacing(3)
|
|
1136
|
+
self.horizontalLayout_7.setObjectName(u"horizontalLayout_7")
|
|
1137
|
+
self.horizontalLayout_7.setContentsMargins(0, 0, 0, 0)
|
|
1138
|
+
self.label_img = QLabel(self.w_field_number)
|
|
1139
|
+
self.label_img.setObjectName(u"label_img")
|
|
1140
|
+
sizePolicy2.setHeightForWidth(self.label_img.sizePolicy().hasHeightForWidth())
|
|
1141
|
+
self.label_img.setSizePolicy(sizePolicy2)
|
|
1142
|
+
self.label_img.setMinimumSize(QSize(0, 24))
|
|
1143
|
+
self.label_img.setMaximumSize(QSize(16777215, 24))
|
|
1144
|
+
self.label_img.setFont(font5)
|
|
1145
|
+
self.label_img.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
1146
|
+
|
|
1147
|
+
self.horizontalLayout_7.addWidget(self.label_img)
|
|
1148
|
+
|
|
1149
|
+
self.spin_img = MyQSpin(self.w_field_number)
|
|
1150
|
+
self.spin_img.setObjectName(u"spin_img")
|
|
1151
|
+
sizePolicy4 = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Fixed)
|
|
1152
|
+
sizePolicy4.setHorizontalStretch(0)
|
|
1153
|
+
sizePolicy4.setVerticalStretch(0)
|
|
1154
|
+
sizePolicy4.setHeightForWidth(self.spin_img.sizePolicy().hasHeightForWidth())
|
|
1155
|
+
self.spin_img.setSizePolicy(sizePolicy4)
|
|
1156
|
+
self.spin_img.setMinimumSize(QSize(0, 24))
|
|
1157
|
+
self.spin_img.setMaximumSize(QSize(60, 24))
|
|
1158
|
+
self.spin_img.setFont(font)
|
|
1159
|
+
self.spin_img.setFocusPolicy(Qt.FocusPolicy.WheelFocus)
|
|
1160
|
+
self.spin_img.setMinimum(0)
|
|
1161
|
+
self.spin_img.setMaximum(99999)
|
|
1162
|
+
self.spin_img.setValue(0)
|
|
1163
|
+
|
|
1164
|
+
self.horizontalLayout_7.addWidget(self.spin_img)
|
|
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
|
+
|
|
1195
|
+
self.hs_img = QSpacerItem(3, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
1196
|
+
|
|
1197
|
+
self.horizontalLayout_7.addItem(self.hs_img)
|
|
1198
|
+
|
|
1199
|
+
self.label_frame = QLabel(self.w_field_number)
|
|
1200
|
+
self.label_frame.setObjectName(u"label_frame")
|
|
1201
|
+
sizePolicy2.setHeightForWidth(self.label_frame.sizePolicy().hasHeightForWidth())
|
|
1202
|
+
self.label_frame.setSizePolicy(sizePolicy2)
|
|
1203
|
+
self.label_frame.setMinimumSize(QSize(0, 24))
|
|
1204
|
+
self.label_frame.setMaximumSize(QSize(16777215, 24))
|
|
1205
|
+
self.label_frame.setFont(font5)
|
|
1206
|
+
self.label_frame.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
1207
|
+
|
|
1208
|
+
self.horizontalLayout_7.addWidget(self.label_frame)
|
|
1209
|
+
|
|
1210
|
+
self.spin_frame = MyQSpin(self.w_field_number)
|
|
1211
|
+
self.spin_frame.setObjectName(u"spin_frame")
|
|
1212
|
+
sizePolicy4.setHeightForWidth(self.spin_frame.sizePolicy().hasHeightForWidth())
|
|
1213
|
+
self.spin_frame.setSizePolicy(sizePolicy4)
|
|
1214
|
+
self.spin_frame.setMinimumSize(QSize(0, 24))
|
|
1215
|
+
self.spin_frame.setMaximumSize(QSize(40, 24))
|
|
1216
|
+
self.spin_frame.setFont(font)
|
|
1217
|
+
self.spin_frame.setFocusPolicy(Qt.FocusPolicy.WheelFocus)
|
|
1218
|
+
self.spin_frame.setMinimum(1)
|
|
1219
|
+
self.spin_frame.setMaximum(2)
|
|
1220
|
+
self.spin_frame.setValue(1)
|
|
1221
|
+
|
|
1222
|
+
self.horizontalLayout_7.addWidget(self.spin_frame)
|
|
1223
|
+
|
|
1224
|
+
self.hs_frame = QSpacerItem(3, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
1225
|
+
|
|
1226
|
+
self.horizontalLayout_7.addItem(self.hs_frame)
|
|
1227
|
+
|
|
1228
|
+
self.label_cam = QLabel(self.w_field_number)
|
|
1229
|
+
self.label_cam.setObjectName(u"label_cam")
|
|
1230
|
+
sizePolicy2.setHeightForWidth(self.label_cam.sizePolicy().hasHeightForWidth())
|
|
1231
|
+
self.label_cam.setSizePolicy(sizePolicy2)
|
|
1232
|
+
self.label_cam.setMinimumSize(QSize(0, 24))
|
|
1233
|
+
self.label_cam.setMaximumSize(QSize(16777215, 24))
|
|
1234
|
+
self.label_cam.setFont(font5)
|
|
1235
|
+
self.label_cam.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
1236
|
+
|
|
1237
|
+
self.horizontalLayout_7.addWidget(self.label_cam)
|
|
1238
|
+
|
|
1239
|
+
self.spin_cam = MyQSpin(self.w_field_number)
|
|
1240
|
+
self.spin_cam.setObjectName(u"spin_cam")
|
|
1241
|
+
sizePolicy4.setHeightForWidth(self.spin_cam.sizePolicy().hasHeightForWidth())
|
|
1242
|
+
self.spin_cam.setSizePolicy(sizePolicy4)
|
|
1243
|
+
self.spin_cam.setMinimumSize(QSize(0, 24))
|
|
1244
|
+
self.spin_cam.setMaximumSize(QSize(40, 24))
|
|
1245
|
+
self.spin_cam.setFont(font)
|
|
1246
|
+
self.spin_cam.setFocusPolicy(Qt.FocusPolicy.WheelFocus)
|
|
1247
|
+
self.spin_cam.setMinimum(1)
|
|
1248
|
+
self.spin_cam.setMaximum(2)
|
|
1249
|
+
self.spin_cam.setValue(1)
|
|
1250
|
+
|
|
1251
|
+
self.horizontalLayout_7.addWidget(self.spin_cam)
|
|
1252
|
+
|
|
1253
|
+
self.hs_cam = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1254
|
+
|
|
1255
|
+
self.horizontalLayout_7.addItem(self.hs_cam)
|
|
1256
|
+
|
|
1257
|
+
self.name_var = QLabel(self.w_field_number)
|
|
1258
|
+
self.name_var.setObjectName(u"name_var")
|
|
1259
|
+
self.name_var.setMinimumSize(QSize(0, 22))
|
|
1260
|
+
self.name_var.setMaximumSize(QSize(16777215, 22))
|
|
1261
|
+
font6 = QFont()
|
|
1262
|
+
font6.setPointSize(10)
|
|
1263
|
+
self.name_var.setFont(font6)
|
|
1264
|
+
self.name_var.setMargin(0)
|
|
1265
|
+
|
|
1266
|
+
self.horizontalLayout_7.addWidget(self.name_var)
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
self.lay_w_Plot.addWidget(self.w_field_number)
|
|
1270
|
+
|
|
1271
|
+
self.plot = MplCanvas(self.w_plot)
|
|
1272
|
+
self.plot.setObjectName(u"plot")
|
|
1273
|
+
self.plot.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
1274
|
+
|
|
1275
|
+
self.lay_w_Plot.addWidget(self.plot)
|
|
1276
|
+
|
|
1277
|
+
self.lay_w_Plot.setStretch(1, 1)
|
|
1278
|
+
self.lay_w_Plot.setStretch(2, 1)
|
|
1279
|
+
self.plot.raise_()
|
|
1280
|
+
self.CollapBox_PlotTools.raise_()
|
|
1281
|
+
self.w_field_number.raise_()
|
|
1282
|
+
|
|
1283
|
+
self.verticalLayout.addWidget(self.w_plot)
|
|
1284
|
+
|
|
1285
|
+
QWidget.setTabOrder(self.button_back, self.button_forward)
|
|
1286
|
+
QWidget.setTabOrder(self.button_forward, self.button_close_tab)
|
|
1287
|
+
QWidget.setTabOrder(self.button_close_tab, self.button_view)
|
|
1288
|
+
QWidget.setTabOrder(self.button_view, self.button_ShowIW)
|
|
1289
|
+
QWidget.setTabOrder(self.button_ShowIW, self.button_ShowCR)
|
|
1290
|
+
QWidget.setTabOrder(self.button_ShowCR, self.button_SubMIN)
|
|
1291
|
+
QWidget.setTabOrder(self.button_SubMIN, self.button_unit)
|
|
1292
|
+
QWidget.setTabOrder(self.button_unit, self.button_Contourf)
|
|
1293
|
+
QWidget.setTabOrder(self.button_Contourf, self.button_cmap)
|
|
1294
|
+
QWidget.setTabOrder(self.button_cmap, self.button_cvec)
|
|
1295
|
+
QWidget.setTabOrder(self.button_cvec, self.combo_map_var)
|
|
1296
|
+
QWidget.setTabOrder(self.combo_map_var, self.combo_field_rep)
|
|
1297
|
+
QWidget.setTabOrder(self.combo_field_rep, self.button_automatic_levels)
|
|
1298
|
+
QWidget.setTabOrder(self.button_automatic_levels, self.button_automatic_sizes)
|
|
1299
|
+
QWidget.setTabOrder(self.button_automatic_sizes, self.button_restore)
|
|
1300
|
+
QWidget.setTabOrder(self.button_restore, self.button_resize)
|
|
1301
|
+
QWidget.setTabOrder(self.button_resize, self.button_invert_y)
|
|
1302
|
+
QWidget.setTabOrder(self.button_invert_y, self.button_left)
|
|
1303
|
+
QWidget.setTabOrder(self.button_left, self.button_right)
|
|
1304
|
+
QWidget.setTabOrder(self.button_right, self.slider_min)
|
|
1305
|
+
QWidget.setTabOrder(self.slider_min, self.spin_min)
|
|
1306
|
+
QWidget.setTabOrder(self.spin_min, self.slider_max)
|
|
1307
|
+
QWidget.setTabOrder(self.slider_max, self.spin_max)
|
|
1308
|
+
QWidget.setTabOrder(self.spin_max, self.slider_mean)
|
|
1309
|
+
QWidget.setTabOrder(self.slider_mean, self.spin_mean)
|
|
1310
|
+
QWidget.setTabOrder(self.spin_mean, self.slider_range)
|
|
1311
|
+
QWidget.setTabOrder(self.slider_range, self.spin_range)
|
|
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)
|
|
1315
|
+
QWidget.setTabOrder(self.spin_xmin, self.spin_xmax)
|
|
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)
|
|
1319
|
+
QWidget.setTabOrder(self.spin_ymin, self.spin_ymax)
|
|
1320
|
+
QWidget.setTabOrder(self.spin_ymax, self.button_dy_up)
|
|
1321
|
+
QWidget.setTabOrder(self.button_dy_up, self.slider_nclev)
|
|
1322
|
+
QWidget.setTabOrder(self.slider_nclev, self.spin_nclev)
|
|
1323
|
+
QWidget.setTabOrder(self.spin_nclev, self.slider_vecsize)
|
|
1324
|
+
QWidget.setTabOrder(self.slider_vecsize, self.spin_vecsize)
|
|
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)
|
|
1328
|
+
QWidget.setTabOrder(self.slider_vecspac, self.spin_vecspac)
|
|
1329
|
+
QWidget.setTabOrder(self.spin_vecspac, self.slider_streamdens)
|
|
1330
|
+
QWidget.setTabOrder(self.slider_streamdens, self.spin_streamdens)
|
|
1331
|
+
QWidget.setTabOrder(self.spin_streamdens, self.spin_img)
|
|
1332
|
+
QWidget.setTabOrder(self.spin_img, self.spin_it)
|
|
1333
|
+
QWidget.setTabOrder(self.spin_it, self.spin_frame)
|
|
1334
|
+
QWidget.setTabOrder(self.spin_frame, self.spin_cam)
|
|
1335
|
+
|
|
1336
|
+
self.retranslateUi(VisTab)
|
|
1337
|
+
|
|
1338
|
+
self.image_levels.setCurrentIndex(0)
|
|
1339
|
+
|
|
1340
|
+
|
|
1341
|
+
QMetaObject.connectSlotsByName(VisTab)
|
|
1342
|
+
# setupUi
|
|
1343
|
+
|
|
1344
|
+
def retranslateUi(self, VisTab):
|
|
1345
|
+
VisTab.setWindowTitle(QCoreApplication.translate("VisTab", u"VisTab", None))
|
|
1346
|
+
self.icon.setText("")
|
|
1347
|
+
self.name_tab.setText(QCoreApplication.translate("VisTab", u" Vis", None))
|
|
1348
|
+
self.label_number.setText(QCoreApplication.translate("VisTab", u"1", None))
|
|
1349
|
+
#if QT_CONFIG(tooltip)
|
|
1350
|
+
self.button_back.setToolTip(QCoreApplication.translate("VisTab", u"Undo", None))
|
|
1351
|
+
#endif // QT_CONFIG(tooltip)
|
|
1352
|
+
self.button_back.setText("")
|
|
1353
|
+
#if QT_CONFIG(tooltip)
|
|
1354
|
+
self.button_forward.setToolTip(QCoreApplication.translate("VisTab", u"Redo", None))
|
|
1355
|
+
#endif // QT_CONFIG(tooltip)
|
|
1356
|
+
self.button_forward.setText("")
|
|
1357
|
+
#if QT_CONFIG(tooltip)
|
|
1358
|
+
self.button_close_tab.setToolTip(QCoreApplication.translate("VisTab", u"Close tab", None))
|
|
1359
|
+
#endif // QT_CONFIG(tooltip)
|
|
1360
|
+
self.button_close_tab.setText("")
|
|
1361
|
+
#if QT_CONFIG(shortcut)
|
|
1362
|
+
self.button_close_tab.setShortcut(QCoreApplication.translate("VisTab", u"Alt+K", None))
|
|
1363
|
+
#endif // QT_CONFIG(shortcut)
|
|
1364
|
+
#if QT_CONFIG(tooltip)
|
|
1365
|
+
self.tool_CollapBox_PlotTools.setToolTip(QCoreApplication.translate("VisTab", u"Plot tools option box", None))
|
|
1366
|
+
#endif // QT_CONFIG(tooltip)
|
|
1367
|
+
self.tool_CollapBox_PlotTools.setText(QCoreApplication.translate("VisTab", u"Plot tools", None))
|
|
1368
|
+
#if QT_CONFIG(tooltip)
|
|
1369
|
+
self.button_CollapBox_PlotTools.setToolTip("")
|
|
1370
|
+
#endif // QT_CONFIG(tooltip)
|
|
1371
|
+
self.button_CollapBox_PlotTools.setText("")
|
|
1372
|
+
#if QT_CONFIG(tooltip)
|
|
1373
|
+
self.button_view.setToolTip(QCoreApplication.translate("VisTab", u"Inspect results present in the output folder", None))
|
|
1374
|
+
#endif // QT_CONFIG(tooltip)
|
|
1375
|
+
self.button_view.setText("")
|
|
1376
|
+
#if QT_CONFIG(tooltip)
|
|
1377
|
+
self.button_ShowIW.setToolTip(QCoreApplication.translate("VisTab", u"Show Interrogation Window scheme", None))
|
|
1378
|
+
#endif // QT_CONFIG(tooltip)
|
|
1379
|
+
self.button_ShowIW.setText("")
|
|
1380
|
+
#if QT_CONFIG(tooltip)
|
|
1381
|
+
self.button_ShowCR.setToolTip(QCoreApplication.translate("VisTab", u"Show common region", None))
|
|
1382
|
+
#endif // QT_CONFIG(tooltip)
|
|
1383
|
+
self.button_ShowCR.setText("")
|
|
1384
|
+
#if QT_CONFIG(tooltip)
|
|
1385
|
+
self.button_SubMIN.setToolTip(QCoreApplication.translate("VisTab", u"Subtract historical minimum background", None))
|
|
1386
|
+
#endif // QT_CONFIG(tooltip)
|
|
1387
|
+
self.button_SubMIN.setText("")
|
|
1388
|
+
#if QT_CONFIG(tooltip)
|
|
1389
|
+
self.button_unit.setToolTip(QCoreApplication.translate("VisTab", u"Set physical units", None))
|
|
1390
|
+
#endif // QT_CONFIG(tooltip)
|
|
1391
|
+
self.button_unit.setText("")
|
|
1392
|
+
#if QT_CONFIG(tooltip)
|
|
1393
|
+
self.button_Contourf.setToolTip(QCoreApplication.translate("VisTab", u"Activate filled contour plot", None))
|
|
1394
|
+
#endif // QT_CONFIG(tooltip)
|
|
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)
|
|
1399
|
+
#if QT_CONFIG(tooltip)
|
|
1400
|
+
self.button_cmap.setToolTip(QCoreApplication.translate("VisTab", u"Change colormap", None))
|
|
1401
|
+
#endif // QT_CONFIG(tooltip)
|
|
1402
|
+
self.button_cmap.setText("")
|
|
1403
|
+
#if QT_CONFIG(tooltip)
|
|
1404
|
+
self.button_cvec.setToolTip(QCoreApplication.translate("VisTab", u"Change vector color", None))
|
|
1405
|
+
#endif // QT_CONFIG(tooltip)
|
|
1406
|
+
self.button_cvec.setText("")
|
|
1407
|
+
self.label_map_var.setText(QCoreApplication.translate("VisTab", u"Map variable", None))
|
|
1408
|
+
self.combo_map_var.setItemText(0, QCoreApplication.translate("VisTab", u"intensity (frame 0)", None))
|
|
1409
|
+
self.combo_map_var.setItemText(1, QCoreApplication.translate("VisTab", u"intensity (frame 1)", None))
|
|
1410
|
+
self.combo_map_var.setItemText(2, QCoreApplication.translate("VisTab", u"magnitude", None))
|
|
1411
|
+
self.combo_map_var.setItemText(3, QCoreApplication.translate("VisTab", u"u", None))
|
|
1412
|
+
self.combo_map_var.setItemText(4, QCoreApplication.translate("VisTab", u"v", None))
|
|
1413
|
+
self.combo_map_var.setItemText(5, QCoreApplication.translate("VisTab", u"S/N", None))
|
|
1414
|
+
self.combo_map_var.setItemText(6, QCoreApplication.translate("VisTab", u"Info", None))
|
|
1415
|
+
|
|
1416
|
+
#if QT_CONFIG(tooltip)
|
|
1417
|
+
self.combo_map_var.setToolTip(QCoreApplication.translate("VisTab", u"Select the variable to display", None))
|
|
1418
|
+
#endif // QT_CONFIG(tooltip)
|
|
1419
|
+
self.label_field_rep.setText(QCoreApplication.translate("VisTab", u"Field representation", None))
|
|
1420
|
+
self.combo_field_rep.setItemText(0, QCoreApplication.translate("VisTab", u"-", None))
|
|
1421
|
+
self.combo_field_rep.setItemText(1, QCoreApplication.translate("VisTab", u"vectors", None))
|
|
1422
|
+
self.combo_field_rep.setItemText(2, QCoreApplication.translate("VisTab", u"streamlines", None))
|
|
1423
|
+
|
|
1424
|
+
#if QT_CONFIG(tooltip)
|
|
1425
|
+
self.combo_field_rep.setToolTip(QCoreApplication.translate("VisTab", u"Select a method to show the morphology of the velocity field", None))
|
|
1426
|
+
#endif // QT_CONFIG(tooltip)
|
|
1427
|
+
#if QT_CONFIG(tooltip)
|
|
1428
|
+
self.button_automatic_levels.setToolTip(QCoreApplication.translate("VisTab", u"If activated, levels are adjusted automatically when changing variables", None))
|
|
1429
|
+
#endif // QT_CONFIG(tooltip)
|
|
1430
|
+
self.button_automatic_levels.setText("")
|
|
1431
|
+
#if QT_CONFIG(tooltip)
|
|
1432
|
+
self.button_automatic_sizes.setToolTip(QCoreApplication.translate("VisTab", u"If activated, sizes are adjusted automatically when changing variables", None))
|
|
1433
|
+
#endif // QT_CONFIG(tooltip)
|
|
1434
|
+
self.button_automatic_sizes.setText("")
|
|
1435
|
+
#if QT_CONFIG(tooltip)
|
|
1436
|
+
self.button_restore.setToolTip(QCoreApplication.translate("VisTab", u"Restore default levels for the colormap", None))
|
|
1437
|
+
#endif // QT_CONFIG(tooltip)
|
|
1438
|
+
self.button_restore.setText("")
|
|
1439
|
+
#if QT_CONFIG(shortcut)
|
|
1440
|
+
self.button_restore.setShortcut(QCoreApplication.translate("VisTab", u"Ctrl+G", None))
|
|
1441
|
+
#endif // QT_CONFIG(shortcut)
|
|
1442
|
+
#if QT_CONFIG(tooltip)
|
|
1443
|
+
self.button_resize.setToolTip(QCoreApplication.translate("VisTab", u"Resize the dispalyed map", None))
|
|
1444
|
+
#endif // QT_CONFIG(tooltip)
|
|
1445
|
+
self.button_resize.setText("")
|
|
1446
|
+
#if QT_CONFIG(shortcut)
|
|
1447
|
+
self.button_resize.setShortcut(QCoreApplication.translate("VisTab", u"Ctrl+F", None))
|
|
1448
|
+
#endif // QT_CONFIG(shortcut)
|
|
1449
|
+
#if QT_CONFIG(tooltip)
|
|
1450
|
+
self.button_invert_y.setToolTip(QCoreApplication.translate("VisTab", u"Invert direction of y-axis", None))
|
|
1451
|
+
#endif // QT_CONFIG(tooltip)
|
|
1452
|
+
self.button_invert_y.setText("")
|
|
1453
|
+
self.label_title.setText(QCoreApplication.translate("VisTab", u"Settings", None))
|
|
1454
|
+
self.button_left.setText(QCoreApplication.translate("VisTab", u"...", None))
|
|
1455
|
+
self.button_right.setText(QCoreApplication.translate("VisTab", u"...", None))
|
|
1456
|
+
#if QT_CONFIG(tooltip)
|
|
1457
|
+
self.label_mean.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the average value of the range covered by the colormap", None))
|
|
1458
|
+
#endif // QT_CONFIG(tooltip)
|
|
1459
|
+
self.label_mean.setText(QCoreApplication.translate("VisTab", u"mean", None))
|
|
1460
|
+
#if QT_CONFIG(tooltip)
|
|
1461
|
+
self.slider_range.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the range covered by the colormap", None))
|
|
1462
|
+
#endif // QT_CONFIG(tooltip)
|
|
1463
|
+
#if QT_CONFIG(tooltip)
|
|
1464
|
+
self.label_max.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the maximum value of the range covered by the colormap", None))
|
|
1465
|
+
#endif // QT_CONFIG(tooltip)
|
|
1466
|
+
self.label_max.setText(QCoreApplication.translate("VisTab", u"max", None))
|
|
1467
|
+
#if QT_CONFIG(tooltip)
|
|
1468
|
+
self.spin_min.setToolTip(QCoreApplication.translate("VisTab", u"Set the minimum value of the range covered by the colormap", None))
|
|
1469
|
+
#endif // QT_CONFIG(tooltip)
|
|
1470
|
+
#if QT_CONFIG(tooltip)
|
|
1471
|
+
self.label_range.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the range covered by the colormap", None))
|
|
1472
|
+
#endif // QT_CONFIG(tooltip)
|
|
1473
|
+
self.label_range.setText(QCoreApplication.translate("VisTab", u"range", None))
|
|
1474
|
+
#if QT_CONFIG(tooltip)
|
|
1475
|
+
self.spin_mean.setToolTip(QCoreApplication.translate("VisTab", u"Set the average value of the range covered by the colormap", None))
|
|
1476
|
+
#endif // QT_CONFIG(tooltip)
|
|
1477
|
+
#if QT_CONFIG(tooltip)
|
|
1478
|
+
self.slider_max.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the maximum value of the range covered by the colormap", None))
|
|
1479
|
+
#endif // QT_CONFIG(tooltip)
|
|
1480
|
+
#if QT_CONFIG(tooltip)
|
|
1481
|
+
self.spin_max.setToolTip(QCoreApplication.translate("VisTab", u"Set the maximum value of the range covered by the colormap", None))
|
|
1482
|
+
#endif // QT_CONFIG(tooltip)
|
|
1483
|
+
#if QT_CONFIG(tooltip)
|
|
1484
|
+
self.spin_range.setToolTip(QCoreApplication.translate("VisTab", u"Set the range covered by the colormap", None))
|
|
1485
|
+
#endif // QT_CONFIG(tooltip)
|
|
1486
|
+
#if QT_CONFIG(tooltip)
|
|
1487
|
+
self.slider_mean.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the average value of the range covered by the colormap", None))
|
|
1488
|
+
#endif // QT_CONFIG(tooltip)
|
|
1489
|
+
#if QT_CONFIG(tooltip)
|
|
1490
|
+
self.slider_min.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the minimum value of the range covered by the colormap", None))
|
|
1491
|
+
#endif // QT_CONFIG(tooltip)
|
|
1492
|
+
#if QT_CONFIG(tooltip)
|
|
1493
|
+
self.label_min.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the minimum value of the range covered by the colormap", None))
|
|
1494
|
+
#endif // QT_CONFIG(tooltip)
|
|
1495
|
+
self.label_min.setText(QCoreApplication.translate("VisTab", u"min", None))
|
|
1496
|
+
#if QT_CONFIG(tooltip)
|
|
1497
|
+
self.label_ylim.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the minimum value of the range covered by the colormap", None))
|
|
1498
|
+
#endif // QT_CONFIG(tooltip)
|
|
1499
|
+
self.label_ylim.setText(QCoreApplication.translate("VisTab", u"Y: ", None))
|
|
1500
|
+
#if QT_CONFIG(tooltip)
|
|
1501
|
+
self.label_lim_max.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the minimum value of the range covered by the colormap", None))
|
|
1502
|
+
#endif // QT_CONFIG(tooltip)
|
|
1503
|
+
self.label_lim_max.setText(QCoreApplication.translate("VisTab", u"max", None))
|
|
1504
|
+
#if QT_CONFIG(tooltip)
|
|
1505
|
+
self.spin_xmax.setToolTip(QCoreApplication.translate("VisTab", u"Set the maximum X limit", None))
|
|
1506
|
+
#endif // QT_CONFIG(tooltip)
|
|
1507
|
+
#if QT_CONFIG(tooltip)
|
|
1508
|
+
self.spin_ymax.setToolTip(QCoreApplication.translate("VisTab", u"Set the maximum Y limit", None))
|
|
1509
|
+
#endif // QT_CONFIG(tooltip)
|
|
1510
|
+
#if QT_CONFIG(tooltip)
|
|
1511
|
+
self.button_dx_left.setToolTip(QCoreApplication.translate("VisTab", u"Move the view zone to the left by the size Xmax - Xmin", None))
|
|
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)
|
|
1517
|
+
#if QT_CONFIG(tooltip)
|
|
1518
|
+
self.spin_xmin.setToolTip(QCoreApplication.translate("VisTab", u"Set the minimum X limit", None))
|
|
1519
|
+
#endif // QT_CONFIG(tooltip)
|
|
1520
|
+
#if QT_CONFIG(tooltip)
|
|
1521
|
+
self.label_lim_empty.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the minimum value of the range covered by the colormap", None))
|
|
1522
|
+
#endif // QT_CONFIG(tooltip)
|
|
1523
|
+
self.label_lim_empty.setText(QCoreApplication.translate("VisTab", u"Limits ", None))
|
|
1524
|
+
#if QT_CONFIG(tooltip)
|
|
1525
|
+
self.spin_ymin.setToolTip(QCoreApplication.translate("VisTab", u"Set the minimum Y limit", None))
|
|
1526
|
+
#endif // QT_CONFIG(tooltip)
|
|
1527
|
+
#if QT_CONFIG(tooltip)
|
|
1528
|
+
self.label_xlim.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the minimum value of the range covered by the colormap", None))
|
|
1529
|
+
#endif // QT_CONFIG(tooltip)
|
|
1530
|
+
self.label_xlim.setText(QCoreApplication.translate("VisTab", u"X: ", None))
|
|
1531
|
+
#if QT_CONFIG(tooltip)
|
|
1532
|
+
self.label_lim_min.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the minimum value of the range covered by the colormap", None))
|
|
1533
|
+
#endif // QT_CONFIG(tooltip)
|
|
1534
|
+
self.label_lim_min.setText(QCoreApplication.translate("VisTab", u"min", None))
|
|
1535
|
+
#if QT_CONFIG(tooltip)
|
|
1536
|
+
self.button_dx_right.setToolTip(QCoreApplication.translate("VisTab", u"Move the view zone to the right by the size Xmax - Xmin", None))
|
|
1537
|
+
#endif // QT_CONFIG(tooltip)
|
|
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)
|
|
1542
|
+
#if QT_CONFIG(tooltip)
|
|
1543
|
+
self.button_dy_down.setToolTip(QCoreApplication.translate("VisTab", u"Move the view zone down by the size Ymax - Ymin", None))
|
|
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)
|
|
1549
|
+
#if QT_CONFIG(tooltip)
|
|
1550
|
+
self.button_dy_up.setToolTip(QCoreApplication.translate("VisTab", u"Move the view zone up by the size Ymax - Ymin", None))
|
|
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)
|
|
1556
|
+
#if QT_CONFIG(tooltip)
|
|
1557
|
+
self.button_FocusIW.setToolTip(QCoreApplication.translate("VisTab", u"Resize view to interrogation window size in the last iteration", None))
|
|
1558
|
+
#endif // QT_CONFIG(tooltip)
|
|
1559
|
+
self.button_FocusIW.setText("")
|
|
1560
|
+
#if QT_CONFIG(tooltip)
|
|
1561
|
+
self.label_vecspac.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the size of the vectors", None))
|
|
1562
|
+
#endif // QT_CONFIG(tooltip)
|
|
1563
|
+
self.label_vecspac.setText(QCoreApplication.translate("VisTab", u"vector spacing", None))
|
|
1564
|
+
#if QT_CONFIG(tooltip)
|
|
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))
|
|
1575
|
+
#endif // QT_CONFIG(tooltip)
|
|
1576
|
+
self.label_nclev.setText(QCoreApplication.translate("VisTab", u"# colour levels", None))
|
|
1577
|
+
#if QT_CONFIG(tooltip)
|
|
1578
|
+
self.slider_vecsize.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the size of the vectors", None))
|
|
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)
|
|
1593
|
+
#if QT_CONFIG(tooltip)
|
|
1594
|
+
self.label_vecsize.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the size of the vectors", None))
|
|
1595
|
+
#endif // QT_CONFIG(tooltip)
|
|
1596
|
+
self.label_vecsize.setText(QCoreApplication.translate("VisTab", u"vector size", None))
|
|
1597
|
+
#if QT_CONFIG(tooltip)
|
|
1598
|
+
self.spin_streamdens.setToolTip(QCoreApplication.translate("VisTab", u"Set the density of the streamlines", None))
|
|
1599
|
+
#endif // QT_CONFIG(tooltip)
|
|
1600
|
+
#if QT_CONFIG(tooltip)
|
|
1601
|
+
self.label_vecwid.setToolTip(QCoreApplication.translate("VisTab", u"Adjust the width of the vectors", None))
|
|
1602
|
+
#endif // QT_CONFIG(tooltip)
|
|
1603
|
+
self.label_vecwid.setText(QCoreApplication.translate("VisTab", u"vector width", None))
|
|
1604
|
+
#if QT_CONFIG(tooltip)
|
|
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))
|
|
1609
|
+
#endif // QT_CONFIG(tooltip)
|
|
1610
|
+
self.label_img.setText(QCoreApplication.translate("VisTab", u"#: ", None))
|
|
1611
|
+
#if QT_CONFIG(tooltip)
|
|
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))
|
|
1617
|
+
#endif // QT_CONFIG(tooltip)
|
|
1618
|
+
self.label_frame.setText(QCoreApplication.translate("VisTab", u"frame: ", None))
|
|
1619
|
+
#if QT_CONFIG(tooltip)
|
|
1620
|
+
self.spin_frame.setToolTip(QCoreApplication.translate("VisTab", u"Number of frame", None))
|
|
1621
|
+
#endif // QT_CONFIG(tooltip)
|
|
1622
|
+
self.label_cam.setText(QCoreApplication.translate("VisTab", u"cam: ", None))
|
|
1623
|
+
#if QT_CONFIG(tooltip)
|
|
1624
|
+
self.spin_cam.setToolTip(QCoreApplication.translate("VisTab", u"Number of camera", None))
|
|
1625
|
+
#endif // QT_CONFIG(tooltip)
|
|
1626
|
+
self.name_var.setText(QCoreApplication.translate("VisTab", u"Input file: *", None))
|
|
1627
|
+
# retranslateUi
|
|
1628
|
+
|