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,3810 @@
|
|
|
1
|
+
from .addwidgets_ps import icons_path
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
|
|
4
|
+
################################################################################
|
|
5
|
+
## Form generated from reading UI file 'Process_TabGvMwsf.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, QCheckBox, QComboBox,
|
|
20
|
+
QFrame, QGridLayout, QGroupBox, QHBoxLayout,
|
|
21
|
+
QHeaderView, QLabel, QLayout, QRadioButton,
|
|
22
|
+
QScrollArea, QSizePolicy, QSpacerItem, QStackedWidget,
|
|
23
|
+
QTableWidgetItem, QToolButton, QVBoxLayout, QWidget)
|
|
24
|
+
|
|
25
|
+
from .addwidgets_ps import (ClickableEditLabel, CollapsibleBox, MyQCombo, MyQDoubleSpin,
|
|
26
|
+
MyQLineEditNumber, MyQSpin, MyTabLabel, MyToolButton,
|
|
27
|
+
myQTableWidget)
|
|
28
|
+
|
|
29
|
+
class Ui_ProcessTab(object):
|
|
30
|
+
def setupUi(self, ProcessTab):
|
|
31
|
+
if not ProcessTab.objectName():
|
|
32
|
+
ProcessTab.setObjectName(u"ProcessTab")
|
|
33
|
+
ProcessTab.resize(500, 680)
|
|
34
|
+
sizePolicy = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Preferred)
|
|
35
|
+
sizePolicy.setHorizontalStretch(0)
|
|
36
|
+
sizePolicy.setVerticalStretch(0)
|
|
37
|
+
sizePolicy.setHeightForWidth(ProcessTab.sizePolicy().hasHeightForWidth())
|
|
38
|
+
ProcessTab.setSizePolicy(sizePolicy)
|
|
39
|
+
ProcessTab.setMinimumSize(QSize(500, 680))
|
|
40
|
+
ProcessTab.setMaximumSize(QSize(1000, 16777215))
|
|
41
|
+
font = QFont()
|
|
42
|
+
font.setPointSize(11)
|
|
43
|
+
ProcessTab.setFont(font)
|
|
44
|
+
icon1 = QIcon()
|
|
45
|
+
icon1.addFile(u""+ icons_path +"process_logo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
46
|
+
ProcessTab.setWindowIcon(icon1)
|
|
47
|
+
self.verticalLayout_65 = QVBoxLayout(ProcessTab)
|
|
48
|
+
self.verticalLayout_65.setSpacing(5)
|
|
49
|
+
self.verticalLayout_65.setObjectName(u"verticalLayout_65")
|
|
50
|
+
self.verticalLayout_65.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
51
|
+
self.verticalLayout_65.setContentsMargins(10, 10, 10, 10)
|
|
52
|
+
self.w_Mode = QWidget(ProcessTab)
|
|
53
|
+
self.w_Mode.setObjectName(u"w_Mode")
|
|
54
|
+
self.w_Mode.setMinimumSize(QSize(0, 40))
|
|
55
|
+
self.w_Mode.setMaximumSize(QSize(16777215, 40))
|
|
56
|
+
self.w_Mode.setFont(font)
|
|
57
|
+
self.horizontalLayout_2 = QHBoxLayout(self.w_Mode)
|
|
58
|
+
self.horizontalLayout_2.setSpacing(3)
|
|
59
|
+
self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
|
|
60
|
+
self.horizontalLayout_2.setContentsMargins(0, 0, 0, 10)
|
|
61
|
+
self.icon = QLabel(self.w_Mode)
|
|
62
|
+
self.icon.setObjectName(u"icon")
|
|
63
|
+
self.icon.setMinimumSize(QSize(35, 35))
|
|
64
|
+
self.icon.setMaximumSize(QSize(35, 35))
|
|
65
|
+
self.icon.setPixmap(QPixmap(u""+ icons_path +"process_logo.png"))
|
|
66
|
+
self.icon.setScaledContents(True)
|
|
67
|
+
|
|
68
|
+
self.horizontalLayout_2.addWidget(self.icon)
|
|
69
|
+
|
|
70
|
+
self.name_tab = MyTabLabel(self.w_Mode)
|
|
71
|
+
self.name_tab.setObjectName(u"name_tab")
|
|
72
|
+
self.name_tab.setMinimumSize(QSize(125, 35))
|
|
73
|
+
self.name_tab.setMaximumSize(QSize(16777215, 35))
|
|
74
|
+
font1 = QFont()
|
|
75
|
+
font1.setPointSize(20)
|
|
76
|
+
font1.setBold(True)
|
|
77
|
+
self.name_tab.setFont(font1)
|
|
78
|
+
|
|
79
|
+
self.horizontalLayout_2.addWidget(self.name_tab)
|
|
80
|
+
|
|
81
|
+
self.button_save_cfg = QToolButton(self.w_Mode)
|
|
82
|
+
self.button_save_cfg.setObjectName(u"button_save_cfg")
|
|
83
|
+
self.button_save_cfg.setMinimumSize(QSize(24, 24))
|
|
84
|
+
self.button_save_cfg.setMaximumSize(QSize(24, 24))
|
|
85
|
+
self.button_save_cfg.setFont(font)
|
|
86
|
+
icon2 = QIcon()
|
|
87
|
+
icon2.addFile(u""+ icons_path +"save_cfg.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
88
|
+
self.button_save_cfg.setIcon(icon2)
|
|
89
|
+
self.button_save_cfg.setIconSize(QSize(22, 22))
|
|
90
|
+
|
|
91
|
+
self.horizontalLayout_2.addWidget(self.button_save_cfg)
|
|
92
|
+
|
|
93
|
+
self.label_mode = QLabel(self.w_Mode)
|
|
94
|
+
self.label_mode.setObjectName(u"label_mode")
|
|
95
|
+
self.label_mode.setMinimumSize(QSize(40, 30))
|
|
96
|
+
self.label_mode.setMaximumSize(QSize(35, 30))
|
|
97
|
+
font2 = QFont()
|
|
98
|
+
font2.setPointSize(10)
|
|
99
|
+
font2.setItalic(True)
|
|
100
|
+
self.label_mode.setFont(font2)
|
|
101
|
+
self.label_mode.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
102
|
+
|
|
103
|
+
self.horizontalLayout_2.addWidget(self.label_mode)
|
|
104
|
+
|
|
105
|
+
self.combo_mode = MyQCombo(self.w_Mode)
|
|
106
|
+
self.combo_mode.addItem("")
|
|
107
|
+
self.combo_mode.addItem("")
|
|
108
|
+
self.combo_mode.addItem("")
|
|
109
|
+
self.combo_mode.setObjectName(u"combo_mode")
|
|
110
|
+
self.combo_mode.setMinimumSize(QSize(120, 30))
|
|
111
|
+
self.combo_mode.setMaximumSize(QSize(270, 30))
|
|
112
|
+
self.combo_mode.setFont(font)
|
|
113
|
+
|
|
114
|
+
self.horizontalLayout_2.addWidget(self.combo_mode)
|
|
115
|
+
|
|
116
|
+
self.hs1 = QSpacerItem(30, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
117
|
+
|
|
118
|
+
self.horizontalLayout_2.addItem(self.hs1)
|
|
119
|
+
|
|
120
|
+
self.label_number = QLabel(self.w_Mode)
|
|
121
|
+
self.label_number.setObjectName(u"label_number")
|
|
122
|
+
self.label_number.setMinimumSize(QSize(15, 0))
|
|
123
|
+
self.label_number.setMaximumSize(QSize(30, 16777215))
|
|
124
|
+
font3 = QFont()
|
|
125
|
+
font3.setPointSize(9)
|
|
126
|
+
self.label_number.setFont(font3)
|
|
127
|
+
self.label_number.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
128
|
+
|
|
129
|
+
self.horizontalLayout_2.addWidget(self.label_number)
|
|
130
|
+
|
|
131
|
+
self.hs_2 = QSpacerItem(5, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
132
|
+
|
|
133
|
+
self.horizontalLayout_2.addItem(self.hs_2)
|
|
134
|
+
|
|
135
|
+
self.button_back = QToolButton(self.w_Mode)
|
|
136
|
+
self.button_back.setObjectName(u"button_back")
|
|
137
|
+
self.button_back.setMinimumSize(QSize(24, 24))
|
|
138
|
+
self.button_back.setMaximumSize(QSize(24, 24))
|
|
139
|
+
icon3 = QIcon()
|
|
140
|
+
icon3.addFile(u""+ icons_path +"undo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
141
|
+
self.button_back.setIcon(icon3)
|
|
142
|
+
self.button_back.setIconSize(QSize(20, 20))
|
|
143
|
+
|
|
144
|
+
self.horizontalLayout_2.addWidget(self.button_back)
|
|
145
|
+
|
|
146
|
+
self.button_forward = QToolButton(self.w_Mode)
|
|
147
|
+
self.button_forward.setObjectName(u"button_forward")
|
|
148
|
+
self.button_forward.setMinimumSize(QSize(24, 24))
|
|
149
|
+
self.button_forward.setMaximumSize(QSize(24, 24))
|
|
150
|
+
icon4 = QIcon()
|
|
151
|
+
icon4.addFile(u""+ icons_path +"redo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
152
|
+
self.button_forward.setIcon(icon4)
|
|
153
|
+
self.button_forward.setIconSize(QSize(20, 20))
|
|
154
|
+
|
|
155
|
+
self.horizontalLayout_2.addWidget(self.button_forward)
|
|
156
|
+
|
|
157
|
+
self.w_button_close_tab = QWidget(self.w_Mode)
|
|
158
|
+
self.w_button_close_tab.setObjectName(u"w_button_close_tab")
|
|
159
|
+
self.w_button_close_tab.setMinimumSize(QSize(18, 24))
|
|
160
|
+
self.w_button_close_tab.setMaximumSize(QSize(18, 24))
|
|
161
|
+
self.horizontalLayout_20 = QHBoxLayout(self.w_button_close_tab)
|
|
162
|
+
self.horizontalLayout_20.setSpacing(0)
|
|
163
|
+
self.horizontalLayout_20.setObjectName(u"horizontalLayout_20")
|
|
164
|
+
self.horizontalLayout_20.setContentsMargins(0, 0, 0, -1)
|
|
165
|
+
self.button_close_tab = QToolButton(self.w_button_close_tab)
|
|
166
|
+
self.button_close_tab.setObjectName(u"button_close_tab")
|
|
167
|
+
self.button_close_tab.setMinimumSize(QSize(18, 18))
|
|
168
|
+
self.button_close_tab.setMaximumSize(QSize(18, 18))
|
|
169
|
+
self.button_close_tab.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
170
|
+
self.button_close_tab.setStyleSheet(u"QToolButton{\n"
|
|
171
|
+
"border-radius: 15px;\n"
|
|
172
|
+
"}")
|
|
173
|
+
icon5 = QIcon()
|
|
174
|
+
icon5.addFile(u""+ icons_path +"close.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
175
|
+
self.button_close_tab.setIcon(icon5)
|
|
176
|
+
self.button_close_tab.setIconSize(QSize(15, 15))
|
|
177
|
+
|
|
178
|
+
self.horizontalLayout_20.addWidget(self.button_close_tab)
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
self.horizontalLayout_2.addWidget(self.w_button_close_tab)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
self.verticalLayout_65.addWidget(self.w_Mode)
|
|
185
|
+
|
|
186
|
+
self.separator = QFrame(ProcessTab)
|
|
187
|
+
self.separator.setObjectName(u"separator")
|
|
188
|
+
self.separator.setMinimumSize(QSize(0, 5))
|
|
189
|
+
self.separator.setFrameShape(QFrame.Shape.HLine)
|
|
190
|
+
self.separator.setFrameShadow(QFrame.Shadow.Sunken)
|
|
191
|
+
|
|
192
|
+
self.verticalLayout_65.addWidget(self.separator)
|
|
193
|
+
|
|
194
|
+
self.scrollArea = QScrollArea(ProcessTab)
|
|
195
|
+
self.scrollArea.setObjectName(u"scrollArea")
|
|
196
|
+
sizePolicy1 = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Expanding)
|
|
197
|
+
sizePolicy1.setHorizontalStretch(0)
|
|
198
|
+
sizePolicy1.setVerticalStretch(0)
|
|
199
|
+
sizePolicy1.setHeightForWidth(self.scrollArea.sizePolicy().hasHeightForWidth())
|
|
200
|
+
self.scrollArea.setSizePolicy(sizePolicy1)
|
|
201
|
+
self.scrollArea.setMinimumSize(QSize(0, 0))
|
|
202
|
+
self.scrollArea.setMaximumSize(QSize(16777215, 16777215))
|
|
203
|
+
self.scrollArea.setStyleSheet(u" QScrollArea {\n"
|
|
204
|
+
" border: 1pix solid gray;\n"
|
|
205
|
+
" background: transparent;\n"
|
|
206
|
+
" }\n"
|
|
207
|
+
"\n"
|
|
208
|
+
"QScrollBar:horizontal\n"
|
|
209
|
+
" {\n"
|
|
210
|
+
" height: 15px;\n"
|
|
211
|
+
" margin: 3px 10px 3px 10px;\n"
|
|
212
|
+
" border: 1px transparent #2A2929;\n"
|
|
213
|
+
" border-radius: 4px;\n"
|
|
214
|
+
" background-color: rgba(200,200,200,50); /* #2A2929; */\n"
|
|
215
|
+
" }\n"
|
|
216
|
+
"\n"
|
|
217
|
+
"QScrollBar::handle:horizontal\n"
|
|
218
|
+
" {\n"
|
|
219
|
+
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
220
|
+
" min-width: 30px;\n"
|
|
221
|
+
" border-radius: 4px;\n"
|
|
222
|
+
" }\n"
|
|
223
|
+
"\n"
|
|
224
|
+
"QScrollBar:vertical\n"
|
|
225
|
+
" {\n"
|
|
226
|
+
" background-color: rgba(200,200,200,50); ;\n"
|
|
227
|
+
" width: 15px;\n"
|
|
228
|
+
" margin: 10px 3px 10px 3px;\n"
|
|
229
|
+
" border: 1px transparent #2A2929;\n"
|
|
230
|
+
" border-radius: 4px;\n"
|
|
231
|
+
" }\n"
|
|
232
|
+
"\n"
|
|
233
|
+
"QScrollBar::handle:vertical\n"
|
|
234
|
+
" {\n"
|
|
235
|
+
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
236
|
+
" min-height: 30px;\n"
|
|
237
|
+
" border-radius: 4px;\n"
|
|
238
|
+
" }\n"
|
|
239
|
+
"\n"
|
|
240
|
+
"QScrollBar::add-line {\n"
|
|
241
|
+
""
|
|
242
|
+
" border: none;\n"
|
|
243
|
+
" background: none;\n"
|
|
244
|
+
" }\n"
|
|
245
|
+
"\n"
|
|
246
|
+
"QScrollBar::sub-line {\n"
|
|
247
|
+
" border: none;\n"
|
|
248
|
+
" background: none;\n"
|
|
249
|
+
" }\n"
|
|
250
|
+
"")
|
|
251
|
+
self.scrollArea.setWidgetResizable(True)
|
|
252
|
+
self.scrollAreaWidgetContents = QWidget()
|
|
253
|
+
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
|
|
254
|
+
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 465, 1558))
|
|
255
|
+
sizePolicy.setHeightForWidth(self.scrollAreaWidgetContents.sizePolicy().hasHeightForWidth())
|
|
256
|
+
self.scrollAreaWidgetContents.setSizePolicy(sizePolicy)
|
|
257
|
+
self.scrollAreaWidgetContents.setMinimumSize(QSize(0, 0))
|
|
258
|
+
self.scrollAreaWidgetContents.setStyleSheet(u"\u2020")
|
|
259
|
+
self.verticalLayout_10 = QVBoxLayout(self.scrollAreaWidgetContents)
|
|
260
|
+
self.verticalLayout_10.setSpacing(15)
|
|
261
|
+
self.verticalLayout_10.setObjectName(u"verticalLayout_10")
|
|
262
|
+
self.verticalLayout_10.setContentsMargins(0, 15, 10, 5)
|
|
263
|
+
self.CollapBox_IntWind = CollapsibleBox(self.scrollAreaWidgetContents)
|
|
264
|
+
self.CollapBox_IntWind.setObjectName(u"CollapBox_IntWind")
|
|
265
|
+
sizePolicy.setHeightForWidth(self.CollapBox_IntWind.sizePolicy().hasHeightForWidth())
|
|
266
|
+
self.CollapBox_IntWind.setSizePolicy(sizePolicy)
|
|
267
|
+
self.CollapBox_IntWind.setMinimumSize(QSize(0, 140))
|
|
268
|
+
self.CollapBox_IntWind.setMaximumSize(QSize(16777215, 140))
|
|
269
|
+
self.verticalLayout_2 = QVBoxLayout(self.CollapBox_IntWind)
|
|
270
|
+
self.verticalLayout_2.setSpacing(0)
|
|
271
|
+
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
|
272
|
+
self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)
|
|
273
|
+
self.lay_CollapBox_IntWind = QHBoxLayout()
|
|
274
|
+
self.lay_CollapBox_IntWind.setSpacing(0)
|
|
275
|
+
self.lay_CollapBox_IntWind.setObjectName(u"lay_CollapBox_IntWind")
|
|
276
|
+
self.lay_CollapBox_IntWind.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
277
|
+
self.tool_CollapBox_IntWind = QToolButton(self.CollapBox_IntWind)
|
|
278
|
+
self.tool_CollapBox_IntWind.setObjectName(u"tool_CollapBox_IntWind")
|
|
279
|
+
sizePolicy2 = QSizePolicy(QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Fixed)
|
|
280
|
+
sizePolicy2.setHorizontalStretch(0)
|
|
281
|
+
sizePolicy2.setVerticalStretch(0)
|
|
282
|
+
sizePolicy2.setHeightForWidth(self.tool_CollapBox_IntWind.sizePolicy().hasHeightForWidth())
|
|
283
|
+
self.tool_CollapBox_IntWind.setSizePolicy(sizePolicy2)
|
|
284
|
+
self.tool_CollapBox_IntWind.setMinimumSize(QSize(0, 20))
|
|
285
|
+
self.tool_CollapBox_IntWind.setMaximumSize(QSize(16777215, 20))
|
|
286
|
+
font4 = QFont()
|
|
287
|
+
font4.setPointSize(10)
|
|
288
|
+
font4.setBold(True)
|
|
289
|
+
self.tool_CollapBox_IntWind.setFont(font4)
|
|
290
|
+
self.tool_CollapBox_IntWind.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
291
|
+
self.tool_CollapBox_IntWind.setStyleSheet(u"QToolButton { border: none; }")
|
|
292
|
+
self.tool_CollapBox_IntWind.setCheckable(True)
|
|
293
|
+
self.tool_CollapBox_IntWind.setChecked(True)
|
|
294
|
+
self.tool_CollapBox_IntWind.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
295
|
+
self.tool_CollapBox_IntWind.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
296
|
+
self.tool_CollapBox_IntWind.setArrowType(Qt.ArrowType.DownArrow)
|
|
297
|
+
|
|
298
|
+
self.lay_CollapBox_IntWind.addWidget(self.tool_CollapBox_IntWind)
|
|
299
|
+
|
|
300
|
+
self.hsp_CollapBox_IntWind = QSpacerItem(100, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
301
|
+
|
|
302
|
+
self.lay_CollapBox_IntWind.addItem(self.hsp_CollapBox_IntWind)
|
|
303
|
+
|
|
304
|
+
self.button_CollapBox_IntWind = MyToolButton(self.CollapBox_IntWind)
|
|
305
|
+
self.button_CollapBox_IntWind.setObjectName(u"button_CollapBox_IntWind")
|
|
306
|
+
self.button_CollapBox_IntWind.setMinimumSize(QSize(18, 18))
|
|
307
|
+
self.button_CollapBox_IntWind.setMaximumSize(QSize(18, 18))
|
|
308
|
+
self.button_CollapBox_IntWind.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
309
|
+
self.button_CollapBox_IntWind.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
310
|
+
self.button_CollapBox_IntWind.setIcon(icon3)
|
|
311
|
+
self.button_CollapBox_IntWind.setIconSize(QSize(12, 12))
|
|
312
|
+
|
|
313
|
+
self.lay_CollapBox_IntWind.addWidget(self.button_CollapBox_IntWind)
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
self.verticalLayout_2.addLayout(self.lay_CollapBox_IntWind)
|
|
317
|
+
|
|
318
|
+
self.w_IW = QGroupBox(self.CollapBox_IntWind)
|
|
319
|
+
self.w_IW.setObjectName(u"w_IW")
|
|
320
|
+
self.w_IW.setMinimumSize(QSize(0, 120))
|
|
321
|
+
self.w_IW.setMaximumSize(QSize(16777215, 120))
|
|
322
|
+
font5 = QFont()
|
|
323
|
+
font5.setPointSize(10)
|
|
324
|
+
font5.setBold(True)
|
|
325
|
+
font5.setItalic(False)
|
|
326
|
+
self.w_IW.setFont(font5)
|
|
327
|
+
self.w_IW.setMouseTracking(True)
|
|
328
|
+
self.w_IW.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}\n"
|
|
329
|
+
"QGroupBox::hover{border: 1px solid lightblue; border-radius: 6px;}")
|
|
330
|
+
self.w_IW.setFlat(False)
|
|
331
|
+
self.w_IW.setCheckable(False)
|
|
332
|
+
self.horizontalLayout = QHBoxLayout(self.w_IW)
|
|
333
|
+
self.horizontalLayout.setSpacing(12)
|
|
334
|
+
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
|
335
|
+
self.horizontalLayout.setSizeConstraint(QLayout.SizeConstraint.SetMinimumSize)
|
|
336
|
+
self.horizontalLayout.setContentsMargins(6, 6, 6, 6)
|
|
337
|
+
self.w_IW_size = QWidget(self.w_IW)
|
|
338
|
+
self.w_IW_size.setObjectName(u"w_IW_size")
|
|
339
|
+
self.w_IW_size.setMinimumSize(QSize(0, 100))
|
|
340
|
+
self.w_IW_size.setMaximumSize(QSize(16777215, 100))
|
|
341
|
+
self.verticalLayout_3 = QVBoxLayout(self.w_IW_size)
|
|
342
|
+
self.verticalLayout_3.setSpacing(12)
|
|
343
|
+
self.verticalLayout_3.setObjectName(u"verticalLayout_3")
|
|
344
|
+
self.verticalLayout_3.setContentsMargins(0, 0, 0, 0)
|
|
345
|
+
self.w_Size = QWidget(self.w_IW_size)
|
|
346
|
+
self.w_Size.setObjectName(u"w_Size")
|
|
347
|
+
self.w_Size.setMinimumSize(QSize(0, 44))
|
|
348
|
+
self.w_Size.setMaximumSize(QSize(16777215, 44))
|
|
349
|
+
self.verticalLayout_5 = QVBoxLayout(self.w_Size)
|
|
350
|
+
self.verticalLayout_5.setSpacing(0)
|
|
351
|
+
self.verticalLayout_5.setObjectName(u"verticalLayout_5")
|
|
352
|
+
self.verticalLayout_5.setContentsMargins(0, 0, 0, 0)
|
|
353
|
+
self.w_button_more_size = QWidget(self.w_Size)
|
|
354
|
+
self.w_button_more_size.setObjectName(u"w_button_more_size")
|
|
355
|
+
self.w_button_more_size.setMinimumSize(QSize(0, 20))
|
|
356
|
+
self.w_button_more_size.setMaximumSize(QSize(16777215, 20))
|
|
357
|
+
self.hlay_Size = QHBoxLayout(self.w_button_more_size)
|
|
358
|
+
self.hlay_Size.setSpacing(0)
|
|
359
|
+
self.hlay_Size.setObjectName(u"hlay_Size")
|
|
360
|
+
self.hlay_Size.setContentsMargins(0, 0, 0, 0)
|
|
361
|
+
self.label_size = QLabel(self.w_button_more_size)
|
|
362
|
+
self.label_size.setObjectName(u"label_size")
|
|
363
|
+
sizePolicy3 = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Fixed)
|
|
364
|
+
sizePolicy3.setHorizontalStretch(0)
|
|
365
|
+
sizePolicy3.setVerticalStretch(0)
|
|
366
|
+
sizePolicy3.setHeightForWidth(self.label_size.sizePolicy().hasHeightForWidth())
|
|
367
|
+
self.label_size.setSizePolicy(sizePolicy3)
|
|
368
|
+
self.label_size.setMinimumSize(QSize(0, 20))
|
|
369
|
+
self.label_size.setMaximumSize(QSize(16777215, 20))
|
|
370
|
+
font6 = QFont()
|
|
371
|
+
font6.setPointSize(10)
|
|
372
|
+
font6.setBold(False)
|
|
373
|
+
font6.setItalic(True)
|
|
374
|
+
self.label_size.setFont(font6)
|
|
375
|
+
|
|
376
|
+
self.hlay_Size.addWidget(self.label_size)
|
|
377
|
+
|
|
378
|
+
self.button_more_size = QToolButton(self.w_button_more_size)
|
|
379
|
+
self.button_more_size.setObjectName(u"button_more_size")
|
|
380
|
+
self.button_more_size.setMaximumSize(QSize(15, 15))
|
|
381
|
+
self.button_more_size.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
382
|
+
icon6 = QIcon()
|
|
383
|
+
icon6.addFile(u""+ icons_path +"minus.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
384
|
+
self.button_more_size.setIcon(icon6)
|
|
385
|
+
self.button_more_size.setCheckable(False)
|
|
386
|
+
|
|
387
|
+
self.hlay_Size.addWidget(self.button_more_size)
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
self.verticalLayout_5.addWidget(self.w_button_more_size)
|
|
391
|
+
|
|
392
|
+
self.edit_size = QWidget(self.w_Size)
|
|
393
|
+
self.edit_size.setObjectName(u"edit_size")
|
|
394
|
+
self.edit_size.setMinimumSize(QSize(0, 0))
|
|
395
|
+
self.edit_size.setMaximumSize(QSize(16777215, 22))
|
|
396
|
+
self.horizontalLayout_7 = QHBoxLayout(self.edit_size)
|
|
397
|
+
self.horizontalLayout_7.setSpacing(0)
|
|
398
|
+
self.horizontalLayout_7.setObjectName(u"horizontalLayout_7")
|
|
399
|
+
self.horizontalLayout_7.setContentsMargins(0, 0, 0, 0)
|
|
400
|
+
self.line_edit_size = MyQLineEditNumber(self.edit_size)
|
|
401
|
+
self.line_edit_size.setObjectName(u"line_edit_size")
|
|
402
|
+
self.line_edit_size.setMaximumSize(QSize(16777215, 22))
|
|
403
|
+
self.line_edit_size.setFont(font)
|
|
404
|
+
self.line_edit_size.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
405
|
+
"border-left: 1px solid gray;\n"
|
|
406
|
+
"border-bottom: 1px solid gray;\n"
|
|
407
|
+
"\n"
|
|
408
|
+
"\n"
|
|
409
|
+
"")
|
|
410
|
+
|
|
411
|
+
self.horizontalLayout_7.addWidget(self.line_edit_size)
|
|
412
|
+
|
|
413
|
+
self.check_edit_size = ClickableEditLabel(self.edit_size)
|
|
414
|
+
self.check_edit_size.setObjectName(u"check_edit_size")
|
|
415
|
+
self.check_edit_size.setMinimumSize(QSize(22, 22))
|
|
416
|
+
self.check_edit_size.setMaximumSize(QSize(22, 22))
|
|
417
|
+
self.check_edit_size.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
418
|
+
"border-right: 1px solid gray;\n"
|
|
419
|
+
"border-bottom: 1px solid gray;\n"
|
|
420
|
+
"padding: 2px;")
|
|
421
|
+
self.check_edit_size.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
422
|
+
self.check_edit_size.setScaledContents(True)
|
|
423
|
+
self.check_edit_size.setMargin(0)
|
|
424
|
+
self.check_edit_size.setTextInteractionFlags(Qt.TextInteractionFlag.TextBrowserInteraction)
|
|
425
|
+
|
|
426
|
+
self.horizontalLayout_7.addWidget(self.check_edit_size)
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
self.verticalLayout_5.addWidget(self.edit_size)
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
self.verticalLayout_3.addWidget(self.w_Size)
|
|
433
|
+
|
|
434
|
+
self.w_Spacing = QWidget(self.w_IW_size)
|
|
435
|
+
self.w_Spacing.setObjectName(u"w_Spacing")
|
|
436
|
+
self.w_Spacing.setMinimumSize(QSize(0, 44))
|
|
437
|
+
self.w_Spacing.setMaximumSize(QSize(16777215, 44))
|
|
438
|
+
self.verticalLayout_6 = QVBoxLayout(self.w_Spacing)
|
|
439
|
+
self.verticalLayout_6.setSpacing(0)
|
|
440
|
+
self.verticalLayout_6.setObjectName(u"verticalLayout_6")
|
|
441
|
+
self.verticalLayout_6.setContentsMargins(0, 0, 0, 0)
|
|
442
|
+
self.w_Bordo = QWidget(self.w_Spacing)
|
|
443
|
+
self.w_Bordo.setObjectName(u"w_Bordo")
|
|
444
|
+
self.w_Bordo.setMinimumSize(QSize(0, 20))
|
|
445
|
+
self.w_Bordo.setMaximumSize(QSize(16777215, 20))
|
|
446
|
+
self.hlay_Spacing = QHBoxLayout(self.w_Bordo)
|
|
447
|
+
self.hlay_Spacing.setSpacing(0)
|
|
448
|
+
self.hlay_Spacing.setObjectName(u"hlay_Spacing")
|
|
449
|
+
self.hlay_Spacing.setContentsMargins(0, 0, 0, 0)
|
|
450
|
+
self.label_spacing = QLabel(self.w_Bordo)
|
|
451
|
+
self.label_spacing.setObjectName(u"label_spacing")
|
|
452
|
+
sizePolicy3.setHeightForWidth(self.label_spacing.sizePolicy().hasHeightForWidth())
|
|
453
|
+
self.label_spacing.setSizePolicy(sizePolicy3)
|
|
454
|
+
self.label_spacing.setMinimumSize(QSize(0, 22))
|
|
455
|
+
self.label_spacing.setMaximumSize(QSize(16777215, 22))
|
|
456
|
+
self.label_spacing.setFont(font6)
|
|
457
|
+
|
|
458
|
+
self.hlay_Spacing.addWidget(self.label_spacing)
|
|
459
|
+
|
|
460
|
+
self.hs_spacing = QSpacerItem(6, 26, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Minimum)
|
|
461
|
+
|
|
462
|
+
self.hlay_Spacing.addItem(self.hs_spacing)
|
|
463
|
+
|
|
464
|
+
self.check_Bordo = QCheckBox(self.w_Bordo)
|
|
465
|
+
self.check_Bordo.setObjectName(u"check_Bordo")
|
|
466
|
+
self.check_Bordo.setMinimumSize(QSize(0, 22))
|
|
467
|
+
self.check_Bordo.setMaximumSize(QSize(16777215, 22))
|
|
468
|
+
font7 = QFont()
|
|
469
|
+
font7.setPointSize(10)
|
|
470
|
+
font7.setBold(False)
|
|
471
|
+
font7.setItalic(False)
|
|
472
|
+
self.check_Bordo.setFont(font7)
|
|
473
|
+
self.check_Bordo.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
474
|
+
self.check_Bordo.setLayoutDirection(Qt.LayoutDirection.RightToLeft)
|
|
475
|
+
|
|
476
|
+
self.hlay_Spacing.addWidget(self.check_Bordo)
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
self.verticalLayout_6.addWidget(self.w_Bordo)
|
|
480
|
+
|
|
481
|
+
self.edit_spacing = QWidget(self.w_Spacing)
|
|
482
|
+
self.edit_spacing.setObjectName(u"edit_spacing")
|
|
483
|
+
self.edit_spacing.setMinimumSize(QSize(0, 22))
|
|
484
|
+
self.edit_spacing.setMaximumSize(QSize(16777215, 22))
|
|
485
|
+
self.horizontalLayout_9 = QHBoxLayout(self.edit_spacing)
|
|
486
|
+
self.horizontalLayout_9.setSpacing(0)
|
|
487
|
+
self.horizontalLayout_9.setObjectName(u"horizontalLayout_9")
|
|
488
|
+
self.horizontalLayout_9.setContentsMargins(0, 0, 0, 0)
|
|
489
|
+
self.line_edit_spacing = MyQLineEditNumber(self.edit_spacing)
|
|
490
|
+
self.line_edit_spacing.setObjectName(u"line_edit_spacing")
|
|
491
|
+
self.line_edit_spacing.setMaximumSize(QSize(16777215, 22))
|
|
492
|
+
self.line_edit_spacing.setFont(font)
|
|
493
|
+
self.line_edit_spacing.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
494
|
+
"border-left: 1px solid gray;\n"
|
|
495
|
+
"border-bottom: 1px solid gray;\n"
|
|
496
|
+
"")
|
|
497
|
+
|
|
498
|
+
self.horizontalLayout_9.addWidget(self.line_edit_spacing)
|
|
499
|
+
|
|
500
|
+
self.check_edit_spacing = ClickableEditLabel(self.edit_spacing)
|
|
501
|
+
self.check_edit_spacing.setObjectName(u"check_edit_spacing")
|
|
502
|
+
self.check_edit_spacing.setMinimumSize(QSize(22, 22))
|
|
503
|
+
self.check_edit_spacing.setMaximumSize(QSize(22, 22))
|
|
504
|
+
self.check_edit_spacing.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
505
|
+
"border-right: 1px solid gray;\n"
|
|
506
|
+
"border-bottom: 1px solid gray;\n"
|
|
507
|
+
"padding: 2px;")
|
|
508
|
+
self.check_edit_spacing.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
509
|
+
self.check_edit_spacing.setScaledContents(True)
|
|
510
|
+
self.check_edit_spacing.setMargin(0)
|
|
511
|
+
|
|
512
|
+
self.horizontalLayout_9.addWidget(self.check_edit_spacing)
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
self.verticalLayout_6.addWidget(self.edit_spacing)
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
self.verticalLayout_3.addWidget(self.w_Spacing)
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
self.horizontalLayout.addWidget(self.w_IW_size)
|
|
522
|
+
|
|
523
|
+
self.w_IW_size_2 = QWidget(self.w_IW)
|
|
524
|
+
self.w_IW_size_2.setObjectName(u"w_IW_size_2")
|
|
525
|
+
self.w_IW_size_2.setMinimumSize(QSize(0, 100))
|
|
526
|
+
self.w_IW_size_2.setMaximumSize(QSize(16777215, 100))
|
|
527
|
+
self.verticalLayout_7 = QVBoxLayout(self.w_IW_size_2)
|
|
528
|
+
self.verticalLayout_7.setSpacing(12)
|
|
529
|
+
self.verticalLayout_7.setObjectName(u"verticalLayout_7")
|
|
530
|
+
self.verticalLayout_7.setContentsMargins(0, 0, 0, 0)
|
|
531
|
+
self.w_Size_2 = QWidget(self.w_IW_size_2)
|
|
532
|
+
self.w_Size_2.setObjectName(u"w_Size_2")
|
|
533
|
+
self.w_Size_2.setMinimumSize(QSize(0, 44))
|
|
534
|
+
self.w_Size_2.setMaximumSize(QSize(16777215, 44))
|
|
535
|
+
self.verticalLayout_8 = QVBoxLayout(self.w_Size_2)
|
|
536
|
+
self.verticalLayout_8.setSpacing(0)
|
|
537
|
+
self.verticalLayout_8.setObjectName(u"verticalLayout_8")
|
|
538
|
+
self.verticalLayout_8.setContentsMargins(0, 0, 0, 0)
|
|
539
|
+
self.w_label_size_2 = QWidget(self.w_Size_2)
|
|
540
|
+
self.w_label_size_2.setObjectName(u"w_label_size_2")
|
|
541
|
+
self.w_label_size_2.setMinimumSize(QSize(0, 20))
|
|
542
|
+
self.w_label_size_2.setMaximumSize(QSize(16777215, 20))
|
|
543
|
+
self.horizontalLayout_4 = QHBoxLayout(self.w_label_size_2)
|
|
544
|
+
self.horizontalLayout_4.setSpacing(0)
|
|
545
|
+
self.horizontalLayout_4.setObjectName(u"horizontalLayout_4")
|
|
546
|
+
self.horizontalLayout_4.setContentsMargins(0, 0, 0, 0)
|
|
547
|
+
self.label_size_2 = QLabel(self.w_label_size_2)
|
|
548
|
+
self.label_size_2.setObjectName(u"label_size_2")
|
|
549
|
+
sizePolicy3.setHeightForWidth(self.label_size_2.sizePolicy().hasHeightForWidth())
|
|
550
|
+
self.label_size_2.setSizePolicy(sizePolicy3)
|
|
551
|
+
self.label_size_2.setMinimumSize(QSize(0, 20))
|
|
552
|
+
self.label_size_2.setMaximumSize(QSize(16777215, 20))
|
|
553
|
+
self.label_size_2.setFont(font6)
|
|
554
|
+
|
|
555
|
+
self.horizontalLayout_4.addWidget(self.label_size_2)
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
self.verticalLayout_8.addWidget(self.w_label_size_2)
|
|
559
|
+
|
|
560
|
+
self.edit_size_2 = QWidget(self.w_Size_2)
|
|
561
|
+
self.edit_size_2.setObjectName(u"edit_size_2")
|
|
562
|
+
self.edit_size_2.setMinimumSize(QSize(0, 0))
|
|
563
|
+
self.edit_size_2.setMaximumSize(QSize(16777215, 22))
|
|
564
|
+
self.horizontalLayout_8 = QHBoxLayout(self.edit_size_2)
|
|
565
|
+
self.horizontalLayout_8.setSpacing(0)
|
|
566
|
+
self.horizontalLayout_8.setObjectName(u"horizontalLayout_8")
|
|
567
|
+
self.horizontalLayout_8.setContentsMargins(0, 0, 0, 0)
|
|
568
|
+
self.line_edit_size_2 = MyQLineEditNumber(self.edit_size_2)
|
|
569
|
+
self.line_edit_size_2.setObjectName(u"line_edit_size_2")
|
|
570
|
+
self.line_edit_size_2.setMaximumSize(QSize(16777215, 22))
|
|
571
|
+
self.line_edit_size_2.setFont(font)
|
|
572
|
+
self.line_edit_size_2.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
573
|
+
"border-left: 1px solid gray;\n"
|
|
574
|
+
"border-bottom: 1px solid gray;\n"
|
|
575
|
+
"")
|
|
576
|
+
|
|
577
|
+
self.horizontalLayout_8.addWidget(self.line_edit_size_2)
|
|
578
|
+
|
|
579
|
+
self.check_edit_size_2 = ClickableEditLabel(self.edit_size_2)
|
|
580
|
+
self.check_edit_size_2.setObjectName(u"check_edit_size_2")
|
|
581
|
+
self.check_edit_size_2.setMinimumSize(QSize(22, 22))
|
|
582
|
+
self.check_edit_size_2.setMaximumSize(QSize(22, 22))
|
|
583
|
+
self.check_edit_size_2.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
584
|
+
"border-right: 1px solid gray;\n"
|
|
585
|
+
"border-bottom: 1px solid gray;\n"
|
|
586
|
+
"padding: 2px;")
|
|
587
|
+
self.check_edit_size_2.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
588
|
+
self.check_edit_size_2.setScaledContents(True)
|
|
589
|
+
self.check_edit_size_2.setMargin(0)
|
|
590
|
+
|
|
591
|
+
self.horizontalLayout_8.addWidget(self.check_edit_size_2)
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
self.verticalLayout_8.addWidget(self.edit_size_2)
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
self.verticalLayout_7.addWidget(self.w_Size_2)
|
|
598
|
+
|
|
599
|
+
self.w_Spacing_2 = QWidget(self.w_IW_size_2)
|
|
600
|
+
self.w_Spacing_2.setObjectName(u"w_Spacing_2")
|
|
601
|
+
self.w_Spacing_2.setMinimumSize(QSize(0, 44))
|
|
602
|
+
self.w_Spacing_2.setMaximumSize(QSize(16777215, 44))
|
|
603
|
+
self.verticalLayout_23 = QVBoxLayout(self.w_Spacing_2)
|
|
604
|
+
self.verticalLayout_23.setSpacing(0)
|
|
605
|
+
self.verticalLayout_23.setObjectName(u"verticalLayout_23")
|
|
606
|
+
self.verticalLayout_23.setContentsMargins(0, 0, 0, 0)
|
|
607
|
+
self.w_spacing_2 = QWidget(self.w_Spacing_2)
|
|
608
|
+
self.w_spacing_2.setObjectName(u"w_spacing_2")
|
|
609
|
+
self.w_spacing_2.setMinimumSize(QSize(0, 20))
|
|
610
|
+
self.w_spacing_2.setMaximumSize(QSize(16777215, 20))
|
|
611
|
+
self.hlay_Spacing_2 = QHBoxLayout(self.w_spacing_2)
|
|
612
|
+
self.hlay_Spacing_2.setSpacing(0)
|
|
613
|
+
self.hlay_Spacing_2.setObjectName(u"hlay_Spacing_2")
|
|
614
|
+
self.hlay_Spacing_2.setContentsMargins(0, 0, 0, 0)
|
|
615
|
+
self.label_spacing_2 = QLabel(self.w_spacing_2)
|
|
616
|
+
self.label_spacing_2.setObjectName(u"label_spacing_2")
|
|
617
|
+
sizePolicy3.setHeightForWidth(self.label_spacing_2.sizePolicy().hasHeightForWidth())
|
|
618
|
+
self.label_spacing_2.setSizePolicy(sizePolicy3)
|
|
619
|
+
self.label_spacing_2.setMinimumSize(QSize(0, 22))
|
|
620
|
+
self.label_spacing_2.setMaximumSize(QSize(16777215, 22))
|
|
621
|
+
self.label_spacing_2.setFont(font6)
|
|
622
|
+
self.label_spacing_2.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
623
|
+
|
|
624
|
+
self.hlay_Spacing_2.addWidget(self.label_spacing_2)
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
self.verticalLayout_23.addWidget(self.w_spacing_2)
|
|
628
|
+
|
|
629
|
+
self.edit_spacing_2 = QWidget(self.w_Spacing_2)
|
|
630
|
+
self.edit_spacing_2.setObjectName(u"edit_spacing_2")
|
|
631
|
+
self.edit_spacing_2.setMinimumSize(QSize(0, 22))
|
|
632
|
+
self.edit_spacing_2.setMaximumSize(QSize(16777215, 22))
|
|
633
|
+
self.horizontalLayout_10 = QHBoxLayout(self.edit_spacing_2)
|
|
634
|
+
self.horizontalLayout_10.setSpacing(0)
|
|
635
|
+
self.horizontalLayout_10.setObjectName(u"horizontalLayout_10")
|
|
636
|
+
self.horizontalLayout_10.setContentsMargins(0, 0, 0, 0)
|
|
637
|
+
self.line_edit_spacing_2 = MyQLineEditNumber(self.edit_spacing_2)
|
|
638
|
+
self.line_edit_spacing_2.setObjectName(u"line_edit_spacing_2")
|
|
639
|
+
self.line_edit_spacing_2.setMinimumSize(QSize(0, 22))
|
|
640
|
+
self.line_edit_spacing_2.setMaximumSize(QSize(16777215, 22))
|
|
641
|
+
self.line_edit_spacing_2.setFont(font)
|
|
642
|
+
self.line_edit_spacing_2.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
643
|
+
"border-left: 1px solid gray;\n"
|
|
644
|
+
"border-bottom: 1px solid gray;\n"
|
|
645
|
+
"")
|
|
646
|
+
|
|
647
|
+
self.horizontalLayout_10.addWidget(self.line_edit_spacing_2)
|
|
648
|
+
|
|
649
|
+
self.check_edit_spacing_2 = ClickableEditLabel(self.edit_spacing_2)
|
|
650
|
+
self.check_edit_spacing_2.setObjectName(u"check_edit_spacing_2")
|
|
651
|
+
self.check_edit_spacing_2.setMinimumSize(QSize(22, 22))
|
|
652
|
+
self.check_edit_spacing_2.setMaximumSize(QSize(22, 22))
|
|
653
|
+
self.check_edit_spacing_2.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
654
|
+
"border-right: 1px solid gray;\n"
|
|
655
|
+
"border-bottom: 1px solid gray;\n"
|
|
656
|
+
"padding: 2px;")
|
|
657
|
+
self.check_edit_spacing_2.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
658
|
+
self.check_edit_spacing_2.setScaledContents(True)
|
|
659
|
+
self.check_edit_spacing_2.setMargin(0)
|
|
660
|
+
|
|
661
|
+
self.horizontalLayout_10.addWidget(self.check_edit_spacing_2)
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
self.verticalLayout_23.addWidget(self.edit_spacing_2)
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
self.verticalLayout_7.addWidget(self.w_Spacing_2)
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
self.horizontalLayout.addWidget(self.w_IW_size_2)
|
|
671
|
+
|
|
672
|
+
self.horizontalLayout.setStretch(0, 1)
|
|
673
|
+
self.horizontalLayout.setStretch(1, 1)
|
|
674
|
+
|
|
675
|
+
self.verticalLayout_2.addWidget(self.w_IW)
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
self.verticalLayout_10.addWidget(self.CollapBox_IntWind)
|
|
679
|
+
|
|
680
|
+
self.CollapBox_FinIt = CollapsibleBox(self.scrollAreaWidgetContents)
|
|
681
|
+
self.CollapBox_FinIt.setObjectName(u"CollapBox_FinIt")
|
|
682
|
+
sizePolicy.setHeightForWidth(self.CollapBox_FinIt.sizePolicy().hasHeightForWidth())
|
|
683
|
+
self.CollapBox_FinIt.setSizePolicy(sizePolicy)
|
|
684
|
+
self.CollapBox_FinIt.setMinimumSize(QSize(0, 56))
|
|
685
|
+
self.CollapBox_FinIt.setMaximumSize(QSize(16777215, 16777215))
|
|
686
|
+
self.verticalLayout_24 = QVBoxLayout(self.CollapBox_FinIt)
|
|
687
|
+
self.verticalLayout_24.setSpacing(0)
|
|
688
|
+
self.verticalLayout_24.setObjectName(u"verticalLayout_24")
|
|
689
|
+
self.verticalLayout_24.setContentsMargins(0, 0, 0, 0)
|
|
690
|
+
self.lay_CollapBox_FinIt = QHBoxLayout()
|
|
691
|
+
self.lay_CollapBox_FinIt.setSpacing(0)
|
|
692
|
+
self.lay_CollapBox_FinIt.setObjectName(u"lay_CollapBox_FinIt")
|
|
693
|
+
self.lay_CollapBox_FinIt.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
694
|
+
self.tool_CollapBox_FinIt = QToolButton(self.CollapBox_FinIt)
|
|
695
|
+
self.tool_CollapBox_FinIt.setObjectName(u"tool_CollapBox_FinIt")
|
|
696
|
+
sizePolicy2.setHeightForWidth(self.tool_CollapBox_FinIt.sizePolicy().hasHeightForWidth())
|
|
697
|
+
self.tool_CollapBox_FinIt.setSizePolicy(sizePolicy2)
|
|
698
|
+
self.tool_CollapBox_FinIt.setMinimumSize(QSize(0, 20))
|
|
699
|
+
self.tool_CollapBox_FinIt.setMaximumSize(QSize(16777215, 20))
|
|
700
|
+
self.tool_CollapBox_FinIt.setFont(font4)
|
|
701
|
+
self.tool_CollapBox_FinIt.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
702
|
+
self.tool_CollapBox_FinIt.setStyleSheet(u"QToolButton { border: none; }")
|
|
703
|
+
self.tool_CollapBox_FinIt.setCheckable(True)
|
|
704
|
+
self.tool_CollapBox_FinIt.setChecked(True)
|
|
705
|
+
self.tool_CollapBox_FinIt.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
706
|
+
self.tool_CollapBox_FinIt.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
707
|
+
self.tool_CollapBox_FinIt.setArrowType(Qt.ArrowType.DownArrow)
|
|
708
|
+
|
|
709
|
+
self.lay_CollapBox_FinIt.addWidget(self.tool_CollapBox_FinIt)
|
|
710
|
+
|
|
711
|
+
self.hsp_CollapBox_FinIt = QSpacerItem(100, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
712
|
+
|
|
713
|
+
self.lay_CollapBox_FinIt.addItem(self.hsp_CollapBox_FinIt)
|
|
714
|
+
|
|
715
|
+
self.button_CollapBox_FinIt = MyToolButton(self.CollapBox_FinIt)
|
|
716
|
+
self.button_CollapBox_FinIt.setObjectName(u"button_CollapBox_FinIt")
|
|
717
|
+
self.button_CollapBox_FinIt.setMinimumSize(QSize(18, 18))
|
|
718
|
+
self.button_CollapBox_FinIt.setMaximumSize(QSize(18, 18))
|
|
719
|
+
self.button_CollapBox_FinIt.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
720
|
+
self.button_CollapBox_FinIt.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
721
|
+
self.button_CollapBox_FinIt.setIcon(icon3)
|
|
722
|
+
self.button_CollapBox_FinIt.setIconSize(QSize(12, 12))
|
|
723
|
+
|
|
724
|
+
self.lay_CollapBox_FinIt.addWidget(self.button_CollapBox_FinIt)
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
self.verticalLayout_24.addLayout(self.lay_CollapBox_FinIt)
|
|
728
|
+
|
|
729
|
+
self.Final_iterations = QGroupBox(self.CollapBox_FinIt)
|
|
730
|
+
self.Final_iterations.setObjectName(u"Final_iterations")
|
|
731
|
+
sizePolicy.setHeightForWidth(self.Final_iterations.sizePolicy().hasHeightForWidth())
|
|
732
|
+
self.Final_iterations.setSizePolicy(sizePolicy)
|
|
733
|
+
self.Final_iterations.setMinimumSize(QSize(0, 34))
|
|
734
|
+
font8 = QFont()
|
|
735
|
+
font8.setPointSize(10)
|
|
736
|
+
font8.setBold(True)
|
|
737
|
+
font8.setItalic(False)
|
|
738
|
+
font8.setKerning(False)
|
|
739
|
+
self.Final_iterations.setFont(font8)
|
|
740
|
+
self.Final_iterations.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}\n"
|
|
741
|
+
"")
|
|
742
|
+
self.horizontalLayout_6 = QHBoxLayout(self.Final_iterations)
|
|
743
|
+
self.horizontalLayout_6.setObjectName(u"horizontalLayout_6")
|
|
744
|
+
self.horizontalLayout_6.setContentsMargins(6, 6, 6, 6)
|
|
745
|
+
self.label_final_iter = QLabel(self.Final_iterations)
|
|
746
|
+
self.label_final_iter.setObjectName(u"label_final_iter")
|
|
747
|
+
self.label_final_iter.setMinimumSize(QSize(0, 22))
|
|
748
|
+
self.label_final_iter.setMaximumSize(QSize(16777215, 22))
|
|
749
|
+
self.label_final_iter.setFont(font6)
|
|
750
|
+
self.label_final_iter.setStyleSheet(u"border: none;")
|
|
751
|
+
self.label_final_iter.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
752
|
+
|
|
753
|
+
self.horizontalLayout_6.addWidget(self.label_final_iter)
|
|
754
|
+
|
|
755
|
+
self.spin_final_iter = MyQSpin(self.Final_iterations)
|
|
756
|
+
self.spin_final_iter.setObjectName(u"spin_final_iter")
|
|
757
|
+
self.spin_final_iter.setMinimumSize(QSize(55, 22))
|
|
758
|
+
self.spin_final_iter.setMaximumSize(QSize(66, 22))
|
|
759
|
+
self.spin_final_iter.setFont(font)
|
|
760
|
+
self.spin_final_iter.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
761
|
+
self.spin_final_iter.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
762
|
+
|
|
763
|
+
self.horizontalLayout_6.addWidget(self.spin_final_iter)
|
|
764
|
+
|
|
765
|
+
self.hs_final_iter = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
766
|
+
|
|
767
|
+
self.horizontalLayout_6.addItem(self.hs_final_iter)
|
|
768
|
+
|
|
769
|
+
self.check_DC = QCheckBox(self.Final_iterations)
|
|
770
|
+
self.check_DC.setObjectName(u"check_DC")
|
|
771
|
+
self.check_DC.setMinimumSize(QSize(0, 22))
|
|
772
|
+
self.check_DC.setMaximumSize(QSize(16777215, 22))
|
|
773
|
+
self.check_DC.setFont(font)
|
|
774
|
+
self.check_DC.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
775
|
+
self.check_DC.setLayoutDirection(Qt.LayoutDirection.RightToLeft)
|
|
776
|
+
self.check_DC.setStyleSheet(u"border: none\n"
|
|
777
|
+
"")
|
|
778
|
+
|
|
779
|
+
self.horizontalLayout_6.addWidget(self.check_DC)
|
|
780
|
+
|
|
781
|
+
self.hs_final_iter_2 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
782
|
+
|
|
783
|
+
self.horizontalLayout_6.addItem(self.hs_final_iter_2)
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
self.verticalLayout_24.addWidget(self.Final_iterations)
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
self.verticalLayout_10.addWidget(self.CollapBox_FinIt)
|
|
790
|
+
|
|
791
|
+
self.CollapBox_top = CollapsibleBox(self.scrollAreaWidgetContents)
|
|
792
|
+
self.CollapBox_top.setObjectName(u"CollapBox_top")
|
|
793
|
+
sizePolicy1.setHeightForWidth(self.CollapBox_top.sizePolicy().hasHeightForWidth())
|
|
794
|
+
self.CollapBox_top.setSizePolicy(sizePolicy1)
|
|
795
|
+
self.CollapBox_top.setMinimumSize(QSize(0, 80))
|
|
796
|
+
self.CollapBox_top.setMaximumSize(QSize(16777215, 90))
|
|
797
|
+
self.CollapBox_top.setStyleSheet(u"")
|
|
798
|
+
self.verticalLayout_4 = QVBoxLayout(self.CollapBox_top)
|
|
799
|
+
self.verticalLayout_4.setSpacing(0)
|
|
800
|
+
self.verticalLayout_4.setObjectName(u"verticalLayout_4")
|
|
801
|
+
self.verticalLayout_4.setContentsMargins(0, 0, 0, 0)
|
|
802
|
+
self.lay_CollapBox_top = QHBoxLayout()
|
|
803
|
+
self.lay_CollapBox_top.setSpacing(0)
|
|
804
|
+
self.lay_CollapBox_top.setObjectName(u"lay_CollapBox_top")
|
|
805
|
+
self.lay_CollapBox_top.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
806
|
+
self.tool_CollapBox_top = QToolButton(self.CollapBox_top)
|
|
807
|
+
self.tool_CollapBox_top.setObjectName(u"tool_CollapBox_top")
|
|
808
|
+
sizePolicy2.setHeightForWidth(self.tool_CollapBox_top.sizePolicy().hasHeightForWidth())
|
|
809
|
+
self.tool_CollapBox_top.setSizePolicy(sizePolicy2)
|
|
810
|
+
self.tool_CollapBox_top.setMinimumSize(QSize(0, 20))
|
|
811
|
+
self.tool_CollapBox_top.setMaximumSize(QSize(16777215, 20))
|
|
812
|
+
self.tool_CollapBox_top.setFont(font4)
|
|
813
|
+
self.tool_CollapBox_top.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
814
|
+
self.tool_CollapBox_top.setStyleSheet(u"QToolButton { border: none; }")
|
|
815
|
+
self.tool_CollapBox_top.setCheckable(True)
|
|
816
|
+
self.tool_CollapBox_top.setChecked(True)
|
|
817
|
+
self.tool_CollapBox_top.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
818
|
+
self.tool_CollapBox_top.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
819
|
+
self.tool_CollapBox_top.setArrowType(Qt.ArrowType.DownArrow)
|
|
820
|
+
|
|
821
|
+
self.lay_CollapBox_top.addWidget(self.tool_CollapBox_top)
|
|
822
|
+
|
|
823
|
+
self.hsp_CollapBox_top = QSpacerItem(100, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
824
|
+
|
|
825
|
+
self.lay_CollapBox_top.addItem(self.hsp_CollapBox_top)
|
|
826
|
+
|
|
827
|
+
self.button_CollapBox_top = MyToolButton(self.CollapBox_top)
|
|
828
|
+
self.button_CollapBox_top.setObjectName(u"button_CollapBox_top")
|
|
829
|
+
self.button_CollapBox_top.setMinimumSize(QSize(18, 18))
|
|
830
|
+
self.button_CollapBox_top.setMaximumSize(QSize(18, 18))
|
|
831
|
+
self.button_CollapBox_top.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
832
|
+
self.button_CollapBox_top.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
833
|
+
self.button_CollapBox_top.setIcon(icon3)
|
|
834
|
+
self.button_CollapBox_top.setIconSize(QSize(12, 12))
|
|
835
|
+
|
|
836
|
+
self.lay_CollapBox_top.addWidget(self.button_CollapBox_top)
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
self.verticalLayout_4.addLayout(self.lay_CollapBox_top)
|
|
840
|
+
|
|
841
|
+
self.group_top = QGroupBox(self.CollapBox_top)
|
|
842
|
+
self.group_top.setObjectName(u"group_top")
|
|
843
|
+
sizePolicy1.setHeightForWidth(self.group_top.sizePolicy().hasHeightForWidth())
|
|
844
|
+
self.group_top.setSizePolicy(sizePolicy1)
|
|
845
|
+
self.group_top.setMinimumSize(QSize(0, 56))
|
|
846
|
+
self.group_top.setMaximumSize(QSize(16777215, 56))
|
|
847
|
+
self.group_top.setFont(font5)
|
|
848
|
+
self.group_top.setCursor(QCursor(Qt.CursorShape.ArrowCursor))
|
|
849
|
+
self.group_top.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}\n"
|
|
850
|
+
"QGroupBox::hover{border: 1px solid lightblue; border-radius: 6px;}")
|
|
851
|
+
self.group_top.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
852
|
+
self.group_top.setFlat(False)
|
|
853
|
+
self.group_top.setCheckable(False)
|
|
854
|
+
self.horizontalLayout_16 = QHBoxLayout(self.group_top)
|
|
855
|
+
self.horizontalLayout_16.setSpacing(12)
|
|
856
|
+
self.horizontalLayout_16.setObjectName(u"horizontalLayout_16")
|
|
857
|
+
self.horizontalLayout_16.setContentsMargins(6, 6, 6, 6)
|
|
858
|
+
self.w_top = QWidget(self.group_top)
|
|
859
|
+
self.w_top.setObjectName(u"w_top")
|
|
860
|
+
self.w_top.setMinimumSize(QSize(180, 44))
|
|
861
|
+
self.w_top.setMaximumSize(QSize(16777215, 44))
|
|
862
|
+
self.verticalLayout_58 = QVBoxLayout(self.w_top)
|
|
863
|
+
self.verticalLayout_58.setSpacing(0)
|
|
864
|
+
self.verticalLayout_58.setObjectName(u"verticalLayout_58")
|
|
865
|
+
self.verticalLayout_58.setContentsMargins(0, 0, 0, 0)
|
|
866
|
+
self.label_top = QLabel(self.w_top)
|
|
867
|
+
self.label_top.setObjectName(u"label_top")
|
|
868
|
+
self.label_top.setMinimumSize(QSize(0, 20))
|
|
869
|
+
self.label_top.setMaximumSize(QSize(16777215, 20))
|
|
870
|
+
self.label_top.setFont(font2)
|
|
871
|
+
|
|
872
|
+
self.verticalLayout_58.addWidget(self.label_top)
|
|
873
|
+
|
|
874
|
+
self.combo_top = MyQCombo(self.w_top)
|
|
875
|
+
self.combo_top.addItem("")
|
|
876
|
+
self.combo_top.addItem("")
|
|
877
|
+
self.combo_top.addItem("")
|
|
878
|
+
self.combo_top.addItem("")
|
|
879
|
+
self.combo_top.addItem("")
|
|
880
|
+
self.combo_top.addItem("")
|
|
881
|
+
self.combo_top.setObjectName(u"combo_top")
|
|
882
|
+
sizePolicy.setHeightForWidth(self.combo_top.sizePolicy().hasHeightForWidth())
|
|
883
|
+
self.combo_top.setSizePolicy(sizePolicy)
|
|
884
|
+
self.combo_top.setMinimumSize(QSize(120, 24))
|
|
885
|
+
self.combo_top.setMaximumSize(QSize(250, 24))
|
|
886
|
+
self.combo_top.setFont(font)
|
|
887
|
+
self.combo_top.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToContentsOnFirstShow)
|
|
888
|
+
self.combo_top.setFrame(True)
|
|
889
|
+
|
|
890
|
+
self.verticalLayout_58.addWidget(self.combo_top)
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
self.horizontalLayout_16.addWidget(self.w_top)
|
|
894
|
+
|
|
895
|
+
self.w_custom_top = QWidget(self.group_top)
|
|
896
|
+
self.w_custom_top.setObjectName(u"w_custom_top")
|
|
897
|
+
self.w_custom_top.setMinimumSize(QSize(180, 44))
|
|
898
|
+
self.w_custom_top.setMaximumSize(QSize(16777215, 44))
|
|
899
|
+
self.verticalLayout_59 = QVBoxLayout(self.w_custom_top)
|
|
900
|
+
self.verticalLayout_59.setSpacing(0)
|
|
901
|
+
self.verticalLayout_59.setObjectName(u"verticalLayout_59")
|
|
902
|
+
self.verticalLayout_59.setContentsMargins(0, 0, 0, 0)
|
|
903
|
+
self.w_edit_custom = QWidget(self.w_custom_top)
|
|
904
|
+
self.w_edit_custom.setObjectName(u"w_edit_custom")
|
|
905
|
+
self.w_edit_custom.setMinimumSize(QSize(0, 20))
|
|
906
|
+
self.w_edit_custom.setMaximumSize(QSize(16777215, 20))
|
|
907
|
+
self.horizontalLayout_21 = QHBoxLayout(self.w_edit_custom)
|
|
908
|
+
self.horizontalLayout_21.setSpacing(0)
|
|
909
|
+
self.horizontalLayout_21.setObjectName(u"horizontalLayout_21")
|
|
910
|
+
self.horizontalLayout_21.setContentsMargins(0, 0, 0, 0)
|
|
911
|
+
self.label_custom_top = QLabel(self.w_edit_custom)
|
|
912
|
+
self.label_custom_top.setObjectName(u"label_custom_top")
|
|
913
|
+
self.label_custom_top.setMinimumSize(QSize(0, 20))
|
|
914
|
+
self.label_custom_top.setMaximumSize(QSize(16777215, 20))
|
|
915
|
+
self.label_custom_top.setFont(font2)
|
|
916
|
+
|
|
917
|
+
self.horizontalLayout_21.addWidget(self.label_custom_top)
|
|
918
|
+
|
|
919
|
+
self.button_edit_custom = QToolButton(self.w_edit_custom)
|
|
920
|
+
self.button_edit_custom.setObjectName(u"button_edit_custom")
|
|
921
|
+
self.button_edit_custom.setMinimumSize(QSize(18, 18))
|
|
922
|
+
self.button_edit_custom.setMaximumSize(QSize(18, 18))
|
|
923
|
+
self.button_edit_custom.setFont(font)
|
|
924
|
+
icon7 = QIcon()
|
|
925
|
+
icon7.addFile(u""+ icons_path +"pencil_bw.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
926
|
+
self.button_edit_custom.setIcon(icon7)
|
|
927
|
+
self.button_edit_custom.setIconSize(QSize(15, 15))
|
|
928
|
+
|
|
929
|
+
self.horizontalLayout_21.addWidget(self.button_edit_custom)
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
self.verticalLayout_59.addWidget(self.w_edit_custom)
|
|
933
|
+
|
|
934
|
+
self.combo_custom_top = MyQCombo(self.w_custom_top)
|
|
935
|
+
self.combo_custom_top.setObjectName(u"combo_custom_top")
|
|
936
|
+
sizePolicy.setHeightForWidth(self.combo_custom_top.sizePolicy().hasHeightForWidth())
|
|
937
|
+
self.combo_custom_top.setSizePolicy(sizePolicy)
|
|
938
|
+
self.combo_custom_top.setMinimumSize(QSize(120, 24))
|
|
939
|
+
self.combo_custom_top.setMaximumSize(QSize(220, 24))
|
|
940
|
+
self.combo_custom_top.setFont(font)
|
|
941
|
+
self.combo_custom_top.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToContentsOnFirstShow)
|
|
942
|
+
self.combo_custom_top.setFrame(True)
|
|
943
|
+
|
|
944
|
+
self.verticalLayout_59.addWidget(self.combo_custom_top)
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
self.horizontalLayout_16.addWidget(self.w_custom_top)
|
|
948
|
+
|
|
949
|
+
self.w_save_custom = QWidget(self.group_top)
|
|
950
|
+
self.w_save_custom.setObjectName(u"w_save_custom")
|
|
951
|
+
self.w_save_custom.setMinimumSize(QSize(24, 44))
|
|
952
|
+
self.w_save_custom.setMaximumSize(QSize(24, 44))
|
|
953
|
+
self.verticalLayout_66 = QVBoxLayout(self.w_save_custom)
|
|
954
|
+
self.verticalLayout_66.setSpacing(0)
|
|
955
|
+
self.verticalLayout_66.setObjectName(u"verticalLayout_66")
|
|
956
|
+
self.verticalLayout_66.setContentsMargins(0, 0, 0, 0)
|
|
957
|
+
self.label_save_custom = QLabel(self.w_save_custom)
|
|
958
|
+
self.label_save_custom.setObjectName(u"label_save_custom")
|
|
959
|
+
self.label_save_custom.setMinimumSize(QSize(24, 20))
|
|
960
|
+
self.label_save_custom.setMaximumSize(QSize(24, 20))
|
|
961
|
+
|
|
962
|
+
self.verticalLayout_66.addWidget(self.label_save_custom)
|
|
963
|
+
|
|
964
|
+
self.button_save_custom = QToolButton(self.w_save_custom)
|
|
965
|
+
self.button_save_custom.setObjectName(u"button_save_custom")
|
|
966
|
+
self.button_save_custom.setMinimumSize(QSize(24, 24))
|
|
967
|
+
self.button_save_custom.setMaximumSize(QSize(24, 24))
|
|
968
|
+
self.button_save_custom.setFont(font)
|
|
969
|
+
icon8 = QIcon()
|
|
970
|
+
icon8.addFile(u""+ icons_path +"save.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
971
|
+
self.button_save_custom.setIcon(icon8)
|
|
972
|
+
self.button_save_custom.setIconSize(QSize(22, 22))
|
|
973
|
+
|
|
974
|
+
self.verticalLayout_66.addWidget(self.button_save_custom)
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
self.horizontalLayout_16.addWidget(self.w_save_custom)
|
|
978
|
+
|
|
979
|
+
self.hs_top = QSpacerItem(26, 43, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
980
|
+
|
|
981
|
+
self.horizontalLayout_16.addItem(self.hs_top)
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
self.verticalLayout_4.addWidget(self.group_top)
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
self.verticalLayout_10.addWidget(self.CollapBox_top)
|
|
988
|
+
|
|
989
|
+
self.CollapBox_Interp = CollapsibleBox(self.scrollAreaWidgetContents)
|
|
990
|
+
self.CollapBox_Interp.setObjectName(u"CollapBox_Interp")
|
|
991
|
+
sizePolicy.setHeightForWidth(self.CollapBox_Interp.sizePolicy().hasHeightForWidth())
|
|
992
|
+
self.CollapBox_Interp.setSizePolicy(sizePolicy)
|
|
993
|
+
self.CollapBox_Interp.setMinimumSize(QSize(0, 260))
|
|
994
|
+
self.CollapBox_Interp.setMaximumSize(QSize(16777215, 16777215))
|
|
995
|
+
self.verticalLayout_11 = QVBoxLayout(self.CollapBox_Interp)
|
|
996
|
+
self.verticalLayout_11.setSpacing(0)
|
|
997
|
+
self.verticalLayout_11.setObjectName(u"verticalLayout_11")
|
|
998
|
+
self.verticalLayout_11.setContentsMargins(0, 0, 0, 0)
|
|
999
|
+
self.lay_CollapBox_Interp = QHBoxLayout()
|
|
1000
|
+
self.lay_CollapBox_Interp.setSpacing(0)
|
|
1001
|
+
self.lay_CollapBox_Interp.setObjectName(u"lay_CollapBox_Interp")
|
|
1002
|
+
self.lay_CollapBox_Interp.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
1003
|
+
self.tool_CollapBox_Interp = QToolButton(self.CollapBox_Interp)
|
|
1004
|
+
self.tool_CollapBox_Interp.setObjectName(u"tool_CollapBox_Interp")
|
|
1005
|
+
sizePolicy2.setHeightForWidth(self.tool_CollapBox_Interp.sizePolicy().hasHeightForWidth())
|
|
1006
|
+
self.tool_CollapBox_Interp.setSizePolicy(sizePolicy2)
|
|
1007
|
+
self.tool_CollapBox_Interp.setMinimumSize(QSize(0, 20))
|
|
1008
|
+
self.tool_CollapBox_Interp.setMaximumSize(QSize(16777215, 20))
|
|
1009
|
+
self.tool_CollapBox_Interp.setFont(font4)
|
|
1010
|
+
self.tool_CollapBox_Interp.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
1011
|
+
self.tool_CollapBox_Interp.setStyleSheet(u"QToolButton { border: none; }")
|
|
1012
|
+
self.tool_CollapBox_Interp.setCheckable(True)
|
|
1013
|
+
self.tool_CollapBox_Interp.setChecked(True)
|
|
1014
|
+
self.tool_CollapBox_Interp.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
1015
|
+
self.tool_CollapBox_Interp.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
1016
|
+
self.tool_CollapBox_Interp.setArrowType(Qt.ArrowType.DownArrow)
|
|
1017
|
+
|
|
1018
|
+
self.lay_CollapBox_Interp.addWidget(self.tool_CollapBox_Interp)
|
|
1019
|
+
|
|
1020
|
+
self.hsp_CollapBox_Interp = QSpacerItem(100, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1021
|
+
|
|
1022
|
+
self.lay_CollapBox_Interp.addItem(self.hsp_CollapBox_Interp)
|
|
1023
|
+
|
|
1024
|
+
self.button_CollapBox_Interp = MyToolButton(self.CollapBox_Interp)
|
|
1025
|
+
self.button_CollapBox_Interp.setObjectName(u"button_CollapBox_Interp")
|
|
1026
|
+
self.button_CollapBox_Interp.setMinimumSize(QSize(18, 18))
|
|
1027
|
+
self.button_CollapBox_Interp.setMaximumSize(QSize(18, 18))
|
|
1028
|
+
self.button_CollapBox_Interp.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
1029
|
+
self.button_CollapBox_Interp.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
1030
|
+
self.button_CollapBox_Interp.setIcon(icon3)
|
|
1031
|
+
self.button_CollapBox_Interp.setIconSize(QSize(12, 12))
|
|
1032
|
+
|
|
1033
|
+
self.lay_CollapBox_Interp.addWidget(self.button_CollapBox_Interp)
|
|
1034
|
+
|
|
1035
|
+
|
|
1036
|
+
self.verticalLayout_11.addLayout(self.lay_CollapBox_Interp)
|
|
1037
|
+
|
|
1038
|
+
self.group_int = QGroupBox(self.CollapBox_Interp)
|
|
1039
|
+
self.group_int.setObjectName(u"group_int")
|
|
1040
|
+
sizePolicy1.setHeightForWidth(self.group_int.sizePolicy().hasHeightForWidth())
|
|
1041
|
+
self.group_int.setSizePolicy(sizePolicy1)
|
|
1042
|
+
self.group_int.setMinimumSize(QSize(0, 220))
|
|
1043
|
+
self.group_int.setFont(font5)
|
|
1044
|
+
self.group_int.setCursor(QCursor(Qt.CursorShape.ArrowCursor))
|
|
1045
|
+
self.group_int.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}")
|
|
1046
|
+
self.group_int.setCheckable(False)
|
|
1047
|
+
self.gridLayout_4 = QGridLayout(self.group_int)
|
|
1048
|
+
self.gridLayout_4.setObjectName(u"gridLayout_4")
|
|
1049
|
+
self.gridLayout_4.setHorizontalSpacing(0)
|
|
1050
|
+
self.gridLayout_4.setVerticalSpacing(6)
|
|
1051
|
+
self.gridLayout_4.setContentsMargins(6, 6, 6, 6)
|
|
1052
|
+
self.w_CorrInt = QWidget(self.group_int)
|
|
1053
|
+
self.w_CorrInt.setObjectName(u"w_CorrInt")
|
|
1054
|
+
self.w_CorrInt.setMinimumSize(QSize(0, 44))
|
|
1055
|
+
self.w_CorrInt.setMaximumSize(QSize(16777215, 44))
|
|
1056
|
+
self.verticalLayout_37 = QVBoxLayout(self.w_CorrInt)
|
|
1057
|
+
self.verticalLayout_37.setSpacing(0)
|
|
1058
|
+
self.verticalLayout_37.setObjectName(u"verticalLayout_37")
|
|
1059
|
+
self.verticalLayout_37.setContentsMargins(0, 0, 0, 0)
|
|
1060
|
+
self.label_correlation = QLabel(self.w_CorrInt)
|
|
1061
|
+
self.label_correlation.setObjectName(u"label_correlation")
|
|
1062
|
+
self.label_correlation.setMinimumSize(QSize(250, 20))
|
|
1063
|
+
self.label_correlation.setMaximumSize(QSize(16777215, 20))
|
|
1064
|
+
self.label_correlation.setFont(font6)
|
|
1065
|
+
|
|
1066
|
+
self.verticalLayout_37.addWidget(self.label_correlation)
|
|
1067
|
+
|
|
1068
|
+
self.combo_correlation = MyQCombo(self.w_CorrInt)
|
|
1069
|
+
self.combo_correlation.addItem("")
|
|
1070
|
+
self.combo_correlation.addItem("")
|
|
1071
|
+
self.combo_correlation.addItem("")
|
|
1072
|
+
self.combo_correlation.setObjectName(u"combo_correlation")
|
|
1073
|
+
self.combo_correlation.setMinimumSize(QSize(250, 24))
|
|
1074
|
+
self.combo_correlation.setMaximumSize(QSize(16777215, 24))
|
|
1075
|
+
self.combo_correlation.setFont(font)
|
|
1076
|
+
|
|
1077
|
+
self.verticalLayout_37.addWidget(self.combo_correlation)
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
self.gridLayout_4.addWidget(self.w_CorrInt, 2, 0, 1, 1)
|
|
1081
|
+
|
|
1082
|
+
self.w_VelInt = QWidget(self.group_int)
|
|
1083
|
+
self.w_VelInt.setObjectName(u"w_VelInt")
|
|
1084
|
+
self.w_VelInt.setMaximumSize(QSize(16777215, 44))
|
|
1085
|
+
self.verticalLayout_38 = QVBoxLayout(self.w_VelInt)
|
|
1086
|
+
self.verticalLayout_38.setSpacing(0)
|
|
1087
|
+
self.verticalLayout_38.setObjectName(u"verticalLayout_38")
|
|
1088
|
+
self.verticalLayout_38.setContentsMargins(0, 0, 0, 0)
|
|
1089
|
+
self.label_imint_vel = QLabel(self.w_VelInt)
|
|
1090
|
+
self.label_imint_vel.setObjectName(u"label_imint_vel")
|
|
1091
|
+
self.label_imint_vel.setMinimumSize(QSize(250, 20))
|
|
1092
|
+
self.label_imint_vel.setMaximumSize(QSize(16777215, 20))
|
|
1093
|
+
self.label_imint_vel.setFont(font6)
|
|
1094
|
+
|
|
1095
|
+
self.verticalLayout_38.addWidget(self.label_imint_vel)
|
|
1096
|
+
|
|
1097
|
+
self.combo_int_vel = MyQCombo(self.w_VelInt)
|
|
1098
|
+
self.combo_int_vel.addItem("")
|
|
1099
|
+
self.combo_int_vel.addItem("")
|
|
1100
|
+
self.combo_int_vel.addItem("")
|
|
1101
|
+
self.combo_int_vel.addItem("")
|
|
1102
|
+
self.combo_int_vel.addItem("")
|
|
1103
|
+
self.combo_int_vel.addItem("")
|
|
1104
|
+
self.combo_int_vel.setObjectName(u"combo_int_vel")
|
|
1105
|
+
sizePolicy.setHeightForWidth(self.combo_int_vel.sizePolicy().hasHeightForWidth())
|
|
1106
|
+
self.combo_int_vel.setSizePolicy(sizePolicy)
|
|
1107
|
+
self.combo_int_vel.setMinimumSize(QSize(250, 24))
|
|
1108
|
+
self.combo_int_vel.setMaximumSize(QSize(16777215, 24))
|
|
1109
|
+
self.combo_int_vel.setFont(font)
|
|
1110
|
+
self.combo_int_vel.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToContentsOnFirstShow)
|
|
1111
|
+
|
|
1112
|
+
self.verticalLayout_38.addWidget(self.combo_int_vel)
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
self.gridLayout_4.addWidget(self.w_VelInt, 3, 0, 1, 1)
|
|
1116
|
+
|
|
1117
|
+
self.hs_VelInt = QSpacerItem(12, 20, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Minimum)
|
|
1118
|
+
|
|
1119
|
+
self.gridLayout_4.addItem(self.hs_VelInt, 3, 1, 1, 1)
|
|
1120
|
+
|
|
1121
|
+
self.w_ImInt_par = QStackedWidget(self.group_int)
|
|
1122
|
+
self.w_ImInt_par.setObjectName(u"w_ImInt_par")
|
|
1123
|
+
self.w_ImInt_par.setMaximumSize(QSize(16777215, 44))
|
|
1124
|
+
self.w_ImInt_par_none = QWidget()
|
|
1125
|
+
self.w_ImInt_par_none.setObjectName(u"w_ImInt_par_none")
|
|
1126
|
+
self.w_ImInt_par.addWidget(self.w_ImInt_par_none)
|
|
1127
|
+
self.w_ImInt_par_imshift = QWidget()
|
|
1128
|
+
self.w_ImInt_par_imshift.setObjectName(u"w_ImInt_par_imshift")
|
|
1129
|
+
self.w_ImInt_par_imshift.setMinimumSize(QSize(0, 44))
|
|
1130
|
+
self.w_ImInt_par_imshift.setMaximumSize(QSize(16777215, 44))
|
|
1131
|
+
self.verticalLayout_39 = QVBoxLayout(self.w_ImInt_par_imshift)
|
|
1132
|
+
self.verticalLayout_39.setSpacing(0)
|
|
1133
|
+
self.verticalLayout_39.setObjectName(u"verticalLayout_39")
|
|
1134
|
+
self.verticalLayout_39.setContentsMargins(0, 0, 0, 0)
|
|
1135
|
+
self.label_par_imshift = QLabel(self.w_ImInt_par_imshift)
|
|
1136
|
+
self.label_par_imshift.setObjectName(u"label_par_imshift")
|
|
1137
|
+
self.label_par_imshift.setMinimumSize(QSize(0, 20))
|
|
1138
|
+
self.label_par_imshift.setMaximumSize(QSize(16777215, 20))
|
|
1139
|
+
self.label_par_imshift.setFont(font6)
|
|
1140
|
+
|
|
1141
|
+
self.verticalLayout_39.addWidget(self.label_par_imshift)
|
|
1142
|
+
|
|
1143
|
+
self.combo_par_imshift = MyQCombo(self.w_ImInt_par_imshift)
|
|
1144
|
+
self.combo_par_imshift.addItem("")
|
|
1145
|
+
self.combo_par_imshift.addItem("")
|
|
1146
|
+
self.combo_par_imshift.setObjectName(u"combo_par_imshift")
|
|
1147
|
+
sizePolicy3.setHeightForWidth(self.combo_par_imshift.sizePolicy().hasHeightForWidth())
|
|
1148
|
+
self.combo_par_imshift.setSizePolicy(sizePolicy3)
|
|
1149
|
+
self.combo_par_imshift.setMinimumSize(QSize(0, 24))
|
|
1150
|
+
self.combo_par_imshift.setMaximumSize(QSize(16777215, 24))
|
|
1151
|
+
self.combo_par_imshift.setFont(font)
|
|
1152
|
+
|
|
1153
|
+
self.verticalLayout_39.addWidget(self.combo_par_imshift)
|
|
1154
|
+
|
|
1155
|
+
self.w_ImInt_par.addWidget(self.w_ImInt_par_imshift)
|
|
1156
|
+
self.w_ImInt_par_pol = QWidget()
|
|
1157
|
+
self.w_ImInt_par_pol.setObjectName(u"w_ImInt_par_pol")
|
|
1158
|
+
self.w_ImInt_par_pol.setMinimumSize(QSize(0, 44))
|
|
1159
|
+
self.w_ImInt_par_pol.setMaximumSize(QSize(16777215, 44))
|
|
1160
|
+
self.verticalLayout_40 = QVBoxLayout(self.w_ImInt_par_pol)
|
|
1161
|
+
self.verticalLayout_40.setSpacing(0)
|
|
1162
|
+
self.verticalLayout_40.setObjectName(u"verticalLayout_40")
|
|
1163
|
+
self.verticalLayout_40.setContentsMargins(0, 0, 0, 0)
|
|
1164
|
+
self.label_par_pol = QLabel(self.w_ImInt_par_pol)
|
|
1165
|
+
self.label_par_pol.setObjectName(u"label_par_pol")
|
|
1166
|
+
self.label_par_pol.setMaximumSize(QSize(16777215, 20))
|
|
1167
|
+
self.label_par_pol.setFont(font6)
|
|
1168
|
+
|
|
1169
|
+
self.verticalLayout_40.addWidget(self.label_par_pol)
|
|
1170
|
+
|
|
1171
|
+
self.combo_par_pol = MyQCombo(self.w_ImInt_par_pol)
|
|
1172
|
+
self.combo_par_pol.addItem("")
|
|
1173
|
+
self.combo_par_pol.addItem("")
|
|
1174
|
+
self.combo_par_pol.addItem("")
|
|
1175
|
+
self.combo_par_pol.addItem("")
|
|
1176
|
+
self.combo_par_pol.setObjectName(u"combo_par_pol")
|
|
1177
|
+
sizePolicy3.setHeightForWidth(self.combo_par_pol.sizePolicy().hasHeightForWidth())
|
|
1178
|
+
self.combo_par_pol.setSizePolicy(sizePolicy3)
|
|
1179
|
+
self.combo_par_pol.setMinimumSize(QSize(0, 24))
|
|
1180
|
+
self.combo_par_pol.setMaximumSize(QSize(16777215, 24))
|
|
1181
|
+
self.combo_par_pol.setFont(font)
|
|
1182
|
+
|
|
1183
|
+
self.verticalLayout_40.addWidget(self.combo_par_pol)
|
|
1184
|
+
|
|
1185
|
+
self.w_ImInt_par.addWidget(self.w_ImInt_par_pol)
|
|
1186
|
+
self.w_ImInt_order = QWidget()
|
|
1187
|
+
self.w_ImInt_order.setObjectName(u"w_ImInt_order")
|
|
1188
|
+
self.w_ImInt_order.setMinimumSize(QSize(0, 44))
|
|
1189
|
+
self.w_ImInt_order.setMaximumSize(QSize(16777215, 44))
|
|
1190
|
+
self.verticalLayout_41 = QVBoxLayout(self.w_ImInt_order)
|
|
1191
|
+
self.verticalLayout_41.setSpacing(0)
|
|
1192
|
+
self.verticalLayout_41.setObjectName(u"verticalLayout_41")
|
|
1193
|
+
self.verticalLayout_41.setContentsMargins(0, 0, 0, 0)
|
|
1194
|
+
self.label_par_order = QLabel(self.w_ImInt_order)
|
|
1195
|
+
self.label_par_order.setObjectName(u"label_par_order")
|
|
1196
|
+
self.label_par_order.setMaximumSize(QSize(16777215, 20))
|
|
1197
|
+
self.label_par_order.setFont(font6)
|
|
1198
|
+
|
|
1199
|
+
self.verticalLayout_41.addWidget(self.label_par_order)
|
|
1200
|
+
|
|
1201
|
+
self.spin_order = MyQSpin(self.w_ImInt_order)
|
|
1202
|
+
self.spin_order.setObjectName(u"spin_order")
|
|
1203
|
+
self.spin_order.setMinimumSize(QSize(0, 24))
|
|
1204
|
+
self.spin_order.setMaximumSize(QSize(16777215, 24))
|
|
1205
|
+
self.spin_order.setFont(font)
|
|
1206
|
+
self.spin_order.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1207
|
+
self.spin_order.setValue(3)
|
|
1208
|
+
|
|
1209
|
+
self.verticalLayout_41.addWidget(self.spin_order)
|
|
1210
|
+
|
|
1211
|
+
self.w_ImInt_par.addWidget(self.w_ImInt_order)
|
|
1212
|
+
|
|
1213
|
+
self.gridLayout_4.addWidget(self.w_ImInt_par, 0, 2, 1, 1)
|
|
1214
|
+
|
|
1215
|
+
self.w_VelInt_par = QStackedWidget(self.group_int)
|
|
1216
|
+
self.w_VelInt_par.setObjectName(u"w_VelInt_par")
|
|
1217
|
+
self.w_VelInt_par.setMaximumSize(QSize(16777215, 44))
|
|
1218
|
+
self.w_VelInt_par_none = QWidget()
|
|
1219
|
+
self.w_VelInt_par_none.setObjectName(u"w_VelInt_par_none")
|
|
1220
|
+
self.w_VelInt_par.addWidget(self.w_VelInt_par_none)
|
|
1221
|
+
self.w_VelInt_order = QWidget()
|
|
1222
|
+
self.w_VelInt_order.setObjectName(u"w_VelInt_order")
|
|
1223
|
+
self.verticalLayout_42 = QVBoxLayout(self.w_VelInt_order)
|
|
1224
|
+
self.verticalLayout_42.setSpacing(0)
|
|
1225
|
+
self.verticalLayout_42.setObjectName(u"verticalLayout_42")
|
|
1226
|
+
self.verticalLayout_42.setContentsMargins(0, 0, 0, 0)
|
|
1227
|
+
self.label_VelInt_par_order = QLabel(self.w_VelInt_order)
|
|
1228
|
+
self.label_VelInt_par_order.setObjectName(u"label_VelInt_par_order")
|
|
1229
|
+
self.label_VelInt_par_order.setMinimumSize(QSize(0, 20))
|
|
1230
|
+
self.label_VelInt_par_order.setMaximumSize(QSize(16777215, 20))
|
|
1231
|
+
self.label_VelInt_par_order.setFont(font6)
|
|
1232
|
+
|
|
1233
|
+
self.verticalLayout_42.addWidget(self.label_VelInt_par_order)
|
|
1234
|
+
|
|
1235
|
+
self.spin_VelInt_order = MyQSpin(self.w_VelInt_order)
|
|
1236
|
+
self.spin_VelInt_order.setObjectName(u"spin_VelInt_order")
|
|
1237
|
+
self.spin_VelInt_order.setMinimumSize(QSize(0, 24))
|
|
1238
|
+
self.spin_VelInt_order.setMaximumSize(QSize(16777215, 24))
|
|
1239
|
+
self.spin_VelInt_order.setFont(font)
|
|
1240
|
+
self.spin_VelInt_order.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1241
|
+
self.spin_VelInt_order.setValue(3)
|
|
1242
|
+
|
|
1243
|
+
self.verticalLayout_42.addWidget(self.spin_VelInt_order)
|
|
1244
|
+
|
|
1245
|
+
self.w_VelInt_par.addWidget(self.w_VelInt_order)
|
|
1246
|
+
|
|
1247
|
+
self.gridLayout_4.addWidget(self.w_VelInt_par, 3, 2, 1, 1)
|
|
1248
|
+
|
|
1249
|
+
self.w_ImInt = QWidget(self.group_int)
|
|
1250
|
+
self.w_ImInt.setObjectName(u"w_ImInt")
|
|
1251
|
+
self.w_ImInt.setMinimumSize(QSize(0, 44))
|
|
1252
|
+
self.w_ImInt.setMaximumSize(QSize(16777215, 44))
|
|
1253
|
+
self.verticalLayout_43 = QVBoxLayout(self.w_ImInt)
|
|
1254
|
+
self.verticalLayout_43.setSpacing(0)
|
|
1255
|
+
self.verticalLayout_43.setObjectName(u"verticalLayout_43")
|
|
1256
|
+
self.verticalLayout_43.setContentsMargins(0, 0, 0, 0)
|
|
1257
|
+
self.w_label_imint = QWidget(self.w_ImInt)
|
|
1258
|
+
self.w_label_imint.setObjectName(u"w_label_imint")
|
|
1259
|
+
self.w_label_imint.setMinimumSize(QSize(0, 20))
|
|
1260
|
+
self.w_label_imint.setMaximumSize(QSize(16777215, 20))
|
|
1261
|
+
self.hlay_ImInt = QHBoxLayout(self.w_label_imint)
|
|
1262
|
+
self.hlay_ImInt.setSpacing(0)
|
|
1263
|
+
self.hlay_ImInt.setObjectName(u"hlay_ImInt")
|
|
1264
|
+
self.hlay_ImInt.setContentsMargins(0, 0, 0, 0)
|
|
1265
|
+
self.label_imint = QLabel(self.w_label_imint)
|
|
1266
|
+
self.label_imint.setObjectName(u"label_imint")
|
|
1267
|
+
sizePolicy3.setHeightForWidth(self.label_imint.sizePolicy().hasHeightForWidth())
|
|
1268
|
+
self.label_imint.setSizePolicy(sizePolicy3)
|
|
1269
|
+
self.label_imint.setMinimumSize(QSize(200, 20))
|
|
1270
|
+
self.label_imint.setMaximumSize(QSize(16777215, 20))
|
|
1271
|
+
self.label_imint.setFont(font6)
|
|
1272
|
+
|
|
1273
|
+
self.hlay_ImInt.addWidget(self.label_imint)
|
|
1274
|
+
|
|
1275
|
+
self.button_more_iter = QToolButton(self.w_label_imint)
|
|
1276
|
+
self.button_more_iter.setObjectName(u"button_more_iter")
|
|
1277
|
+
self.button_more_iter.setMaximumSize(QSize(15, 15))
|
|
1278
|
+
self.button_more_iter.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
1279
|
+
self.button_more_iter.setIcon(icon6)
|
|
1280
|
+
|
|
1281
|
+
self.hlay_ImInt.addWidget(self.button_more_iter)
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
self.verticalLayout_43.addWidget(self.w_label_imint)
|
|
1285
|
+
|
|
1286
|
+
self.combo_ImInt = MyQCombo(self.w_ImInt)
|
|
1287
|
+
self.combo_ImInt.addItem("")
|
|
1288
|
+
self.combo_ImInt.addItem("")
|
|
1289
|
+
self.combo_ImInt.addItem("")
|
|
1290
|
+
self.combo_ImInt.addItem("")
|
|
1291
|
+
self.combo_ImInt.addItem("")
|
|
1292
|
+
self.combo_ImInt.addItem("")
|
|
1293
|
+
self.combo_ImInt.addItem("")
|
|
1294
|
+
self.combo_ImInt.addItem("")
|
|
1295
|
+
self.combo_ImInt.setObjectName(u"combo_ImInt")
|
|
1296
|
+
sizePolicy.setHeightForWidth(self.combo_ImInt.sizePolicy().hasHeightForWidth())
|
|
1297
|
+
self.combo_ImInt.setSizePolicy(sizePolicy)
|
|
1298
|
+
self.combo_ImInt.setMinimumSize(QSize(250, 24))
|
|
1299
|
+
self.combo_ImInt.setMaximumSize(QSize(16777215, 24))
|
|
1300
|
+
self.combo_ImInt.setFont(font)
|
|
1301
|
+
self.combo_ImInt.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToContentsOnFirstShow)
|
|
1302
|
+
|
|
1303
|
+
self.verticalLayout_43.addWidget(self.combo_ImInt)
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
self.gridLayout_4.addWidget(self.w_ImInt, 0, 0, 1, 1)
|
|
1307
|
+
|
|
1308
|
+
self.w_ImInt_2 = QWidget(self.group_int)
|
|
1309
|
+
self.w_ImInt_2.setObjectName(u"w_ImInt_2")
|
|
1310
|
+
self.w_ImInt_2.setMaximumSize(QSize(16777215, 44))
|
|
1311
|
+
self.verticalLayout_44 = QVBoxLayout(self.w_ImInt_2)
|
|
1312
|
+
self.verticalLayout_44.setSpacing(0)
|
|
1313
|
+
self.verticalLayout_44.setObjectName(u"verticalLayout_44")
|
|
1314
|
+
self.verticalLayout_44.setContentsMargins(0, 0, 0, 0)
|
|
1315
|
+
self.w_label_imint_2 = QWidget(self.w_ImInt_2)
|
|
1316
|
+
self.w_label_imint_2.setObjectName(u"w_label_imint_2")
|
|
1317
|
+
self.w_label_imint_2.setMinimumSize(QSize(0, 20))
|
|
1318
|
+
self.w_label_imint_2.setMaximumSize(QSize(16777215, 20))
|
|
1319
|
+
self.hlay_ImInt_2 = QHBoxLayout(self.w_label_imint_2)
|
|
1320
|
+
self.hlay_ImInt_2.setSpacing(3)
|
|
1321
|
+
self.hlay_ImInt_2.setObjectName(u"hlay_ImInt_2")
|
|
1322
|
+
self.hlay_ImInt_2.setContentsMargins(0, 0, 0, 0)
|
|
1323
|
+
self.label_imint_2 = QLabel(self.w_label_imint_2)
|
|
1324
|
+
self.label_imint_2.setObjectName(u"label_imint_2")
|
|
1325
|
+
self.label_imint_2.setMinimumSize(QSize(0, 20))
|
|
1326
|
+
self.label_imint_2.setMaximumSize(QSize(16777215, 20))
|
|
1327
|
+
self.label_imint_2.setFont(font6)
|
|
1328
|
+
|
|
1329
|
+
self.hlay_ImInt_2.addWidget(self.label_imint_2)
|
|
1330
|
+
|
|
1331
|
+
self.spin_final_it = MyQSpin(self.w_label_imint_2)
|
|
1332
|
+
self.spin_final_it.setObjectName(u"spin_final_it")
|
|
1333
|
+
self.spin_final_it.setMinimumSize(QSize(0, 20))
|
|
1334
|
+
self.spin_final_it.setMaximumSize(QSize(26, 20))
|
|
1335
|
+
font9 = QFont()
|
|
1336
|
+
font9.setPointSize(10)
|
|
1337
|
+
self.spin_final_it.setFont(font9)
|
|
1338
|
+
self.spin_final_it.setStyleSheet(u"padding-bottom: 2px;")
|
|
1339
|
+
self.spin_final_it.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1340
|
+
self.spin_final_it.setProperty("showGroupSeparator", True)
|
|
1341
|
+
|
|
1342
|
+
self.hlay_ImInt_2.addWidget(self.spin_final_it)
|
|
1343
|
+
|
|
1344
|
+
self.label_max_it = QLabel(self.w_label_imint_2)
|
|
1345
|
+
self.label_max_it.setObjectName(u"label_max_it")
|
|
1346
|
+
self.label_max_it.setMinimumSize(QSize(0, 0))
|
|
1347
|
+
self.label_max_it.setFont(font2)
|
|
1348
|
+
|
|
1349
|
+
self.hlay_ImInt_2.addWidget(self.label_max_it)
|
|
1350
|
+
|
|
1351
|
+
self.hs_hlay_ImInt = QSpacerItem(40, 10, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1352
|
+
|
|
1353
|
+
self.hlay_ImInt_2.addItem(self.hs_hlay_ImInt)
|
|
1354
|
+
|
|
1355
|
+
|
|
1356
|
+
self.verticalLayout_44.addWidget(self.w_label_imint_2)
|
|
1357
|
+
|
|
1358
|
+
self.combo_ImInt_2 = MyQCombo(self.w_ImInt_2)
|
|
1359
|
+
self.combo_ImInt_2.addItem("")
|
|
1360
|
+
self.combo_ImInt_2.addItem("")
|
|
1361
|
+
self.combo_ImInt_2.addItem("")
|
|
1362
|
+
self.combo_ImInt_2.addItem("")
|
|
1363
|
+
self.combo_ImInt_2.addItem("")
|
|
1364
|
+
self.combo_ImInt_2.addItem("")
|
|
1365
|
+
self.combo_ImInt_2.addItem("")
|
|
1366
|
+
self.combo_ImInt_2.addItem("")
|
|
1367
|
+
self.combo_ImInt_2.setObjectName(u"combo_ImInt_2")
|
|
1368
|
+
sizePolicy.setHeightForWidth(self.combo_ImInt_2.sizePolicy().hasHeightForWidth())
|
|
1369
|
+
self.combo_ImInt_2.setSizePolicy(sizePolicy)
|
|
1370
|
+
self.combo_ImInt_2.setMinimumSize(QSize(250, 24))
|
|
1371
|
+
self.combo_ImInt_2.setMaximumSize(QSize(16777215, 24))
|
|
1372
|
+
self.combo_ImInt_2.setFont(font)
|
|
1373
|
+
self.combo_ImInt_2.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToContentsOnFirstShow)
|
|
1374
|
+
|
|
1375
|
+
self.verticalLayout_44.addWidget(self.combo_ImInt_2)
|
|
1376
|
+
|
|
1377
|
+
|
|
1378
|
+
self.gridLayout_4.addWidget(self.w_ImInt_2, 1, 0, 1, 1)
|
|
1379
|
+
|
|
1380
|
+
self.hs_ImInt = QSpacerItem(12, 0, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Minimum)
|
|
1381
|
+
|
|
1382
|
+
self.gridLayout_4.addItem(self.hs_ImInt, 1, 1, 1, 1)
|
|
1383
|
+
|
|
1384
|
+
self.hs_ImInt_2 = QSpacerItem(12, 20, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Minimum)
|
|
1385
|
+
|
|
1386
|
+
self.gridLayout_4.addItem(self.hs_ImInt_2, 0, 1, 1, 1)
|
|
1387
|
+
|
|
1388
|
+
self.w_ImInt_par_2 = QStackedWidget(self.group_int)
|
|
1389
|
+
self.w_ImInt_par_2.setObjectName(u"w_ImInt_par_2")
|
|
1390
|
+
self.w_ImInt_par_2.setMaximumSize(QSize(16777215, 44))
|
|
1391
|
+
self.w_ImInt_par_none_2 = QWidget()
|
|
1392
|
+
self.w_ImInt_par_none_2.setObjectName(u"w_ImInt_par_none_2")
|
|
1393
|
+
self.w_ImInt_par_2.addWidget(self.w_ImInt_par_none_2)
|
|
1394
|
+
self.w_ImInt_par_imshift_2 = QWidget()
|
|
1395
|
+
self.w_ImInt_par_imshift_2.setObjectName(u"w_ImInt_par_imshift_2")
|
|
1396
|
+
self.w_ImInt_par_imshift_2.setMinimumSize(QSize(0, 44))
|
|
1397
|
+
self.w_ImInt_par_imshift_2.setMaximumSize(QSize(16777215, 44))
|
|
1398
|
+
self.verticalLayout_45 = QVBoxLayout(self.w_ImInt_par_imshift_2)
|
|
1399
|
+
self.verticalLayout_45.setSpacing(0)
|
|
1400
|
+
self.verticalLayout_45.setObjectName(u"verticalLayout_45")
|
|
1401
|
+
self.verticalLayout_45.setContentsMargins(0, 0, 0, 0)
|
|
1402
|
+
self.label_par_imshift_2 = QLabel(self.w_ImInt_par_imshift_2)
|
|
1403
|
+
self.label_par_imshift_2.setObjectName(u"label_par_imshift_2")
|
|
1404
|
+
self.label_par_imshift_2.setMinimumSize(QSize(0, 20))
|
|
1405
|
+
self.label_par_imshift_2.setMaximumSize(QSize(16777215, 20))
|
|
1406
|
+
self.label_par_imshift_2.setFont(font6)
|
|
1407
|
+
|
|
1408
|
+
self.verticalLayout_45.addWidget(self.label_par_imshift_2)
|
|
1409
|
+
|
|
1410
|
+
self.combo_par_imshift_2 = MyQCombo(self.w_ImInt_par_imshift_2)
|
|
1411
|
+
self.combo_par_imshift_2.addItem("")
|
|
1412
|
+
self.combo_par_imshift_2.addItem("")
|
|
1413
|
+
self.combo_par_imshift_2.setObjectName(u"combo_par_imshift_2")
|
|
1414
|
+
sizePolicy3.setHeightForWidth(self.combo_par_imshift_2.sizePolicy().hasHeightForWidth())
|
|
1415
|
+
self.combo_par_imshift_2.setSizePolicy(sizePolicy3)
|
|
1416
|
+
self.combo_par_imshift_2.setMinimumSize(QSize(0, 24))
|
|
1417
|
+
self.combo_par_imshift_2.setMaximumSize(QSize(16777215, 24))
|
|
1418
|
+
self.combo_par_imshift_2.setFont(font)
|
|
1419
|
+
|
|
1420
|
+
self.verticalLayout_45.addWidget(self.combo_par_imshift_2)
|
|
1421
|
+
|
|
1422
|
+
self.w_ImInt_par_2.addWidget(self.w_ImInt_par_imshift_2)
|
|
1423
|
+
self.w_ImInt_par_pol_2 = QWidget()
|
|
1424
|
+
self.w_ImInt_par_pol_2.setObjectName(u"w_ImInt_par_pol_2")
|
|
1425
|
+
self.w_ImInt_par_pol_2.setMinimumSize(QSize(0, 44))
|
|
1426
|
+
self.w_ImInt_par_pol_2.setMaximumSize(QSize(16777215, 44))
|
|
1427
|
+
self.verticalLayout_46 = QVBoxLayout(self.w_ImInt_par_pol_2)
|
|
1428
|
+
self.verticalLayout_46.setSpacing(0)
|
|
1429
|
+
self.verticalLayout_46.setObjectName(u"verticalLayout_46")
|
|
1430
|
+
self.verticalLayout_46.setContentsMargins(0, 0, 0, 0)
|
|
1431
|
+
self.label_par_pol_2 = QLabel(self.w_ImInt_par_pol_2)
|
|
1432
|
+
self.label_par_pol_2.setObjectName(u"label_par_pol_2")
|
|
1433
|
+
self.label_par_pol_2.setMinimumSize(QSize(0, 20))
|
|
1434
|
+
self.label_par_pol_2.setMaximumSize(QSize(16777215, 20))
|
|
1435
|
+
self.label_par_pol_2.setFont(font6)
|
|
1436
|
+
|
|
1437
|
+
self.verticalLayout_46.addWidget(self.label_par_pol_2)
|
|
1438
|
+
|
|
1439
|
+
self.combo_par_pol_2 = MyQCombo(self.w_ImInt_par_pol_2)
|
|
1440
|
+
self.combo_par_pol_2.addItem("")
|
|
1441
|
+
self.combo_par_pol_2.addItem("")
|
|
1442
|
+
self.combo_par_pol_2.addItem("")
|
|
1443
|
+
self.combo_par_pol_2.addItem("")
|
|
1444
|
+
self.combo_par_pol_2.setObjectName(u"combo_par_pol_2")
|
|
1445
|
+
sizePolicy3.setHeightForWidth(self.combo_par_pol_2.sizePolicy().hasHeightForWidth())
|
|
1446
|
+
self.combo_par_pol_2.setSizePolicy(sizePolicy3)
|
|
1447
|
+
self.combo_par_pol_2.setMinimumSize(QSize(0, 24))
|
|
1448
|
+
self.combo_par_pol_2.setMaximumSize(QSize(16777215, 24))
|
|
1449
|
+
self.combo_par_pol_2.setFont(font)
|
|
1450
|
+
|
|
1451
|
+
self.verticalLayout_46.addWidget(self.combo_par_pol_2)
|
|
1452
|
+
|
|
1453
|
+
self.w_ImInt_par_2.addWidget(self.w_ImInt_par_pol_2)
|
|
1454
|
+
self.w_ImInt_order_2 = QWidget()
|
|
1455
|
+
self.w_ImInt_order_2.setObjectName(u"w_ImInt_order_2")
|
|
1456
|
+
self.w_ImInt_order_2.setMinimumSize(QSize(0, 44))
|
|
1457
|
+
self.w_ImInt_order_2.setMaximumSize(QSize(16777215, 44))
|
|
1458
|
+
self.verticalLayout_47 = QVBoxLayout(self.w_ImInt_order_2)
|
|
1459
|
+
self.verticalLayout_47.setSpacing(0)
|
|
1460
|
+
self.verticalLayout_47.setObjectName(u"verticalLayout_47")
|
|
1461
|
+
self.verticalLayout_47.setContentsMargins(0, 0, 0, 0)
|
|
1462
|
+
self.label_par_order_2 = QLabel(self.w_ImInt_order_2)
|
|
1463
|
+
self.label_par_order_2.setObjectName(u"label_par_order_2")
|
|
1464
|
+
self.label_par_order_2.setMinimumSize(QSize(0, 20))
|
|
1465
|
+
self.label_par_order_2.setMaximumSize(QSize(16777215, 20))
|
|
1466
|
+
self.label_par_order_2.setFont(font6)
|
|
1467
|
+
|
|
1468
|
+
self.verticalLayout_47.addWidget(self.label_par_order_2)
|
|
1469
|
+
|
|
1470
|
+
self.spin_order_2 = MyQSpin(self.w_ImInt_order_2)
|
|
1471
|
+
self.spin_order_2.setObjectName(u"spin_order_2")
|
|
1472
|
+
self.spin_order_2.setMinimumSize(QSize(0, 24))
|
|
1473
|
+
self.spin_order_2.setMaximumSize(QSize(16777215, 24))
|
|
1474
|
+
self.spin_order_2.setFont(font)
|
|
1475
|
+
self.spin_order_2.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1476
|
+
self.spin_order_2.setValue(3)
|
|
1477
|
+
|
|
1478
|
+
self.verticalLayout_47.addWidget(self.spin_order_2)
|
|
1479
|
+
|
|
1480
|
+
self.w_ImInt_par_2.addWidget(self.w_ImInt_order_2)
|
|
1481
|
+
|
|
1482
|
+
self.gridLayout_4.addWidget(self.w_ImInt_par_2, 1, 2, 1, 1)
|
|
1483
|
+
|
|
1484
|
+
self.gridLayout_4.setColumnStretch(0, 3)
|
|
1485
|
+
|
|
1486
|
+
self.verticalLayout_11.addWidget(self.group_int)
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
self.verticalLayout_10.addWidget(self.CollapBox_Interp)
|
|
1490
|
+
|
|
1491
|
+
self.CollapBox_Validation = CollapsibleBox(self.scrollAreaWidgetContents)
|
|
1492
|
+
self.CollapBox_Validation.setObjectName(u"CollapBox_Validation")
|
|
1493
|
+
sizePolicy1.setHeightForWidth(self.CollapBox_Validation.sizePolicy().hasHeightForWidth())
|
|
1494
|
+
self.CollapBox_Validation.setSizePolicy(sizePolicy1)
|
|
1495
|
+
self.CollapBox_Validation.setMinimumSize(QSize(0, 340))
|
|
1496
|
+
self.CollapBox_Validation.setMaximumSize(QSize(16777215, 16777215))
|
|
1497
|
+
self.verticalLayout_9 = QVBoxLayout(self.CollapBox_Validation)
|
|
1498
|
+
self.verticalLayout_9.setSpacing(0)
|
|
1499
|
+
self.verticalLayout_9.setObjectName(u"verticalLayout_9")
|
|
1500
|
+
self.verticalLayout_9.setContentsMargins(0, 0, 0, 0)
|
|
1501
|
+
self.lay_Validation = QHBoxLayout()
|
|
1502
|
+
self.lay_Validation.setSpacing(0)
|
|
1503
|
+
self.lay_Validation.setObjectName(u"lay_Validation")
|
|
1504
|
+
self.lay_Validation.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
1505
|
+
self.tool_Validation = QToolButton(self.CollapBox_Validation)
|
|
1506
|
+
self.tool_Validation.setObjectName(u"tool_Validation")
|
|
1507
|
+
sizePolicy2.setHeightForWidth(self.tool_Validation.sizePolicy().hasHeightForWidth())
|
|
1508
|
+
self.tool_Validation.setSizePolicy(sizePolicy2)
|
|
1509
|
+
self.tool_Validation.setMinimumSize(QSize(0, 20))
|
|
1510
|
+
self.tool_Validation.setMaximumSize(QSize(16777215, 20))
|
|
1511
|
+
self.tool_Validation.setFont(font4)
|
|
1512
|
+
self.tool_Validation.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
1513
|
+
self.tool_Validation.setStyleSheet(u"QToolButton { border: none; }")
|
|
1514
|
+
self.tool_Validation.setCheckable(True)
|
|
1515
|
+
self.tool_Validation.setChecked(True)
|
|
1516
|
+
self.tool_Validation.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
1517
|
+
self.tool_Validation.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
1518
|
+
self.tool_Validation.setArrowType(Qt.ArrowType.DownArrow)
|
|
1519
|
+
|
|
1520
|
+
self.lay_Validation.addWidget(self.tool_Validation)
|
|
1521
|
+
|
|
1522
|
+
self.hsp_1 = QSpacerItem(100, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
1523
|
+
|
|
1524
|
+
self.lay_Validation.addItem(self.hsp_1)
|
|
1525
|
+
|
|
1526
|
+
self.button_CollapBox_Validation = MyToolButton(self.CollapBox_Validation)
|
|
1527
|
+
self.button_CollapBox_Validation.setObjectName(u"button_CollapBox_Validation")
|
|
1528
|
+
self.button_CollapBox_Validation.setMinimumSize(QSize(18, 18))
|
|
1529
|
+
self.button_CollapBox_Validation.setMaximumSize(QSize(18, 18))
|
|
1530
|
+
self.button_CollapBox_Validation.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
1531
|
+
self.button_CollapBox_Validation.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
1532
|
+
self.button_CollapBox_Validation.setIcon(icon3)
|
|
1533
|
+
self.button_CollapBox_Validation.setIconSize(QSize(12, 12))
|
|
1534
|
+
|
|
1535
|
+
self.lay_Validation.addWidget(self.button_CollapBox_Validation)
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
self.verticalLayout_9.addLayout(self.lay_Validation)
|
|
1539
|
+
|
|
1540
|
+
self.Validation = QGroupBox(self.CollapBox_Validation)
|
|
1541
|
+
self.Validation.setObjectName(u"Validation")
|
|
1542
|
+
sizePolicy1.setHeightForWidth(self.Validation.sizePolicy().hasHeightForWidth())
|
|
1543
|
+
self.Validation.setSizePolicy(sizePolicy1)
|
|
1544
|
+
self.Validation.setMinimumSize(QSize(0, 300))
|
|
1545
|
+
self.Validation.setFont(font5)
|
|
1546
|
+
self.Validation.setCursor(QCursor(Qt.CursorShape.ArrowCursor))
|
|
1547
|
+
self.Validation.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}")
|
|
1548
|
+
self.Validation.setCheckable(False)
|
|
1549
|
+
self.verticalLayout_12 = QVBoxLayout(self.Validation)
|
|
1550
|
+
self.verticalLayout_12.setObjectName(u"verticalLayout_12")
|
|
1551
|
+
self.verticalLayout_12.setContentsMargins(6, 6, 6, 6)
|
|
1552
|
+
self.w_MedTest = QWidget(self.Validation)
|
|
1553
|
+
self.w_MedTest.setObjectName(u"w_MedTest")
|
|
1554
|
+
sizePolicy.setHeightForWidth(self.w_MedTest.sizePolicy().hasHeightForWidth())
|
|
1555
|
+
self.w_MedTest.setSizePolicy(sizePolicy)
|
|
1556
|
+
self.horizontalLayout_3 = QHBoxLayout(self.w_MedTest)
|
|
1557
|
+
self.horizontalLayout_3.setSpacing(6)
|
|
1558
|
+
self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
|
|
1559
|
+
self.horizontalLayout_3.setContentsMargins(0, 0, 0, 0)
|
|
1560
|
+
self.w_MedTest_box = QWidget(self.w_MedTest)
|
|
1561
|
+
self.w_MedTest_box.setObjectName(u"w_MedTest_box")
|
|
1562
|
+
self.w_MedTest_box.setMaximumSize(QSize(16777215, 44))
|
|
1563
|
+
self.verticalLayout_13 = QVBoxLayout(self.w_MedTest_box)
|
|
1564
|
+
self.verticalLayout_13.setSpacing(0)
|
|
1565
|
+
self.verticalLayout_13.setObjectName(u"verticalLayout_13")
|
|
1566
|
+
self.verticalLayout_13.setContentsMargins(-1, 0, 9, 0)
|
|
1567
|
+
self.label_MedTest_box = QLabel(self.w_MedTest_box)
|
|
1568
|
+
self.label_MedTest_box.setObjectName(u"label_MedTest_box")
|
|
1569
|
+
sizePolicy3.setHeightForWidth(self.label_MedTest_box.sizePolicy().hasHeightForWidth())
|
|
1570
|
+
self.label_MedTest_box.setSizePolicy(sizePolicy3)
|
|
1571
|
+
self.label_MedTest_box.setMinimumSize(QSize(80, 20))
|
|
1572
|
+
self.label_MedTest_box.setMaximumSize(QSize(16777215, 20))
|
|
1573
|
+
self.label_MedTest_box.setFont(font6)
|
|
1574
|
+
self.label_MedTest_box.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1575
|
+
|
|
1576
|
+
self.verticalLayout_13.addWidget(self.label_MedTest_box)
|
|
1577
|
+
|
|
1578
|
+
self.radio_MedTest = QRadioButton(self.w_MedTest_box)
|
|
1579
|
+
self.radio_MedTest.setObjectName(u"radio_MedTest")
|
|
1580
|
+
sizePolicy3.setHeightForWidth(self.radio_MedTest.sizePolicy().hasHeightForWidth())
|
|
1581
|
+
self.radio_MedTest.setSizePolicy(sizePolicy3)
|
|
1582
|
+
self.radio_MedTest.setMinimumSize(QSize(0, 22))
|
|
1583
|
+
self.radio_MedTest.setFont(font)
|
|
1584
|
+
|
|
1585
|
+
self.verticalLayout_13.addWidget(self.radio_MedTest)
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
self.horizontalLayout_3.addWidget(self.w_MedTest_box)
|
|
1589
|
+
|
|
1590
|
+
self.w_MedTest_type = QWidget(self.w_MedTest)
|
|
1591
|
+
self.w_MedTest_type.setObjectName(u"w_MedTest_type")
|
|
1592
|
+
self.w_MedTest_type.setMinimumSize(QSize(0, 44))
|
|
1593
|
+
self.w_MedTest_type.setMaximumSize(QSize(16777215, 44))
|
|
1594
|
+
self.verticalLayout_14 = QVBoxLayout(self.w_MedTest_type)
|
|
1595
|
+
self.verticalLayout_14.setSpacing(0)
|
|
1596
|
+
self.verticalLayout_14.setObjectName(u"verticalLayout_14")
|
|
1597
|
+
self.verticalLayout_14.setContentsMargins(0, 0, 0, 0)
|
|
1598
|
+
self.label_MedTest_type = QLabel(self.w_MedTest_type)
|
|
1599
|
+
self.label_MedTest_type.setObjectName(u"label_MedTest_type")
|
|
1600
|
+
sizePolicy3.setHeightForWidth(self.label_MedTest_type.sizePolicy().hasHeightForWidth())
|
|
1601
|
+
self.label_MedTest_type.setSizePolicy(sizePolicy3)
|
|
1602
|
+
self.label_MedTest_type.setMinimumSize(QSize(80, 20))
|
|
1603
|
+
self.label_MedTest_type.setMaximumSize(QSize(16777215, 20))
|
|
1604
|
+
self.label_MedTest_type.setFont(font6)
|
|
1605
|
+
self.label_MedTest_type.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1606
|
+
|
|
1607
|
+
self.verticalLayout_14.addWidget(self.label_MedTest_type)
|
|
1608
|
+
|
|
1609
|
+
self.combo_TypeMed = MyQCombo(self.w_MedTest_type)
|
|
1610
|
+
self.combo_TypeMed.addItem("")
|
|
1611
|
+
self.combo_TypeMed.addItem("")
|
|
1612
|
+
self.combo_TypeMed.setObjectName(u"combo_TypeMed")
|
|
1613
|
+
self.combo_TypeMed.setMinimumSize(QSize(85, 0))
|
|
1614
|
+
self.combo_TypeMed.setMaximumSize(QSize(16777215, 24))
|
|
1615
|
+
self.combo_TypeMed.setFont(font)
|
|
1616
|
+
|
|
1617
|
+
self.verticalLayout_14.addWidget(self.combo_TypeMed)
|
|
1618
|
+
|
|
1619
|
+
|
|
1620
|
+
self.horizontalLayout_3.addWidget(self.w_MedTest_type)
|
|
1621
|
+
|
|
1622
|
+
self.w_MedTest_ker = QWidget(self.w_MedTest)
|
|
1623
|
+
self.w_MedTest_ker.setObjectName(u"w_MedTest_ker")
|
|
1624
|
+
self.w_MedTest_ker.setMinimumSize(QSize(0, 44))
|
|
1625
|
+
self.w_MedTest_ker.setMaximumSize(QSize(16777215, 44))
|
|
1626
|
+
self.verticalLayout_15 = QVBoxLayout(self.w_MedTest_ker)
|
|
1627
|
+
self.verticalLayout_15.setSpacing(0)
|
|
1628
|
+
self.verticalLayout_15.setObjectName(u"verticalLayout_15")
|
|
1629
|
+
self.verticalLayout_15.setContentsMargins(0, 0, 0, 0)
|
|
1630
|
+
self.label_MedTest_ker = QLabel(self.w_MedTest_ker)
|
|
1631
|
+
self.label_MedTest_ker.setObjectName(u"label_MedTest_ker")
|
|
1632
|
+
sizePolicy3.setHeightForWidth(self.label_MedTest_ker.sizePolicy().hasHeightForWidth())
|
|
1633
|
+
self.label_MedTest_ker.setSizePolicy(sizePolicy3)
|
|
1634
|
+
self.label_MedTest_ker.setMinimumSize(QSize(55, 20))
|
|
1635
|
+
self.label_MedTest_ker.setMaximumSize(QSize(16777215, 20))
|
|
1636
|
+
self.label_MedTest_ker.setFont(font6)
|
|
1637
|
+
self.label_MedTest_ker.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1638
|
+
|
|
1639
|
+
self.verticalLayout_15.addWidget(self.label_MedTest_ker)
|
|
1640
|
+
|
|
1641
|
+
self.spin_KernMed = MyQSpin(self.w_MedTest_ker)
|
|
1642
|
+
self.spin_KernMed.setObjectName(u"spin_KernMed")
|
|
1643
|
+
self.spin_KernMed.setEnabled(True)
|
|
1644
|
+
self.spin_KernMed.setMinimumSize(QSize(55, 24))
|
|
1645
|
+
self.spin_KernMed.setMaximumSize(QSize(1000000, 24))
|
|
1646
|
+
self.spin_KernMed.setFont(font)
|
|
1647
|
+
self.spin_KernMed.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1648
|
+
self.spin_KernMed.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1649
|
+
self.spin_KernMed.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1650
|
+
self.spin_KernMed.setValue(1)
|
|
1651
|
+
|
|
1652
|
+
self.verticalLayout_15.addWidget(self.spin_KernMed)
|
|
1653
|
+
|
|
1654
|
+
|
|
1655
|
+
self.horizontalLayout_3.addWidget(self.w_MedTest_ker)
|
|
1656
|
+
|
|
1657
|
+
self.w_MedTest_alfa = QWidget(self.w_MedTest)
|
|
1658
|
+
self.w_MedTest_alfa.setObjectName(u"w_MedTest_alfa")
|
|
1659
|
+
self.w_MedTest_alfa.setMinimumSize(QSize(0, 44))
|
|
1660
|
+
self.w_MedTest_alfa.setMaximumSize(QSize(16777215, 44))
|
|
1661
|
+
self.verticalLayout_16 = QVBoxLayout(self.w_MedTest_alfa)
|
|
1662
|
+
self.verticalLayout_16.setSpacing(0)
|
|
1663
|
+
self.verticalLayout_16.setObjectName(u"verticalLayout_16")
|
|
1664
|
+
self.verticalLayout_16.setContentsMargins(0, 0, 0, 0)
|
|
1665
|
+
self.label_MedTest_alfa = QLabel(self.w_MedTest_alfa)
|
|
1666
|
+
self.label_MedTest_alfa.setObjectName(u"label_MedTest_alfa")
|
|
1667
|
+
sizePolicy3.setHeightForWidth(self.label_MedTest_alfa.sizePolicy().hasHeightForWidth())
|
|
1668
|
+
self.label_MedTest_alfa.setSizePolicy(sizePolicy3)
|
|
1669
|
+
self.label_MedTest_alfa.setMinimumSize(QSize(55, 20))
|
|
1670
|
+
self.label_MedTest_alfa.setMaximumSize(QSize(16777215, 20))
|
|
1671
|
+
self.label_MedTest_alfa.setFont(font6)
|
|
1672
|
+
self.label_MedTest_alfa.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1673
|
+
|
|
1674
|
+
self.verticalLayout_16.addWidget(self.label_MedTest_alfa)
|
|
1675
|
+
|
|
1676
|
+
self.spin_SogliaMed = MyQDoubleSpin(self.w_MedTest_alfa)
|
|
1677
|
+
self.spin_SogliaMed.setObjectName(u"spin_SogliaMed")
|
|
1678
|
+
self.spin_SogliaMed.setMinimumSize(QSize(55, 24))
|
|
1679
|
+
self.spin_SogliaMed.setMaximumSize(QSize(1000000, 24))
|
|
1680
|
+
self.spin_SogliaMed.setFont(font)
|
|
1681
|
+
self.spin_SogliaMed.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1682
|
+
self.spin_SogliaMed.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1683
|
+
self.spin_SogliaMed.setSingleStep(0.010000000000000)
|
|
1684
|
+
self.spin_SogliaMed.setValue(2.000000000000000)
|
|
1685
|
+
|
|
1686
|
+
self.verticalLayout_16.addWidget(self.spin_SogliaMed)
|
|
1687
|
+
|
|
1688
|
+
|
|
1689
|
+
self.horizontalLayout_3.addWidget(self.w_MedTest_alfa)
|
|
1690
|
+
|
|
1691
|
+
self.w_MedTest_eps = QWidget(self.w_MedTest)
|
|
1692
|
+
self.w_MedTest_eps.setObjectName(u"w_MedTest_eps")
|
|
1693
|
+
self.w_MedTest_eps.setMinimumSize(QSize(0, 44))
|
|
1694
|
+
self.w_MedTest_eps.setMaximumSize(QSize(16777215, 44))
|
|
1695
|
+
self.verticalLayout_17 = QVBoxLayout(self.w_MedTest_eps)
|
|
1696
|
+
self.verticalLayout_17.setSpacing(0)
|
|
1697
|
+
self.verticalLayout_17.setObjectName(u"verticalLayout_17")
|
|
1698
|
+
self.verticalLayout_17.setContentsMargins(0, 0, 0, 0)
|
|
1699
|
+
self.label_MedTest_eps = QLabel(self.w_MedTest_eps)
|
|
1700
|
+
self.label_MedTest_eps.setObjectName(u"label_MedTest_eps")
|
|
1701
|
+
sizePolicy3.setHeightForWidth(self.label_MedTest_eps.sizePolicy().hasHeightForWidth())
|
|
1702
|
+
self.label_MedTest_eps.setSizePolicy(sizePolicy3)
|
|
1703
|
+
self.label_MedTest_eps.setMinimumSize(QSize(55, 20))
|
|
1704
|
+
self.label_MedTest_eps.setMaximumSize(QSize(16777215, 20))
|
|
1705
|
+
self.label_MedTest_eps.setFont(font6)
|
|
1706
|
+
self.label_MedTest_eps.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1707
|
+
|
|
1708
|
+
self.verticalLayout_17.addWidget(self.label_MedTest_eps)
|
|
1709
|
+
|
|
1710
|
+
self.spin_ErroreMed = MyQDoubleSpin(self.w_MedTest_eps)
|
|
1711
|
+
self.spin_ErroreMed.setObjectName(u"spin_ErroreMed")
|
|
1712
|
+
self.spin_ErroreMed.setMinimumSize(QSize(55, 24))
|
|
1713
|
+
self.spin_ErroreMed.setMaximumSize(QSize(1000000, 24))
|
|
1714
|
+
self.spin_ErroreMed.setFont(font)
|
|
1715
|
+
self.spin_ErroreMed.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1716
|
+
self.spin_ErroreMed.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1717
|
+
self.spin_ErroreMed.setSingleStep(0.010000000000000)
|
|
1718
|
+
self.spin_ErroreMed.setValue(0.100000000000000)
|
|
1719
|
+
|
|
1720
|
+
self.verticalLayout_17.addWidget(self.spin_ErroreMed)
|
|
1721
|
+
|
|
1722
|
+
|
|
1723
|
+
self.horizontalLayout_3.addWidget(self.w_MedTest_eps)
|
|
1724
|
+
|
|
1725
|
+
self.w_MedTest_jump = QWidget(self.w_MedTest)
|
|
1726
|
+
self.w_MedTest_jump.setObjectName(u"w_MedTest_jump")
|
|
1727
|
+
self.w_MedTest_jump.setMinimumSize(QSize(0, 44))
|
|
1728
|
+
self.w_MedTest_jump.setMaximumSize(QSize(16777215, 44))
|
|
1729
|
+
self.verticalLayout_70 = QVBoxLayout(self.w_MedTest_jump)
|
|
1730
|
+
self.verticalLayout_70.setSpacing(0)
|
|
1731
|
+
self.verticalLayout_70.setObjectName(u"verticalLayout_70")
|
|
1732
|
+
self.verticalLayout_70.setContentsMargins(0, 0, 0, 0)
|
|
1733
|
+
self.label_MedTest_jump = QLabel(self.w_MedTest_jump)
|
|
1734
|
+
self.label_MedTest_jump.setObjectName(u"label_MedTest_jump")
|
|
1735
|
+
sizePolicy3.setHeightForWidth(self.label_MedTest_jump.sizePolicy().hasHeightForWidth())
|
|
1736
|
+
self.label_MedTest_jump.setSizePolicy(sizePolicy3)
|
|
1737
|
+
self.label_MedTest_jump.setMinimumSize(QSize(45, 20))
|
|
1738
|
+
self.label_MedTest_jump.setMaximumSize(QSize(16777215, 20))
|
|
1739
|
+
self.label_MedTest_jump.setFont(font6)
|
|
1740
|
+
self.label_MedTest_jump.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1741
|
+
|
|
1742
|
+
self.verticalLayout_70.addWidget(self.label_MedTest_jump)
|
|
1743
|
+
|
|
1744
|
+
self.spin_JumpMed = MyQSpin(self.w_MedTest_jump)
|
|
1745
|
+
self.spin_JumpMed.setObjectName(u"spin_JumpMed")
|
|
1746
|
+
self.spin_JumpMed.setMinimumSize(QSize(45, 24))
|
|
1747
|
+
self.spin_JumpMed.setMaximumSize(QSize(1000000, 24))
|
|
1748
|
+
self.spin_JumpMed.setFont(font)
|
|
1749
|
+
self.spin_JumpMed.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1750
|
+
self.spin_JumpMed.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1751
|
+
self.spin_JumpMed.setMinimum(1)
|
|
1752
|
+
self.spin_JumpMed.setMaximum(10)
|
|
1753
|
+
|
|
1754
|
+
self.verticalLayout_70.addWidget(self.spin_JumpMed)
|
|
1755
|
+
|
|
1756
|
+
|
|
1757
|
+
self.horizontalLayout_3.addWidget(self.w_MedTest_jump)
|
|
1758
|
+
|
|
1759
|
+
self.horizontalLayout_3.setStretch(1, 1)
|
|
1760
|
+
self.horizontalLayout_3.setStretch(2, 1)
|
|
1761
|
+
self.horizontalLayout_3.setStretch(3, 1)
|
|
1762
|
+
self.horizontalLayout_3.setStretch(4, 1)
|
|
1763
|
+
|
|
1764
|
+
self.verticalLayout_12.addWidget(self.w_MedTest)
|
|
1765
|
+
|
|
1766
|
+
self.w_SNTest = QWidget(self.Validation)
|
|
1767
|
+
self.w_SNTest.setObjectName(u"w_SNTest")
|
|
1768
|
+
sizePolicy.setHeightForWidth(self.w_SNTest.sizePolicy().hasHeightForWidth())
|
|
1769
|
+
self.w_SNTest.setSizePolicy(sizePolicy)
|
|
1770
|
+
self.horizontalLayout_5 = QHBoxLayout(self.w_SNTest)
|
|
1771
|
+
self.horizontalLayout_5.setSpacing(6)
|
|
1772
|
+
self.horizontalLayout_5.setObjectName(u"horizontalLayout_5")
|
|
1773
|
+
self.horizontalLayout_5.setContentsMargins(0, 0, 0, 0)
|
|
1774
|
+
self.w_SN_box = QWidget(self.w_SNTest)
|
|
1775
|
+
self.w_SN_box.setObjectName(u"w_SN_box")
|
|
1776
|
+
self.w_SN_box.setMaximumSize(QSize(16777215, 44))
|
|
1777
|
+
self.verticalLayout_18 = QVBoxLayout(self.w_SN_box)
|
|
1778
|
+
self.verticalLayout_18.setSpacing(0)
|
|
1779
|
+
self.verticalLayout_18.setObjectName(u"verticalLayout_18")
|
|
1780
|
+
self.verticalLayout_18.setContentsMargins(-1, 0, 9, 0)
|
|
1781
|
+
self.label_SNTest = QLabel(self.w_SN_box)
|
|
1782
|
+
self.label_SNTest.setObjectName(u"label_SNTest")
|
|
1783
|
+
sizePolicy3.setHeightForWidth(self.label_SNTest.sizePolicy().hasHeightForWidth())
|
|
1784
|
+
self.label_SNTest.setSizePolicy(sizePolicy3)
|
|
1785
|
+
self.label_SNTest.setMinimumSize(QSize(80, 20))
|
|
1786
|
+
self.label_SNTest.setMaximumSize(QSize(16777215, 20))
|
|
1787
|
+
self.label_SNTest.setFont(font6)
|
|
1788
|
+
self.label_SNTest.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1789
|
+
|
|
1790
|
+
self.verticalLayout_18.addWidget(self.label_SNTest)
|
|
1791
|
+
|
|
1792
|
+
self.radio_SNTest = QRadioButton(self.w_SN_box)
|
|
1793
|
+
self.radio_SNTest.setObjectName(u"radio_SNTest")
|
|
1794
|
+
sizePolicy3.setHeightForWidth(self.radio_SNTest.sizePolicy().hasHeightForWidth())
|
|
1795
|
+
self.radio_SNTest.setSizePolicy(sizePolicy3)
|
|
1796
|
+
self.radio_SNTest.setMinimumSize(QSize(180, 22))
|
|
1797
|
+
self.radio_SNTest.setFont(font)
|
|
1798
|
+
|
|
1799
|
+
self.verticalLayout_18.addWidget(self.radio_SNTest)
|
|
1800
|
+
|
|
1801
|
+
|
|
1802
|
+
self.horizontalLayout_5.addWidget(self.w_SN_box)
|
|
1803
|
+
|
|
1804
|
+
self.w_SNTest_thres = QWidget(self.w_SNTest)
|
|
1805
|
+
self.w_SNTest_thres.setObjectName(u"w_SNTest_thres")
|
|
1806
|
+
self.w_SNTest_thres.setMinimumSize(QSize(0, 44))
|
|
1807
|
+
self.w_SNTest_thres.setMaximumSize(QSize(16777215, 44))
|
|
1808
|
+
self.verticalLayout_20 = QVBoxLayout(self.w_SNTest_thres)
|
|
1809
|
+
self.verticalLayout_20.setSpacing(0)
|
|
1810
|
+
self.verticalLayout_20.setObjectName(u"verticalLayout_20")
|
|
1811
|
+
self.verticalLayout_20.setContentsMargins(0, 0, 0, 0)
|
|
1812
|
+
self.label_SNTest_thres = QLabel(self.w_SNTest_thres)
|
|
1813
|
+
self.label_SNTest_thres.setObjectName(u"label_SNTest_thres")
|
|
1814
|
+
sizePolicy3.setHeightForWidth(self.label_SNTest_thres.sizePolicy().hasHeightForWidth())
|
|
1815
|
+
self.label_SNTest_thres.setSizePolicy(sizePolicy3)
|
|
1816
|
+
self.label_SNTest_thres.setMinimumSize(QSize(0, 20))
|
|
1817
|
+
self.label_SNTest_thres.setMaximumSize(QSize(16777215, 20))
|
|
1818
|
+
self.label_SNTest_thres.setFont(font6)
|
|
1819
|
+
self.label_SNTest_thres.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1820
|
+
|
|
1821
|
+
self.verticalLayout_20.addWidget(self.label_SNTest_thres)
|
|
1822
|
+
|
|
1823
|
+
self.spin_SogliaSN = MyQDoubleSpin(self.w_SNTest_thres)
|
|
1824
|
+
self.spin_SogliaSN.setObjectName(u"spin_SogliaSN")
|
|
1825
|
+
self.spin_SogliaSN.setMinimumSize(QSize(0, 0))
|
|
1826
|
+
self.spin_SogliaSN.setMaximumSize(QSize(1000000, 24))
|
|
1827
|
+
self.spin_SogliaSN.setFont(font)
|
|
1828
|
+
self.spin_SogliaSN.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1829
|
+
self.spin_SogliaSN.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1830
|
+
self.spin_SogliaSN.setMinimum(1.000000000000000)
|
|
1831
|
+
self.spin_SogliaSN.setSingleStep(0.010000000000000)
|
|
1832
|
+
self.spin_SogliaSN.setValue(1.250000000000000)
|
|
1833
|
+
|
|
1834
|
+
self.verticalLayout_20.addWidget(self.spin_SogliaSN)
|
|
1835
|
+
|
|
1836
|
+
|
|
1837
|
+
self.horizontalLayout_5.addWidget(self.w_SNTest_thres)
|
|
1838
|
+
|
|
1839
|
+
self.horizontalLayout_5.setStretch(1, 1)
|
|
1840
|
+
|
|
1841
|
+
self.verticalLayout_12.addWidget(self.w_SNTest)
|
|
1842
|
+
|
|
1843
|
+
self.w_CPTest = QWidget(self.Validation)
|
|
1844
|
+
self.w_CPTest.setObjectName(u"w_CPTest")
|
|
1845
|
+
sizePolicy.setHeightForWidth(self.w_CPTest.sizePolicy().hasHeightForWidth())
|
|
1846
|
+
self.w_CPTest.setSizePolicy(sizePolicy)
|
|
1847
|
+
self.horizontalLayout_17 = QHBoxLayout(self.w_CPTest)
|
|
1848
|
+
self.horizontalLayout_17.setSpacing(6)
|
|
1849
|
+
self.horizontalLayout_17.setObjectName(u"horizontalLayout_17")
|
|
1850
|
+
self.horizontalLayout_17.setContentsMargins(0, 0, 0, 0)
|
|
1851
|
+
self.w_CPTest_box = QWidget(self.w_CPTest)
|
|
1852
|
+
self.w_CPTest_box.setObjectName(u"w_CPTest_box")
|
|
1853
|
+
self.w_CPTest_box.setMaximumSize(QSize(16777215, 44))
|
|
1854
|
+
self.verticalLayout_19 = QVBoxLayout(self.w_CPTest_box)
|
|
1855
|
+
self.verticalLayout_19.setSpacing(0)
|
|
1856
|
+
self.verticalLayout_19.setObjectName(u"verticalLayout_19")
|
|
1857
|
+
self.verticalLayout_19.setContentsMargins(-1, 0, 9, 0)
|
|
1858
|
+
self.label_CPTest = QLabel(self.w_CPTest_box)
|
|
1859
|
+
self.label_CPTest.setObjectName(u"label_CPTest")
|
|
1860
|
+
sizePolicy3.setHeightForWidth(self.label_CPTest.sizePolicy().hasHeightForWidth())
|
|
1861
|
+
self.label_CPTest.setSizePolicy(sizePolicy3)
|
|
1862
|
+
self.label_CPTest.setMinimumSize(QSize(80, 20))
|
|
1863
|
+
self.label_CPTest.setMaximumSize(QSize(16777215, 20))
|
|
1864
|
+
self.label_CPTest.setFont(font6)
|
|
1865
|
+
self.label_CPTest.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1866
|
+
|
|
1867
|
+
self.verticalLayout_19.addWidget(self.label_CPTest)
|
|
1868
|
+
|
|
1869
|
+
self.radio_CPTest = QRadioButton(self.w_CPTest_box)
|
|
1870
|
+
self.radio_CPTest.setObjectName(u"radio_CPTest")
|
|
1871
|
+
sizePolicy3.setHeightForWidth(self.radio_CPTest.sizePolicy().hasHeightForWidth())
|
|
1872
|
+
self.radio_CPTest.setSizePolicy(sizePolicy3)
|
|
1873
|
+
self.radio_CPTest.setMinimumSize(QSize(180, 22))
|
|
1874
|
+
self.radio_CPTest.setFont(font)
|
|
1875
|
+
|
|
1876
|
+
self.verticalLayout_19.addWidget(self.radio_CPTest)
|
|
1877
|
+
|
|
1878
|
+
|
|
1879
|
+
self.horizontalLayout_17.addWidget(self.w_CPTest_box)
|
|
1880
|
+
|
|
1881
|
+
self.w_CPTest_thres = QWidget(self.w_CPTest)
|
|
1882
|
+
self.w_CPTest_thres.setObjectName(u"w_CPTest_thres")
|
|
1883
|
+
self.w_CPTest_thres.setMinimumSize(QSize(0, 44))
|
|
1884
|
+
self.w_CPTest_thres.setMaximumSize(QSize(16777215, 44))
|
|
1885
|
+
self.verticalLayout_62 = QVBoxLayout(self.w_CPTest_thres)
|
|
1886
|
+
self.verticalLayout_62.setSpacing(0)
|
|
1887
|
+
self.verticalLayout_62.setObjectName(u"verticalLayout_62")
|
|
1888
|
+
self.verticalLayout_62.setContentsMargins(0, 0, 0, 0)
|
|
1889
|
+
self.label_CPTest_thres = QLabel(self.w_CPTest_thres)
|
|
1890
|
+
self.label_CPTest_thres.setObjectName(u"label_CPTest_thres")
|
|
1891
|
+
sizePolicy3.setHeightForWidth(self.label_CPTest_thres.sizePolicy().hasHeightForWidth())
|
|
1892
|
+
self.label_CPTest_thres.setSizePolicy(sizePolicy3)
|
|
1893
|
+
self.label_CPTest_thres.setMinimumSize(QSize(0, 20))
|
|
1894
|
+
self.label_CPTest_thres.setMaximumSize(QSize(16777215, 20))
|
|
1895
|
+
self.label_CPTest_thres.setFont(font6)
|
|
1896
|
+
self.label_CPTest_thres.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1897
|
+
|
|
1898
|
+
self.verticalLayout_62.addWidget(self.label_CPTest_thres)
|
|
1899
|
+
|
|
1900
|
+
self.spin_SogliaCP = MyQDoubleSpin(self.w_CPTest_thres)
|
|
1901
|
+
self.spin_SogliaCP.setObjectName(u"spin_SogliaCP")
|
|
1902
|
+
self.spin_SogliaCP.setMinimumSize(QSize(0, 0))
|
|
1903
|
+
self.spin_SogliaCP.setMaximumSize(QSize(1000000, 24))
|
|
1904
|
+
self.spin_SogliaCP.setFont(font)
|
|
1905
|
+
self.spin_SogliaCP.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1906
|
+
self.spin_SogliaCP.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1907
|
+
self.spin_SogliaCP.setMinimum(0.000000000000000)
|
|
1908
|
+
self.spin_SogliaCP.setMaximum(1.000000000000000)
|
|
1909
|
+
self.spin_SogliaCP.setSingleStep(0.010000000000000)
|
|
1910
|
+
self.spin_SogliaCP.setValue(1.000000000000000)
|
|
1911
|
+
|
|
1912
|
+
self.verticalLayout_62.addWidget(self.spin_SogliaCP)
|
|
1913
|
+
|
|
1914
|
+
|
|
1915
|
+
self.horizontalLayout_17.addWidget(self.w_CPTest_thres)
|
|
1916
|
+
|
|
1917
|
+
self.horizontalLayout_17.setStretch(1, 1)
|
|
1918
|
+
|
|
1919
|
+
self.verticalLayout_12.addWidget(self.w_CPTest)
|
|
1920
|
+
|
|
1921
|
+
self.w_Nogueira = QWidget(self.Validation)
|
|
1922
|
+
self.w_Nogueira.setObjectName(u"w_Nogueira")
|
|
1923
|
+
sizePolicy.setHeightForWidth(self.w_Nogueira.sizePolicy().hasHeightForWidth())
|
|
1924
|
+
self.w_Nogueira.setSizePolicy(sizePolicy)
|
|
1925
|
+
self.horizontalLayout_11 = QHBoxLayout(self.w_Nogueira)
|
|
1926
|
+
self.horizontalLayout_11.setSpacing(6)
|
|
1927
|
+
self.horizontalLayout_11.setObjectName(u"horizontalLayout_11")
|
|
1928
|
+
self.horizontalLayout_11.setContentsMargins(0, 0, 0, 0)
|
|
1929
|
+
self.w_Nogueira_box = QWidget(self.w_Nogueira)
|
|
1930
|
+
self.w_Nogueira_box.setObjectName(u"w_Nogueira_box")
|
|
1931
|
+
self.w_Nogueira_box.setMaximumSize(QSize(16777215, 44))
|
|
1932
|
+
self.verticalLayout_21 = QVBoxLayout(self.w_Nogueira_box)
|
|
1933
|
+
self.verticalLayout_21.setSpacing(0)
|
|
1934
|
+
self.verticalLayout_21.setObjectName(u"verticalLayout_21")
|
|
1935
|
+
self.verticalLayout_21.setContentsMargins(-1, 0, 9, 0)
|
|
1936
|
+
self.label_Nogueira = QLabel(self.w_Nogueira_box)
|
|
1937
|
+
self.label_Nogueira.setObjectName(u"label_Nogueira")
|
|
1938
|
+
sizePolicy3.setHeightForWidth(self.label_Nogueira.sizePolicy().hasHeightForWidth())
|
|
1939
|
+
self.label_Nogueira.setSizePolicy(sizePolicy3)
|
|
1940
|
+
self.label_Nogueira.setMinimumSize(QSize(80, 20))
|
|
1941
|
+
self.label_Nogueira.setMaximumSize(QSize(16777215, 20))
|
|
1942
|
+
self.label_Nogueira.setFont(font6)
|
|
1943
|
+
self.label_Nogueira.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1944
|
+
|
|
1945
|
+
self.verticalLayout_21.addWidget(self.label_Nogueira)
|
|
1946
|
+
|
|
1947
|
+
self.radio_Nogueira = QRadioButton(self.w_Nogueira_box)
|
|
1948
|
+
self.radio_Nogueira.setObjectName(u"radio_Nogueira")
|
|
1949
|
+
sizePolicy3.setHeightForWidth(self.radio_Nogueira.sizePolicy().hasHeightForWidth())
|
|
1950
|
+
self.radio_Nogueira.setSizePolicy(sizePolicy3)
|
|
1951
|
+
self.radio_Nogueira.setMinimumSize(QSize(0, 22))
|
|
1952
|
+
self.radio_Nogueira.setFont(font)
|
|
1953
|
+
|
|
1954
|
+
self.verticalLayout_21.addWidget(self.radio_Nogueira)
|
|
1955
|
+
|
|
1956
|
+
|
|
1957
|
+
self.horizontalLayout_11.addWidget(self.w_Nogueira_box)
|
|
1958
|
+
|
|
1959
|
+
self.w_Nog_tol = QWidget(self.w_Nogueira)
|
|
1960
|
+
self.w_Nog_tol.setObjectName(u"w_Nog_tol")
|
|
1961
|
+
self.w_Nog_tol.setMinimumSize(QSize(0, 44))
|
|
1962
|
+
self.w_Nog_tol.setMaximumSize(QSize(16777215, 44))
|
|
1963
|
+
self.verticalLayout_22 = QVBoxLayout(self.w_Nog_tol)
|
|
1964
|
+
self.verticalLayout_22.setSpacing(0)
|
|
1965
|
+
self.verticalLayout_22.setObjectName(u"verticalLayout_22")
|
|
1966
|
+
self.verticalLayout_22.setContentsMargins(0, 0, 0, 0)
|
|
1967
|
+
self.label_Nog_tol = QLabel(self.w_Nog_tol)
|
|
1968
|
+
self.label_Nog_tol.setObjectName(u"label_Nog_tol")
|
|
1969
|
+
sizePolicy3.setHeightForWidth(self.label_Nog_tol.sizePolicy().hasHeightForWidth())
|
|
1970
|
+
self.label_Nog_tol.setSizePolicy(sizePolicy3)
|
|
1971
|
+
self.label_Nog_tol.setMinimumSize(QSize(55, 20))
|
|
1972
|
+
self.label_Nog_tol.setMaximumSize(QSize(16777215, 20))
|
|
1973
|
+
self.label_Nog_tol.setFont(font6)
|
|
1974
|
+
self.label_Nog_tol.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
1975
|
+
|
|
1976
|
+
self.verticalLayout_22.addWidget(self.label_Nog_tol)
|
|
1977
|
+
|
|
1978
|
+
self.spin_SogliaMedia = MyQDoubleSpin(self.w_Nog_tol)
|
|
1979
|
+
self.spin_SogliaMedia.setObjectName(u"spin_SogliaMedia")
|
|
1980
|
+
self.spin_SogliaMedia.setMinimumSize(QSize(55, 24))
|
|
1981
|
+
self.spin_SogliaMedia.setMaximumSize(QSize(1000000, 24))
|
|
1982
|
+
self.spin_SogliaMedia.setFont(font)
|
|
1983
|
+
self.spin_SogliaMedia.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
1984
|
+
self.spin_SogliaMedia.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
1985
|
+
self.spin_SogliaMedia.setMaximum(1.000000000000000)
|
|
1986
|
+
self.spin_SogliaMedia.setSingleStep(0.010000000000000)
|
|
1987
|
+
self.spin_SogliaMedia.setValue(0.250000000000000)
|
|
1988
|
+
|
|
1989
|
+
self.verticalLayout_22.addWidget(self.spin_SogliaMedia)
|
|
1990
|
+
|
|
1991
|
+
|
|
1992
|
+
self.horizontalLayout_11.addWidget(self.w_Nog_tol)
|
|
1993
|
+
|
|
1994
|
+
self.w_Nog_numvec = QWidget(self.w_Nogueira)
|
|
1995
|
+
self.w_Nog_numvec.setObjectName(u"w_Nog_numvec")
|
|
1996
|
+
self.w_Nog_numvec.setMinimumSize(QSize(0, 44))
|
|
1997
|
+
self.w_Nog_numvec.setMaximumSize(QSize(16777215, 44))
|
|
1998
|
+
self.verticalLayout_25 = QVBoxLayout(self.w_Nog_numvec)
|
|
1999
|
+
self.verticalLayout_25.setSpacing(0)
|
|
2000
|
+
self.verticalLayout_25.setObjectName(u"verticalLayout_25")
|
|
2001
|
+
self.verticalLayout_25.setContentsMargins(0, 0, 0, 0)
|
|
2002
|
+
self.label_Nog_numvec = QLabel(self.w_Nog_numvec)
|
|
2003
|
+
self.label_Nog_numvec.setObjectName(u"label_Nog_numvec")
|
|
2004
|
+
sizePolicy3.setHeightForWidth(self.label_Nog_numvec.sizePolicy().hasHeightForWidth())
|
|
2005
|
+
self.label_Nog_numvec.setSizePolicy(sizePolicy3)
|
|
2006
|
+
self.label_Nog_numvec.setMinimumSize(QSize(55, 20))
|
|
2007
|
+
self.label_Nog_numvec.setMaximumSize(QSize(16777215, 20))
|
|
2008
|
+
self.label_Nog_numvec.setFont(font6)
|
|
2009
|
+
self.label_Nog_numvec.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
2010
|
+
|
|
2011
|
+
self.verticalLayout_25.addWidget(self.label_Nog_numvec)
|
|
2012
|
+
|
|
2013
|
+
self.spin_SogliaNumVet = MyQDoubleSpin(self.w_Nog_numvec)
|
|
2014
|
+
self.spin_SogliaNumVet.setObjectName(u"spin_SogliaNumVet")
|
|
2015
|
+
self.spin_SogliaNumVet.setMinimumSize(QSize(55, 24))
|
|
2016
|
+
self.spin_SogliaNumVet.setMaximumSize(QSize(1000000, 24))
|
|
2017
|
+
self.spin_SogliaNumVet.setFont(font)
|
|
2018
|
+
self.spin_SogliaNumVet.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
2019
|
+
self.spin_SogliaNumVet.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
2020
|
+
self.spin_SogliaNumVet.setMaximum(1.000000000000000)
|
|
2021
|
+
self.spin_SogliaNumVet.setSingleStep(0.010000000000000)
|
|
2022
|
+
self.spin_SogliaNumVet.setValue(0.100000000000000)
|
|
2023
|
+
|
|
2024
|
+
self.verticalLayout_25.addWidget(self.spin_SogliaNumVet)
|
|
2025
|
+
|
|
2026
|
+
|
|
2027
|
+
self.horizontalLayout_11.addWidget(self.w_Nog_numvec)
|
|
2028
|
+
|
|
2029
|
+
self.horizontalLayout_11.setStretch(1, 1)
|
|
2030
|
+
self.horizontalLayout_11.setStretch(2, 1)
|
|
2031
|
+
|
|
2032
|
+
self.verticalLayout_12.addWidget(self.w_Nogueira)
|
|
2033
|
+
|
|
2034
|
+
self.w_further_val_corr = QWidget(self.Validation)
|
|
2035
|
+
self.w_further_val_corr.setObjectName(u"w_further_val_corr")
|
|
2036
|
+
self.horizontalLayout_12 = QHBoxLayout(self.w_further_val_corr)
|
|
2037
|
+
self.horizontalLayout_12.setSpacing(10)
|
|
2038
|
+
self.horizontalLayout_12.setObjectName(u"horizontalLayout_12")
|
|
2039
|
+
self.horizontalLayout_12.setContentsMargins(0, 0, 0, 0)
|
|
2040
|
+
self.w_further_val = QWidget(self.w_further_val_corr)
|
|
2041
|
+
self.w_further_val.setObjectName(u"w_further_val")
|
|
2042
|
+
self.w_further_val.setMinimumSize(QSize(0, 100))
|
|
2043
|
+
self.verticalLayout_26 = QVBoxLayout(self.w_further_val)
|
|
2044
|
+
self.verticalLayout_26.setSpacing(6)
|
|
2045
|
+
self.verticalLayout_26.setObjectName(u"verticalLayout_26")
|
|
2046
|
+
self.verticalLayout_26.setContentsMargins(0, 0, 0, 0)
|
|
2047
|
+
self.w_MinVal = QWidget(self.w_further_val)
|
|
2048
|
+
self.w_MinVal.setObjectName(u"w_MinVal")
|
|
2049
|
+
self.w_MinVal.setMinimumSize(QSize(0, 44))
|
|
2050
|
+
self.w_MinVal.setMaximumSize(QSize(16777215, 44))
|
|
2051
|
+
self.verticalLayout_27 = QVBoxLayout(self.w_MinVal)
|
|
2052
|
+
self.verticalLayout_27.setSpacing(0)
|
|
2053
|
+
self.verticalLayout_27.setObjectName(u"verticalLayout_27")
|
|
2054
|
+
self.verticalLayout_27.setContentsMargins(0, 0, 0, 0)
|
|
2055
|
+
self.label_MinVal = QLabel(self.w_MinVal)
|
|
2056
|
+
self.label_MinVal.setObjectName(u"label_MinVal")
|
|
2057
|
+
sizePolicy3.setHeightForWidth(self.label_MinVal.sizePolicy().hasHeightForWidth())
|
|
2058
|
+
self.label_MinVal.setSizePolicy(sizePolicy3)
|
|
2059
|
+
self.label_MinVal.setMinimumSize(QSize(0, 20))
|
|
2060
|
+
self.label_MinVal.setMaximumSize(QSize(16777215, 20))
|
|
2061
|
+
self.label_MinVal.setFont(font6)
|
|
2062
|
+
self.label_MinVal.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
2063
|
+
|
|
2064
|
+
self.verticalLayout_27.addWidget(self.label_MinVal)
|
|
2065
|
+
|
|
2066
|
+
self.spin_SogliaNoise = MyQDoubleSpin(self.w_MinVal)
|
|
2067
|
+
self.spin_SogliaNoise.setObjectName(u"spin_SogliaNoise")
|
|
2068
|
+
self.spin_SogliaNoise.setMinimumSize(QSize(0, 0))
|
|
2069
|
+
self.spin_SogliaNoise.setMaximumSize(QSize(1000000, 24))
|
|
2070
|
+
self.spin_SogliaNoise.setFont(font)
|
|
2071
|
+
self.spin_SogliaNoise.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
2072
|
+
self.spin_SogliaNoise.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
2073
|
+
self.spin_SogliaNoise.setMaximum(4294967296.000000000000000)
|
|
2074
|
+
self.spin_SogliaNoise.setSingleStep(0.100000000000000)
|
|
2075
|
+
self.spin_SogliaNoise.setValue(5.000000000000000)
|
|
2076
|
+
|
|
2077
|
+
self.verticalLayout_27.addWidget(self.spin_SogliaNoise)
|
|
2078
|
+
|
|
2079
|
+
|
|
2080
|
+
self.verticalLayout_26.addWidget(self.w_MinVal)
|
|
2081
|
+
|
|
2082
|
+
self.w_MinStD = QWidget(self.w_further_val)
|
|
2083
|
+
self.w_MinStD.setObjectName(u"w_MinStD")
|
|
2084
|
+
self.w_MinStD.setMinimumSize(QSize(0, 44))
|
|
2085
|
+
self.w_MinStD.setMaximumSize(QSize(16777215, 44))
|
|
2086
|
+
self.verticalLayout_28 = QVBoxLayout(self.w_MinStD)
|
|
2087
|
+
self.verticalLayout_28.setSpacing(0)
|
|
2088
|
+
self.verticalLayout_28.setObjectName(u"verticalLayout_28")
|
|
2089
|
+
self.verticalLayout_28.setContentsMargins(0, 0, 0, 0)
|
|
2090
|
+
self.label_MinStD = QLabel(self.w_MinStD)
|
|
2091
|
+
self.label_MinStD.setObjectName(u"label_MinStD")
|
|
2092
|
+
sizePolicy3.setHeightForWidth(self.label_MinStD.sizePolicy().hasHeightForWidth())
|
|
2093
|
+
self.label_MinStD.setSizePolicy(sizePolicy3)
|
|
2094
|
+
self.label_MinStD.setMinimumSize(QSize(0, 20))
|
|
2095
|
+
self.label_MinStD.setMaximumSize(QSize(16777215, 20))
|
|
2096
|
+
self.label_MinStD.setFont(font6)
|
|
2097
|
+
self.label_MinStD.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
2098
|
+
|
|
2099
|
+
self.verticalLayout_28.addWidget(self.label_MinStD)
|
|
2100
|
+
|
|
2101
|
+
self.spin_SogliaStd = MyQDoubleSpin(self.w_MinStD)
|
|
2102
|
+
self.spin_SogliaStd.setObjectName(u"spin_SogliaStd")
|
|
2103
|
+
self.spin_SogliaStd.setMinimumSize(QSize(0, 0))
|
|
2104
|
+
self.spin_SogliaStd.setMaximumSize(QSize(1000000, 24))
|
|
2105
|
+
self.spin_SogliaStd.setFont(font)
|
|
2106
|
+
self.spin_SogliaStd.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
2107
|
+
self.spin_SogliaStd.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
2108
|
+
self.spin_SogliaStd.setSingleStep(0.100000000000000)
|
|
2109
|
+
self.spin_SogliaStd.setValue(1.500000000000000)
|
|
2110
|
+
|
|
2111
|
+
self.verticalLayout_28.addWidget(self.spin_SogliaStd)
|
|
2112
|
+
|
|
2113
|
+
|
|
2114
|
+
self.verticalLayout_26.addWidget(self.w_MinStD)
|
|
2115
|
+
|
|
2116
|
+
|
|
2117
|
+
self.horizontalLayout_12.addWidget(self.w_further_val)
|
|
2118
|
+
|
|
2119
|
+
self.w_Correction = QWidget(self.w_further_val_corr)
|
|
2120
|
+
self.w_Correction.setObjectName(u"w_Correction")
|
|
2121
|
+
self.verticalLayout_29 = QVBoxLayout(self.w_Correction)
|
|
2122
|
+
self.verticalLayout_29.setSpacing(6)
|
|
2123
|
+
self.verticalLayout_29.setObjectName(u"verticalLayout_29")
|
|
2124
|
+
self.verticalLayout_29.setContentsMargins(0, 0, 0, 0)
|
|
2125
|
+
self.w_Correction_type = QWidget(self.w_Correction)
|
|
2126
|
+
self.w_Correction_type.setObjectName(u"w_Correction_type")
|
|
2127
|
+
self.w_Correction_type.setMinimumSize(QSize(0, 44))
|
|
2128
|
+
self.w_Correction_type.setMaximumSize(QSize(16777215, 44))
|
|
2129
|
+
self.verticalLayout_30 = QVBoxLayout(self.w_Correction_type)
|
|
2130
|
+
self.verticalLayout_30.setSpacing(0)
|
|
2131
|
+
self.verticalLayout_30.setObjectName(u"verticalLayout_30")
|
|
2132
|
+
self.verticalLayout_30.setContentsMargins(0, 0, 0, 0)
|
|
2133
|
+
self.label_Correction_type = QLabel(self.w_Correction_type)
|
|
2134
|
+
self.label_Correction_type.setObjectName(u"label_Correction_type")
|
|
2135
|
+
sizePolicy3.setHeightForWidth(self.label_Correction_type.sizePolicy().hasHeightForWidth())
|
|
2136
|
+
self.label_Correction_type.setSizePolicy(sizePolicy3)
|
|
2137
|
+
self.label_Correction_type.setMinimumSize(QSize(0, 20))
|
|
2138
|
+
self.label_Correction_type.setMaximumSize(QSize(16777215, 20))
|
|
2139
|
+
self.label_Correction_type.setFont(font6)
|
|
2140
|
+
self.label_Correction_type.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
2141
|
+
|
|
2142
|
+
self.verticalLayout_30.addWidget(self.label_Correction_type)
|
|
2143
|
+
|
|
2144
|
+
self.combo_FlagCorrezioneVel = MyQCombo(self.w_Correction_type)
|
|
2145
|
+
self.combo_FlagCorrezioneVel.addItem("")
|
|
2146
|
+
self.combo_FlagCorrezioneVel.addItem("")
|
|
2147
|
+
self.combo_FlagCorrezioneVel.addItem("")
|
|
2148
|
+
self.combo_FlagCorrezioneVel.setObjectName(u"combo_FlagCorrezioneVel")
|
|
2149
|
+
self.combo_FlagCorrezioneVel.setFont(font)
|
|
2150
|
+
|
|
2151
|
+
self.verticalLayout_30.addWidget(self.combo_FlagCorrezioneVel)
|
|
2152
|
+
|
|
2153
|
+
|
|
2154
|
+
self.verticalLayout_29.addWidget(self.w_Correction_type)
|
|
2155
|
+
|
|
2156
|
+
self.w_Correction_opt = QWidget(self.w_Correction)
|
|
2157
|
+
self.w_Correction_opt.setObjectName(u"w_Correction_opt")
|
|
2158
|
+
self.w_Correction_opt.setMinimumSize(QSize(0, 44))
|
|
2159
|
+
self.w_Correction_opt.setMaximumSize(QSize(16777215, 44))
|
|
2160
|
+
self.verticalLayout_31 = QVBoxLayout(self.w_Correction_opt)
|
|
2161
|
+
self.verticalLayout_31.setSpacing(6)
|
|
2162
|
+
self.verticalLayout_31.setObjectName(u"verticalLayout_31")
|
|
2163
|
+
self.verticalLayout_31.setContentsMargins(0, 0, 0, 0)
|
|
2164
|
+
self.check_SecMax = QCheckBox(self.w_Correction_opt)
|
|
2165
|
+
self.check_SecMax.setObjectName(u"check_SecMax")
|
|
2166
|
+
self.check_SecMax.setMaximumSize(QSize(16777215, 22))
|
|
2167
|
+
self.check_SecMax.setFont(font)
|
|
2168
|
+
self.check_SecMax.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
2169
|
+
self.check_SecMax.setLayoutDirection(Qt.LayoutDirection.RightToLeft)
|
|
2170
|
+
self.check_SecMax.setStyleSheet(u"border: none\n"
|
|
2171
|
+
"")
|
|
2172
|
+
|
|
2173
|
+
self.verticalLayout_31.addWidget(self.check_SecMax)
|
|
2174
|
+
|
|
2175
|
+
self.check_CorrHart = QCheckBox(self.w_Correction_opt)
|
|
2176
|
+
self.check_CorrHart.setObjectName(u"check_CorrHart")
|
|
2177
|
+
self.check_CorrHart.setMaximumSize(QSize(16777215, 22))
|
|
2178
|
+
self.check_CorrHart.setFont(font)
|
|
2179
|
+
self.check_CorrHart.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
2180
|
+
self.check_CorrHart.setLayoutDirection(Qt.LayoutDirection.RightToLeft)
|
|
2181
|
+
self.check_CorrHart.setStyleSheet(u"border: none\n"
|
|
2182
|
+
"")
|
|
2183
|
+
|
|
2184
|
+
self.verticalLayout_31.addWidget(self.check_CorrHart)
|
|
2185
|
+
|
|
2186
|
+
|
|
2187
|
+
self.verticalLayout_29.addWidget(self.w_Correction_opt)
|
|
2188
|
+
|
|
2189
|
+
|
|
2190
|
+
self.horizontalLayout_12.addWidget(self.w_Correction)
|
|
2191
|
+
|
|
2192
|
+
|
|
2193
|
+
self.verticalLayout_12.addWidget(self.w_further_val_corr)
|
|
2194
|
+
|
|
2195
|
+
|
|
2196
|
+
self.verticalLayout_9.addWidget(self.Validation)
|
|
2197
|
+
|
|
2198
|
+
|
|
2199
|
+
self.verticalLayout_10.addWidget(self.CollapBox_Validation)
|
|
2200
|
+
|
|
2201
|
+
self.CollapBox_Windowing = CollapsibleBox(self.scrollAreaWidgetContents)
|
|
2202
|
+
self.CollapBox_Windowing.setObjectName(u"CollapBox_Windowing")
|
|
2203
|
+
sizePolicy1.setHeightForWidth(self.CollapBox_Windowing.sizePolicy().hasHeightForWidth())
|
|
2204
|
+
self.CollapBox_Windowing.setSizePolicy(sizePolicy1)
|
|
2205
|
+
self.CollapBox_Windowing.setMinimumSize(QSize(0, 350))
|
|
2206
|
+
self.CollapBox_Windowing.setMaximumSize(QSize(16777215, 16777215))
|
|
2207
|
+
self.verticalLayout_32 = QVBoxLayout(self.CollapBox_Windowing)
|
|
2208
|
+
self.verticalLayout_32.setSpacing(0)
|
|
2209
|
+
self.verticalLayout_32.setObjectName(u"verticalLayout_32")
|
|
2210
|
+
self.verticalLayout_32.setContentsMargins(0, 0, 0, 0)
|
|
2211
|
+
self.lay_Windowing = QHBoxLayout()
|
|
2212
|
+
self.lay_Windowing.setSpacing(0)
|
|
2213
|
+
self.lay_Windowing.setObjectName(u"lay_Windowing")
|
|
2214
|
+
self.lay_Windowing.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
2215
|
+
self.tool_Windowing = QToolButton(self.CollapBox_Windowing)
|
|
2216
|
+
self.tool_Windowing.setObjectName(u"tool_Windowing")
|
|
2217
|
+
sizePolicy2.setHeightForWidth(self.tool_Windowing.sizePolicy().hasHeightForWidth())
|
|
2218
|
+
self.tool_Windowing.setSizePolicy(sizePolicy2)
|
|
2219
|
+
self.tool_Windowing.setMinimumSize(QSize(0, 20))
|
|
2220
|
+
self.tool_Windowing.setMaximumSize(QSize(16777215, 20))
|
|
2221
|
+
self.tool_Windowing.setFont(font4)
|
|
2222
|
+
self.tool_Windowing.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
2223
|
+
self.tool_Windowing.setStyleSheet(u"QToolButton { border: none; }")
|
|
2224
|
+
self.tool_Windowing.setCheckable(True)
|
|
2225
|
+
self.tool_Windowing.setChecked(True)
|
|
2226
|
+
self.tool_Windowing.setPopupMode(QToolButton.ToolButtonPopupMode.InstantPopup)
|
|
2227
|
+
self.tool_Windowing.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
|
2228
|
+
self.tool_Windowing.setArrowType(Qt.ArrowType.DownArrow)
|
|
2229
|
+
|
|
2230
|
+
self.lay_Windowing.addWidget(self.tool_Windowing)
|
|
2231
|
+
|
|
2232
|
+
self.hsp_Windowing = QSpacerItem(100, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
2233
|
+
|
|
2234
|
+
self.lay_Windowing.addItem(self.hsp_Windowing)
|
|
2235
|
+
|
|
2236
|
+
self.button_CollapBox_Windowing = MyToolButton(self.CollapBox_Windowing)
|
|
2237
|
+
self.button_CollapBox_Windowing.setObjectName(u"button_CollapBox_Windowing")
|
|
2238
|
+
self.button_CollapBox_Windowing.setMinimumSize(QSize(18, 18))
|
|
2239
|
+
self.button_CollapBox_Windowing.setMaximumSize(QSize(18, 18))
|
|
2240
|
+
self.button_CollapBox_Windowing.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
2241
|
+
self.button_CollapBox_Windowing.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
2242
|
+
self.button_CollapBox_Windowing.setIcon(icon3)
|
|
2243
|
+
self.button_CollapBox_Windowing.setIconSize(QSize(12, 12))
|
|
2244
|
+
|
|
2245
|
+
self.lay_Windowing.addWidget(self.button_CollapBox_Windowing)
|
|
2246
|
+
|
|
2247
|
+
|
|
2248
|
+
self.verticalLayout_32.addLayout(self.lay_Windowing)
|
|
2249
|
+
|
|
2250
|
+
self.Windowing = QGroupBox(self.CollapBox_Windowing)
|
|
2251
|
+
self.Windowing.setObjectName(u"Windowing")
|
|
2252
|
+
sizePolicy1.setHeightForWidth(self.Windowing.sizePolicy().hasHeightForWidth())
|
|
2253
|
+
self.Windowing.setSizePolicy(sizePolicy1)
|
|
2254
|
+
self.Windowing.setMinimumSize(QSize(0, 310))
|
|
2255
|
+
self.Windowing.setFont(font5)
|
|
2256
|
+
self.Windowing.setCursor(QCursor(Qt.CursorShape.PointingHandCursor))
|
|
2257
|
+
self.Windowing.setStyleSheet(u"QGroupBox{border: 1px solid gray; border-radius: 6px;}")
|
|
2258
|
+
self.Windowing.setCheckable(False)
|
|
2259
|
+
self.verticalLayout_33 = QVBoxLayout(self.Windowing)
|
|
2260
|
+
self.verticalLayout_33.setObjectName(u"verticalLayout_33")
|
|
2261
|
+
self.verticalLayout_33.setContentsMargins(6, 6, 6, 6)
|
|
2262
|
+
self.w_table_iter = QWidget(self.Windowing)
|
|
2263
|
+
self.w_table_iter.setObjectName(u"w_table_iter")
|
|
2264
|
+
self.verticalLayout_67 = QVBoxLayout(self.w_table_iter)
|
|
2265
|
+
self.verticalLayout_67.setSpacing(0)
|
|
2266
|
+
self.verticalLayout_67.setObjectName(u"verticalLayout_67")
|
|
2267
|
+
self.verticalLayout_67.setContentsMargins(3, 0, 3, 0)
|
|
2268
|
+
self.w_table_buttons = QWidget(self.w_table_iter)
|
|
2269
|
+
self.w_table_buttons.setObjectName(u"w_table_buttons")
|
|
2270
|
+
self.w_table_buttons.setMinimumSize(QSize(0, 26))
|
|
2271
|
+
self.horizontalLayout_22 = QHBoxLayout(self.w_table_buttons)
|
|
2272
|
+
self.horizontalLayout_22.setSpacing(5)
|
|
2273
|
+
self.horizontalLayout_22.setObjectName(u"horizontalLayout_22")
|
|
2274
|
+
self.horizontalLayout_22.setContentsMargins(0, 1, 0, 1)
|
|
2275
|
+
self.label_MinVal_2 = QLabel(self.w_table_buttons)
|
|
2276
|
+
self.label_MinVal_2.setObjectName(u"label_MinVal_2")
|
|
2277
|
+
sizePolicy3.setHeightForWidth(self.label_MinVal_2.sizePolicy().hasHeightForWidth())
|
|
2278
|
+
self.label_MinVal_2.setSizePolicy(sizePolicy3)
|
|
2279
|
+
self.label_MinVal_2.setMinimumSize(QSize(0, 20))
|
|
2280
|
+
self.label_MinVal_2.setMaximumSize(QSize(16777215, 20))
|
|
2281
|
+
self.label_MinVal_2.setFont(font6)
|
|
2282
|
+
self.label_MinVal_2.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
2283
|
+
|
|
2284
|
+
self.horizontalLayout_22.addWidget(self.label_MinVal_2)
|
|
2285
|
+
|
|
2286
|
+
self.edit_IW = QWidget(self.w_table_buttons)
|
|
2287
|
+
self.edit_IW.setObjectName(u"edit_IW")
|
|
2288
|
+
self.edit_IW.setMinimumSize(QSize(0, 0))
|
|
2289
|
+
self.edit_IW.setMaximumSize(QSize(16777215, 22))
|
|
2290
|
+
self.horizontalLayout_23 = QHBoxLayout(self.edit_IW)
|
|
2291
|
+
self.horizontalLayout_23.setSpacing(0)
|
|
2292
|
+
self.horizontalLayout_23.setObjectName(u"horizontalLayout_23")
|
|
2293
|
+
self.horizontalLayout_23.setContentsMargins(0, 0, 0, 0)
|
|
2294
|
+
self.line_edit_IW = MyQLineEditNumber(self.edit_IW)
|
|
2295
|
+
self.line_edit_IW.setObjectName(u"line_edit_IW")
|
|
2296
|
+
self.line_edit_IW.setMaximumSize(QSize(16777215, 22))
|
|
2297
|
+
self.line_edit_IW.setFont(font)
|
|
2298
|
+
self.line_edit_IW.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
2299
|
+
"border-left: 1px solid gray;\n"
|
|
2300
|
+
"border-bottom: 1px solid gray;\n"
|
|
2301
|
+
"\n"
|
|
2302
|
+
"\n"
|
|
2303
|
+
"")
|
|
2304
|
+
|
|
2305
|
+
self.horizontalLayout_23.addWidget(self.line_edit_IW)
|
|
2306
|
+
|
|
2307
|
+
self.check_edit_IW = ClickableEditLabel(self.edit_IW)
|
|
2308
|
+
self.check_edit_IW.setObjectName(u"check_edit_IW")
|
|
2309
|
+
self.check_edit_IW.setMinimumSize(QSize(22, 22))
|
|
2310
|
+
self.check_edit_IW.setMaximumSize(QSize(22, 22))
|
|
2311
|
+
self.check_edit_IW.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
2312
|
+
"border-right: 1px solid gray;\n"
|
|
2313
|
+
"border-bottom: 1px solid gray;\n"
|
|
2314
|
+
"padding: 2px;")
|
|
2315
|
+
self.check_edit_IW.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
2316
|
+
self.check_edit_IW.setScaledContents(True)
|
|
2317
|
+
self.check_edit_IW.setMargin(0)
|
|
2318
|
+
self.check_edit_IW.setTextInteractionFlags(Qt.TextInteractionFlag.TextBrowserInteraction)
|
|
2319
|
+
|
|
2320
|
+
self.horizontalLayout_23.addWidget(self.check_edit_IW)
|
|
2321
|
+
|
|
2322
|
+
|
|
2323
|
+
self.horizontalLayout_22.addWidget(self.edit_IW)
|
|
2324
|
+
|
|
2325
|
+
self.horizontalSpacer = QSpacerItem(20, 20, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Minimum)
|
|
2326
|
+
|
|
2327
|
+
self.horizontalLayout_22.addItem(self.horizontalSpacer)
|
|
2328
|
+
|
|
2329
|
+
self.button_mtf = QToolButton(self.w_table_buttons)
|
|
2330
|
+
self.button_mtf.setObjectName(u"button_mtf")
|
|
2331
|
+
self.button_mtf.setMinimumSize(QSize(18, 18))
|
|
2332
|
+
self.button_mtf.setMaximumSize(QSize(18, 18))
|
|
2333
|
+
icon9 = QIcon()
|
|
2334
|
+
icon9.addFile(u""+ icons_path +"mtplt.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
2335
|
+
self.button_mtf.setIcon(icon9)
|
|
2336
|
+
self.button_mtf.setIconSize(QSize(14, 14))
|
|
2337
|
+
|
|
2338
|
+
self.horizontalLayout_22.addWidget(self.button_mtf)
|
|
2339
|
+
|
|
2340
|
+
self.button_add = QToolButton(self.w_table_buttons)
|
|
2341
|
+
self.button_add.setObjectName(u"button_add")
|
|
2342
|
+
self.button_add.setMinimumSize(QSize(18, 18))
|
|
2343
|
+
self.button_add.setMaximumSize(QSize(18, 18))
|
|
2344
|
+
icon10 = QIcon()
|
|
2345
|
+
icon10.addFile(u""+ icons_path +"plus.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
2346
|
+
self.button_add.setIcon(icon10)
|
|
2347
|
+
self.button_add.setIconSize(QSize(14, 14))
|
|
2348
|
+
|
|
2349
|
+
self.horizontalLayout_22.addWidget(self.button_add)
|
|
2350
|
+
|
|
2351
|
+
self.button_delete = QToolButton(self.w_table_buttons)
|
|
2352
|
+
self.button_delete.setObjectName(u"button_delete")
|
|
2353
|
+
self.button_delete.setMinimumSize(QSize(18, 18))
|
|
2354
|
+
self.button_delete.setMaximumSize(QSize(18, 18))
|
|
2355
|
+
icon11 = QIcon()
|
|
2356
|
+
icon11.addFile(u""+ icons_path +"delete.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
2357
|
+
self.button_delete.setIcon(icon11)
|
|
2358
|
+
self.button_delete.setIconSize(QSize(14, 14))
|
|
2359
|
+
|
|
2360
|
+
self.horizontalLayout_22.addWidget(self.button_delete)
|
|
2361
|
+
|
|
2362
|
+
|
|
2363
|
+
self.verticalLayout_67.addWidget(self.w_table_buttons)
|
|
2364
|
+
|
|
2365
|
+
self.table_iter = myQTableWidget(self.w_table_iter)
|
|
2366
|
+
if (self.table_iter.columnCount() < 6):
|
|
2367
|
+
self.table_iter.setColumnCount(6)
|
|
2368
|
+
__qtablewidgetitem = QTableWidgetItem()
|
|
2369
|
+
self.table_iter.setHorizontalHeaderItem(0, __qtablewidgetitem)
|
|
2370
|
+
__qtablewidgetitem1 = QTableWidgetItem()
|
|
2371
|
+
self.table_iter.setHorizontalHeaderItem(1, __qtablewidgetitem1)
|
|
2372
|
+
__qtablewidgetitem2 = QTableWidgetItem()
|
|
2373
|
+
self.table_iter.setHorizontalHeaderItem(2, __qtablewidgetitem2)
|
|
2374
|
+
__qtablewidgetitem3 = QTableWidgetItem()
|
|
2375
|
+
self.table_iter.setHorizontalHeaderItem(3, __qtablewidgetitem3)
|
|
2376
|
+
__qtablewidgetitem4 = QTableWidgetItem()
|
|
2377
|
+
self.table_iter.setHorizontalHeaderItem(4, __qtablewidgetitem4)
|
|
2378
|
+
__qtablewidgetitem5 = QTableWidgetItem()
|
|
2379
|
+
self.table_iter.setHorizontalHeaderItem(5, __qtablewidgetitem5)
|
|
2380
|
+
self.table_iter.setObjectName(u"table_iter")
|
|
2381
|
+
self.table_iter.horizontalHeader().setProperty("showSortIndicator", False)
|
|
2382
|
+
self.table_iter.verticalHeader().setMinimumSectionSize(22)
|
|
2383
|
+
self.table_iter.verticalHeader().setDefaultSectionSize(22)
|
|
2384
|
+
|
|
2385
|
+
self.verticalLayout_67.addWidget(self.table_iter)
|
|
2386
|
+
|
|
2387
|
+
self.label_info = QLabel(self.w_table_iter)
|
|
2388
|
+
self.label_info.setObjectName(u"label_info")
|
|
2389
|
+
sizePolicy3.setHeightForWidth(self.label_info.sizePolicy().hasHeightForWidth())
|
|
2390
|
+
self.label_info.setSizePolicy(sizePolicy3)
|
|
2391
|
+
self.label_info.setMinimumSize(QSize(0, 20))
|
|
2392
|
+
self.label_info.setMaximumSize(QSize(16777215, 60))
|
|
2393
|
+
self.label_info.setFont(font7)
|
|
2394
|
+
self.label_info.setTextFormat(Qt.TextFormat.RichText)
|
|
2395
|
+
self.label_info.setWordWrap(True)
|
|
2396
|
+
|
|
2397
|
+
self.verticalLayout_67.addWidget(self.label_info)
|
|
2398
|
+
|
|
2399
|
+
|
|
2400
|
+
self.verticalLayout_33.addWidget(self.w_table_iter)
|
|
2401
|
+
|
|
2402
|
+
self.w_Wind_Corr = QWidget(self.Windowing)
|
|
2403
|
+
self.w_Wind_Corr.setObjectName(u"w_Wind_Corr")
|
|
2404
|
+
self.w_Wind_Corr.setMinimumSize(QSize(0, 46))
|
|
2405
|
+
self.w_Wind_Corr.setMaximumSize(QSize(16777215, 46))
|
|
2406
|
+
self.horizontalLayout_14 = QHBoxLayout(self.w_Wind_Corr)
|
|
2407
|
+
self.horizontalLayout_14.setSpacing(10)
|
|
2408
|
+
self.horizontalLayout_14.setObjectName(u"horizontalLayout_14")
|
|
2409
|
+
self.horizontalLayout_14.setContentsMargins(0, 0, 0, 0)
|
|
2410
|
+
self.w_Wind_Corr_type = QWidget(self.w_Wind_Corr)
|
|
2411
|
+
self.w_Wind_Corr_type.setObjectName(u"w_Wind_Corr_type")
|
|
2412
|
+
self.w_Wind_Corr_type.setMaximumSize(QSize(16777215, 44))
|
|
2413
|
+
self.verticalLayout_52 = QVBoxLayout(self.w_Wind_Corr_type)
|
|
2414
|
+
self.verticalLayout_52.setSpacing(0)
|
|
2415
|
+
self.verticalLayout_52.setObjectName(u"verticalLayout_52")
|
|
2416
|
+
self.verticalLayout_52.setContentsMargins(0, 0, 0, 0)
|
|
2417
|
+
self.label_Wind_Corr_type = QLabel(self.w_Wind_Corr_type)
|
|
2418
|
+
self.label_Wind_Corr_type.setObjectName(u"label_Wind_Corr_type")
|
|
2419
|
+
sizePolicy3.setHeightForWidth(self.label_Wind_Corr_type.sizePolicy().hasHeightForWidth())
|
|
2420
|
+
self.label_Wind_Corr_type.setSizePolicy(sizePolicy3)
|
|
2421
|
+
self.label_Wind_Corr_type.setMinimumSize(QSize(80, 20))
|
|
2422
|
+
self.label_Wind_Corr_type.setMaximumSize(QSize(16777215, 20))
|
|
2423
|
+
self.label_Wind_Corr_type.setFont(font6)
|
|
2424
|
+
self.label_Wind_Corr_type.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
2425
|
+
|
|
2426
|
+
self.verticalLayout_52.addWidget(self.label_Wind_Corr_type)
|
|
2427
|
+
|
|
2428
|
+
self.combo_Wind_Corr_type = MyQCombo(self.w_Wind_Corr_type)
|
|
2429
|
+
self.combo_Wind_Corr_type.addItem("")
|
|
2430
|
+
self.combo_Wind_Corr_type.addItem("")
|
|
2431
|
+
self.combo_Wind_Corr_type.addItem("")
|
|
2432
|
+
self.combo_Wind_Corr_type.addItem("")
|
|
2433
|
+
self.combo_Wind_Corr_type.addItem("")
|
|
2434
|
+
self.combo_Wind_Corr_type.addItem("")
|
|
2435
|
+
self.combo_Wind_Corr_type.addItem("")
|
|
2436
|
+
self.combo_Wind_Corr_type.setObjectName(u"combo_Wind_Corr_type")
|
|
2437
|
+
self.combo_Wind_Corr_type.setMinimumSize(QSize(0, 24))
|
|
2438
|
+
self.combo_Wind_Corr_type.setFont(font)
|
|
2439
|
+
|
|
2440
|
+
self.verticalLayout_52.addWidget(self.combo_Wind_Corr_type)
|
|
2441
|
+
|
|
2442
|
+
|
|
2443
|
+
self.horizontalLayout_14.addWidget(self.w_Wind_Corr_type)
|
|
2444
|
+
|
|
2445
|
+
self.w_Wind_par_2 = QStackedWidget(self.w_Wind_Corr)
|
|
2446
|
+
self.w_Wind_par_2.setObjectName(u"w_Wind_par_2")
|
|
2447
|
+
self.w_Wind_par_2.setMaximumSize(QSize(16777215, 44))
|
|
2448
|
+
self.w_Wind_par_none_2 = QWidget()
|
|
2449
|
+
self.w_Wind_par_none_2.setObjectName(u"w_Wind_par_none_2")
|
|
2450
|
+
self.w_Wind_par_2.addWidget(self.w_Wind_par_none_2)
|
|
2451
|
+
self.w_Wind_par_tophat_2 = QWidget()
|
|
2452
|
+
self.w_Wind_par_tophat_2.setObjectName(u"w_Wind_par_tophat_2")
|
|
2453
|
+
self.w_Wind_par_tophat_2.setMinimumSize(QSize(0, 44))
|
|
2454
|
+
self.w_Wind_par_tophat_2.setMaximumSize(QSize(16777215, 44))
|
|
2455
|
+
self.verticalLayout_53 = QVBoxLayout(self.w_Wind_par_tophat_2)
|
|
2456
|
+
self.verticalLayout_53.setSpacing(0)
|
|
2457
|
+
self.verticalLayout_53.setObjectName(u"verticalLayout_53")
|
|
2458
|
+
self.verticalLayout_53.setContentsMargins(0, 0, 0, 0)
|
|
2459
|
+
self.label_par_tophat_2 = QLabel(self.w_Wind_par_tophat_2)
|
|
2460
|
+
self.label_par_tophat_2.setObjectName(u"label_par_tophat_2")
|
|
2461
|
+
self.label_par_tophat_2.setMinimumSize(QSize(0, 20))
|
|
2462
|
+
self.label_par_tophat_2.setMaximumSize(QSize(16777215, 20))
|
|
2463
|
+
self.label_par_tophat_2.setFont(font6)
|
|
2464
|
+
|
|
2465
|
+
self.verticalLayout_53.addWidget(self.label_par_tophat_2)
|
|
2466
|
+
|
|
2467
|
+
self.combo_par_tophat_2 = MyQCombo(self.w_Wind_par_tophat_2)
|
|
2468
|
+
self.combo_par_tophat_2.addItem("")
|
|
2469
|
+
self.combo_par_tophat_2.addItem("")
|
|
2470
|
+
self.combo_par_tophat_2.addItem("")
|
|
2471
|
+
self.combo_par_tophat_2.setObjectName(u"combo_par_tophat_2")
|
|
2472
|
+
sizePolicy3.setHeightForWidth(self.combo_par_tophat_2.sizePolicy().hasHeightForWidth())
|
|
2473
|
+
self.combo_par_tophat_2.setSizePolicy(sizePolicy3)
|
|
2474
|
+
self.combo_par_tophat_2.setMinimumSize(QSize(0, 24))
|
|
2475
|
+
self.combo_par_tophat_2.setMaximumSize(QSize(16777215, 24))
|
|
2476
|
+
self.combo_par_tophat_2.setFont(font)
|
|
2477
|
+
self.combo_par_tophat_2.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToContents)
|
|
2478
|
+
|
|
2479
|
+
self.verticalLayout_53.addWidget(self.combo_par_tophat_2)
|
|
2480
|
+
|
|
2481
|
+
self.w_Wind_par_2.addWidget(self.w_Wind_par_tophat_2)
|
|
2482
|
+
self.w_Wind_par_Nog_2 = QWidget()
|
|
2483
|
+
self.w_Wind_par_Nog_2.setObjectName(u"w_Wind_par_Nog_2")
|
|
2484
|
+
self.w_Wind_par_Nog_2.setMinimumSize(QSize(0, 44))
|
|
2485
|
+
self.w_Wind_par_Nog_2.setMaximumSize(QSize(16777215, 44))
|
|
2486
|
+
self.verticalLayout_54 = QVBoxLayout(self.w_Wind_par_Nog_2)
|
|
2487
|
+
self.verticalLayout_54.setSpacing(0)
|
|
2488
|
+
self.verticalLayout_54.setObjectName(u"verticalLayout_54")
|
|
2489
|
+
self.verticalLayout_54.setContentsMargins(0, 0, 0, 0)
|
|
2490
|
+
self.label_par_Nog_2 = QLabel(self.w_Wind_par_Nog_2)
|
|
2491
|
+
self.label_par_Nog_2.setObjectName(u"label_par_Nog_2")
|
|
2492
|
+
self.label_par_Nog_2.setMaximumSize(QSize(16777215, 20))
|
|
2493
|
+
self.label_par_Nog_2.setFont(font6)
|
|
2494
|
+
|
|
2495
|
+
self.verticalLayout_54.addWidget(self.label_par_Nog_2)
|
|
2496
|
+
|
|
2497
|
+
self.combo_par_Nog_2 = MyQCombo(self.w_Wind_par_Nog_2)
|
|
2498
|
+
self.combo_par_Nog_2.addItem("")
|
|
2499
|
+
self.combo_par_Nog_2.addItem("")
|
|
2500
|
+
self.combo_par_Nog_2.setObjectName(u"combo_par_Nog_2")
|
|
2501
|
+
sizePolicy3.setHeightForWidth(self.combo_par_Nog_2.sizePolicy().hasHeightForWidth())
|
|
2502
|
+
self.combo_par_Nog_2.setSizePolicy(sizePolicy3)
|
|
2503
|
+
self.combo_par_Nog_2.setMinimumSize(QSize(0, 24))
|
|
2504
|
+
self.combo_par_Nog_2.setMaximumSize(QSize(16777215, 24))
|
|
2505
|
+
self.combo_par_Nog_2.setFont(font)
|
|
2506
|
+
|
|
2507
|
+
self.verticalLayout_54.addWidget(self.combo_par_Nog_2)
|
|
2508
|
+
|
|
2509
|
+
self.w_Wind_par_2.addWidget(self.w_Wind_par_Nog_2)
|
|
2510
|
+
self.w_Wind_par_Bla_2 = QWidget()
|
|
2511
|
+
self.w_Wind_par_Bla_2.setObjectName(u"w_Wind_par_Bla_2")
|
|
2512
|
+
self.verticalLayout_55 = QVBoxLayout(self.w_Wind_par_Bla_2)
|
|
2513
|
+
self.verticalLayout_55.setSpacing(0)
|
|
2514
|
+
self.verticalLayout_55.setObjectName(u"verticalLayout_55")
|
|
2515
|
+
self.verticalLayout_55.setContentsMargins(0, 0, 0, 0)
|
|
2516
|
+
self.label_par_Bla_2 = QLabel(self.w_Wind_par_Bla_2)
|
|
2517
|
+
self.label_par_Bla_2.setObjectName(u"label_par_Bla_2")
|
|
2518
|
+
self.label_par_Bla_2.setMaximumSize(QSize(16777215, 20))
|
|
2519
|
+
self.label_par_Bla_2.setFont(font6)
|
|
2520
|
+
|
|
2521
|
+
self.verticalLayout_55.addWidget(self.label_par_Bla_2)
|
|
2522
|
+
|
|
2523
|
+
self.combo_par_Bla_2 = MyQCombo(self.w_Wind_par_Bla_2)
|
|
2524
|
+
self.combo_par_Bla_2.addItem("")
|
|
2525
|
+
self.combo_par_Bla_2.addItem("")
|
|
2526
|
+
self.combo_par_Bla_2.addItem("")
|
|
2527
|
+
self.combo_par_Bla_2.setObjectName(u"combo_par_Bla_2")
|
|
2528
|
+
sizePolicy3.setHeightForWidth(self.combo_par_Bla_2.sizePolicy().hasHeightForWidth())
|
|
2529
|
+
self.combo_par_Bla_2.setSizePolicy(sizePolicy3)
|
|
2530
|
+
self.combo_par_Bla_2.setMinimumSize(QSize(0, 24))
|
|
2531
|
+
self.combo_par_Bla_2.setMaximumSize(QSize(16777215, 24))
|
|
2532
|
+
self.combo_par_Bla_2.setFont(font)
|
|
2533
|
+
|
|
2534
|
+
self.verticalLayout_55.addWidget(self.combo_par_Bla_2)
|
|
2535
|
+
|
|
2536
|
+
self.w_Wind_par_2.addWidget(self.w_Wind_par_Bla_2)
|
|
2537
|
+
self.w_Wind_par_Har_2 = QWidget()
|
|
2538
|
+
self.w_Wind_par_Har_2.setObjectName(u"w_Wind_par_Har_2")
|
|
2539
|
+
self.verticalLayout_56 = QVBoxLayout(self.w_Wind_par_Har_2)
|
|
2540
|
+
self.verticalLayout_56.setSpacing(0)
|
|
2541
|
+
self.verticalLayout_56.setObjectName(u"verticalLayout_56")
|
|
2542
|
+
self.verticalLayout_56.setContentsMargins(0, 0, 0, 0)
|
|
2543
|
+
self.label_par_Har_2 = QLabel(self.w_Wind_par_Har_2)
|
|
2544
|
+
self.label_par_Har_2.setObjectName(u"label_par_Har_2")
|
|
2545
|
+
self.label_par_Har_2.setMaximumSize(QSize(16777215, 20))
|
|
2546
|
+
self.label_par_Har_2.setFont(font6)
|
|
2547
|
+
|
|
2548
|
+
self.verticalLayout_56.addWidget(self.label_par_Har_2)
|
|
2549
|
+
|
|
2550
|
+
self.combo_par_Har_2 = MyQCombo(self.w_Wind_par_Har_2)
|
|
2551
|
+
self.combo_par_Har_2.addItem("")
|
|
2552
|
+
self.combo_par_Har_2.addItem("")
|
|
2553
|
+
self.combo_par_Har_2.addItem("")
|
|
2554
|
+
self.combo_par_Har_2.addItem("")
|
|
2555
|
+
self.combo_par_Har_2.setObjectName(u"combo_par_Har_2")
|
|
2556
|
+
sizePolicy3.setHeightForWidth(self.combo_par_Har_2.sizePolicy().hasHeightForWidth())
|
|
2557
|
+
self.combo_par_Har_2.setSizePolicy(sizePolicy3)
|
|
2558
|
+
self.combo_par_Har_2.setMinimumSize(QSize(0, 24))
|
|
2559
|
+
self.combo_par_Har_2.setMaximumSize(QSize(16777215, 24))
|
|
2560
|
+
self.combo_par_Har_2.setFont(font)
|
|
2561
|
+
|
|
2562
|
+
self.verticalLayout_56.addWidget(self.combo_par_Har_2)
|
|
2563
|
+
|
|
2564
|
+
self.w_Wind_par_2.addWidget(self.w_Wind_par_Har_2)
|
|
2565
|
+
self.w_Wind_par_Gauss_2 = QWidget()
|
|
2566
|
+
self.w_Wind_par_Gauss_2.setObjectName(u"w_Wind_par_Gauss_2")
|
|
2567
|
+
self.w_Wind_par_Gauss_2.setMinimumSize(QSize(0, 44))
|
|
2568
|
+
self.w_Wind_par_Gauss_2.setMaximumSize(QSize(16777215, 44))
|
|
2569
|
+
self.verticalLayout_57 = QVBoxLayout(self.w_Wind_par_Gauss_2)
|
|
2570
|
+
self.verticalLayout_57.setSpacing(0)
|
|
2571
|
+
self.verticalLayout_57.setObjectName(u"verticalLayout_57")
|
|
2572
|
+
self.verticalLayout_57.setContentsMargins(0, 0, 0, 0)
|
|
2573
|
+
self.label_par_Gauss_2 = QLabel(self.w_Wind_par_Gauss_2)
|
|
2574
|
+
self.label_par_Gauss_2.setObjectName(u"label_par_Gauss_2")
|
|
2575
|
+
self.label_par_Gauss_2.setMaximumSize(QSize(16777215, 20))
|
|
2576
|
+
self.label_par_Gauss_2.setFont(font6)
|
|
2577
|
+
|
|
2578
|
+
self.verticalLayout_57.addWidget(self.label_par_Gauss_2)
|
|
2579
|
+
|
|
2580
|
+
self.spin_par_Gauss_2 = MyQDoubleSpin(self.w_Wind_par_Gauss_2)
|
|
2581
|
+
self.spin_par_Gauss_2.setObjectName(u"spin_par_Gauss_2")
|
|
2582
|
+
self.spin_par_Gauss_2.setMinimumSize(QSize(0, 24))
|
|
2583
|
+
self.spin_par_Gauss_2.setMaximumSize(QSize(16777215, 24))
|
|
2584
|
+
self.spin_par_Gauss_2.setFont(font)
|
|
2585
|
+
self.spin_par_Gauss_2.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
2586
|
+
self.spin_par_Gauss_2.setDecimals(1)
|
|
2587
|
+
self.spin_par_Gauss_2.setMinimum(0.100000000000000)
|
|
2588
|
+
self.spin_par_Gauss_2.setMaximum(10.000000000000000)
|
|
2589
|
+
self.spin_par_Gauss_2.setSingleStep(0.100000000000000)
|
|
2590
|
+
|
|
2591
|
+
self.verticalLayout_57.addWidget(self.spin_par_Gauss_2)
|
|
2592
|
+
|
|
2593
|
+
self.w_Wind_par_2.addWidget(self.w_Wind_par_Gauss_2)
|
|
2594
|
+
|
|
2595
|
+
self.horizontalLayout_14.addWidget(self.w_Wind_par_2)
|
|
2596
|
+
|
|
2597
|
+
self.w_type_of_DCs = QWidget(self.w_Wind_Corr)
|
|
2598
|
+
self.w_type_of_DCs.setObjectName(u"w_type_of_DCs")
|
|
2599
|
+
self.w_type_of_DCs.setMinimumSize(QSize(0, 44))
|
|
2600
|
+
self.w_type_of_DCs.setMaximumSize(QSize(16777215, 44))
|
|
2601
|
+
self.verticalLayout = QVBoxLayout(self.w_type_of_DCs)
|
|
2602
|
+
self.verticalLayout.setSpacing(0)
|
|
2603
|
+
self.verticalLayout.setObjectName(u"verticalLayout")
|
|
2604
|
+
self.verticalLayout.setContentsMargins(0, 0, 0, 0)
|
|
2605
|
+
self.label_type_of_DCs = QLabel(self.w_type_of_DCs)
|
|
2606
|
+
self.label_type_of_DCs.setObjectName(u"label_type_of_DCs")
|
|
2607
|
+
sizePolicy3.setHeightForWidth(self.label_type_of_DCs.sizePolicy().hasHeightForWidth())
|
|
2608
|
+
self.label_type_of_DCs.setSizePolicy(sizePolicy3)
|
|
2609
|
+
self.label_type_of_DCs.setMinimumSize(QSize(80, 20))
|
|
2610
|
+
self.label_type_of_DCs.setMaximumSize(QSize(16777215, 20))
|
|
2611
|
+
self.label_type_of_DCs.setFont(font6)
|
|
2612
|
+
self.label_type_of_DCs.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
2613
|
+
|
|
2614
|
+
self.verticalLayout.addWidget(self.label_type_of_DCs)
|
|
2615
|
+
|
|
2616
|
+
self.combo_FlagSommaProd = MyQCombo(self.w_type_of_DCs)
|
|
2617
|
+
self.combo_FlagSommaProd.addItem("")
|
|
2618
|
+
self.combo_FlagSommaProd.addItem("")
|
|
2619
|
+
self.combo_FlagSommaProd.setObjectName(u"combo_FlagSommaProd")
|
|
2620
|
+
self.combo_FlagSommaProd.setMinimumSize(QSize(0, 24))
|
|
2621
|
+
self.combo_FlagSommaProd.setFont(font)
|
|
2622
|
+
|
|
2623
|
+
self.verticalLayout.addWidget(self.combo_FlagSommaProd)
|
|
2624
|
+
|
|
2625
|
+
|
|
2626
|
+
self.horizontalLayout_14.addWidget(self.w_type_of_DCs)
|
|
2627
|
+
|
|
2628
|
+
self.horizontalLayout_14.setStretch(0, 1)
|
|
2629
|
+
self.horizontalLayout_14.setStretch(1, 1)
|
|
2630
|
+
self.horizontalLayout_14.setStretch(2, 1)
|
|
2631
|
+
|
|
2632
|
+
self.verticalLayout_33.addWidget(self.w_Wind_Corr)
|
|
2633
|
+
|
|
2634
|
+
self.w_Wind_Vel = QWidget(self.Windowing)
|
|
2635
|
+
self.w_Wind_Vel.setObjectName(u"w_Wind_Vel")
|
|
2636
|
+
self.w_Wind_Vel.setMinimumSize(QSize(0, 46))
|
|
2637
|
+
self.w_Wind_Vel.setMaximumSize(QSize(16777215, 46))
|
|
2638
|
+
self.horizontalLayout_13 = QHBoxLayout(self.w_Wind_Vel)
|
|
2639
|
+
self.horizontalLayout_13.setSpacing(10)
|
|
2640
|
+
self.horizontalLayout_13.setObjectName(u"horizontalLayout_13")
|
|
2641
|
+
self.horizontalLayout_13.setContentsMargins(0, 0, 0, 0)
|
|
2642
|
+
self.w_Wind_Vel_type = QWidget(self.w_Wind_Vel)
|
|
2643
|
+
self.w_Wind_Vel_type.setObjectName(u"w_Wind_Vel_type")
|
|
2644
|
+
self.w_Wind_Vel_type.setMaximumSize(QSize(16777215, 44))
|
|
2645
|
+
self.verticalLayout_34 = QVBoxLayout(self.w_Wind_Vel_type)
|
|
2646
|
+
self.verticalLayout_34.setSpacing(0)
|
|
2647
|
+
self.verticalLayout_34.setObjectName(u"verticalLayout_34")
|
|
2648
|
+
self.verticalLayout_34.setContentsMargins(0, 0, 0, 0)
|
|
2649
|
+
self.label_Wind_Vel_type = QLabel(self.w_Wind_Vel_type)
|
|
2650
|
+
self.label_Wind_Vel_type.setObjectName(u"label_Wind_Vel_type")
|
|
2651
|
+
sizePolicy3.setHeightForWidth(self.label_Wind_Vel_type.sizePolicy().hasHeightForWidth())
|
|
2652
|
+
self.label_Wind_Vel_type.setSizePolicy(sizePolicy3)
|
|
2653
|
+
self.label_Wind_Vel_type.setMinimumSize(QSize(80, 20))
|
|
2654
|
+
self.label_Wind_Vel_type.setMaximumSize(QSize(16777215, 20))
|
|
2655
|
+
self.label_Wind_Vel_type.setFont(font6)
|
|
2656
|
+
self.label_Wind_Vel_type.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
2657
|
+
|
|
2658
|
+
self.verticalLayout_34.addWidget(self.label_Wind_Vel_type)
|
|
2659
|
+
|
|
2660
|
+
self.combo_Wind_Vel_type = MyQCombo(self.w_Wind_Vel_type)
|
|
2661
|
+
self.combo_Wind_Vel_type.addItem("")
|
|
2662
|
+
self.combo_Wind_Vel_type.addItem("")
|
|
2663
|
+
self.combo_Wind_Vel_type.addItem("")
|
|
2664
|
+
self.combo_Wind_Vel_type.addItem("")
|
|
2665
|
+
self.combo_Wind_Vel_type.addItem("")
|
|
2666
|
+
self.combo_Wind_Vel_type.addItem("")
|
|
2667
|
+
self.combo_Wind_Vel_type.addItem("")
|
|
2668
|
+
self.combo_Wind_Vel_type.setObjectName(u"combo_Wind_Vel_type")
|
|
2669
|
+
self.combo_Wind_Vel_type.setMinimumSize(QSize(0, 24))
|
|
2670
|
+
self.combo_Wind_Vel_type.setFont(font)
|
|
2671
|
+
|
|
2672
|
+
self.verticalLayout_34.addWidget(self.combo_Wind_Vel_type)
|
|
2673
|
+
|
|
2674
|
+
|
|
2675
|
+
self.horizontalLayout_13.addWidget(self.w_Wind_Vel_type)
|
|
2676
|
+
|
|
2677
|
+
self.w_Wind_par = QStackedWidget(self.w_Wind_Vel)
|
|
2678
|
+
self.w_Wind_par.setObjectName(u"w_Wind_par")
|
|
2679
|
+
self.w_Wind_par.setMaximumSize(QSize(16777215, 44))
|
|
2680
|
+
self.w_Wind_par_none = QWidget()
|
|
2681
|
+
self.w_Wind_par_none.setObjectName(u"w_Wind_par_none")
|
|
2682
|
+
self.w_Wind_par.addWidget(self.w_Wind_par_none)
|
|
2683
|
+
self.w_Wind_par_tophat = QWidget()
|
|
2684
|
+
self.w_Wind_par_tophat.setObjectName(u"w_Wind_par_tophat")
|
|
2685
|
+
self.w_Wind_par_tophat.setMinimumSize(QSize(0, 44))
|
|
2686
|
+
self.w_Wind_par_tophat.setMaximumSize(QSize(16777215, 44))
|
|
2687
|
+
self.verticalLayout_48 = QVBoxLayout(self.w_Wind_par_tophat)
|
|
2688
|
+
self.verticalLayout_48.setSpacing(0)
|
|
2689
|
+
self.verticalLayout_48.setObjectName(u"verticalLayout_48")
|
|
2690
|
+
self.verticalLayout_48.setContentsMargins(0, 0, 0, 0)
|
|
2691
|
+
self.label_par_tophat = QLabel(self.w_Wind_par_tophat)
|
|
2692
|
+
self.label_par_tophat.setObjectName(u"label_par_tophat")
|
|
2693
|
+
self.label_par_tophat.setMinimumSize(QSize(0, 20))
|
|
2694
|
+
self.label_par_tophat.setMaximumSize(QSize(16777215, 20))
|
|
2695
|
+
self.label_par_tophat.setFont(font6)
|
|
2696
|
+
|
|
2697
|
+
self.verticalLayout_48.addWidget(self.label_par_tophat)
|
|
2698
|
+
|
|
2699
|
+
self.combo_par_tophat = MyQCombo(self.w_Wind_par_tophat)
|
|
2700
|
+
self.combo_par_tophat.addItem("")
|
|
2701
|
+
self.combo_par_tophat.addItem("")
|
|
2702
|
+
self.combo_par_tophat.addItem("")
|
|
2703
|
+
self.combo_par_tophat.setObjectName(u"combo_par_tophat")
|
|
2704
|
+
sizePolicy3.setHeightForWidth(self.combo_par_tophat.sizePolicy().hasHeightForWidth())
|
|
2705
|
+
self.combo_par_tophat.setSizePolicy(sizePolicy3)
|
|
2706
|
+
self.combo_par_tophat.setMinimumSize(QSize(0, 24))
|
|
2707
|
+
self.combo_par_tophat.setMaximumSize(QSize(16777215, 24))
|
|
2708
|
+
self.combo_par_tophat.setFont(font)
|
|
2709
|
+
self.combo_par_tophat.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToContents)
|
|
2710
|
+
|
|
2711
|
+
self.verticalLayout_48.addWidget(self.combo_par_tophat)
|
|
2712
|
+
|
|
2713
|
+
self.w_Wind_par.addWidget(self.w_Wind_par_tophat)
|
|
2714
|
+
self.w_Wind_par_Nog = QWidget()
|
|
2715
|
+
self.w_Wind_par_Nog.setObjectName(u"w_Wind_par_Nog")
|
|
2716
|
+
self.w_Wind_par_Nog.setMinimumSize(QSize(0, 44))
|
|
2717
|
+
self.w_Wind_par_Nog.setMaximumSize(QSize(16777215, 44))
|
|
2718
|
+
self.verticalLayout_49 = QVBoxLayout(self.w_Wind_par_Nog)
|
|
2719
|
+
self.verticalLayout_49.setSpacing(0)
|
|
2720
|
+
self.verticalLayout_49.setObjectName(u"verticalLayout_49")
|
|
2721
|
+
self.verticalLayout_49.setContentsMargins(0, 0, 0, 0)
|
|
2722
|
+
self.label_par_Nog = QLabel(self.w_Wind_par_Nog)
|
|
2723
|
+
self.label_par_Nog.setObjectName(u"label_par_Nog")
|
|
2724
|
+
self.label_par_Nog.setMaximumSize(QSize(16777215, 20))
|
|
2725
|
+
self.label_par_Nog.setFont(font6)
|
|
2726
|
+
|
|
2727
|
+
self.verticalLayout_49.addWidget(self.label_par_Nog)
|
|
2728
|
+
|
|
2729
|
+
self.combo_par_Nog = MyQCombo(self.w_Wind_par_Nog)
|
|
2730
|
+
self.combo_par_Nog.addItem("")
|
|
2731
|
+
self.combo_par_Nog.addItem("")
|
|
2732
|
+
self.combo_par_Nog.setObjectName(u"combo_par_Nog")
|
|
2733
|
+
sizePolicy3.setHeightForWidth(self.combo_par_Nog.sizePolicy().hasHeightForWidth())
|
|
2734
|
+
self.combo_par_Nog.setSizePolicy(sizePolicy3)
|
|
2735
|
+
self.combo_par_Nog.setMinimumSize(QSize(0, 24))
|
|
2736
|
+
self.combo_par_Nog.setMaximumSize(QSize(16777215, 24))
|
|
2737
|
+
self.combo_par_Nog.setFont(font)
|
|
2738
|
+
|
|
2739
|
+
self.verticalLayout_49.addWidget(self.combo_par_Nog)
|
|
2740
|
+
|
|
2741
|
+
self.w_Wind_par.addWidget(self.w_Wind_par_Nog)
|
|
2742
|
+
self.w_Wind_par_Bla = QWidget()
|
|
2743
|
+
self.w_Wind_par_Bla.setObjectName(u"w_Wind_par_Bla")
|
|
2744
|
+
self.verticalLayout_35 = QVBoxLayout(self.w_Wind_par_Bla)
|
|
2745
|
+
self.verticalLayout_35.setSpacing(0)
|
|
2746
|
+
self.verticalLayout_35.setObjectName(u"verticalLayout_35")
|
|
2747
|
+
self.verticalLayout_35.setContentsMargins(0, 0, 0, 0)
|
|
2748
|
+
self.label_par_Bla = QLabel(self.w_Wind_par_Bla)
|
|
2749
|
+
self.label_par_Bla.setObjectName(u"label_par_Bla")
|
|
2750
|
+
self.label_par_Bla.setMaximumSize(QSize(16777215, 20))
|
|
2751
|
+
self.label_par_Bla.setFont(font6)
|
|
2752
|
+
|
|
2753
|
+
self.verticalLayout_35.addWidget(self.label_par_Bla)
|
|
2754
|
+
|
|
2755
|
+
self.combo_par_Bla = MyQCombo(self.w_Wind_par_Bla)
|
|
2756
|
+
self.combo_par_Bla.addItem("")
|
|
2757
|
+
self.combo_par_Bla.addItem("")
|
|
2758
|
+
self.combo_par_Bla.addItem("")
|
|
2759
|
+
self.combo_par_Bla.setObjectName(u"combo_par_Bla")
|
|
2760
|
+
sizePolicy3.setHeightForWidth(self.combo_par_Bla.sizePolicy().hasHeightForWidth())
|
|
2761
|
+
self.combo_par_Bla.setSizePolicy(sizePolicy3)
|
|
2762
|
+
self.combo_par_Bla.setMinimumSize(QSize(0, 24))
|
|
2763
|
+
self.combo_par_Bla.setMaximumSize(QSize(16777215, 24))
|
|
2764
|
+
self.combo_par_Bla.setFont(font)
|
|
2765
|
+
|
|
2766
|
+
self.verticalLayout_35.addWidget(self.combo_par_Bla)
|
|
2767
|
+
|
|
2768
|
+
self.w_Wind_par.addWidget(self.w_Wind_par_Bla)
|
|
2769
|
+
self.w_Wind_par_Har = QWidget()
|
|
2770
|
+
self.w_Wind_par_Har.setObjectName(u"w_Wind_par_Har")
|
|
2771
|
+
self.verticalLayout_36 = QVBoxLayout(self.w_Wind_par_Har)
|
|
2772
|
+
self.verticalLayout_36.setSpacing(0)
|
|
2773
|
+
self.verticalLayout_36.setObjectName(u"verticalLayout_36")
|
|
2774
|
+
self.verticalLayout_36.setContentsMargins(0, 0, 0, 0)
|
|
2775
|
+
self.label_par_Har = QLabel(self.w_Wind_par_Har)
|
|
2776
|
+
self.label_par_Har.setObjectName(u"label_par_Har")
|
|
2777
|
+
self.label_par_Har.setMaximumSize(QSize(16777215, 20))
|
|
2778
|
+
self.label_par_Har.setFont(font6)
|
|
2779
|
+
|
|
2780
|
+
self.verticalLayout_36.addWidget(self.label_par_Har)
|
|
2781
|
+
|
|
2782
|
+
self.combo_par_Har = MyQCombo(self.w_Wind_par_Har)
|
|
2783
|
+
self.combo_par_Har.addItem("")
|
|
2784
|
+
self.combo_par_Har.addItem("")
|
|
2785
|
+
self.combo_par_Har.addItem("")
|
|
2786
|
+
self.combo_par_Har.addItem("")
|
|
2787
|
+
self.combo_par_Har.setObjectName(u"combo_par_Har")
|
|
2788
|
+
sizePolicy3.setHeightForWidth(self.combo_par_Har.sizePolicy().hasHeightForWidth())
|
|
2789
|
+
self.combo_par_Har.setSizePolicy(sizePolicy3)
|
|
2790
|
+
self.combo_par_Har.setMinimumSize(QSize(0, 24))
|
|
2791
|
+
self.combo_par_Har.setMaximumSize(QSize(16777215, 24))
|
|
2792
|
+
self.combo_par_Har.setFont(font)
|
|
2793
|
+
|
|
2794
|
+
self.verticalLayout_36.addWidget(self.combo_par_Har)
|
|
2795
|
+
|
|
2796
|
+
self.w_Wind_par.addWidget(self.w_Wind_par_Har)
|
|
2797
|
+
self.w_Wind_par_Gauss = QWidget()
|
|
2798
|
+
self.w_Wind_par_Gauss.setObjectName(u"w_Wind_par_Gauss")
|
|
2799
|
+
self.w_Wind_par_Gauss.setMinimumSize(QSize(0, 44))
|
|
2800
|
+
self.w_Wind_par_Gauss.setMaximumSize(QSize(16777215, 44))
|
|
2801
|
+
self.verticalLayout_50 = QVBoxLayout(self.w_Wind_par_Gauss)
|
|
2802
|
+
self.verticalLayout_50.setSpacing(0)
|
|
2803
|
+
self.verticalLayout_50.setObjectName(u"verticalLayout_50")
|
|
2804
|
+
self.verticalLayout_50.setContentsMargins(0, 0, 0, 0)
|
|
2805
|
+
self.label_par_Gauss = QLabel(self.w_Wind_par_Gauss)
|
|
2806
|
+
self.label_par_Gauss.setObjectName(u"label_par_Gauss")
|
|
2807
|
+
self.label_par_Gauss.setMaximumSize(QSize(16777215, 20))
|
|
2808
|
+
self.label_par_Gauss.setFont(font6)
|
|
2809
|
+
|
|
2810
|
+
self.verticalLayout_50.addWidget(self.label_par_Gauss)
|
|
2811
|
+
|
|
2812
|
+
self.spin_par_Gauss = MyQDoubleSpin(self.w_Wind_par_Gauss)
|
|
2813
|
+
self.spin_par_Gauss.setObjectName(u"spin_par_Gauss")
|
|
2814
|
+
self.spin_par_Gauss.setMinimumSize(QSize(0, 24))
|
|
2815
|
+
self.spin_par_Gauss.setMaximumSize(QSize(16777215, 24))
|
|
2816
|
+
self.spin_par_Gauss.setFont(font)
|
|
2817
|
+
self.spin_par_Gauss.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
2818
|
+
self.spin_par_Gauss.setDecimals(1)
|
|
2819
|
+
self.spin_par_Gauss.setMinimum(0.100000000000000)
|
|
2820
|
+
self.spin_par_Gauss.setMaximum(10.000000000000000)
|
|
2821
|
+
self.spin_par_Gauss.setSingleStep(0.100000000000000)
|
|
2822
|
+
self.spin_par_Gauss.setValue(2.000000000000000)
|
|
2823
|
+
|
|
2824
|
+
self.verticalLayout_50.addWidget(self.spin_par_Gauss)
|
|
2825
|
+
|
|
2826
|
+
self.w_Wind_par.addWidget(self.w_Wind_par_Gauss)
|
|
2827
|
+
|
|
2828
|
+
self.horizontalLayout_13.addWidget(self.w_Wind_par)
|
|
2829
|
+
|
|
2830
|
+
self.w_Wind_halfwidth = QWidget(self.w_Wind_Vel)
|
|
2831
|
+
self.w_Wind_halfwidth.setObjectName(u"w_Wind_halfwidth")
|
|
2832
|
+
self.w_Wind_halfwidth.setMinimumSize(QSize(0, 44))
|
|
2833
|
+
self.w_Wind_halfwidth.setMaximumSize(QSize(16777215, 44))
|
|
2834
|
+
self.verticalLayout_51 = QVBoxLayout(self.w_Wind_halfwidth)
|
|
2835
|
+
self.verticalLayout_51.setSpacing(0)
|
|
2836
|
+
self.verticalLayout_51.setObjectName(u"verticalLayout_51")
|
|
2837
|
+
self.verticalLayout_51.setContentsMargins(0, 0, 0, 0)
|
|
2838
|
+
self.label_Wind_halfwidth = QLabel(self.w_Wind_halfwidth)
|
|
2839
|
+
self.label_Wind_halfwidth.setObjectName(u"label_Wind_halfwidth")
|
|
2840
|
+
sizePolicy3.setHeightForWidth(self.label_Wind_halfwidth.sizePolicy().hasHeightForWidth())
|
|
2841
|
+
self.label_Wind_halfwidth.setSizePolicy(sizePolicy3)
|
|
2842
|
+
self.label_Wind_halfwidth.setMinimumSize(QSize(55, 20))
|
|
2843
|
+
self.label_Wind_halfwidth.setMaximumSize(QSize(16777215, 20))
|
|
2844
|
+
self.label_Wind_halfwidth.setFont(font6)
|
|
2845
|
+
self.label_Wind_halfwidth.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
2846
|
+
|
|
2847
|
+
self.verticalLayout_51.addWidget(self.label_Wind_halfwidth)
|
|
2848
|
+
|
|
2849
|
+
self.spin_Wind_halfwidth = MyQSpin(self.w_Wind_halfwidth)
|
|
2850
|
+
self.spin_Wind_halfwidth.setObjectName(u"spin_Wind_halfwidth")
|
|
2851
|
+
self.spin_Wind_halfwidth.setMinimumSize(QSize(55, 24))
|
|
2852
|
+
self.spin_Wind_halfwidth.setMaximumSize(QSize(1000000, 24))
|
|
2853
|
+
self.spin_Wind_halfwidth.setFont(font)
|
|
2854
|
+
self.spin_Wind_halfwidth.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
2855
|
+
self.spin_Wind_halfwidth.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
2856
|
+
|
|
2857
|
+
self.verticalLayout_51.addWidget(self.spin_Wind_halfwidth)
|
|
2858
|
+
|
|
2859
|
+
|
|
2860
|
+
self.horizontalLayout_13.addWidget(self.w_Wind_halfwidth)
|
|
2861
|
+
|
|
2862
|
+
self.horizontalLayout_13.setStretch(0, 1)
|
|
2863
|
+
self.horizontalLayout_13.setStretch(1, 1)
|
|
2864
|
+
self.horizontalLayout_13.setStretch(2, 1)
|
|
2865
|
+
|
|
2866
|
+
self.verticalLayout_33.addWidget(self.w_Wind_Vel)
|
|
2867
|
+
|
|
2868
|
+
self.w_MaxDisp_DC = QWidget(self.Windowing)
|
|
2869
|
+
self.w_MaxDisp_DC.setObjectName(u"w_MaxDisp_DC")
|
|
2870
|
+
self.w_MaxDisp_DC.setMinimumSize(QSize(0, 46))
|
|
2871
|
+
self.w_MaxDisp_DC.setMaximumSize(QSize(16777215, 46))
|
|
2872
|
+
self.horizontalLayout_24 = QHBoxLayout(self.w_MaxDisp_DC)
|
|
2873
|
+
self.horizontalLayout_24.setSpacing(10)
|
|
2874
|
+
self.horizontalLayout_24.setObjectName(u"horizontalLayout_24")
|
|
2875
|
+
self.horizontalLayout_24.setContentsMargins(0, 0, 0, 0)
|
|
2876
|
+
self.w_MaxDisp_type = QWidget(self.w_MaxDisp_DC)
|
|
2877
|
+
self.w_MaxDisp_type.setObjectName(u"w_MaxDisp_type")
|
|
2878
|
+
self.w_MaxDisp_type.setMaximumSize(QSize(16777215, 44))
|
|
2879
|
+
self.verticalLayout_68 = QVBoxLayout(self.w_MaxDisp_type)
|
|
2880
|
+
self.verticalLayout_68.setSpacing(0)
|
|
2881
|
+
self.verticalLayout_68.setObjectName(u"verticalLayout_68")
|
|
2882
|
+
self.verticalLayout_68.setContentsMargins(0, 0, 0, 0)
|
|
2883
|
+
self.label_MaxDisp_type = QLabel(self.w_MaxDisp_type)
|
|
2884
|
+
self.label_MaxDisp_type.setObjectName(u"label_MaxDisp_type")
|
|
2885
|
+
sizePolicy3.setHeightForWidth(self.label_MaxDisp_type.sizePolicy().hasHeightForWidth())
|
|
2886
|
+
self.label_MaxDisp_type.setSizePolicy(sizePolicy3)
|
|
2887
|
+
self.label_MaxDisp_type.setMinimumSize(QSize(80, 20))
|
|
2888
|
+
self.label_MaxDisp_type.setMaximumSize(QSize(16777215, 20))
|
|
2889
|
+
self.label_MaxDisp_type.setFont(font6)
|
|
2890
|
+
self.label_MaxDisp_type.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
2891
|
+
|
|
2892
|
+
self.verticalLayout_68.addWidget(self.label_MaxDisp_type)
|
|
2893
|
+
|
|
2894
|
+
self.combo_MaxDisp_type = MyQCombo(self.w_MaxDisp_type)
|
|
2895
|
+
self.combo_MaxDisp_type.addItem("")
|
|
2896
|
+
self.combo_MaxDisp_type.addItem("")
|
|
2897
|
+
self.combo_MaxDisp_type.setObjectName(u"combo_MaxDisp_type")
|
|
2898
|
+
self.combo_MaxDisp_type.setMinimumSize(QSize(0, 24))
|
|
2899
|
+
self.combo_MaxDisp_type.setFont(font)
|
|
2900
|
+
|
|
2901
|
+
self.verticalLayout_68.addWidget(self.combo_MaxDisp_type)
|
|
2902
|
+
|
|
2903
|
+
|
|
2904
|
+
self.horizontalLayout_24.addWidget(self.w_MaxDisp_type)
|
|
2905
|
+
|
|
2906
|
+
self.w_MaxDisp_par = QStackedWidget(self.w_MaxDisp_DC)
|
|
2907
|
+
self.w_MaxDisp_par.setObjectName(u"w_MaxDisp_par")
|
|
2908
|
+
self.w_MaxDisp_par.setMaximumSize(QSize(16777215, 44))
|
|
2909
|
+
self.w_MaxDisp_relative = QWidget()
|
|
2910
|
+
self.w_MaxDisp_relative.setObjectName(u"w_MaxDisp_relative")
|
|
2911
|
+
self.w_MaxDisp_relative.setMinimumSize(QSize(0, 44))
|
|
2912
|
+
self.w_MaxDisp_relative.setMaximumSize(QSize(16777215, 44))
|
|
2913
|
+
self.verticalLayout_69 = QVBoxLayout(self.w_MaxDisp_relative)
|
|
2914
|
+
self.verticalLayout_69.setSpacing(0)
|
|
2915
|
+
self.verticalLayout_69.setObjectName(u"verticalLayout_69")
|
|
2916
|
+
self.verticalLayout_69.setContentsMargins(0, 0, 0, 0)
|
|
2917
|
+
self.label_MaxDisp_relative = QLabel(self.w_MaxDisp_relative)
|
|
2918
|
+
self.label_MaxDisp_relative.setObjectName(u"label_MaxDisp_relative")
|
|
2919
|
+
self.label_MaxDisp_relative.setMinimumSize(QSize(0, 20))
|
|
2920
|
+
self.label_MaxDisp_relative.setMaximumSize(QSize(16777215, 20))
|
|
2921
|
+
self.label_MaxDisp_relative.setFont(font6)
|
|
2922
|
+
|
|
2923
|
+
self.verticalLayout_69.addWidget(self.label_MaxDisp_relative)
|
|
2924
|
+
|
|
2925
|
+
self.combo_MaxDisp_relative = MyQCombo(self.w_MaxDisp_relative)
|
|
2926
|
+
self.combo_MaxDisp_relative.addItem("")
|
|
2927
|
+
self.combo_MaxDisp_relative.addItem("")
|
|
2928
|
+
self.combo_MaxDisp_relative.addItem("")
|
|
2929
|
+
self.combo_MaxDisp_relative.addItem("")
|
|
2930
|
+
self.combo_MaxDisp_relative.setObjectName(u"combo_MaxDisp_relative")
|
|
2931
|
+
sizePolicy3.setHeightForWidth(self.combo_MaxDisp_relative.sizePolicy().hasHeightForWidth())
|
|
2932
|
+
self.combo_MaxDisp_relative.setSizePolicy(sizePolicy3)
|
|
2933
|
+
self.combo_MaxDisp_relative.setMinimumSize(QSize(0, 24))
|
|
2934
|
+
self.combo_MaxDisp_relative.setMaximumSize(QSize(16777215, 24))
|
|
2935
|
+
self.combo_MaxDisp_relative.setFont(font)
|
|
2936
|
+
self.combo_MaxDisp_relative.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToContents)
|
|
2937
|
+
|
|
2938
|
+
self.verticalLayout_69.addWidget(self.combo_MaxDisp_relative)
|
|
2939
|
+
|
|
2940
|
+
self.w_MaxDisp_par.addWidget(self.w_MaxDisp_relative)
|
|
2941
|
+
self.w_MaxDisp_absolute = QWidget()
|
|
2942
|
+
self.w_MaxDisp_absolute.setObjectName(u"w_MaxDisp_absolute")
|
|
2943
|
+
self.w_MaxDisp_absolute.setMinimumSize(QSize(0, 44))
|
|
2944
|
+
self.w_MaxDisp_absolute.setMaximumSize(QSize(16777215, 44))
|
|
2945
|
+
self.verticalLayout_73 = QVBoxLayout(self.w_MaxDisp_absolute)
|
|
2946
|
+
self.verticalLayout_73.setSpacing(0)
|
|
2947
|
+
self.verticalLayout_73.setObjectName(u"verticalLayout_73")
|
|
2948
|
+
self.verticalLayout_73.setContentsMargins(0, 0, 0, 0)
|
|
2949
|
+
self.label_MaxDisp_absolute = QLabel(self.w_MaxDisp_absolute)
|
|
2950
|
+
self.label_MaxDisp_absolute.setObjectName(u"label_MaxDisp_absolute")
|
|
2951
|
+
self.label_MaxDisp_absolute.setMaximumSize(QSize(16777215, 20))
|
|
2952
|
+
self.label_MaxDisp_absolute.setFont(font6)
|
|
2953
|
+
|
|
2954
|
+
self.verticalLayout_73.addWidget(self.label_MaxDisp_absolute)
|
|
2955
|
+
|
|
2956
|
+
self.spin_MaxDisp_absolute = MyQSpin(self.w_MaxDisp_absolute)
|
|
2957
|
+
self.spin_MaxDisp_absolute.setObjectName(u"spin_MaxDisp_absolute")
|
|
2958
|
+
self.spin_MaxDisp_absolute.setMinimumSize(QSize(0, 24))
|
|
2959
|
+
self.spin_MaxDisp_absolute.setMaximumSize(QSize(16777215, 24))
|
|
2960
|
+
self.spin_MaxDisp_absolute.setFont(font)
|
|
2961
|
+
self.spin_MaxDisp_absolute.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
2962
|
+
self.spin_MaxDisp_absolute.setMinimum(1)
|
|
2963
|
+
|
|
2964
|
+
self.verticalLayout_73.addWidget(self.spin_MaxDisp_absolute)
|
|
2965
|
+
|
|
2966
|
+
self.w_MaxDisp_par.addWidget(self.w_MaxDisp_absolute)
|
|
2967
|
+
|
|
2968
|
+
self.horizontalLayout_24.addWidget(self.w_MaxDisp_par)
|
|
2969
|
+
|
|
2970
|
+
self.w_DC_it = QWidget(self.w_MaxDisp_DC)
|
|
2971
|
+
self.w_DC_it.setObjectName(u"w_DC_it")
|
|
2972
|
+
self.w_DC_it.setMinimumSize(QSize(0, 44))
|
|
2973
|
+
self.w_DC_it.setMaximumSize(QSize(16777215, 44))
|
|
2974
|
+
self.verticalLayout_74 = QVBoxLayout(self.w_DC_it)
|
|
2975
|
+
self.verticalLayout_74.setSpacing(0)
|
|
2976
|
+
self.verticalLayout_74.setObjectName(u"verticalLayout_74")
|
|
2977
|
+
self.verticalLayout_74.setContentsMargins(0, 0, 0, 0)
|
|
2978
|
+
self.check_DC_it = QCheckBox(self.w_DC_it)
|
|
2979
|
+
self.check_DC_it.setObjectName(u"check_DC_it")
|
|
2980
|
+
self.check_DC_it.setMinimumSize(QSize(0, 22))
|
|
2981
|
+
self.check_DC_it.setMaximumSize(QSize(16777215, 22))
|
|
2982
|
+
self.check_DC_it.setFont(font)
|
|
2983
|
+
self.check_DC_it.setFocusPolicy(Qt.FocusPolicy.ClickFocus)
|
|
2984
|
+
self.check_DC_it.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
2985
|
+
self.check_DC_it.setStyleSheet(u"border: none\n"
|
|
2986
|
+
"")
|
|
2987
|
+
|
|
2988
|
+
self.verticalLayout_74.addWidget(self.check_DC_it)
|
|
2989
|
+
|
|
2990
|
+
|
|
2991
|
+
self.horizontalLayout_24.addWidget(self.w_DC_it)
|
|
2992
|
+
|
|
2993
|
+
self.horizontalLayout_24.setStretch(0, 1)
|
|
2994
|
+
self.horizontalLayout_24.setStretch(1, 1)
|
|
2995
|
+
self.horizontalLayout_24.setStretch(2, 1)
|
|
2996
|
+
|
|
2997
|
+
self.verticalLayout_33.addWidget(self.w_MaxDisp_DC)
|
|
2998
|
+
|
|
2999
|
+
self.w_Adaptative_box = QWidget(self.Windowing)
|
|
3000
|
+
self.w_Adaptative_box.setObjectName(u"w_Adaptative_box")
|
|
3001
|
+
self.w_Adaptative_box.setMinimumSize(QSize(0, 32))
|
|
3002
|
+
self.w_Adaptative_box.setMaximumSize(QSize(16777215, 32))
|
|
3003
|
+
self.horizontalLayout_15 = QHBoxLayout(self.w_Adaptative_box)
|
|
3004
|
+
self.horizontalLayout_15.setSpacing(5)
|
|
3005
|
+
self.horizontalLayout_15.setObjectName(u"horizontalLayout_15")
|
|
3006
|
+
self.horizontalLayout_15.setContentsMargins(-1, 10, 50, 0)
|
|
3007
|
+
self.radio_Adaptative = QRadioButton(self.w_Adaptative_box)
|
|
3008
|
+
self.radio_Adaptative.setObjectName(u"radio_Adaptative")
|
|
3009
|
+
sizePolicy3.setHeightForWidth(self.radio_Adaptative.sizePolicy().hasHeightForWidth())
|
|
3010
|
+
self.radio_Adaptative.setSizePolicy(sizePolicy3)
|
|
3011
|
+
self.radio_Adaptative.setMinimumSize(QSize(0, 22))
|
|
3012
|
+
self.radio_Adaptative.setFont(font)
|
|
3013
|
+
|
|
3014
|
+
self.horizontalLayout_15.addWidget(self.radio_Adaptative)
|
|
3015
|
+
|
|
3016
|
+
self.w_adaptative_iter = QWidget(self.w_Adaptative_box)
|
|
3017
|
+
self.w_adaptative_iter.setObjectName(u"w_adaptative_iter")
|
|
3018
|
+
self.horizontalLayout_19 = QHBoxLayout(self.w_adaptative_iter)
|
|
3019
|
+
self.horizontalLayout_19.setSpacing(5)
|
|
3020
|
+
self.horizontalLayout_19.setObjectName(u"horizontalLayout_19")
|
|
3021
|
+
self.horizontalLayout_19.setContentsMargins(0, 0, 0, 0)
|
|
3022
|
+
self.label_adaptative_iter = QLabel(self.w_adaptative_iter)
|
|
3023
|
+
self.label_adaptative_iter.setObjectName(u"label_adaptative_iter")
|
|
3024
|
+
self.label_adaptative_iter.setMaximumSize(QSize(16777215, 22))
|
|
3025
|
+
self.label_adaptative_iter.setFont(font6)
|
|
3026
|
+
self.label_adaptative_iter.setStyleSheet(u"border: none;")
|
|
3027
|
+
self.label_adaptative_iter.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
3028
|
+
|
|
3029
|
+
self.horizontalLayout_19.addWidget(self.label_adaptative_iter)
|
|
3030
|
+
|
|
3031
|
+
self.spin_NItAdaptative = MyQSpin(self.w_adaptative_iter)
|
|
3032
|
+
self.spin_NItAdaptative.setObjectName(u"spin_NItAdaptative")
|
|
3033
|
+
self.spin_NItAdaptative.setMinimumSize(QSize(55, 0))
|
|
3034
|
+
self.spin_NItAdaptative.setMaximumSize(QSize(66, 22))
|
|
3035
|
+
self.spin_NItAdaptative.setFont(font)
|
|
3036
|
+
self.spin_NItAdaptative.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
3037
|
+
self.spin_NItAdaptative.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
3038
|
+
|
|
3039
|
+
self.horizontalLayout_19.addWidget(self.spin_NItAdaptative)
|
|
3040
|
+
|
|
3041
|
+
|
|
3042
|
+
self.horizontalLayout_15.addWidget(self.w_adaptative_iter)
|
|
3043
|
+
|
|
3044
|
+
|
|
3045
|
+
self.verticalLayout_33.addWidget(self.w_Adaptative_box)
|
|
3046
|
+
|
|
3047
|
+
self.w_Adaptative = QWidget(self.Windowing)
|
|
3048
|
+
self.w_Adaptative.setObjectName(u"w_Adaptative")
|
|
3049
|
+
self.horizontalLayout_18 = QHBoxLayout(self.w_Adaptative)
|
|
3050
|
+
self.horizontalLayout_18.setObjectName(u"horizontalLayout_18")
|
|
3051
|
+
self.horizontalLayout_18.setContentsMargins(0, 0, 0, 0)
|
|
3052
|
+
self.w_min_Corr = QWidget(self.w_Adaptative)
|
|
3053
|
+
self.w_min_Corr.setObjectName(u"w_min_Corr")
|
|
3054
|
+
self.w_min_Corr.setMinimumSize(QSize(0, 44))
|
|
3055
|
+
self.w_min_Corr.setMaximumSize(QSize(16777215, 44))
|
|
3056
|
+
self.verticalLayout_60 = QVBoxLayout(self.w_min_Corr)
|
|
3057
|
+
self.verticalLayout_60.setSpacing(0)
|
|
3058
|
+
self.verticalLayout_60.setObjectName(u"verticalLayout_60")
|
|
3059
|
+
self.verticalLayout_60.setContentsMargins(0, 0, 0, 0)
|
|
3060
|
+
self.label_min_Corr = QLabel(self.w_min_Corr)
|
|
3061
|
+
self.label_min_Corr.setObjectName(u"label_min_Corr")
|
|
3062
|
+
sizePolicy3.setHeightForWidth(self.label_min_Corr.sizePolicy().hasHeightForWidth())
|
|
3063
|
+
self.label_min_Corr.setSizePolicy(sizePolicy3)
|
|
3064
|
+
self.label_min_Corr.setMinimumSize(QSize(55, 20))
|
|
3065
|
+
self.label_min_Corr.setMaximumSize(QSize(16777215, 20))
|
|
3066
|
+
self.label_min_Corr.setFont(font6)
|
|
3067
|
+
self.label_min_Corr.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
3068
|
+
|
|
3069
|
+
self.verticalLayout_60.addWidget(self.label_min_Corr)
|
|
3070
|
+
|
|
3071
|
+
self.spin_MinC = MyQDoubleSpin(self.w_min_Corr)
|
|
3072
|
+
self.spin_MinC.setObjectName(u"spin_MinC")
|
|
3073
|
+
self.spin_MinC.setMinimumSize(QSize(55, 24))
|
|
3074
|
+
self.spin_MinC.setMaximumSize(QSize(1000000, 24))
|
|
3075
|
+
self.spin_MinC.setFont(font)
|
|
3076
|
+
self.spin_MinC.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
3077
|
+
self.spin_MinC.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
3078
|
+
self.spin_MinC.setMaximum(1.000000000000000)
|
|
3079
|
+
self.spin_MinC.setSingleStep(0.010000000000000)
|
|
3080
|
+
self.spin_MinC.setValue(0.400000000000000)
|
|
3081
|
+
|
|
3082
|
+
self.verticalLayout_60.addWidget(self.spin_MinC)
|
|
3083
|
+
|
|
3084
|
+
|
|
3085
|
+
self.horizontalLayout_18.addWidget(self.w_min_Corr)
|
|
3086
|
+
|
|
3087
|
+
self.w_max_Corr = QWidget(self.w_Adaptative)
|
|
3088
|
+
self.w_max_Corr.setObjectName(u"w_max_Corr")
|
|
3089
|
+
self.w_max_Corr.setMinimumSize(QSize(0, 44))
|
|
3090
|
+
self.w_max_Corr.setMaximumSize(QSize(16777215, 44))
|
|
3091
|
+
self.verticalLayout_64 = QVBoxLayout(self.w_max_Corr)
|
|
3092
|
+
self.verticalLayout_64.setSpacing(0)
|
|
3093
|
+
self.verticalLayout_64.setObjectName(u"verticalLayout_64")
|
|
3094
|
+
self.verticalLayout_64.setContentsMargins(0, 0, 0, 0)
|
|
3095
|
+
self.label_max_Corr = QLabel(self.w_max_Corr)
|
|
3096
|
+
self.label_max_Corr.setObjectName(u"label_max_Corr")
|
|
3097
|
+
sizePolicy3.setHeightForWidth(self.label_max_Corr.sizePolicy().hasHeightForWidth())
|
|
3098
|
+
self.label_max_Corr.setSizePolicy(sizePolicy3)
|
|
3099
|
+
self.label_max_Corr.setMinimumSize(QSize(55, 20))
|
|
3100
|
+
self.label_max_Corr.setMaximumSize(QSize(16777215, 20))
|
|
3101
|
+
self.label_max_Corr.setFont(font6)
|
|
3102
|
+
self.label_max_Corr.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
3103
|
+
|
|
3104
|
+
self.verticalLayout_64.addWidget(self.label_max_Corr)
|
|
3105
|
+
|
|
3106
|
+
self.spin_MaxC = MyQDoubleSpin(self.w_max_Corr)
|
|
3107
|
+
self.spin_MaxC.setObjectName(u"spin_MaxC")
|
|
3108
|
+
self.spin_MaxC.setMinimumSize(QSize(55, 24))
|
|
3109
|
+
self.spin_MaxC.setMaximumSize(QSize(1000000, 24))
|
|
3110
|
+
self.spin_MaxC.setFont(font)
|
|
3111
|
+
self.spin_MaxC.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
3112
|
+
self.spin_MaxC.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
3113
|
+
self.spin_MaxC.setMaximum(1.000000000000000)
|
|
3114
|
+
self.spin_MaxC.setSingleStep(0.010000000000000)
|
|
3115
|
+
self.spin_MaxC.setValue(0.750000000000000)
|
|
3116
|
+
|
|
3117
|
+
self.verticalLayout_64.addWidget(self.spin_MaxC)
|
|
3118
|
+
|
|
3119
|
+
|
|
3120
|
+
self.horizontalLayout_18.addWidget(self.w_max_Corr)
|
|
3121
|
+
|
|
3122
|
+
self.w_min_Lar = QWidget(self.w_Adaptative)
|
|
3123
|
+
self.w_min_Lar.setObjectName(u"w_min_Lar")
|
|
3124
|
+
self.w_min_Lar.setMinimumSize(QSize(0, 44))
|
|
3125
|
+
self.w_min_Lar.setMaximumSize(QSize(16777215, 44))
|
|
3126
|
+
self.verticalLayout_63 = QVBoxLayout(self.w_min_Lar)
|
|
3127
|
+
self.verticalLayout_63.setSpacing(0)
|
|
3128
|
+
self.verticalLayout_63.setObjectName(u"verticalLayout_63")
|
|
3129
|
+
self.verticalLayout_63.setContentsMargins(0, 0, 0, 0)
|
|
3130
|
+
self.label_min_Lar = QLabel(self.w_min_Lar)
|
|
3131
|
+
self.label_min_Lar.setObjectName(u"label_min_Lar")
|
|
3132
|
+
sizePolicy3.setHeightForWidth(self.label_min_Lar.sizePolicy().hasHeightForWidth())
|
|
3133
|
+
self.label_min_Lar.setSizePolicy(sizePolicy3)
|
|
3134
|
+
self.label_min_Lar.setMinimumSize(QSize(55, 20))
|
|
3135
|
+
self.label_min_Lar.setMaximumSize(QSize(16777215, 20))
|
|
3136
|
+
self.label_min_Lar.setFont(font6)
|
|
3137
|
+
self.label_min_Lar.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
3138
|
+
|
|
3139
|
+
self.verticalLayout_63.addWidget(self.label_min_Lar)
|
|
3140
|
+
|
|
3141
|
+
self.spin_LarMin = MyQSpin(self.w_min_Lar)
|
|
3142
|
+
self.spin_LarMin.setObjectName(u"spin_LarMin")
|
|
3143
|
+
self.spin_LarMin.setMinimumSize(QSize(55, 24))
|
|
3144
|
+
self.spin_LarMin.setMaximumSize(QSize(1000000, 24))
|
|
3145
|
+
self.spin_LarMin.setFont(font)
|
|
3146
|
+
self.spin_LarMin.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
3147
|
+
self.spin_LarMin.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
3148
|
+
self.spin_LarMin.setMinimum(1)
|
|
3149
|
+
self.spin_LarMin.setMaximum(10000)
|
|
3150
|
+
self.spin_LarMin.setValue(5)
|
|
3151
|
+
|
|
3152
|
+
self.verticalLayout_63.addWidget(self.spin_LarMin)
|
|
3153
|
+
|
|
3154
|
+
|
|
3155
|
+
self.horizontalLayout_18.addWidget(self.w_min_Lar)
|
|
3156
|
+
|
|
3157
|
+
self.w_max_Lar = QWidget(self.w_Adaptative)
|
|
3158
|
+
self.w_max_Lar.setObjectName(u"w_max_Lar")
|
|
3159
|
+
self.w_max_Lar.setMinimumSize(QSize(0, 44))
|
|
3160
|
+
self.w_max_Lar.setMaximumSize(QSize(16777215, 44))
|
|
3161
|
+
self.verticalLayout_61 = QVBoxLayout(self.w_max_Lar)
|
|
3162
|
+
self.verticalLayout_61.setSpacing(0)
|
|
3163
|
+
self.verticalLayout_61.setObjectName(u"verticalLayout_61")
|
|
3164
|
+
self.verticalLayout_61.setContentsMargins(0, 0, 0, 0)
|
|
3165
|
+
self.label_max_Lar = QLabel(self.w_max_Lar)
|
|
3166
|
+
self.label_max_Lar.setObjectName(u"label_max_Lar")
|
|
3167
|
+
sizePolicy3.setHeightForWidth(self.label_max_Lar.sizePolicy().hasHeightForWidth())
|
|
3168
|
+
self.label_max_Lar.setSizePolicy(sizePolicy3)
|
|
3169
|
+
self.label_max_Lar.setMinimumSize(QSize(55, 20))
|
|
3170
|
+
self.label_max_Lar.setMaximumSize(QSize(16777215, 20))
|
|
3171
|
+
self.label_max_Lar.setFont(font6)
|
|
3172
|
+
self.label_max_Lar.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
3173
|
+
|
|
3174
|
+
self.verticalLayout_61.addWidget(self.label_max_Lar)
|
|
3175
|
+
|
|
3176
|
+
self.spin_LarMax = MyQSpin(self.w_max_Lar)
|
|
3177
|
+
self.spin_LarMax.setObjectName(u"spin_LarMax")
|
|
3178
|
+
self.spin_LarMax.setMinimumSize(QSize(55, 24))
|
|
3179
|
+
self.spin_LarMax.setMaximumSize(QSize(1000000, 24))
|
|
3180
|
+
self.spin_LarMax.setFont(font)
|
|
3181
|
+
self.spin_LarMax.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
3182
|
+
self.spin_LarMax.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
3183
|
+
self.spin_LarMax.setMinimum(1)
|
|
3184
|
+
self.spin_LarMax.setMaximum(10000)
|
|
3185
|
+
self.spin_LarMax.setValue(16)
|
|
3186
|
+
|
|
3187
|
+
self.verticalLayout_61.addWidget(self.spin_LarMax)
|
|
3188
|
+
|
|
3189
|
+
|
|
3190
|
+
self.horizontalLayout_18.addWidget(self.w_max_Lar)
|
|
3191
|
+
|
|
3192
|
+
|
|
3193
|
+
self.verticalLayout_33.addWidget(self.w_Adaptative)
|
|
3194
|
+
|
|
3195
|
+
self.verticalLayout_33.setStretch(2, 1)
|
|
3196
|
+
|
|
3197
|
+
self.verticalLayout_32.addWidget(self.Windowing)
|
|
3198
|
+
|
|
3199
|
+
|
|
3200
|
+
self.verticalLayout_10.addWidget(self.CollapBox_Windowing)
|
|
3201
|
+
|
|
3202
|
+
self.verticalSpacer = QSpacerItem(20, 20, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
3203
|
+
|
|
3204
|
+
self.verticalLayout_10.addItem(self.verticalSpacer)
|
|
3205
|
+
|
|
3206
|
+
self.scrollArea.setWidget(self.scrollAreaWidgetContents)
|
|
3207
|
+
|
|
3208
|
+
self.verticalLayout_65.addWidget(self.scrollArea)
|
|
3209
|
+
|
|
3210
|
+
QWidget.setTabOrder(self.button_save_cfg, self.combo_mode)
|
|
3211
|
+
QWidget.setTabOrder(self.combo_mode, self.button_back)
|
|
3212
|
+
QWidget.setTabOrder(self.button_back, self.button_forward)
|
|
3213
|
+
QWidget.setTabOrder(self.button_forward, self.button_close_tab)
|
|
3214
|
+
QWidget.setTabOrder(self.button_close_tab, self.line_edit_size)
|
|
3215
|
+
QWidget.setTabOrder(self.line_edit_size, self.line_edit_spacing)
|
|
3216
|
+
QWidget.setTabOrder(self.line_edit_spacing, self.line_edit_size_2)
|
|
3217
|
+
QWidget.setTabOrder(self.line_edit_size_2, self.line_edit_spacing_2)
|
|
3218
|
+
QWidget.setTabOrder(self.line_edit_spacing_2, self.spin_final_iter)
|
|
3219
|
+
QWidget.setTabOrder(self.spin_final_iter, self.combo_top)
|
|
3220
|
+
QWidget.setTabOrder(self.combo_top, self.combo_custom_top)
|
|
3221
|
+
QWidget.setTabOrder(self.combo_custom_top, self.button_edit_custom)
|
|
3222
|
+
QWidget.setTabOrder(self.button_edit_custom, self.button_save_custom)
|
|
3223
|
+
QWidget.setTabOrder(self.button_save_custom, self.combo_ImInt)
|
|
3224
|
+
QWidget.setTabOrder(self.combo_ImInt, self.combo_par_imshift)
|
|
3225
|
+
QWidget.setTabOrder(self.combo_par_imshift, self.combo_par_pol)
|
|
3226
|
+
QWidget.setTabOrder(self.combo_par_pol, self.spin_order)
|
|
3227
|
+
QWidget.setTabOrder(self.spin_order, self.spin_final_it)
|
|
3228
|
+
QWidget.setTabOrder(self.spin_final_it, self.combo_ImInt_2)
|
|
3229
|
+
QWidget.setTabOrder(self.combo_ImInt_2, self.combo_par_imshift_2)
|
|
3230
|
+
QWidget.setTabOrder(self.combo_par_imshift_2, self.combo_par_pol_2)
|
|
3231
|
+
QWidget.setTabOrder(self.combo_par_pol_2, self.spin_order_2)
|
|
3232
|
+
QWidget.setTabOrder(self.spin_order_2, self.combo_correlation)
|
|
3233
|
+
QWidget.setTabOrder(self.combo_correlation, self.combo_int_vel)
|
|
3234
|
+
QWidget.setTabOrder(self.combo_int_vel, self.spin_VelInt_order)
|
|
3235
|
+
QWidget.setTabOrder(self.spin_VelInt_order, self.radio_MedTest)
|
|
3236
|
+
QWidget.setTabOrder(self.radio_MedTest, self.combo_TypeMed)
|
|
3237
|
+
QWidget.setTabOrder(self.combo_TypeMed, self.spin_KernMed)
|
|
3238
|
+
QWidget.setTabOrder(self.spin_KernMed, self.spin_SogliaMed)
|
|
3239
|
+
QWidget.setTabOrder(self.spin_SogliaMed, self.spin_ErroreMed)
|
|
3240
|
+
QWidget.setTabOrder(self.spin_ErroreMed, self.spin_JumpMed)
|
|
3241
|
+
QWidget.setTabOrder(self.spin_JumpMed, self.radio_SNTest)
|
|
3242
|
+
QWidget.setTabOrder(self.radio_SNTest, self.spin_SogliaSN)
|
|
3243
|
+
QWidget.setTabOrder(self.spin_SogliaSN, self.radio_CPTest)
|
|
3244
|
+
QWidget.setTabOrder(self.radio_CPTest, self.spin_SogliaCP)
|
|
3245
|
+
QWidget.setTabOrder(self.spin_SogliaCP, self.radio_Nogueira)
|
|
3246
|
+
QWidget.setTabOrder(self.radio_Nogueira, self.spin_SogliaMedia)
|
|
3247
|
+
QWidget.setTabOrder(self.spin_SogliaMedia, self.spin_SogliaNumVet)
|
|
3248
|
+
QWidget.setTabOrder(self.spin_SogliaNumVet, self.spin_SogliaNoise)
|
|
3249
|
+
QWidget.setTabOrder(self.spin_SogliaNoise, self.spin_SogliaStd)
|
|
3250
|
+
QWidget.setTabOrder(self.spin_SogliaStd, self.combo_FlagCorrezioneVel)
|
|
3251
|
+
QWidget.setTabOrder(self.combo_FlagCorrezioneVel, self.line_edit_IW)
|
|
3252
|
+
QWidget.setTabOrder(self.line_edit_IW, self.table_iter)
|
|
3253
|
+
QWidget.setTabOrder(self.table_iter, self.button_mtf)
|
|
3254
|
+
QWidget.setTabOrder(self.button_mtf, self.button_add)
|
|
3255
|
+
QWidget.setTabOrder(self.button_add, self.button_delete)
|
|
3256
|
+
QWidget.setTabOrder(self.button_delete, self.combo_Wind_Corr_type)
|
|
3257
|
+
QWidget.setTabOrder(self.combo_Wind_Corr_type, self.combo_par_tophat_2)
|
|
3258
|
+
QWidget.setTabOrder(self.combo_par_tophat_2, self.combo_par_Nog_2)
|
|
3259
|
+
QWidget.setTabOrder(self.combo_par_Nog_2, self.combo_par_Bla_2)
|
|
3260
|
+
QWidget.setTabOrder(self.combo_par_Bla_2, self.combo_par_Har_2)
|
|
3261
|
+
QWidget.setTabOrder(self.combo_par_Har_2, self.spin_par_Gauss_2)
|
|
3262
|
+
QWidget.setTabOrder(self.spin_par_Gauss_2, self.combo_FlagSommaProd)
|
|
3263
|
+
QWidget.setTabOrder(self.combo_FlagSommaProd, self.combo_Wind_Vel_type)
|
|
3264
|
+
QWidget.setTabOrder(self.combo_Wind_Vel_type, self.combo_par_tophat)
|
|
3265
|
+
QWidget.setTabOrder(self.combo_par_tophat, self.combo_par_Nog)
|
|
3266
|
+
QWidget.setTabOrder(self.combo_par_Nog, self.combo_par_Bla)
|
|
3267
|
+
QWidget.setTabOrder(self.combo_par_Bla, self.combo_par_Har)
|
|
3268
|
+
QWidget.setTabOrder(self.combo_par_Har, self.spin_par_Gauss)
|
|
3269
|
+
QWidget.setTabOrder(self.spin_par_Gauss, self.spin_Wind_halfwidth)
|
|
3270
|
+
QWidget.setTabOrder(self.spin_Wind_halfwidth, self.combo_MaxDisp_type)
|
|
3271
|
+
QWidget.setTabOrder(self.combo_MaxDisp_type, self.combo_MaxDisp_relative)
|
|
3272
|
+
QWidget.setTabOrder(self.combo_MaxDisp_relative, self.spin_MaxDisp_absolute)
|
|
3273
|
+
QWidget.setTabOrder(self.spin_MaxDisp_absolute, self.radio_Adaptative)
|
|
3274
|
+
QWidget.setTabOrder(self.radio_Adaptative, self.spin_NItAdaptative)
|
|
3275
|
+
QWidget.setTabOrder(self.spin_NItAdaptative, self.spin_MinC)
|
|
3276
|
+
QWidget.setTabOrder(self.spin_MinC, self.spin_MaxC)
|
|
3277
|
+
QWidget.setTabOrder(self.spin_MaxC, self.spin_LarMin)
|
|
3278
|
+
QWidget.setTabOrder(self.spin_LarMin, self.spin_LarMax)
|
|
3279
|
+
QWidget.setTabOrder(self.spin_LarMax, self.scrollArea)
|
|
3280
|
+
|
|
3281
|
+
self.retranslateUi(ProcessTab)
|
|
3282
|
+
|
|
3283
|
+
self.w_ImInt_par.setCurrentIndex(0)
|
|
3284
|
+
self.w_VelInt_par.setCurrentIndex(1)
|
|
3285
|
+
self.w_ImInt_par_2.setCurrentIndex(0)
|
|
3286
|
+
self.w_Wind_par_2.setCurrentIndex(0)
|
|
3287
|
+
self.w_Wind_par.setCurrentIndex(0)
|
|
3288
|
+
self.w_MaxDisp_par.setCurrentIndex(0)
|
|
3289
|
+
|
|
3290
|
+
|
|
3291
|
+
QMetaObject.connectSlotsByName(ProcessTab)
|
|
3292
|
+
# setupUi
|
|
3293
|
+
|
|
3294
|
+
def retranslateUi(self, ProcessTab):
|
|
3295
|
+
ProcessTab.setWindowTitle(QCoreApplication.translate("ProcessTab", u"Process", None))
|
|
3296
|
+
self.icon.setText("")
|
|
3297
|
+
self.name_tab.setText(QCoreApplication.translate("ProcessTab", u" Process", None))
|
|
3298
|
+
#if QT_CONFIG(tooltip)
|
|
3299
|
+
self.button_save_cfg.setToolTip(QCoreApplication.translate("ProcessTab", u"Save settings to .cfg file", None))
|
|
3300
|
+
#endif // QT_CONFIG(tooltip)
|
|
3301
|
+
self.button_save_cfg.setText("")
|
|
3302
|
+
self.label_mode.setText(QCoreApplication.translate("ProcessTab", u"Mode", None))
|
|
3303
|
+
self.combo_mode.setItemText(0, QCoreApplication.translate("ProcessTab", u"simple", None))
|
|
3304
|
+
self.combo_mode.setItemText(1, QCoreApplication.translate("ProcessTab", u"advanced", None))
|
|
3305
|
+
self.combo_mode.setItemText(2, QCoreApplication.translate("ProcessTab", u"expert", None))
|
|
3306
|
+
|
|
3307
|
+
#if QT_CONFIG(tooltip)
|
|
3308
|
+
self.combo_mode.setToolTip(QCoreApplication.translate("ProcessTab", u"Select mode", None))
|
|
3309
|
+
#endif // QT_CONFIG(tooltip)
|
|
3310
|
+
self.label_number.setText(QCoreApplication.translate("ProcessTab", u"1", None))
|
|
3311
|
+
#if QT_CONFIG(tooltip)
|
|
3312
|
+
self.button_back.setToolTip(QCoreApplication.translate("ProcessTab", u"Undo", None))
|
|
3313
|
+
#endif // QT_CONFIG(tooltip)
|
|
3314
|
+
self.button_back.setText("")
|
|
3315
|
+
#if QT_CONFIG(tooltip)
|
|
3316
|
+
self.button_forward.setToolTip(QCoreApplication.translate("ProcessTab", u"Redo", None))
|
|
3317
|
+
#endif // QT_CONFIG(tooltip)
|
|
3318
|
+
self.button_forward.setText("")
|
|
3319
|
+
#if QT_CONFIG(tooltip)
|
|
3320
|
+
self.button_close_tab.setToolTip(QCoreApplication.translate("ProcessTab", u"Close tab", None))
|
|
3321
|
+
#endif // QT_CONFIG(tooltip)
|
|
3322
|
+
self.button_close_tab.setText("")
|
|
3323
|
+
#if QT_CONFIG(shortcut)
|
|
3324
|
+
self.button_close_tab.setShortcut(QCoreApplication.translate("ProcessTab", u"Alt+P", None))
|
|
3325
|
+
#endif // QT_CONFIG(shortcut)
|
|
3326
|
+
#if QT_CONFIG(tooltip)
|
|
3327
|
+
self.tool_CollapBox_IntWind.setToolTip(QCoreApplication.translate("ProcessTab", u"Interrogation Window option box", None))
|
|
3328
|
+
#endif // QT_CONFIG(tooltip)
|
|
3329
|
+
self.tool_CollapBox_IntWind.setText(QCoreApplication.translate("ProcessTab", u"Interrogation Windows", None))
|
|
3330
|
+
#if QT_CONFIG(tooltip)
|
|
3331
|
+
self.button_CollapBox_IntWind.setToolTip(QCoreApplication.translate("ProcessTab", u"Set default options for the selected type of process", None))
|
|
3332
|
+
#endif // QT_CONFIG(tooltip)
|
|
3333
|
+
self.button_CollapBox_IntWind.setText("")
|
|
3334
|
+
self.w_IW.setTitle("")
|
|
3335
|
+
self.label_size.setText(QCoreApplication.translate("ProcessTab", u"Size", None))
|
|
3336
|
+
#if QT_CONFIG(tooltip)
|
|
3337
|
+
self.button_more_size.setToolTip("")
|
|
3338
|
+
#endif // QT_CONFIG(tooltip)
|
|
3339
|
+
self.button_more_size.setText("")
|
|
3340
|
+
#if QT_CONFIG(tooltip)
|
|
3341
|
+
self.line_edit_size.setToolTip(QCoreApplication.translate("ProcessTab", u"Window width through iterations (width cannot increase)", None))
|
|
3342
|
+
#endif // QT_CONFIG(tooltip)
|
|
3343
|
+
self.line_edit_size.setText(QCoreApplication.translate("ProcessTab", u"128, 64", None))
|
|
3344
|
+
self.check_edit_size.setText("")
|
|
3345
|
+
self.label_spacing.setText(QCoreApplication.translate("ProcessTab", u"Spacing", None))
|
|
3346
|
+
#if QT_CONFIG(tooltip)
|
|
3347
|
+
self.check_Bordo.setToolTip(QCoreApplication.translate("ProcessTab", u"If activated the first vector is placed at a distance equal to the spacing from the image border", None))
|
|
3348
|
+
#endif // QT_CONFIG(tooltip)
|
|
3349
|
+
self.check_Bordo.setText(QCoreApplication.translate("ProcessTab", u"First vector at \u2193", None))
|
|
3350
|
+
#if QT_CONFIG(tooltip)
|
|
3351
|
+
self.line_edit_spacing.setToolTip(QCoreApplication.translate("ProcessTab", u"Window spacing through iterations (spacing cannot increase)", None))
|
|
3352
|
+
#endif // QT_CONFIG(tooltip)
|
|
3353
|
+
self.line_edit_spacing.setText(QCoreApplication.translate("ProcessTab", u"64, 32", None))
|
|
3354
|
+
self.check_edit_spacing.setText("")
|
|
3355
|
+
self.label_size_2.setText(QCoreApplication.translate("ProcessTab", u"Width", None))
|
|
3356
|
+
#if QT_CONFIG(tooltip)
|
|
3357
|
+
self.line_edit_size_2.setToolTip(QCoreApplication.translate("ProcessTab", u"Window height through iterations (height cannot increase)", None))
|
|
3358
|
+
#endif // QT_CONFIG(tooltip)
|
|
3359
|
+
self.line_edit_size_2.setText(QCoreApplication.translate("ProcessTab", u"128, 64", None))
|
|
3360
|
+
self.check_edit_size_2.setText("")
|
|
3361
|
+
self.label_spacing_2.setText(QCoreApplication.translate("ProcessTab", u"Horizontal spacing", None))
|
|
3362
|
+
#if QT_CONFIG(tooltip)
|
|
3363
|
+
self.line_edit_spacing_2.setToolTip(QCoreApplication.translate("ProcessTab", u"Window spacing through iterations (spacing cannot increase)", None))
|
|
3364
|
+
#endif // QT_CONFIG(tooltip)
|
|
3365
|
+
self.line_edit_spacing_2.setText(QCoreApplication.translate("ProcessTab", u"64, 32", None))
|
|
3366
|
+
self.check_edit_spacing_2.setText("")
|
|
3367
|
+
#if QT_CONFIG(tooltip)
|
|
3368
|
+
self.tool_CollapBox_FinIt.setToolTip(QCoreApplication.translate("ProcessTab", u"Final iterations option box", None))
|
|
3369
|
+
#endif // QT_CONFIG(tooltip)
|
|
3370
|
+
self.tool_CollapBox_FinIt.setText(QCoreApplication.translate("ProcessTab", u"Final iterations", None))
|
|
3371
|
+
#if QT_CONFIG(tooltip)
|
|
3372
|
+
self.button_CollapBox_FinIt.setToolTip(QCoreApplication.translate("ProcessTab", u"Set default options for the selected type of process", None))
|
|
3373
|
+
#endif // QT_CONFIG(tooltip)
|
|
3374
|
+
self.button_CollapBox_FinIt.setText("")
|
|
3375
|
+
self.label_final_iter.setText(QCoreApplication.translate("ProcessTab", u"# of iterations: ", None))
|
|
3376
|
+
#if QT_CONFIG(tooltip)
|
|
3377
|
+
self.spin_final_iter.setToolTip(QCoreApplication.translate("ProcessTab", u"Number of final iterations (sizes and spacing from the last element in the above fields)", None))
|
|
3378
|
+
#endif // QT_CONFIG(tooltip)
|
|
3379
|
+
#if QT_CONFIG(tooltip)
|
|
3380
|
+
self.check_DC.setToolTip(QCoreApplication.translate("ProcessTab", u"If activated, DCs are performed in the final iterations", None))
|
|
3381
|
+
#endif // QT_CONFIG(tooltip)
|
|
3382
|
+
self.check_DC.setText(QCoreApplication.translate("ProcessTab", u"Direct correlations (DCs)", None))
|
|
3383
|
+
#if QT_CONFIG(tooltip)
|
|
3384
|
+
self.tool_CollapBox_top.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of process option box", None))
|
|
3385
|
+
#endif // QT_CONFIG(tooltip)
|
|
3386
|
+
self.tool_CollapBox_top.setText(QCoreApplication.translate("ProcessTab", u"Type of process", None))
|
|
3387
|
+
#if QT_CONFIG(tooltip)
|
|
3388
|
+
self.button_CollapBox_top.setToolTip(QCoreApplication.translate("ProcessTab", u"Back to the previous type of process", None))
|
|
3389
|
+
#endif // QT_CONFIG(tooltip)
|
|
3390
|
+
self.button_CollapBox_top.setText("")
|
|
3391
|
+
self.group_top.setTitle("")
|
|
3392
|
+
self.label_top.setText(QCoreApplication.translate("ProcessTab", u"Modified from preview", None))
|
|
3393
|
+
self.combo_top.setItemText(0, QCoreApplication.translate("ProcessTab", u"preview", None))
|
|
3394
|
+
self.combo_top.setItemText(1, QCoreApplication.translate("ProcessTab", u"fast", None))
|
|
3395
|
+
self.combo_top.setItemText(2, QCoreApplication.translate("ProcessTab", u"standard", None))
|
|
3396
|
+
self.combo_top.setItemText(3, QCoreApplication.translate("ProcessTab", u"advanced", None))
|
|
3397
|
+
self.combo_top.setItemText(4, QCoreApplication.translate("ProcessTab", u"high resolution", None))
|
|
3398
|
+
self.combo_top.setItemText(5, QCoreApplication.translate("ProcessTab", u"adaptative resolution", None))
|
|
3399
|
+
|
|
3400
|
+
#if QT_CONFIG(tooltip)
|
|
3401
|
+
self.combo_top.setToolTip(QCoreApplication.translate("ProcessTab", u"Preset types of process", None))
|
|
3402
|
+
#endif // QT_CONFIG(tooltip)
|
|
3403
|
+
self.label_custom_top.setText(QCoreApplication.translate("ProcessTab", u"Custom types", None))
|
|
3404
|
+
#if QT_CONFIG(tooltip)
|
|
3405
|
+
self.button_edit_custom.setToolTip(QCoreApplication.translate("ProcessTab", u"Edit list of custom types of process", None))
|
|
3406
|
+
#endif // QT_CONFIG(tooltip)
|
|
3407
|
+
self.button_edit_custom.setText("")
|
|
3408
|
+
#if QT_CONFIG(tooltip)
|
|
3409
|
+
self.combo_custom_top.setToolTip(QCoreApplication.translate("ProcessTab", u"Custom types of process", None))
|
|
3410
|
+
#endif // QT_CONFIG(tooltip)
|
|
3411
|
+
self.label_save_custom.setText("")
|
|
3412
|
+
#if QT_CONFIG(tooltip)
|
|
3413
|
+
self.button_save_custom.setToolTip(QCoreApplication.translate("ProcessTab", u"Save current options as custom type", None))
|
|
3414
|
+
#endif // QT_CONFIG(tooltip)
|
|
3415
|
+
self.button_save_custom.setText("")
|
|
3416
|
+
#if QT_CONFIG(tooltip)
|
|
3417
|
+
self.tool_CollapBox_Interp.setToolTip(QCoreApplication.translate("ProcessTab", u"Interpolation option box", None))
|
|
3418
|
+
#endif // QT_CONFIG(tooltip)
|
|
3419
|
+
self.tool_CollapBox_Interp.setText(QCoreApplication.translate("ProcessTab", u"Interpolation", None))
|
|
3420
|
+
#if QT_CONFIG(tooltip)
|
|
3421
|
+
self.button_CollapBox_Interp.setToolTip(QCoreApplication.translate("ProcessTab", u"Set default options for the selected type of process", None))
|
|
3422
|
+
#endif // QT_CONFIG(tooltip)
|
|
3423
|
+
self.button_CollapBox_Interp.setText("")
|
|
3424
|
+
self.group_int.setTitle("")
|
|
3425
|
+
self.label_correlation.setText(QCoreApplication.translate("ProcessTab", u"Correlation map interpolation", None))
|
|
3426
|
+
self.combo_correlation.setItemText(0, QCoreApplication.translate("ProcessTab", u"Gaussian (classic)", None))
|
|
3427
|
+
self.combo_correlation.setItemText(1, QCoreApplication.translate("ProcessTab", u"Gaussian (reviewed)", None))
|
|
3428
|
+
self.combo_correlation.setItemText(2, QCoreApplication.translate("ProcessTab", u"simplex", None))
|
|
3429
|
+
|
|
3430
|
+
#if QT_CONFIG(tooltip)
|
|
3431
|
+
self.combo_correlation.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of interpolation for local estimation of correlation peak", None))
|
|
3432
|
+
#endif // QT_CONFIG(tooltip)
|
|
3433
|
+
self.label_imint_vel.setText(QCoreApplication.translate("ProcessTab", u"Velocity field interpolation", None))
|
|
3434
|
+
self.combo_int_vel.setItemText(0, QCoreApplication.translate("ProcessTab", u"bilinear", None))
|
|
3435
|
+
self.combo_int_vel.setItemText(1, QCoreApplication.translate("ProcessTab", u"linear revitalized", None))
|
|
3436
|
+
self.combo_int_vel.setItemText(2, QCoreApplication.translate("ProcessTab", u"simplex", None))
|
|
3437
|
+
self.combo_int_vel.setItemText(3, QCoreApplication.translate("ProcessTab", u"shift theorem", None))
|
|
3438
|
+
self.combo_int_vel.setItemText(4, QCoreApplication.translate("ProcessTab", u"shift theorem (extrapolation)", None))
|
|
3439
|
+
self.combo_int_vel.setItemText(5, QCoreApplication.translate("ProcessTab", u"B-spline", None))
|
|
3440
|
+
|
|
3441
|
+
#if QT_CONFIG(tooltip)
|
|
3442
|
+
self.combo_int_vel.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of interpolation for computation of the dense predictor", None))
|
|
3443
|
+
#endif // QT_CONFIG(tooltip)
|
|
3444
|
+
#if QT_CONFIG(tooltip)
|
|
3445
|
+
self.w_ImInt_par.setToolTip(QCoreApplication.translate("ProcessTab", u"Value of kernel/order (integer)", None))
|
|
3446
|
+
#endif // QT_CONFIG(tooltip)
|
|
3447
|
+
self.label_par_imshift.setText(QCoreApplication.translate("ProcessTab", u"Type", None))
|
|
3448
|
+
self.combo_par_imshift.setItemText(0, QCoreApplication.translate("ProcessTab", u"symmetric", None))
|
|
3449
|
+
self.combo_par_imshift.setItemText(1, QCoreApplication.translate("ProcessTab", u"asymmetric", None))
|
|
3450
|
+
|
|
3451
|
+
#if QT_CONFIG(tooltip)
|
|
3452
|
+
self.combo_par_imshift.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of moving window method", None))
|
|
3453
|
+
#endif // QT_CONFIG(tooltip)
|
|
3454
|
+
self.label_par_pol.setText(QCoreApplication.translate("ProcessTab", u"Type", None))
|
|
3455
|
+
self.combo_par_pol.setItemText(0, QCoreApplication.translate("ProcessTab", u"bilinear", None))
|
|
3456
|
+
self.combo_par_pol.setItemText(1, QCoreApplication.translate("ProcessTab", u"biquadratic", None))
|
|
3457
|
+
self.combo_par_pol.setItemText(2, QCoreApplication.translate("ProcessTab", u"bicubic", None))
|
|
3458
|
+
self.combo_par_pol.setItemText(3, QCoreApplication.translate("ProcessTab", u"bicubic (spline)", None))
|
|
3459
|
+
|
|
3460
|
+
#if QT_CONFIG(tooltip)
|
|
3461
|
+
self.combo_par_pol.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of (repeated) polynomial interpolation", None))
|
|
3462
|
+
#endif // QT_CONFIG(tooltip)
|
|
3463
|
+
self.label_par_order.setText(QCoreApplication.translate("ProcessTab", u"Kernel", None))
|
|
3464
|
+
self.label_VelInt_par_order.setText(QCoreApplication.translate("ProcessTab", u"Order", None))
|
|
3465
|
+
#if QT_CONFIG(tooltip)
|
|
3466
|
+
self.spin_VelInt_order.setToolTip(QCoreApplication.translate("ProcessTab", u"Value of the order (integer)", None))
|
|
3467
|
+
#endif // QT_CONFIG(tooltip)
|
|
3468
|
+
self.label_imint.setText(QCoreApplication.translate("ProcessTab", u"Image interpolation", None))
|
|
3469
|
+
self.button_more_iter.setText("")
|
|
3470
|
+
self.combo_ImInt.setItemText(0, QCoreApplication.translate("ProcessTab", u"none", None))
|
|
3471
|
+
self.combo_ImInt.setItemText(1, QCoreApplication.translate("ProcessTab", u"moving window", None))
|
|
3472
|
+
self.combo_ImInt.setItemText(2, QCoreApplication.translate("ProcessTab", u"linear revitalized", None))
|
|
3473
|
+
self.combo_ImInt.setItemText(3, QCoreApplication.translate("ProcessTab", u"bilinear/biquadratic/bicubic", None))
|
|
3474
|
+
self.combo_ImInt.setItemText(4, QCoreApplication.translate("ProcessTab", u"simplex", None))
|
|
3475
|
+
self.combo_ImInt.setItemText(5, QCoreApplication.translate("ProcessTab", u"shift theorem", None))
|
|
3476
|
+
self.combo_ImInt.setItemText(6, QCoreApplication.translate("ProcessTab", u"sinc (Whittaker-Shannon)", None))
|
|
3477
|
+
self.combo_ImInt.setItemText(7, QCoreApplication.translate("ProcessTab", u"B-spline", None))
|
|
3478
|
+
|
|
3479
|
+
#if QT_CONFIG(tooltip)
|
|
3480
|
+
self.combo_ImInt.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of interpolation for image deformation method", None))
|
|
3481
|
+
#endif // QT_CONFIG(tooltip)
|
|
3482
|
+
self.label_imint_2.setText(QCoreApplication.translate("ProcessTab", u"Image interpolation for the last ", None))
|
|
3483
|
+
#if QT_CONFIG(whatsthis)
|
|
3484
|
+
self.spin_final_it.setWhatsThis("")
|
|
3485
|
+
#endif // QT_CONFIG(whatsthis)
|
|
3486
|
+
self.label_max_it.setText(QCoreApplication.translate("ProcessTab", u"of 2 iterations", None))
|
|
3487
|
+
self.combo_ImInt_2.setItemText(0, QCoreApplication.translate("ProcessTab", u"none", None))
|
|
3488
|
+
self.combo_ImInt_2.setItemText(1, QCoreApplication.translate("ProcessTab", u"image shifting", None))
|
|
3489
|
+
self.combo_ImInt_2.setItemText(2, QCoreApplication.translate("ProcessTab", u"linear", None))
|
|
3490
|
+
self.combo_ImInt_2.setItemText(3, QCoreApplication.translate("ProcessTab", u"repeated polynomial", None))
|
|
3491
|
+
self.combo_ImInt_2.setItemText(4, QCoreApplication.translate("ProcessTab", u"simplex", None))
|
|
3492
|
+
self.combo_ImInt_2.setItemText(5, QCoreApplication.translate("ProcessTab", u"shift theorem", None))
|
|
3493
|
+
self.combo_ImInt_2.setItemText(6, QCoreApplication.translate("ProcessTab", u"sinc (Whittaker-Shannon)", None))
|
|
3494
|
+
self.combo_ImInt_2.setItemText(7, QCoreApplication.translate("ProcessTab", u"B-spline", None))
|
|
3495
|
+
|
|
3496
|
+
#if QT_CONFIG(tooltip)
|
|
3497
|
+
self.combo_ImInt_2.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of interpolation for image deformation method", None))
|
|
3498
|
+
#endif // QT_CONFIG(tooltip)
|
|
3499
|
+
#if QT_CONFIG(whatsthis)
|
|
3500
|
+
self.combo_ImInt_2.setWhatsThis("")
|
|
3501
|
+
#endif // QT_CONFIG(whatsthis)
|
|
3502
|
+
self.label_par_imshift_2.setText(QCoreApplication.translate("ProcessTab", u"Type", None))
|
|
3503
|
+
self.combo_par_imshift_2.setItemText(0, QCoreApplication.translate("ProcessTab", u"symmetric", None))
|
|
3504
|
+
self.combo_par_imshift_2.setItemText(1, QCoreApplication.translate("ProcessTab", u"asymmetric", None))
|
|
3505
|
+
|
|
3506
|
+
#if QT_CONFIG(tooltip)
|
|
3507
|
+
self.combo_par_imshift_2.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of moving window method", None))
|
|
3508
|
+
#endif // QT_CONFIG(tooltip)
|
|
3509
|
+
self.label_par_pol_2.setText(QCoreApplication.translate("ProcessTab", u"Type", None))
|
|
3510
|
+
self.combo_par_pol_2.setItemText(0, QCoreApplication.translate("ProcessTab", u"bilinear", None))
|
|
3511
|
+
self.combo_par_pol_2.setItemText(1, QCoreApplication.translate("ProcessTab", u"biquadratic", None))
|
|
3512
|
+
self.combo_par_pol_2.setItemText(2, QCoreApplication.translate("ProcessTab", u"bicubic", None))
|
|
3513
|
+
self.combo_par_pol_2.setItemText(3, QCoreApplication.translate("ProcessTab", u"bicubic (spline)", None))
|
|
3514
|
+
|
|
3515
|
+
#if QT_CONFIG(tooltip)
|
|
3516
|
+
self.combo_par_pol_2.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of (repeated) polynomial interpolation", None))
|
|
3517
|
+
#endif // QT_CONFIG(tooltip)
|
|
3518
|
+
self.label_par_order_2.setText(QCoreApplication.translate("ProcessTab", u"Order", None))
|
|
3519
|
+
#if QT_CONFIG(tooltip)
|
|
3520
|
+
self.spin_order_2.setToolTip(QCoreApplication.translate("ProcessTab", u"Value of kernel/order (integer)", None))
|
|
3521
|
+
#endif // QT_CONFIG(tooltip)
|
|
3522
|
+
#if QT_CONFIG(tooltip)
|
|
3523
|
+
self.tool_Validation.setToolTip(QCoreApplication.translate("ProcessTab", u"Validation option box", None))
|
|
3524
|
+
#endif // QT_CONFIG(tooltip)
|
|
3525
|
+
self.tool_Validation.setText(QCoreApplication.translate("ProcessTab", u"Validation", None))
|
|
3526
|
+
#if QT_CONFIG(tooltip)
|
|
3527
|
+
self.button_CollapBox_Validation.setToolTip(QCoreApplication.translate("ProcessTab", u"Set default options for the selected type of process", None))
|
|
3528
|
+
#endif // QT_CONFIG(tooltip)
|
|
3529
|
+
self.button_CollapBox_Validation.setText("")
|
|
3530
|
+
self.Validation.setTitle("")
|
|
3531
|
+
self.label_MedTest_box.setText("")
|
|
3532
|
+
#if QT_CONFIG(tooltip)
|
|
3533
|
+
self.radio_MedTest.setToolTip(QCoreApplication.translate("ProcessTab", u"Median test", None))
|
|
3534
|
+
#endif // QT_CONFIG(tooltip)
|
|
3535
|
+
self.radio_MedTest.setText(QCoreApplication.translate("ProcessTab", u"Median test", None))
|
|
3536
|
+
self.label_MedTest_type.setText(QCoreApplication.translate("ProcessTab", u"Type", None))
|
|
3537
|
+
self.combo_TypeMed.setItemText(0, QCoreApplication.translate("ProcessTab", u"classic", None))
|
|
3538
|
+
self.combo_TypeMed.setItemText(1, QCoreApplication.translate("ProcessTab", u"universal", None))
|
|
3539
|
+
|
|
3540
|
+
#if QT_CONFIG(tooltip)
|
|
3541
|
+
self.combo_TypeMed.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of median test", None))
|
|
3542
|
+
#endif // QT_CONFIG(tooltip)
|
|
3543
|
+
self.label_MedTest_ker.setText(QCoreApplication.translate("ProcessTab", u"Semi-kern.", None))
|
|
3544
|
+
#if QT_CONFIG(tooltip)
|
|
3545
|
+
self.spin_KernMed.setToolTip(QCoreApplication.translate("ProcessTab", u"Semi-size of kernel used for the test", None))
|
|
3546
|
+
#endif // QT_CONFIG(tooltip)
|
|
3547
|
+
self.label_MedTest_alfa.setText(QCoreApplication.translate("ProcessTab", u"\u03b1 thresh.", None))
|
|
3548
|
+
#if QT_CONFIG(tooltip)
|
|
3549
|
+
self.spin_SogliaMed.setToolTip(QCoreApplication.translate("ProcessTab", u"Threshold on standard deviation", None))
|
|
3550
|
+
#endif // QT_CONFIG(tooltip)
|
|
3551
|
+
self.label_MedTest_eps.setText(QCoreApplication.translate("ProcessTab", u"\u03b5 thresh.", None))
|
|
3552
|
+
#if QT_CONFIG(tooltip)
|
|
3553
|
+
self.spin_ErroreMed.setToolTip(QCoreApplication.translate("ProcessTab", u"Minimum value allowed for the standard deviation", None))
|
|
3554
|
+
#endif // QT_CONFIG(tooltip)
|
|
3555
|
+
self.label_MedTest_jump.setText(QCoreApplication.translate("ProcessTab", u"Spacing", None))
|
|
3556
|
+
#if QT_CONFIG(tooltip)
|
|
3557
|
+
self.spin_JumpMed.setToolTip(QCoreApplication.translate("ProcessTab", u"Spacing of velocity vectors for outlier detection", None))
|
|
3558
|
+
#endif // QT_CONFIG(tooltip)
|
|
3559
|
+
self.label_SNTest.setText("")
|
|
3560
|
+
#if QT_CONFIG(tooltip)
|
|
3561
|
+
self.radio_SNTest.setToolTip(QCoreApplication.translate("ProcessTab", u"Signal-to-noise test", None))
|
|
3562
|
+
#endif // QT_CONFIG(tooltip)
|
|
3563
|
+
self.radio_SNTest.setText(QCoreApplication.translate("ProcessTab", u"S/N test", None))
|
|
3564
|
+
self.label_SNTest_thres.setText(QCoreApplication.translate("ProcessTab", u"Threshold (>1)", None))
|
|
3565
|
+
#if QT_CONFIG(tooltip)
|
|
3566
|
+
self.spin_SogliaSN.setToolTip(QCoreApplication.translate("ProcessTab", u"Threshold on S/N defined as ratio of the first and second largest peaks in the correlation map", None))
|
|
3567
|
+
#endif // QT_CONFIG(tooltip)
|
|
3568
|
+
self.label_CPTest.setText("")
|
|
3569
|
+
#if QT_CONFIG(tooltip)
|
|
3570
|
+
self.radio_CPTest.setToolTip(QCoreApplication.translate("ProcessTab", u"Correlation peak test", None))
|
|
3571
|
+
#endif // QT_CONFIG(tooltip)
|
|
3572
|
+
self.radio_CPTest.setText(QCoreApplication.translate("ProcessTab", u"Correlation peak test", None))
|
|
3573
|
+
self.label_CPTest_thres.setText(QCoreApplication.translate("ProcessTab", u"Threshold (<1)", None))
|
|
3574
|
+
#if QT_CONFIG(tooltip)
|
|
3575
|
+
self.spin_SogliaCP.setToolTip(QCoreApplication.translate("ProcessTab", u"Minimum value of correlation peak allowed", None))
|
|
3576
|
+
#endif // QT_CONFIG(tooltip)
|
|
3577
|
+
self.label_Nogueira.setText("")
|
|
3578
|
+
#if QT_CONFIG(tooltip)
|
|
3579
|
+
self.radio_Nogueira.setToolTip(QCoreApplication.translate("ProcessTab", u"Nogueira's test", None))
|
|
3580
|
+
#endif // QT_CONFIG(tooltip)
|
|
3581
|
+
self.radio_Nogueira.setText(QCoreApplication.translate("ProcessTab", u"Nogueira's test", None))
|
|
3582
|
+
self.label_Nog_tol.setText(QCoreApplication.translate("ProcessTab", u"Tolerance (T)", None))
|
|
3583
|
+
#if QT_CONFIG(tooltip)
|
|
3584
|
+
self.spin_SogliaMedia.setToolTip(QCoreApplication.translate("ProcessTab", u"Tolerance threshold", None))
|
|
3585
|
+
#endif // QT_CONFIG(tooltip)
|
|
3586
|
+
self.label_Nog_numvec.setText(QCoreApplication.translate("ProcessTab", u"Number of Vectors (NV)", None))
|
|
3587
|
+
#if QT_CONFIG(tooltip)
|
|
3588
|
+
self.spin_SogliaNumVet.setToolTip(QCoreApplication.translate("ProcessTab", u"Number of wrong vectors", None))
|
|
3589
|
+
#endif // QT_CONFIG(tooltip)
|
|
3590
|
+
self.label_MinVal.setText(QCoreApplication.translate("ProcessTab", u"Min. allowed value", None))
|
|
3591
|
+
#if QT_CONFIG(tooltip)
|
|
3592
|
+
self.spin_SogliaNoise.setToolTip(QCoreApplication.translate("ProcessTab", u"Minimum value of intensity level to consider data in the window reliable", None))
|
|
3593
|
+
#endif // QT_CONFIG(tooltip)
|
|
3594
|
+
self.label_MinStD.setText(QCoreApplication.translate("ProcessTab", u"Min. allowed st.d. value", None))
|
|
3595
|
+
#if QT_CONFIG(tooltip)
|
|
3596
|
+
self.spin_SogliaStd.setToolTip(QCoreApplication.translate("ProcessTab", u"Minimum value of st.d. of intensity levels to consider data in the window reliable", None))
|
|
3597
|
+
#endif // QT_CONFIG(tooltip)
|
|
3598
|
+
self.label_Correction_type.setText(QCoreApplication.translate("ProcessTab", u"Correction type", None))
|
|
3599
|
+
self.combo_FlagCorrezioneVel.setItemText(0, QCoreApplication.translate("ProcessTab", u"average", None))
|
|
3600
|
+
self.combo_FlagCorrezioneVel.setItemText(1, QCoreApplication.translate("ProcessTab", u"distance-weighted average", None))
|
|
3601
|
+
self.combo_FlagCorrezioneVel.setItemText(2, QCoreApplication.translate("ProcessTab", u"iterative average", None))
|
|
3602
|
+
|
|
3603
|
+
#if QT_CONFIG(tooltip)
|
|
3604
|
+
self.combo_FlagCorrezioneVel.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of correction of outliers", None))
|
|
3605
|
+
#endif // QT_CONFIG(tooltip)
|
|
3606
|
+
#if QT_CONFIG(tooltip)
|
|
3607
|
+
self.check_SecMax.setToolTip(QCoreApplication.translate("ProcessTab", u"Correct outlier with displacement related to the second largest peak in the correlation map", None))
|
|
3608
|
+
#endif // QT_CONFIG(tooltip)
|
|
3609
|
+
self.check_SecMax.setText(QCoreApplication.translate("ProcessTab", u"Second correlation peak correction", None))
|
|
3610
|
+
#if QT_CONFIG(tooltip)
|
|
3611
|
+
self.check_CorrHart.setToolTip(QCoreApplication.translate("ProcessTab", u"Hart's correction", None))
|
|
3612
|
+
#endif // QT_CONFIG(tooltip)
|
|
3613
|
+
self.check_CorrHart.setText(QCoreApplication.translate("ProcessTab", u"Hart's correction", None))
|
|
3614
|
+
#if QT_CONFIG(tooltip)
|
|
3615
|
+
self.tool_Windowing.setToolTip(QCoreApplication.translate("ProcessTab", u"Windowing option box", None))
|
|
3616
|
+
#endif // QT_CONFIG(tooltip)
|
|
3617
|
+
self.tool_Windowing.setText(QCoreApplication.translate("ProcessTab", u"Windowing", None))
|
|
3618
|
+
#if QT_CONFIG(tooltip)
|
|
3619
|
+
self.button_CollapBox_Windowing.setToolTip(QCoreApplication.translate("ProcessTab", u"Set default options for the selected type of process", None))
|
|
3620
|
+
#endif // QT_CONFIG(tooltip)
|
|
3621
|
+
self.button_CollapBox_Windowing.setText("")
|
|
3622
|
+
self.Windowing.setTitle("")
|
|
3623
|
+
self.label_MinVal_2.setText(QCoreApplication.translate("ProcessTab", u"IW sizes and spacings: ", None))
|
|
3624
|
+
#if QT_CONFIG(tooltip)
|
|
3625
|
+
self.line_edit_IW.setToolTip(QCoreApplication.translate("ProcessTab", u"IW sizes and spacings for the iteration selected in the table", None))
|
|
3626
|
+
#endif // QT_CONFIG(tooltip)
|
|
3627
|
+
self.line_edit_IW.setText(QCoreApplication.translate("ProcessTab", u"128, 64", None))
|
|
3628
|
+
self.check_edit_IW.setText("")
|
|
3629
|
+
#if QT_CONFIG(tooltip)
|
|
3630
|
+
self.button_mtf.setToolTip(QCoreApplication.translate("ProcessTab", u"Plot modulation transfer function", None))
|
|
3631
|
+
#endif // QT_CONFIG(tooltip)
|
|
3632
|
+
self.button_mtf.setText("")
|
|
3633
|
+
#if QT_CONFIG(tooltip)
|
|
3634
|
+
self.button_add.setToolTip(QCoreApplication.translate("ProcessTab", u"Add new iteration to the PIV process", None))
|
|
3635
|
+
#endif // QT_CONFIG(tooltip)
|
|
3636
|
+
self.button_add.setText("")
|
|
3637
|
+
#if QT_CONFIG(tooltip)
|
|
3638
|
+
self.button_delete.setToolTip(QCoreApplication.translate("ProcessTab", u"Delete current iteration from the PIV process", None))
|
|
3639
|
+
#endif // QT_CONFIG(tooltip)
|
|
3640
|
+
self.button_delete.setText("")
|
|
3641
|
+
___qtablewidgetitem = self.table_iter.horizontalHeaderItem(0)
|
|
3642
|
+
___qtablewidgetitem.setText(QCoreApplication.translate("ProcessTab", u"it.", None));
|
|
3643
|
+
___qtablewidgetitem1 = self.table_iter.horizontalHeaderItem(1)
|
|
3644
|
+
___qtablewidgetitem1.setText(QCoreApplication.translate("ProcessTab", u"Correlation", None));
|
|
3645
|
+
___qtablewidgetitem2 = self.table_iter.horizontalHeaderItem(2)
|
|
3646
|
+
___qtablewidgetitem2.setText(QCoreApplication.translate("ProcessTab", u"Velocity", None));
|
|
3647
|
+
___qtablewidgetitem3 = self.table_iter.horizontalHeaderItem(3)
|
|
3648
|
+
___qtablewidgetitem3.setText(QCoreApplication.translate("ProcessTab", u"Max. disp.", None));
|
|
3649
|
+
___qtablewidgetitem4 = self.table_iter.horizontalHeaderItem(4)
|
|
3650
|
+
___qtablewidgetitem4.setText(QCoreApplication.translate("ProcessTab", u"DC", None));
|
|
3651
|
+
___qtablewidgetitem5 = self.table_iter.horizontalHeaderItem(5)
|
|
3652
|
+
___qtablewidgetitem5.setText(QCoreApplication.translate("ProcessTab", u"Info", None));
|
|
3653
|
+
self.label_info.setText(QCoreApplication.translate("ProcessTab", u"Info", None))
|
|
3654
|
+
self.label_Wind_Corr_type.setText(QCoreApplication.translate("ProcessTab", u"Correlation map", None))
|
|
3655
|
+
self.combo_Wind_Corr_type.setItemText(0, QCoreApplication.translate("ProcessTab", u"top-hat", None))
|
|
3656
|
+
self.combo_Wind_Corr_type.setItemText(1, QCoreApplication.translate("ProcessTab", u"Nogueira", None))
|
|
3657
|
+
self.combo_Wind_Corr_type.setItemText(2, QCoreApplication.translate("ProcessTab", u"Blackman", None))
|
|
3658
|
+
self.combo_Wind_Corr_type.setItemText(3, QCoreApplication.translate("ProcessTab", u"Blackman-Harris", None))
|
|
3659
|
+
self.combo_Wind_Corr_type.setItemText(4, QCoreApplication.translate("ProcessTab", u"triangular", None))
|
|
3660
|
+
self.combo_Wind_Corr_type.setItemText(5, QCoreApplication.translate("ProcessTab", u"Hann", None))
|
|
3661
|
+
self.combo_Wind_Corr_type.setItemText(6, QCoreApplication.translate("ProcessTab", u"Gaussian", None))
|
|
3662
|
+
|
|
3663
|
+
#if QT_CONFIG(tooltip)
|
|
3664
|
+
self.combo_Wind_Corr_type.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of weighting window", None))
|
|
3665
|
+
#endif // QT_CONFIG(tooltip)
|
|
3666
|
+
self.label_par_tophat_2.setText(QCoreApplication.translate("ProcessTab", u"Type", None))
|
|
3667
|
+
self.combo_par_tophat_2.setItemText(0, QCoreApplication.translate("ProcessTab", u"full (no wind.)", None))
|
|
3668
|
+
self.combo_par_tophat_2.setItemText(1, QCoreApplication.translate("ProcessTab", u"50%", None))
|
|
3669
|
+
self.combo_par_tophat_2.setItemText(2, QCoreApplication.translate("ProcessTab", u"contoured", None))
|
|
3670
|
+
|
|
3671
|
+
#if QT_CONFIG(tooltip)
|
|
3672
|
+
self.combo_par_tophat_2.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of rectangular weighting window", None))
|
|
3673
|
+
#endif // QT_CONFIG(tooltip)
|
|
3674
|
+
self.label_par_Nog_2.setText(QCoreApplication.translate("ProcessTab", u"Type", None))
|
|
3675
|
+
self.combo_par_Nog_2.setItemText(0, QCoreApplication.translate("ProcessTab", u"et al. 1999", None))
|
|
3676
|
+
self.combo_par_Nog_2.setItemText(1, QCoreApplication.translate("ProcessTab", u"et al. 2005", None))
|
|
3677
|
+
|
|
3678
|
+
#if QT_CONFIG(tooltip)
|
|
3679
|
+
self.combo_par_Nog_2.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of Nogueira weighting window", None))
|
|
3680
|
+
#endif // QT_CONFIG(tooltip)
|
|
3681
|
+
self.label_par_Bla_2.setText(QCoreApplication.translate("ProcessTab", u"Type", None))
|
|
3682
|
+
self.combo_par_Bla_2.setItemText(0, QCoreApplication.translate("ProcessTab", u"classic", None))
|
|
3683
|
+
self.combo_par_Bla_2.setItemText(1, QCoreApplication.translate("ProcessTab", u"reviewed (no 0s)", None))
|
|
3684
|
+
self.combo_par_Bla_2.setItemText(2, QCoreApplication.translate("ProcessTab", u"exact", None))
|
|
3685
|
+
|
|
3686
|
+
#if QT_CONFIG(tooltip)
|
|
3687
|
+
self.combo_par_Bla_2.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of Blackman weighting window", None))
|
|
3688
|
+
#endif // QT_CONFIG(tooltip)
|
|
3689
|
+
self.label_par_Har_2.setText(QCoreApplication.translate("ProcessTab", u"Type", None))
|
|
3690
|
+
self.combo_par_Har_2.setItemText(0, QCoreApplication.translate("ProcessTab", u"3 term - 67", None))
|
|
3691
|
+
self.combo_par_Har_2.setItemText(1, QCoreApplication.translate("ProcessTab", u"3 term - 61", None))
|
|
3692
|
+
self.combo_par_Har_2.setItemText(2, QCoreApplication.translate("ProcessTab", u"4 term - 92", None))
|
|
3693
|
+
self.combo_par_Har_2.setItemText(3, QCoreApplication.translate("ProcessTab", u"4 term - 74", None))
|
|
3694
|
+
|
|
3695
|
+
#if QT_CONFIG(tooltip)
|
|
3696
|
+
self.combo_par_Har_2.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of Blackman-Harris weighting window", None))
|
|
3697
|
+
#endif // QT_CONFIG(tooltip)
|
|
3698
|
+
self.label_par_Gauss_2.setText(QCoreApplication.translate("ProcessTab", u"\u03b1 thresh.", None))
|
|
3699
|
+
#if QT_CONFIG(tooltip)
|
|
3700
|
+
self.spin_par_Gauss_2.setToolTip(QCoreApplication.translate("ProcessTab", u"St.d. value for the Gaussian weighting window (range: 0.1-10)", None))
|
|
3701
|
+
#endif // QT_CONFIG(tooltip)
|
|
3702
|
+
self.label_type_of_DCs.setText(QCoreApplication.translate("ProcessTab", u"Type of double DCs", None))
|
|
3703
|
+
self.combo_FlagSommaProd.setItemText(0, QCoreApplication.translate("ProcessTab", u"sum", None))
|
|
3704
|
+
self.combo_FlagSommaProd.setItemText(1, QCoreApplication.translate("ProcessTab", u"product", None))
|
|
3705
|
+
|
|
3706
|
+
#if QT_CONFIG(tooltip)
|
|
3707
|
+
self.combo_FlagSommaProd.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of estimation of double-sided direct correlations", None))
|
|
3708
|
+
#endif // QT_CONFIG(tooltip)
|
|
3709
|
+
self.label_Wind_Vel_type.setText(QCoreApplication.translate("ProcessTab", u"Velocity", None))
|
|
3710
|
+
self.combo_Wind_Vel_type.setItemText(0, QCoreApplication.translate("ProcessTab", u"top-hat", None))
|
|
3711
|
+
self.combo_Wind_Vel_type.setItemText(1, QCoreApplication.translate("ProcessTab", u"Nogueira", None))
|
|
3712
|
+
self.combo_Wind_Vel_type.setItemText(2, QCoreApplication.translate("ProcessTab", u"Blackman", None))
|
|
3713
|
+
self.combo_Wind_Vel_type.setItemText(3, QCoreApplication.translate("ProcessTab", u"Blackman-Harris", None))
|
|
3714
|
+
self.combo_Wind_Vel_type.setItemText(4, QCoreApplication.translate("ProcessTab", u"triangular", None))
|
|
3715
|
+
self.combo_Wind_Vel_type.setItemText(5, QCoreApplication.translate("ProcessTab", u"Hann", None))
|
|
3716
|
+
self.combo_Wind_Vel_type.setItemText(6, QCoreApplication.translate("ProcessTab", u"Gaussian", None))
|
|
3717
|
+
|
|
3718
|
+
#if QT_CONFIG(tooltip)
|
|
3719
|
+
self.combo_Wind_Vel_type.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of weighting window", None))
|
|
3720
|
+
#endif // QT_CONFIG(tooltip)
|
|
3721
|
+
self.label_par_tophat.setText(QCoreApplication.translate("ProcessTab", u"Type", None))
|
|
3722
|
+
self.combo_par_tophat.setItemText(0, QCoreApplication.translate("ProcessTab", u"full (no wind.)", None))
|
|
3723
|
+
self.combo_par_tophat.setItemText(1, QCoreApplication.translate("ProcessTab", u"50%", None))
|
|
3724
|
+
self.combo_par_tophat.setItemText(2, QCoreApplication.translate("ProcessTab", u"contoured", None))
|
|
3725
|
+
|
|
3726
|
+
#if QT_CONFIG(tooltip)
|
|
3727
|
+
self.combo_par_tophat.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of rectangular weighting window", None))
|
|
3728
|
+
#endif // QT_CONFIG(tooltip)
|
|
3729
|
+
self.label_par_Nog.setText(QCoreApplication.translate("ProcessTab", u"Type", None))
|
|
3730
|
+
self.combo_par_Nog.setItemText(0, QCoreApplication.translate("ProcessTab", u"et al. 1999", None))
|
|
3731
|
+
self.combo_par_Nog.setItemText(1, QCoreApplication.translate("ProcessTab", u"et al. 2005", None))
|
|
3732
|
+
|
|
3733
|
+
#if QT_CONFIG(tooltip)
|
|
3734
|
+
self.combo_par_Nog.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of Nogueira weighting window", None))
|
|
3735
|
+
#endif // QT_CONFIG(tooltip)
|
|
3736
|
+
self.label_par_Bla.setText(QCoreApplication.translate("ProcessTab", u"Type", None))
|
|
3737
|
+
self.combo_par_Bla.setItemText(0, QCoreApplication.translate("ProcessTab", u"classic", None))
|
|
3738
|
+
self.combo_par_Bla.setItemText(1, QCoreApplication.translate("ProcessTab", u"reviewed (no 0s)", None))
|
|
3739
|
+
self.combo_par_Bla.setItemText(2, QCoreApplication.translate("ProcessTab", u"exact", None))
|
|
3740
|
+
|
|
3741
|
+
#if QT_CONFIG(tooltip)
|
|
3742
|
+
self.combo_par_Bla.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of Blackman weighting window", None))
|
|
3743
|
+
#endif // QT_CONFIG(tooltip)
|
|
3744
|
+
self.label_par_Har.setText(QCoreApplication.translate("ProcessTab", u"Type", None))
|
|
3745
|
+
self.combo_par_Har.setItemText(0, QCoreApplication.translate("ProcessTab", u"3 term - 67", None))
|
|
3746
|
+
self.combo_par_Har.setItemText(1, QCoreApplication.translate("ProcessTab", u"3 term - 61", None))
|
|
3747
|
+
self.combo_par_Har.setItemText(2, QCoreApplication.translate("ProcessTab", u"4 term - 92", None))
|
|
3748
|
+
self.combo_par_Har.setItemText(3, QCoreApplication.translate("ProcessTab", u"4 term - 74", None))
|
|
3749
|
+
|
|
3750
|
+
#if QT_CONFIG(tooltip)
|
|
3751
|
+
self.combo_par_Har.setToolTip(QCoreApplication.translate("ProcessTab", u"Type of Blackman-Harris weighting window", None))
|
|
3752
|
+
#endif // QT_CONFIG(tooltip)
|
|
3753
|
+
self.label_par_Gauss.setText(QCoreApplication.translate("ProcessTab", u"\u03b1 thresh.", None))
|
|
3754
|
+
#if QT_CONFIG(tooltip)
|
|
3755
|
+
self.spin_par_Gauss.setToolTip(QCoreApplication.translate("ProcessTab", u"St.d. value for the Gaussian weighting window (range: 0.1-10)", None))
|
|
3756
|
+
#endif // QT_CONFIG(tooltip)
|
|
3757
|
+
self.label_Wind_halfwidth.setText(QCoreApplication.translate("ProcessTab", u"Half-width", None))
|
|
3758
|
+
#if QT_CONFIG(tooltip)
|
|
3759
|
+
self.spin_Wind_halfwidth.setToolTip(QCoreApplication.translate("ProcessTab", u"<html><head/><body><p>Semi-size of weighting window for the displacement field. If 0 the size is equal to that of the IW</p></body></html>", None))
|
|
3760
|
+
#endif // QT_CONFIG(tooltip)
|
|
3761
|
+
self.label_MaxDisp_type.setText(QCoreApplication.translate("ProcessTab", u"Maximum displacement", None))
|
|
3762
|
+
self.combo_MaxDisp_type.setItemText(0, QCoreApplication.translate("ProcessTab", u"relative", None))
|
|
3763
|
+
self.combo_MaxDisp_type.setItemText(1, QCoreApplication.translate("ProcessTab", u"absolute", None))
|
|
3764
|
+
|
|
3765
|
+
#if QT_CONFIG(tooltip)
|
|
3766
|
+
self.combo_MaxDisp_type.setToolTip(QCoreApplication.translate("ProcessTab", u"Definition of maximum displacement allowed", None))
|
|
3767
|
+
#endif // QT_CONFIG(tooltip)
|
|
3768
|
+
self.label_MaxDisp_relative.setText(QCoreApplication.translate("ProcessTab", u"Fraction of IW", None))
|
|
3769
|
+
self.combo_MaxDisp_relative.setItemText(0, QCoreApplication.translate("ProcessTab", u"1/2", None))
|
|
3770
|
+
self.combo_MaxDisp_relative.setItemText(1, QCoreApplication.translate("ProcessTab", u"1/3", None))
|
|
3771
|
+
self.combo_MaxDisp_relative.setItemText(2, QCoreApplication.translate("ProcessTab", u"1/4", None))
|
|
3772
|
+
self.combo_MaxDisp_relative.setItemText(3, QCoreApplication.translate("ProcessTab", u"1/5", None))
|
|
3773
|
+
|
|
3774
|
+
#if QT_CONFIG(tooltip)
|
|
3775
|
+
self.combo_MaxDisp_relative.setToolTip(QCoreApplication.translate("ProcessTab", u"Maximum displacement allowed as a fraction of the IW size", None))
|
|
3776
|
+
#endif // QT_CONFIG(tooltip)
|
|
3777
|
+
self.label_MaxDisp_absolute.setText(QCoreApplication.translate("ProcessTab", u"Pixel units", None))
|
|
3778
|
+
#if QT_CONFIG(tooltip)
|
|
3779
|
+
self.spin_MaxDisp_absolute.setToolTip(QCoreApplication.translate("ProcessTab", u"Value of maximum displacement allowed in pixel units", None))
|
|
3780
|
+
#endif // QT_CONFIG(tooltip)
|
|
3781
|
+
#if QT_CONFIG(tooltip)
|
|
3782
|
+
self.check_DC_it.setToolTip(QCoreApplication.translate("ProcessTab", u"If activated, DCs are performed in the current iteration", None))
|
|
3783
|
+
#endif // QT_CONFIG(tooltip)
|
|
3784
|
+
self.check_DC_it.setText(QCoreApplication.translate("ProcessTab", u"DC", None))
|
|
3785
|
+
#if QT_CONFIG(tooltip)
|
|
3786
|
+
self.radio_Adaptative.setToolTip(QCoreApplication.translate("ProcessTab", u"Adapative process (multi-resolution)", None))
|
|
3787
|
+
#endif // QT_CONFIG(tooltip)
|
|
3788
|
+
self.radio_Adaptative.setText(QCoreApplication.translate("ProcessTab", u"Adaptative", None))
|
|
3789
|
+
self.label_adaptative_iter.setText(QCoreApplication.translate("ProcessTab", u"# of iterations:", None))
|
|
3790
|
+
#if QT_CONFIG(tooltip)
|
|
3791
|
+
self.spin_NItAdaptative.setToolTip(QCoreApplication.translate("ProcessTab", u"Number of final iterations (sizes and spacing from the last element in the above fields)", None))
|
|
3792
|
+
#endif // QT_CONFIG(tooltip)
|
|
3793
|
+
self.label_min_Corr.setText(QCoreApplication.translate("ProcessTab", u"Min. Corr. Value", None))
|
|
3794
|
+
#if QT_CONFIG(tooltip)
|
|
3795
|
+
self.spin_MinC.setToolTip(QCoreApplication.translate("ProcessTab", u"Minimum value of correlation peak allowed in the adaptative process", None))
|
|
3796
|
+
#endif // QT_CONFIG(tooltip)
|
|
3797
|
+
self.label_max_Corr.setText(QCoreApplication.translate("ProcessTab", u"Max. Corr. Value", None))
|
|
3798
|
+
#if QT_CONFIG(tooltip)
|
|
3799
|
+
self.spin_MaxC.setToolTip(QCoreApplication.translate("ProcessTab", u"Maximum value of correlation peak allowed in the adaptative process", None))
|
|
3800
|
+
#endif // QT_CONFIG(tooltip)
|
|
3801
|
+
self.label_min_Lar.setText(QCoreApplication.translate("ProcessTab", u"Min. half-width", None))
|
|
3802
|
+
#if QT_CONFIG(tooltip)
|
|
3803
|
+
self.spin_LarMin.setToolTip(QCoreApplication.translate("ProcessTab", u"Minimum value of semi-size of weighting window for the displacement field in the adaptative process", None))
|
|
3804
|
+
#endif // QT_CONFIG(tooltip)
|
|
3805
|
+
self.label_max_Lar.setText(QCoreApplication.translate("ProcessTab", u"Max. half-width", None))
|
|
3806
|
+
#if QT_CONFIG(tooltip)
|
|
3807
|
+
self.spin_LarMax.setToolTip(QCoreApplication.translate("ProcessTab", u"Maximum value of semi-size of weighting window for the displacement field in the adaptative process", None))
|
|
3808
|
+
#endif // QT_CONFIG(tooltip)
|
|
3809
|
+
# retranslateUi
|
|
3810
|
+
|