PaIRS-UniNa 0.2.10__cp313-cp313-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 +347 -0
- PaIRS_UniNa/Changes.txt +174 -0
- PaIRS_UniNa/Custom_Top.py +303 -0
- PaIRS_UniNa/Explorer.py +3322 -0
- PaIRS_UniNa/FolderLoop.py +562 -0
- PaIRS_UniNa/Input_Tab.py +829 -0
- PaIRS_UniNa/Input_Tab_CalVi.py +787 -0
- PaIRS_UniNa/Input_Tab_tools.py +3026 -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 +1374 -0
- PaIRS_UniNa/Process_Tab.py +1761 -0
- PaIRS_UniNa/Process_Tab_CalVi.py +313 -0
- PaIRS_UniNa/Process_Tab_Disp.py +170 -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 +298 -0
- PaIRS_UniNa/TabTools.py +1413 -0
- PaIRS_UniNa/Vis_Tab.py +2176 -0
- PaIRS_UniNa/Vis_Tab_CalVi.py +982 -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 +1633 -0
- PaIRS_UniNa/calib.py +1488 -0
- PaIRS_UniNa/calibView.py +833 -0
- PaIRS_UniNa/gPaIRS.py +3957 -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 +4 -0
- pairs_unina-0.2.10.dist-info/METADATA +159 -0
- pairs_unina-0.2.10.dist-info/RECORD +333 -0
- pairs_unina-0.2.10.dist-info/WHEEL +5 -0
- pairs_unina-0.2.10.dist-info/top_level.txt +2 -0
|
@@ -0,0 +1,437 @@
|
|
|
1
|
+
from .addwidgets_ps import icons_path
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
|
|
4
|
+
################################################################################
|
|
5
|
+
## Form generated from reading UI file 'Process_Tab_Min.ui'
|
|
6
|
+
##
|
|
7
|
+
## Created by: Qt User Interface Compiler version 6.7.0
|
|
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, QFrame, QHBoxLayout,
|
|
20
|
+
QLabel, QLayout, QRadioButton, QScrollArea,
|
|
21
|
+
QSizePolicy, QSpacerItem, QToolButton, QVBoxLayout,
|
|
22
|
+
QWidget)
|
|
23
|
+
|
|
24
|
+
from .addwidgets_ps import (MyQCombo, MyQDoubleSpin, MyTabLabel)
|
|
25
|
+
|
|
26
|
+
class Ui_ProcessTab_Min(object):
|
|
27
|
+
def setupUi(self, ProcessTab_Min):
|
|
28
|
+
if not ProcessTab_Min.objectName():
|
|
29
|
+
ProcessTab_Min.setObjectName(u"ProcessTab_Min")
|
|
30
|
+
ProcessTab_Min.resize(500, 680)
|
|
31
|
+
sizePolicy = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Preferred)
|
|
32
|
+
sizePolicy.setHorizontalStretch(0)
|
|
33
|
+
sizePolicy.setVerticalStretch(0)
|
|
34
|
+
sizePolicy.setHeightForWidth(ProcessTab_Min.sizePolicy().hasHeightForWidth())
|
|
35
|
+
ProcessTab_Min.setSizePolicy(sizePolicy)
|
|
36
|
+
ProcessTab_Min.setMinimumSize(QSize(500, 680))
|
|
37
|
+
ProcessTab_Min.setMaximumSize(QSize(1000, 16777215))
|
|
38
|
+
font = QFont()
|
|
39
|
+
font.setPointSize(11)
|
|
40
|
+
ProcessTab_Min.setFont(font)
|
|
41
|
+
icon1 = QIcon()
|
|
42
|
+
icon1.addFile(u""+ icons_path +"process_logo.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
43
|
+
ProcessTab_Min.setWindowIcon(icon1)
|
|
44
|
+
self.verticalLayout_65 = QVBoxLayout(ProcessTab_Min)
|
|
45
|
+
self.verticalLayout_65.setSpacing(5)
|
|
46
|
+
self.verticalLayout_65.setObjectName(u"verticalLayout_65")
|
|
47
|
+
self.verticalLayout_65.setSizeConstraint(QLayout.SizeConstraint.SetDefaultConstraint)
|
|
48
|
+
self.verticalLayout_65.setContentsMargins(10, 10, 10, 10)
|
|
49
|
+
self.w_Mode = QWidget(ProcessTab_Min)
|
|
50
|
+
self.w_Mode.setObjectName(u"w_Mode")
|
|
51
|
+
self.w_Mode.setMinimumSize(QSize(0, 40))
|
|
52
|
+
self.w_Mode.setMaximumSize(QSize(16777215, 40))
|
|
53
|
+
self.w_Mode.setFont(font)
|
|
54
|
+
self.horizontalLayout_2 = QHBoxLayout(self.w_Mode)
|
|
55
|
+
self.horizontalLayout_2.setSpacing(3)
|
|
56
|
+
self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
|
|
57
|
+
self.horizontalLayout_2.setContentsMargins(0, 0, 0, 10)
|
|
58
|
+
self.icon = QLabel(self.w_Mode)
|
|
59
|
+
self.icon.setObjectName(u"icon")
|
|
60
|
+
self.icon.setMinimumSize(QSize(35, 35))
|
|
61
|
+
self.icon.setMaximumSize(QSize(35, 35))
|
|
62
|
+
self.icon.setPixmap(QPixmap(u""+ icons_path +"process_logo.png"))
|
|
63
|
+
self.icon.setScaledContents(True)
|
|
64
|
+
|
|
65
|
+
self.horizontalLayout_2.addWidget(self.icon)
|
|
66
|
+
|
|
67
|
+
self.name_tab = MyTabLabel(self.w_Mode)
|
|
68
|
+
self.name_tab.setObjectName(u"name_tab")
|
|
69
|
+
self.name_tab.setMinimumSize(QSize(150, 35))
|
|
70
|
+
self.name_tab.setMaximumSize(QSize(16777215, 35))
|
|
71
|
+
font1 = QFont()
|
|
72
|
+
font1.setPointSize(20)
|
|
73
|
+
font1.setBold(True)
|
|
74
|
+
self.name_tab.setFont(font1)
|
|
75
|
+
|
|
76
|
+
self.horizontalLayout_2.addWidget(self.name_tab)
|
|
77
|
+
|
|
78
|
+
self.hs1 = QSpacerItem(30, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
79
|
+
|
|
80
|
+
self.horizontalLayout_2.addItem(self.hs1)
|
|
81
|
+
|
|
82
|
+
self.label_number = QLabel(self.w_Mode)
|
|
83
|
+
self.label_number.setObjectName(u"label_number")
|
|
84
|
+
self.label_number.setMinimumSize(QSize(15, 0))
|
|
85
|
+
self.label_number.setMaximumSize(QSize(30, 16777215))
|
|
86
|
+
font2 = QFont()
|
|
87
|
+
font2.setPointSize(9)
|
|
88
|
+
self.label_number.setFont(font2)
|
|
89
|
+
self.label_number.setAlignment(Qt.AlignmentFlag.AlignRight|Qt.AlignmentFlag.AlignTrailing|Qt.AlignmentFlag.AlignVCenter)
|
|
90
|
+
|
|
91
|
+
self.horizontalLayout_2.addWidget(self.label_number)
|
|
92
|
+
|
|
93
|
+
self.hs_2 = QSpacerItem(5, 20, QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Minimum)
|
|
94
|
+
|
|
95
|
+
self.horizontalLayout_2.addItem(self.hs_2)
|
|
96
|
+
|
|
97
|
+
self.button_back = QToolButton(self.w_Mode)
|
|
98
|
+
self.button_back.setObjectName(u"button_back")
|
|
99
|
+
self.button_back.setMinimumSize(QSize(24, 24))
|
|
100
|
+
self.button_back.setMaximumSize(QSize(24, 24))
|
|
101
|
+
icon2 = QIcon()
|
|
102
|
+
icon2.addFile(u""+ icons_path +"undo.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
103
|
+
self.button_back.setIcon(icon2)
|
|
104
|
+
self.button_back.setIconSize(QSize(20, 20))
|
|
105
|
+
|
|
106
|
+
self.horizontalLayout_2.addWidget(self.button_back)
|
|
107
|
+
|
|
108
|
+
self.button_forward = QToolButton(self.w_Mode)
|
|
109
|
+
self.button_forward.setObjectName(u"button_forward")
|
|
110
|
+
self.button_forward.setMinimumSize(QSize(24, 24))
|
|
111
|
+
self.button_forward.setMaximumSize(QSize(24, 24))
|
|
112
|
+
icon3 = QIcon()
|
|
113
|
+
icon3.addFile(u""+ icons_path +"redo.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
114
|
+
self.button_forward.setIcon(icon3)
|
|
115
|
+
self.button_forward.setIconSize(QSize(20, 20))
|
|
116
|
+
|
|
117
|
+
self.horizontalLayout_2.addWidget(self.button_forward)
|
|
118
|
+
|
|
119
|
+
self.w_button_close_tab = QWidget(self.w_Mode)
|
|
120
|
+
self.w_button_close_tab.setObjectName(u"w_button_close_tab")
|
|
121
|
+
self.w_button_close_tab.setMinimumSize(QSize(18, 24))
|
|
122
|
+
self.w_button_close_tab.setMaximumSize(QSize(18, 24))
|
|
123
|
+
self.horizontalLayout_20 = QHBoxLayout(self.w_button_close_tab)
|
|
124
|
+
self.horizontalLayout_20.setSpacing(0)
|
|
125
|
+
self.horizontalLayout_20.setObjectName(u"horizontalLayout_20")
|
|
126
|
+
self.horizontalLayout_20.setContentsMargins(0, 0, 0, -1)
|
|
127
|
+
self.button_close_tab = QToolButton(self.w_button_close_tab)
|
|
128
|
+
self.button_close_tab.setObjectName(u"button_close_tab")
|
|
129
|
+
self.button_close_tab.setMinimumSize(QSize(18, 18))
|
|
130
|
+
self.button_close_tab.setMaximumSize(QSize(18, 18))
|
|
131
|
+
self.button_close_tab.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
132
|
+
self.button_close_tab.setStyleSheet(u"QToolButton{\n"
|
|
133
|
+
"border-radius: 15px;\n"
|
|
134
|
+
"}")
|
|
135
|
+
icon4 = QIcon()
|
|
136
|
+
icon4.addFile(u""+ icons_path +"close.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
137
|
+
self.button_close_tab.setIcon(icon4)
|
|
138
|
+
self.button_close_tab.setIconSize(QSize(15, 15))
|
|
139
|
+
|
|
140
|
+
self.horizontalLayout_20.addWidget(self.button_close_tab)
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
self.horizontalLayout_2.addWidget(self.w_button_close_tab)
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
self.verticalLayout_65.addWidget(self.w_Mode)
|
|
147
|
+
|
|
148
|
+
self.separator = QFrame(ProcessTab_Min)
|
|
149
|
+
self.separator.setObjectName(u"separator")
|
|
150
|
+
self.separator.setMinimumSize(QSize(0, 5))
|
|
151
|
+
self.separator.setFrameShape(QFrame.Shape.HLine)
|
|
152
|
+
self.separator.setFrameShadow(QFrame.Shadow.Sunken)
|
|
153
|
+
|
|
154
|
+
self.verticalLayout_65.addWidget(self.separator)
|
|
155
|
+
|
|
156
|
+
self.scrollArea = QScrollArea(ProcessTab_Min)
|
|
157
|
+
self.scrollArea.setObjectName(u"scrollArea")
|
|
158
|
+
sizePolicy1 = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Expanding)
|
|
159
|
+
sizePolicy1.setHorizontalStretch(0)
|
|
160
|
+
sizePolicy1.setVerticalStretch(0)
|
|
161
|
+
sizePolicy1.setHeightForWidth(self.scrollArea.sizePolicy().hasHeightForWidth())
|
|
162
|
+
self.scrollArea.setSizePolicy(sizePolicy1)
|
|
163
|
+
self.scrollArea.setMinimumSize(QSize(0, 0))
|
|
164
|
+
self.scrollArea.setMaximumSize(QSize(16777215, 16777215))
|
|
165
|
+
self.scrollArea.setStyleSheet(u" QScrollArea {\n"
|
|
166
|
+
" border: 1pix solid gray;\n"
|
|
167
|
+
" background: transparent;\n"
|
|
168
|
+
" }\n"
|
|
169
|
+
"\n"
|
|
170
|
+
"QScrollBar:horizontal\n"
|
|
171
|
+
" {\n"
|
|
172
|
+
" height: 15px;\n"
|
|
173
|
+
" margin: 3px 10px 3px 10px;\n"
|
|
174
|
+
" border: 1px transparent #2A2929;\n"
|
|
175
|
+
" border-radius: 4px;\n"
|
|
176
|
+
" background-color: rgba(200,200,200,50); /* #2A2929; */\n"
|
|
177
|
+
" }\n"
|
|
178
|
+
"\n"
|
|
179
|
+
"QScrollBar::handle:horizontal\n"
|
|
180
|
+
" {\n"
|
|
181
|
+
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
182
|
+
" min-width: 5px;\n"
|
|
183
|
+
" border-radius: 4px;\n"
|
|
184
|
+
" }\n"
|
|
185
|
+
"\n"
|
|
186
|
+
"QScrollBar:vertical\n"
|
|
187
|
+
" {\n"
|
|
188
|
+
" background-color: rgba(200,200,200,50); ;\n"
|
|
189
|
+
" width: 15px;\n"
|
|
190
|
+
" margin: 10px 3px 10px 3px;\n"
|
|
191
|
+
" border: 1px transparent #2A2929;\n"
|
|
192
|
+
" border-radius: 4px;\n"
|
|
193
|
+
" }\n"
|
|
194
|
+
"\n"
|
|
195
|
+
"QScrollBar::handle:vertical\n"
|
|
196
|
+
" {\n"
|
|
197
|
+
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
198
|
+
" min-height: 5px;\n"
|
|
199
|
+
" border-radius: 4px;\n"
|
|
200
|
+
" }\n"
|
|
201
|
+
"\n"
|
|
202
|
+
"QScrollBar::add-line {\n"
|
|
203
|
+
""
|
|
204
|
+
" border: none;\n"
|
|
205
|
+
" background: none;\n"
|
|
206
|
+
" }\n"
|
|
207
|
+
"\n"
|
|
208
|
+
"QScrollBar::sub-line {\n"
|
|
209
|
+
" border: none;\n"
|
|
210
|
+
" background: none;\n"
|
|
211
|
+
" }\n"
|
|
212
|
+
"")
|
|
213
|
+
self.scrollArea.setWidgetResizable(True)
|
|
214
|
+
self.scrollAreaWidgetContents = QWidget()
|
|
215
|
+
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
|
|
216
|
+
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 480, 605))
|
|
217
|
+
sizePolicy.setHeightForWidth(self.scrollAreaWidgetContents.sizePolicy().hasHeightForWidth())
|
|
218
|
+
self.scrollAreaWidgetContents.setSizePolicy(sizePolicy)
|
|
219
|
+
self.scrollAreaWidgetContents.setMinimumSize(QSize(0, 0))
|
|
220
|
+
self.scrollAreaWidgetContents.setStyleSheet(u"\u2020")
|
|
221
|
+
self.verticalLayout_10 = QVBoxLayout(self.scrollAreaWidgetContents)
|
|
222
|
+
self.verticalLayout_10.setSpacing(20)
|
|
223
|
+
self.verticalLayout_10.setObjectName(u"verticalLayout_10")
|
|
224
|
+
self.verticalLayout_10.setContentsMargins(0, 15, 10, 5)
|
|
225
|
+
self.radio_TR = QRadioButton(self.scrollAreaWidgetContents)
|
|
226
|
+
self.radio_TR.setObjectName(u"radio_TR")
|
|
227
|
+
|
|
228
|
+
self.verticalLayout_10.addWidget(self.radio_TR)
|
|
229
|
+
|
|
230
|
+
self.w_LaserType = QWidget(self.scrollAreaWidgetContents)
|
|
231
|
+
self.w_LaserType.setObjectName(u"w_LaserType")
|
|
232
|
+
self.w_LaserType.setMinimumSize(QSize(0, 44))
|
|
233
|
+
self.w_LaserType.setMaximumSize(QSize(200, 44))
|
|
234
|
+
self.verticalLayout_67 = QVBoxLayout(self.w_LaserType)
|
|
235
|
+
self.verticalLayout_67.setSpacing(0)
|
|
236
|
+
self.verticalLayout_67.setObjectName(u"verticalLayout_67")
|
|
237
|
+
self.verticalLayout_67.setContentsMargins(0, 0, 0, 0)
|
|
238
|
+
self.label_LaserType = QLabel(self.w_LaserType)
|
|
239
|
+
self.label_LaserType.setObjectName(u"label_LaserType")
|
|
240
|
+
sizePolicy2 = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Fixed)
|
|
241
|
+
sizePolicy2.setHorizontalStretch(0)
|
|
242
|
+
sizePolicy2.setVerticalStretch(0)
|
|
243
|
+
sizePolicy2.setHeightForWidth(self.label_LaserType.sizePolicy().hasHeightForWidth())
|
|
244
|
+
self.label_LaserType.setSizePolicy(sizePolicy2)
|
|
245
|
+
self.label_LaserType.setMinimumSize(QSize(80, 20))
|
|
246
|
+
self.label_LaserType.setMaximumSize(QSize(16777215, 20))
|
|
247
|
+
font3 = QFont()
|
|
248
|
+
font3.setPointSize(10)
|
|
249
|
+
font3.setBold(False)
|
|
250
|
+
font3.setItalic(True)
|
|
251
|
+
self.label_LaserType.setFont(font3)
|
|
252
|
+
self.label_LaserType.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
253
|
+
|
|
254
|
+
self.verticalLayout_67.addWidget(self.label_LaserType)
|
|
255
|
+
|
|
256
|
+
self.combo_LaserType = MyQCombo(self.w_LaserType)
|
|
257
|
+
self.combo_LaserType.addItem("")
|
|
258
|
+
self.combo_LaserType.addItem("")
|
|
259
|
+
self.combo_LaserType.setObjectName(u"combo_LaserType")
|
|
260
|
+
self.combo_LaserType.setMinimumSize(QSize(85, 0))
|
|
261
|
+
self.combo_LaserType.setMaximumSize(QSize(16777215, 24))
|
|
262
|
+
self.combo_LaserType.setFont(font)
|
|
263
|
+
|
|
264
|
+
self.verticalLayout_67.addWidget(self.combo_LaserType)
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
self.verticalLayout_10.addWidget(self.w_LaserType)
|
|
268
|
+
|
|
269
|
+
self.w_example_label = QWidget(self.scrollAreaWidgetContents)
|
|
270
|
+
self.w_example_label.setObjectName(u"w_example_label")
|
|
271
|
+
self.horizontalLayout = QHBoxLayout(self.w_example_label)
|
|
272
|
+
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
|
273
|
+
self.hs_left = QSpacerItem(5, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
274
|
+
|
|
275
|
+
self.horizontalLayout.addItem(self.hs_left)
|
|
276
|
+
|
|
277
|
+
self.example_label = QLabel(self.w_example_label)
|
|
278
|
+
self.example_label.setObjectName(u"example_label")
|
|
279
|
+
sizePolicy.setHeightForWidth(self.example_label.sizePolicy().hasHeightForWidth())
|
|
280
|
+
self.example_label.setSizePolicy(sizePolicy)
|
|
281
|
+
self.example_label.setMinimumSize(QSize(400, 180))
|
|
282
|
+
self.example_label.setMaximumSize(QSize(400, 180))
|
|
283
|
+
self.example_label.setPixmap(QPixmap(u""+ icons_path +"laser_NTR.png"))
|
|
284
|
+
self.example_label.setScaledContents(True)
|
|
285
|
+
|
|
286
|
+
self.horizontalLayout.addWidget(self.example_label)
|
|
287
|
+
|
|
288
|
+
self.hs_right = QSpacerItem(5, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
289
|
+
|
|
290
|
+
self.horizontalLayout.addItem(self.hs_right)
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
self.verticalLayout_10.addWidget(self.w_example_label)
|
|
294
|
+
|
|
295
|
+
self.w_further_val = QWidget(self.scrollAreaWidgetContents)
|
|
296
|
+
self.w_further_val.setObjectName(u"w_further_val")
|
|
297
|
+
self.w_further_val.setMinimumSize(QSize(0, 44))
|
|
298
|
+
self.w_further_val.setMaximumSize(QSize(16777215, 44))
|
|
299
|
+
self.horizontalLayout_5 = QHBoxLayout(self.w_further_val)
|
|
300
|
+
self.horizontalLayout_5.setSpacing(10)
|
|
301
|
+
self.horizontalLayout_5.setObjectName(u"horizontalLayout_5")
|
|
302
|
+
self.horizontalLayout_5.setContentsMargins(0, 0, 0, 0)
|
|
303
|
+
self.w_MinVal = QWidget(self.w_further_val)
|
|
304
|
+
self.w_MinVal.setObjectName(u"w_MinVal")
|
|
305
|
+
self.w_MinVal.setMinimumSize(QSize(150, 44))
|
|
306
|
+
self.w_MinVal.setMaximumSize(QSize(16777215, 44))
|
|
307
|
+
self.verticalLayout_31 = QVBoxLayout(self.w_MinVal)
|
|
308
|
+
self.verticalLayout_31.setSpacing(0)
|
|
309
|
+
self.verticalLayout_31.setObjectName(u"verticalLayout_31")
|
|
310
|
+
self.verticalLayout_31.setContentsMargins(0, 0, 0, 0)
|
|
311
|
+
self.label_MinVal = QLabel(self.w_MinVal)
|
|
312
|
+
self.label_MinVal.setObjectName(u"label_MinVal")
|
|
313
|
+
sizePolicy2.setHeightForWidth(self.label_MinVal.sizePolicy().hasHeightForWidth())
|
|
314
|
+
self.label_MinVal.setSizePolicy(sizePolicy2)
|
|
315
|
+
self.label_MinVal.setMinimumSize(QSize(0, 20))
|
|
316
|
+
self.label_MinVal.setMaximumSize(QSize(16777215, 20))
|
|
317
|
+
self.label_MinVal.setFont(font3)
|
|
318
|
+
self.label_MinVal.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
319
|
+
|
|
320
|
+
self.verticalLayout_31.addWidget(self.label_MinVal)
|
|
321
|
+
|
|
322
|
+
self.spin_SogliaNoise = MyQDoubleSpin(self.w_MinVal)
|
|
323
|
+
self.spin_SogliaNoise.setObjectName(u"spin_SogliaNoise")
|
|
324
|
+
self.spin_SogliaNoise.setMinimumSize(QSize(0, 0))
|
|
325
|
+
self.spin_SogliaNoise.setMaximumSize(QSize(1000000, 24))
|
|
326
|
+
self.spin_SogliaNoise.setFont(font)
|
|
327
|
+
self.spin_SogliaNoise.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
328
|
+
self.spin_SogliaNoise.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
329
|
+
self.spin_SogliaNoise.setMaximum(4294967296.000000000000000)
|
|
330
|
+
self.spin_SogliaNoise.setSingleStep(0.100000000000000)
|
|
331
|
+
self.spin_SogliaNoise.setValue(5.000000000000000)
|
|
332
|
+
|
|
333
|
+
self.verticalLayout_31.addWidget(self.spin_SogliaNoise)
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
self.horizontalLayout_5.addWidget(self.w_MinVal)
|
|
337
|
+
|
|
338
|
+
self.w_MinStD = QWidget(self.w_further_val)
|
|
339
|
+
self.w_MinStD.setObjectName(u"w_MinStD")
|
|
340
|
+
self.w_MinStD.setMinimumSize(QSize(150, 44))
|
|
341
|
+
self.w_MinStD.setMaximumSize(QSize(16777215, 44))
|
|
342
|
+
self.verticalLayout_32 = QVBoxLayout(self.w_MinStD)
|
|
343
|
+
self.verticalLayout_32.setSpacing(0)
|
|
344
|
+
self.verticalLayout_32.setObjectName(u"verticalLayout_32")
|
|
345
|
+
self.verticalLayout_32.setContentsMargins(0, 0, 0, 0)
|
|
346
|
+
self.label_MinStD = QLabel(self.w_MinStD)
|
|
347
|
+
self.label_MinStD.setObjectName(u"label_MinStD")
|
|
348
|
+
sizePolicy2.setHeightForWidth(self.label_MinStD.sizePolicy().hasHeightForWidth())
|
|
349
|
+
self.label_MinStD.setSizePolicy(sizePolicy2)
|
|
350
|
+
self.label_MinStD.setMinimumSize(QSize(0, 20))
|
|
351
|
+
self.label_MinStD.setMaximumSize(QSize(16777215, 20))
|
|
352
|
+
self.label_MinStD.setFont(font3)
|
|
353
|
+
self.label_MinStD.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter)
|
|
354
|
+
|
|
355
|
+
self.verticalLayout_32.addWidget(self.label_MinStD)
|
|
356
|
+
|
|
357
|
+
self.spin_SogliaStd = MyQDoubleSpin(self.w_MinStD)
|
|
358
|
+
self.spin_SogliaStd.setObjectName(u"spin_SogliaStd")
|
|
359
|
+
self.spin_SogliaStd.setMinimumSize(QSize(0, 0))
|
|
360
|
+
self.spin_SogliaStd.setMaximumSize(QSize(1000000, 24))
|
|
361
|
+
self.spin_SogliaStd.setFont(font)
|
|
362
|
+
self.spin_SogliaStd.setButtonSymbols(QAbstractSpinBox.ButtonSymbols.NoButtons)
|
|
363
|
+
self.spin_SogliaStd.setCorrectionMode(QAbstractSpinBox.CorrectionMode.CorrectToNearestValue)
|
|
364
|
+
self.spin_SogliaStd.setSingleStep(0.100000000000000)
|
|
365
|
+
self.spin_SogliaStd.setValue(1.500000000000000)
|
|
366
|
+
|
|
367
|
+
self.verticalLayout_32.addWidget(self.spin_SogliaStd)
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
self.horizontalLayout_5.addWidget(self.w_MinStD)
|
|
371
|
+
|
|
372
|
+
self.hs_val = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
373
|
+
|
|
374
|
+
self.horizontalLayout_5.addItem(self.hs_val)
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
self.verticalLayout_10.addWidget(self.w_further_val)
|
|
378
|
+
|
|
379
|
+
self.verticalSpacer = QSpacerItem(20, 20, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
380
|
+
|
|
381
|
+
self.verticalLayout_10.addItem(self.verticalSpacer)
|
|
382
|
+
|
|
383
|
+
self.scrollArea.setWidget(self.scrollAreaWidgetContents)
|
|
384
|
+
|
|
385
|
+
self.verticalLayout_65.addWidget(self.scrollArea)
|
|
386
|
+
|
|
387
|
+
QWidget.setTabOrder(self.button_back, self.button_forward)
|
|
388
|
+
QWidget.setTabOrder(self.button_forward, self.button_close_tab)
|
|
389
|
+
QWidget.setTabOrder(self.button_close_tab, self.scrollArea)
|
|
390
|
+
|
|
391
|
+
self.retranslateUi(ProcessTab_Min)
|
|
392
|
+
|
|
393
|
+
QMetaObject.connectSlotsByName(ProcessTab_Min)
|
|
394
|
+
# setupUi
|
|
395
|
+
|
|
396
|
+
def retranslateUi(self, ProcessTab_Min):
|
|
397
|
+
ProcessTab_Min.setWindowTitle(QCoreApplication.translate("ProcessTab_Min", u"Process", None))
|
|
398
|
+
self.icon.setText("")
|
|
399
|
+
self.name_tab.setText(QCoreApplication.translate("ProcessTab_Min", u" Process", None))
|
|
400
|
+
self.label_number.setText(QCoreApplication.translate("ProcessTab_Min", u"1", None))
|
|
401
|
+
#if QT_CONFIG(tooltip)
|
|
402
|
+
self.button_back.setToolTip(QCoreApplication.translate("ProcessTab_Min", u"Undo", None))
|
|
403
|
+
#endif // QT_CONFIG(tooltip)
|
|
404
|
+
self.button_back.setText("")
|
|
405
|
+
#if QT_CONFIG(tooltip)
|
|
406
|
+
self.button_forward.setToolTip(QCoreApplication.translate("ProcessTab_Min", u"Redo", None))
|
|
407
|
+
#endif // QT_CONFIG(tooltip)
|
|
408
|
+
self.button_forward.setText("")
|
|
409
|
+
#if QT_CONFIG(tooltip)
|
|
410
|
+
self.button_close_tab.setToolTip(QCoreApplication.translate("ProcessTab_Min", u"Close tab", None))
|
|
411
|
+
#endif // QT_CONFIG(tooltip)
|
|
412
|
+
self.button_close_tab.setText("")
|
|
413
|
+
#if QT_CONFIG(shortcut)
|
|
414
|
+
self.button_close_tab.setShortcut(QCoreApplication.translate("ProcessTab_Min", u"Alt+P", None))
|
|
415
|
+
#endif // QT_CONFIG(shortcut)
|
|
416
|
+
#if QT_CONFIG(tooltip)
|
|
417
|
+
self.radio_TR.setToolTip(QCoreApplication.translate("ProcessTab_Min", u"If activated, the sequence is assumed to be time-resolved", None))
|
|
418
|
+
#endif // QT_CONFIG(tooltip)
|
|
419
|
+
self.radio_TR.setText(QCoreApplication.translate("ProcessTab_Min", u"Time resolved sequence", None))
|
|
420
|
+
self.label_LaserType.setText(QCoreApplication.translate("ProcessTab_Min", u"Laser setup", None))
|
|
421
|
+
self.combo_LaserType.setItemText(0, QCoreApplication.translate("ProcessTab_Min", u"single laser", None))
|
|
422
|
+
self.combo_LaserType.setItemText(1, QCoreApplication.translate("ProcessTab_Min", u"double laser", None))
|
|
423
|
+
|
|
424
|
+
#if QT_CONFIG(tooltip)
|
|
425
|
+
self.combo_LaserType.setToolTip(QCoreApplication.translate("ProcessTab_Min", u"Type of laser setup", None))
|
|
426
|
+
#endif // QT_CONFIG(tooltip)
|
|
427
|
+
self.example_label.setText("")
|
|
428
|
+
self.label_MinVal.setText(QCoreApplication.translate("ProcessTab_Min", u"Min. allowed value", None))
|
|
429
|
+
#if QT_CONFIG(tooltip)
|
|
430
|
+
self.spin_SogliaNoise.setToolTip(QCoreApplication.translate("ProcessTab_Min", u"Minimum value of intensity level to consider data in the window reliable", None))
|
|
431
|
+
#endif // QT_CONFIG(tooltip)
|
|
432
|
+
self.label_MinStD.setText(QCoreApplication.translate("ProcessTab_Min", u"Min. allowed st.d. value", None))
|
|
433
|
+
#if QT_CONFIG(tooltip)
|
|
434
|
+
self.spin_SogliaStd.setToolTip(QCoreApplication.translate("ProcessTab_Min", u"Minimum value of st.d. of intensity levels to consider data in the window reliable", None))
|
|
435
|
+
#endif // QT_CONFIG(tooltip)
|
|
436
|
+
# retranslateUi
|
|
437
|
+
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
from .addwidgets_ps import icons_path
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
|
|
4
|
+
################################################################################
|
|
5
|
+
## Form generated from reading UI file 'ResizePopup.ui'
|
|
6
|
+
##
|
|
7
|
+
## Created by: Qt User Interface Compiler version 6.4.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 (QApplication, QHBoxLayout, QSizePolicy, QToolButton,
|
|
20
|
+
QWidget)
|
|
21
|
+
|
|
22
|
+
class Ui_ResizePopup(object):
|
|
23
|
+
def setupUi(self, ResizePopup):
|
|
24
|
+
if not ResizePopup.objectName():
|
|
25
|
+
ResizePopup.setObjectName(u"ResizePopup")
|
|
26
|
+
ResizePopup.resize(280, 60)
|
|
27
|
+
ResizePopup.setMinimumSize(QSize(280, 60))
|
|
28
|
+
ResizePopup.setMaximumSize(QSize(280, 60))
|
|
29
|
+
self.horizontalLayout_2 = QHBoxLayout(ResizePopup)
|
|
30
|
+
self.horizontalLayout_2.setSpacing(0)
|
|
31
|
+
self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
|
|
32
|
+
self.horizontalLayout_2.setContentsMargins(0, 0, 0, 0)
|
|
33
|
+
self.w_b_size = QWidget(ResizePopup)
|
|
34
|
+
self.w_b_size.setObjectName(u"w_b_size")
|
|
35
|
+
self.horizontalLayout = QHBoxLayout(self.w_b_size)
|
|
36
|
+
self.horizontalLayout.setSpacing(10)
|
|
37
|
+
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
|
38
|
+
self.horizontalLayout.setContentsMargins(5, 10, 5, 10)
|
|
39
|
+
self.w_button_close_tab = QWidget(self.w_b_size)
|
|
40
|
+
self.w_button_close_tab.setObjectName(u"w_button_close_tab")
|
|
41
|
+
self.w_button_close_tab.setMinimumSize(QSize(18, 24))
|
|
42
|
+
self.w_button_close_tab.setMaximumSize(QSize(18, 24))
|
|
43
|
+
self.horizontalLayout_20 = QHBoxLayout(self.w_button_close_tab)
|
|
44
|
+
self.horizontalLayout_20.setSpacing(0)
|
|
45
|
+
self.horizontalLayout_20.setObjectName(u"horizontalLayout_20")
|
|
46
|
+
self.horizontalLayout_20.setContentsMargins(0, 0, 0, -1)
|
|
47
|
+
self.button_close_tab = QToolButton(self.w_button_close_tab)
|
|
48
|
+
self.button_close_tab.setObjectName(u"button_close_tab")
|
|
49
|
+
self.button_close_tab.setMinimumSize(QSize(18, 18))
|
|
50
|
+
self.button_close_tab.setMaximumSize(QSize(18, 18))
|
|
51
|
+
self.button_close_tab.setLayoutDirection(Qt.LeftToRight)
|
|
52
|
+
self.button_close_tab.setStyleSheet(u"QToolButton{\n"
|
|
53
|
+
"border-radius: 15px;\n"
|
|
54
|
+
"}")
|
|
55
|
+
icon = QIcon()
|
|
56
|
+
icon.addFile(u""+ icons_path +"close.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
57
|
+
self.button_close_tab.setIcon(icon)
|
|
58
|
+
self.button_close_tab.setIconSize(QSize(15, 15))
|
|
59
|
+
|
|
60
|
+
self.horizontalLayout_20.addWidget(self.button_close_tab)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
self.horizontalLayout.addWidget(self.w_button_close_tab)
|
|
64
|
+
|
|
65
|
+
self.b0 = QToolButton(self.w_b_size)
|
|
66
|
+
self.b0.setObjectName(u"b0")
|
|
67
|
+
self.b0.setMinimumSize(QSize(30, 30))
|
|
68
|
+
self.b0.setMaximumSize(QSize(30, 30))
|
|
69
|
+
self.b0.setStyleSheet(u"")
|
|
70
|
+
icon1 = QIcon()
|
|
71
|
+
icon1.addFile(u""+ icons_path +"w0.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
72
|
+
self.b0.setIcon(icon1)
|
|
73
|
+
self.b0.setIconSize(QSize(30, 30))
|
|
74
|
+
|
|
75
|
+
self.horizontalLayout.addWidget(self.b0)
|
|
76
|
+
|
|
77
|
+
self.b1 = QToolButton(self.w_b_size)
|
|
78
|
+
self.b1.setObjectName(u"b1")
|
|
79
|
+
self.b1.setMinimumSize(QSize(30, 30))
|
|
80
|
+
self.b1.setMaximumSize(QSize(30, 30))
|
|
81
|
+
self.b1.setStyleSheet(u"")
|
|
82
|
+
icon2 = QIcon()
|
|
83
|
+
icon2.addFile(u""+ icons_path +"w1.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
84
|
+
self.b1.setIcon(icon2)
|
|
85
|
+
self.b1.setIconSize(QSize(30, 30))
|
|
86
|
+
|
|
87
|
+
self.horizontalLayout.addWidget(self.b1)
|
|
88
|
+
|
|
89
|
+
self.b2 = QToolButton(self.w_b_size)
|
|
90
|
+
self.b2.setObjectName(u"b2")
|
|
91
|
+
self.b2.setMinimumSize(QSize(30, 30))
|
|
92
|
+
self.b2.setMaximumSize(QSize(30, 30))
|
|
93
|
+
self.b2.setStyleSheet(u"")
|
|
94
|
+
icon3 = QIcon()
|
|
95
|
+
icon3.addFile(u""+ icons_path +"w2.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
96
|
+
self.b2.setIcon(icon3)
|
|
97
|
+
self.b2.setIconSize(QSize(30, 30))
|
|
98
|
+
|
|
99
|
+
self.horizontalLayout.addWidget(self.b2)
|
|
100
|
+
|
|
101
|
+
self.b3 = QToolButton(self.w_b_size)
|
|
102
|
+
self.b3.setObjectName(u"b3")
|
|
103
|
+
self.b3.setMinimumSize(QSize(30, 30))
|
|
104
|
+
self.b3.setMaximumSize(QSize(30, 30))
|
|
105
|
+
self.b3.setStyleSheet(u"")
|
|
106
|
+
icon4 = QIcon()
|
|
107
|
+
icon4.addFile(u""+ icons_path +"w3.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
108
|
+
self.b3.setIcon(icon4)
|
|
109
|
+
self.b3.setIconSize(QSize(30, 30))
|
|
110
|
+
|
|
111
|
+
self.horizontalLayout.addWidget(self.b3)
|
|
112
|
+
|
|
113
|
+
self.b4 = QToolButton(self.w_b_size)
|
|
114
|
+
self.b4.setObjectName(u"b4")
|
|
115
|
+
self.b4.setMinimumSize(QSize(30, 30))
|
|
116
|
+
self.b4.setMaximumSize(QSize(30, 30))
|
|
117
|
+
self.b4.setStyleSheet(u"")
|
|
118
|
+
icon5 = QIcon()
|
|
119
|
+
icon5.addFile(u""+ icons_path +"w4.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
120
|
+
self.b4.setIcon(icon5)
|
|
121
|
+
self.b4.setIconSize(QSize(30, 30))
|
|
122
|
+
|
|
123
|
+
self.horizontalLayout.addWidget(self.b4)
|
|
124
|
+
|
|
125
|
+
self.b5 = QToolButton(self.w_b_size)
|
|
126
|
+
self.b5.setObjectName(u"b5")
|
|
127
|
+
self.b5.setMinimumSize(QSize(30, 30))
|
|
128
|
+
self.b5.setMaximumSize(QSize(30, 30))
|
|
129
|
+
self.b5.setStyleSheet(u"")
|
|
130
|
+
icon6 = QIcon()
|
|
131
|
+
icon6.addFile(u""+ icons_path +"w5.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
132
|
+
self.b5.setIcon(icon6)
|
|
133
|
+
self.b5.setIconSize(QSize(30, 30))
|
|
134
|
+
|
|
135
|
+
self.horizontalLayout.addWidget(self.b5)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
self.horizontalLayout_2.addWidget(self.w_b_size)
|
|
139
|
+
|
|
140
|
+
QWidget.setTabOrder(self.button_close_tab, self.b0)
|
|
141
|
+
QWidget.setTabOrder(self.b0, self.b1)
|
|
142
|
+
QWidget.setTabOrder(self.b1, self.b2)
|
|
143
|
+
QWidget.setTabOrder(self.b2, self.b3)
|
|
144
|
+
QWidget.setTabOrder(self.b3, self.b4)
|
|
145
|
+
QWidget.setTabOrder(self.b4, self.b5)
|
|
146
|
+
|
|
147
|
+
self.retranslateUi(ResizePopup)
|
|
148
|
+
|
|
149
|
+
QMetaObject.connectSlotsByName(ResizePopup)
|
|
150
|
+
# setupUi
|
|
151
|
+
|
|
152
|
+
def retranslateUi(self, ResizePopup):
|
|
153
|
+
ResizePopup.setWindowTitle(QCoreApplication.translate("ResizePopup", u"ResizePopup", None))
|
|
154
|
+
#if QT_CONFIG(tooltip)
|
|
155
|
+
self.button_close_tab.setToolTip(QCoreApplication.translate("ResizePopup", u"Close popup", None))
|
|
156
|
+
#endif // QT_CONFIG(tooltip)
|
|
157
|
+
self.button_close_tab.setText("")
|
|
158
|
+
#if QT_CONFIG(shortcut)
|
|
159
|
+
self.button_close_tab.setShortcut(QCoreApplication.translate("ResizePopup", u"Esc", None))
|
|
160
|
+
#endif // QT_CONFIG(shortcut)
|
|
161
|
+
#if QT_CONFIG(tooltip)
|
|
162
|
+
self.b0.setToolTip(QCoreApplication.translate("ResizePopup", u"Default configuration", None))
|
|
163
|
+
#endif // QT_CONFIG(tooltip)
|
|
164
|
+
self.b0.setText("")
|
|
165
|
+
#if QT_CONFIG(shortcut)
|
|
166
|
+
self.b0.setShortcut(QCoreApplication.translate("ResizePopup", u"0", None))
|
|
167
|
+
#endif // QT_CONFIG(shortcut)
|
|
168
|
+
#if QT_CONFIG(tooltip)
|
|
169
|
+
self.b1.setToolTip(QCoreApplication.translate("ResizePopup", u"1 tab configuration", None))
|
|
170
|
+
#endif // QT_CONFIG(tooltip)
|
|
171
|
+
self.b1.setText(QCoreApplication.translate("ResizePopup", u"...", None))
|
|
172
|
+
#if QT_CONFIG(shortcut)
|
|
173
|
+
self.b1.setShortcut(QCoreApplication.translate("ResizePopup", u"1", None))
|
|
174
|
+
#endif // QT_CONFIG(shortcut)
|
|
175
|
+
#if QT_CONFIG(tooltip)
|
|
176
|
+
self.b2.setToolTip(QCoreApplication.translate("ResizePopup", u"2 tabs configuration", None))
|
|
177
|
+
#endif // QT_CONFIG(tooltip)
|
|
178
|
+
self.b2.setText(QCoreApplication.translate("ResizePopup", u"...", None))
|
|
179
|
+
#if QT_CONFIG(shortcut)
|
|
180
|
+
self.b2.setShortcut(QCoreApplication.translate("ResizePopup", u"2", None))
|
|
181
|
+
#endif // QT_CONFIG(shortcut)
|
|
182
|
+
#if QT_CONFIG(tooltip)
|
|
183
|
+
self.b3.setToolTip(QCoreApplication.translate("ResizePopup", u"3 tabs configuration", None))
|
|
184
|
+
#endif // QT_CONFIG(tooltip)
|
|
185
|
+
self.b3.setText(QCoreApplication.translate("ResizePopup", u"...", None))
|
|
186
|
+
#if QT_CONFIG(shortcut)
|
|
187
|
+
self.b3.setShortcut(QCoreApplication.translate("ResizePopup", u"3", None))
|
|
188
|
+
#endif // QT_CONFIG(shortcut)
|
|
189
|
+
#if QT_CONFIG(tooltip)
|
|
190
|
+
self.b4.setToolTip(QCoreApplication.translate("ResizePopup", u"Run configuration", None))
|
|
191
|
+
#endif // QT_CONFIG(tooltip)
|
|
192
|
+
self.b4.setText("")
|
|
193
|
+
#if QT_CONFIG(shortcut)
|
|
194
|
+
self.b4.setShortcut(QCoreApplication.translate("ResizePopup", u"R", None))
|
|
195
|
+
#endif // QT_CONFIG(shortcut)
|
|
196
|
+
#if QT_CONFIG(tooltip)
|
|
197
|
+
self.b5.setToolTip(QCoreApplication.translate("ResizePopup", u"Last configuration", None))
|
|
198
|
+
#endif // QT_CONFIG(tooltip)
|
|
199
|
+
self.b5.setText("")
|
|
200
|
+
#if QT_CONFIG(shortcut)
|
|
201
|
+
self.b5.setShortcut(QCoreApplication.translate("ResizePopup", u"Backspace", None))
|
|
202
|
+
#endif // QT_CONFIG(shortcut)
|
|
203
|
+
# retranslateUi
|
|
204
|
+
|