PaIRS-UniNa 0.1.13__cp310-cp310-win_amd64.whl → 0.2.8__cp310-cp310-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- PaIRS_UniNa/Calibration_Tab.py +331 -0
- PaIRS_UniNa/Changes.txt +134 -2
- PaIRS_UniNa/Custom_Top.py +299 -299
- PaIRS_UniNa/Explorer.py +3136 -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 +3025 -0
- PaIRS_UniNa/Log_Tab.py +57 -14
- PaIRS_UniNa/Output_Tab.py +922 -0
- PaIRS_UniNa/PaIRS_PIV.py +111 -18
- PaIRS_UniNa/PaIRS_pypacks.py +698 -140
- PaIRS_UniNa/Process_Tab.py +1221 -1402
- PaIRS_UniNa/Process_Tab_CalVi.py +137 -262
- PaIRS_UniNa/Process_Tab_Disp.py +163 -0
- PaIRS_UniNa/Process_Tab_Min.py +120 -0
- PaIRS_UniNa/Saving_tools.py +296 -0
- PaIRS_UniNa/TabTools.py +863 -543
- PaIRS_UniNa/Vis_Tab.py +1898 -1315
- PaIRS_UniNa/Vis_Tab_CalVi.py +484 -356
- PaIRS_UniNa/Whatsnew.py +59 -10
- PaIRS_UniNa/_PaIRS_PIV.pyd +0 -0
- PaIRS_UniNa/__init__.py +4 -3
- PaIRS_UniNa/addwidgets_ps.py +326 -56
- PaIRS_UniNa/calib.py +19 -12
- PaIRS_UniNa/calibView.py +48 -25
- PaIRS_UniNa/gPaIRS.py +3902 -3461
- PaIRS_UniNa/gPalette.py +189 -170
- 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/bin_off.png +0 -0
- PaIRS_UniNa/icons/bin_on.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/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/close_all.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/cut.png +0 -0
- PaIRS_UniNa/icons/cut_warnings.png +0 -0
- PaIRS_UniNa/icons/darkmode.png +0 -0
- PaIRS_UniNa/icons/disp_step.png +0 -0
- PaIRS_UniNa/icons/disp_step_off.png +0 -0
- PaIRS_UniNa/icons/edit_list.png +0 -0
- PaIRS_UniNa/icons/example_list.png +0 -0
- PaIRS_UniNa/icons/flaticon_PaIRS_beta.png +0 -0
- PaIRS_UniNa/icons/flaticon_PaIRS_download_warning.png +0 -0
- PaIRS_UniNa/icons/flip_y_off.png +0 -0
- PaIRS_UniNa/icons/flip_y_on.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/import_set.png +0 -0
- PaIRS_UniNa/icons/information.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/log_logo.png +0 -0
- PaIRS_UniNa/icons/logo_opaco.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/new_workspace.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/paused.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/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/read.png +0 -0
- PaIRS_UniNa/icons/read_list.png +0 -0
- PaIRS_UniNa/icons/reset.png +0 -0
- PaIRS_UniNa/icons/reset_levels.png +0 -0
- PaIRS_UniNa/icons/restore_undo.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/save_and_stop.png +0 -0
- PaIRS_UniNa/icons/save_cfg.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/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/unedited.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/vectorColor.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/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 +8 -8
- PaIRS_UniNa/parForMulti.py +7 -5
- PaIRS_UniNa/parForWorkers.py +370 -31
- PaIRS_UniNa/pivParFor.py +233 -229
- PaIRS_UniNa/plt_util.py +141 -141
- PaIRS_UniNa/preProcParFor.py +153 -148
- PaIRS_UniNa/procTools.py +631 -178
- PaIRS_UniNa/readcfg.py +31 -1
- PaIRS_UniNa/rqrdpckgs.txt +9 -0
- PaIRS_UniNa/stereoPivParFor.py +227 -0
- PaIRS_UniNa/tAVarie.py +215 -215
- PaIRS_UniNa/tabSplitter.py +612 -0
- PaIRS_UniNa/ui_Calibration_Tab.py +545 -0
- PaIRS_UniNa/ui_Custom_Top.py +5 -5
- PaIRS_UniNa/ui_Input_Tab.py +1101 -0
- PaIRS_UniNa/{ui_Import_Tab_CalVi.py → ui_Input_Tab_CalVi.py} +1282 -1275
- PaIRS_UniNa/ui_Log_Tab.py +262 -257
- PaIRS_UniNa/{ui_Export_Tab.py → ui_Output_Tab.py} +2361 -1778
- PaIRS_UniNa/ui_Process_Tab.py +3809 -3758
- PaIRS_UniNa/ui_Process_Tab_CalVi.py +1547 -1546
- PaIRS_UniNa/ui_Process_Tab_Disp.py +1141 -0
- PaIRS_UniNa/ui_Process_Tab_Min.py +437 -0
- PaIRS_UniNa/ui_Vis_Tab.py +1626 -1208
- PaIRS_UniNa/ui_Vis_Tab_CalVi.py +1249 -1249
- PaIRS_UniNa/ui_Whatsnew.py +131 -131
- PaIRS_UniNa/ui_gPairs.py +876 -950
- PaIRS_UniNa/ui_infoPaIRS.py +550 -425
- PaIRS_UniNa/whatsnew.txt +6 -4
- {PaIRS_UniNa-0.1.13.dist-info → pairs_unina-0.2.8.dist-info}/METADATA +69 -51
- pairs_unina-0.2.8.dist-info/RECORD +329 -0
- {PaIRS_UniNa-0.1.13.dist-info → pairs_unina-0.2.8.dist-info}/WHEEL +1 -1
- PaIRS_UniNa/CalVi.py +0 -18
- PaIRS_UniNa/Export_Tab.py +0 -574
- PaIRS_UniNa/Import_Tab.py +0 -657
- PaIRS_UniNa/Import_Tab_CalVi.py +0 -861
- PaIRS_UniNa/Import_Tab_tools.py +0 -598
- PaIRS_UniNa/Tree_Tab.py +0 -543
- PaIRS_UniNa/gCalVi.py +0 -2024
- PaIRS_UniNa/icons/add.png +0 -0
- PaIRS_UniNa/icons/cancelled.png +0 -0
- PaIRS_UniNa/icons/chain.png +0 -0
- PaIRS_UniNa/icons/chain_broken.png +0 -0
- PaIRS_UniNa/icons/default_sizes.png +0 -0
- PaIRS_UniNa/icons/dock_tabs.png +0 -0
- PaIRS_UniNa/icons/done.png +0 -0
- PaIRS_UniNa/icons/down_arrow.png +0 -0
- PaIRS_UniNa/icons/export_logo.png +0 -0
- PaIRS_UniNa/icons/fast_delete.png +0 -0
- PaIRS_UniNa/icons/flip_y.png +0 -0
- PaIRS_UniNa/icons/ganci.png +0 -0
- PaIRS_UniNa/icons/import_blue.png +0 -0
- PaIRS_UniNa/icons/import_logo.png +0 -0
- PaIRS_UniNa/icons/missing.png +0 -0
- PaIRS_UniNa/icons/process_icon.png +0 -0
- PaIRS_UniNa/icons/processing.png +0 -0
- PaIRS_UniNa/icons/restart.png +0 -0
- PaIRS_UniNa/icons/right_arrow.png +0 -0
- PaIRS_UniNa/icons/run_piv.png +0 -0
- PaIRS_UniNa/icons/terminal.png +0 -0
- PaIRS_UniNa/icons/undock_tabs.png +0 -0
- PaIRS_UniNa/icons/vect_field.png +0 -0
- PaIRS_UniNa/icons/w0.png +0 -0
- PaIRS_UniNa/icons/w1.png +0 -0
- PaIRS_UniNa/icons/w2.png +0 -0
- PaIRS_UniNa/icons/w3.png +0 -0
- PaIRS_UniNa/icons/w4.png +0 -0
- PaIRS_UniNa/icons/w5.png +0 -0
- PaIRS_UniNa/run_CalVi.py +0 -14
- PaIRS_UniNa/run_gcalvi.py +0 -5
- PaIRS_UniNa/ui_Import_Tab.py +0 -1077
- PaIRS_UniNa/ui_Tree_Tab.py +0 -684
- PaIRS_UniNa/ui_gCalVi.py +0 -640
- PaIRS_UniNa/ui_infoCalVi.py +0 -428
- PaIRS_UniNa-0.1.13.dist-info/LICENSE +0 -19
- PaIRS_UniNa-0.1.13.dist-info/RECORD +0 -174
- /PaIRS_UniNa/icons/{clean_queue.png → clean.png} +0 -0
- /PaIRS_UniNa/icons/{waiting_c.png → sandglass.png} +0 -0
- {PaIRS_UniNa-0.1.13.dist-info → pairs_unina-0.2.8.dist-info}/top_level.txt +0 -0
PaIRS_UniNa/ui_Log_Tab.py
CHANGED
|
@@ -1,258 +1,263 @@
|
|
|
1
1
|
from .addwidgets_ps import icons_path
|
|
2
|
-
# -*- coding: utf-8 -*-
|
|
3
|
-
|
|
4
|
-
################################################################################
|
|
5
|
-
## Form generated from reading UI file '
|
|
6
|
-
##
|
|
7
|
-
## Created by: Qt User Interface Compiler version 6.
|
|
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, QFrame, QHBoxLayout, QLabel,
|
|
20
|
-
QProgressBar, QScrollArea, QSizePolicy, QTextEdit,
|
|
21
|
-
QToolButton, QVBoxLayout, QWidget)
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
LogTab.
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
LogTab.
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
self.
|
|
36
|
-
self.
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
self.w_Mode.
|
|
40
|
-
self.
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
self.
|
|
44
|
-
self.
|
|
45
|
-
self.
|
|
46
|
-
self.
|
|
47
|
-
self.
|
|
48
|
-
self.icon
|
|
49
|
-
self.icon.
|
|
50
|
-
|
|
51
|
-
self.
|
|
52
|
-
|
|
53
|
-
self.
|
|
54
|
-
|
|
55
|
-
self.
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
self.
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
self.progress_Proc.
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
self.progress_Proc.
|
|
82
|
-
|
|
83
|
-
self.
|
|
84
|
-
|
|
85
|
-
self.
|
|
86
|
-
|
|
87
|
-
self.
|
|
88
|
-
|
|
89
|
-
self.
|
|
90
|
-
self.
|
|
91
|
-
self.
|
|
92
|
-
self.
|
|
93
|
-
self.
|
|
94
|
-
self.
|
|
95
|
-
self.
|
|
96
|
-
self.
|
|
97
|
-
self.button_close_tab
|
|
98
|
-
self.button_close_tab.
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
self.
|
|
117
|
-
|
|
118
|
-
self.line
|
|
119
|
-
|
|
120
|
-
self.
|
|
121
|
-
|
|
122
|
-
self.
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
" background-color:
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"\n"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"\n"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
|
|
170
|
-
"
|
|
171
|
-
"\n"
|
|
172
|
-
"
|
|
173
|
-
" border: none;\n"
|
|
174
|
-
" background: none;\n"
|
|
175
|
-
" }\n"
|
|
176
|
-
""
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
self.
|
|
183
|
-
self.
|
|
184
|
-
self.
|
|
185
|
-
self.
|
|
186
|
-
self.
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
self.log.
|
|
191
|
-
self.log.
|
|
192
|
-
|
|
193
|
-
"
|
|
194
|
-
|
|
195
|
-
self.log.
|
|
196
|
-
self.log.
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
self.
|
|
200
|
-
|
|
201
|
-
self.
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
self.
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
self.
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
"
|
|
226
|
-
|
|
227
|
-
"
|
|
228
|
-
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
|
|
236
|
-
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">
|
|
237
|
-
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"
|
|
238
|
-
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">
|
|
239
|
-
"<p style=\" margin-top:
|
|
240
|
-
"
|
|
241
|
-
|
|
242
|
-
"<p style=\"
|
|
243
|
-
"<p style=\"
|
|
244
|
-
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"
|
|
245
|
-
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">
|
|
246
|
-
"
|
|
247
|
-
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"
|
|
248
|
-
"<p style=\"
|
|
249
|
-
|
|
250
|
-
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">
|
|
251
|
-
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"
|
|
252
|
-
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">
|
|
253
|
-
"<p style=\"
|
|
254
|
-
"
|
|
255
|
-
|
|
256
|
-
"<p style=\"
|
|
257
|
-
|
|
258
|
-
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
|
|
4
|
+
################################################################################
|
|
5
|
+
## Form generated from reading UI file 'Log_TabEHNRWA.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 (QApplication, QFrame, QHBoxLayout, QLabel,
|
|
20
|
+
QProgressBar, QScrollArea, QSizePolicy, QTextEdit,
|
|
21
|
+
QToolButton, QVBoxLayout, QWidget)
|
|
22
|
+
|
|
23
|
+
from .addwidgets_ps import MyTabLabel
|
|
24
|
+
|
|
25
|
+
class Ui_LogTab(object):
|
|
26
|
+
def setupUi(self, LogTab):
|
|
27
|
+
if not LogTab.objectName():
|
|
28
|
+
LogTab.setObjectName(u"LogTab")
|
|
29
|
+
LogTab.resize(500, 680)
|
|
30
|
+
LogTab.setMinimumSize(QSize(500, 680))
|
|
31
|
+
LogTab.setMaximumSize(QSize(1000, 16777215))
|
|
32
|
+
icon1 = QIcon()
|
|
33
|
+
icon1.addFile(u""+ icons_path +"log_logo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
34
|
+
LogTab.setWindowIcon(icon1)
|
|
35
|
+
self.verticalLayout_4 = QVBoxLayout(LogTab)
|
|
36
|
+
self.verticalLayout_4.setObjectName(u"verticalLayout_4")
|
|
37
|
+
self.w_Mode = QWidget(LogTab)
|
|
38
|
+
self.w_Mode.setObjectName(u"w_Mode")
|
|
39
|
+
self.w_Mode.setMinimumSize(QSize(0, 40))
|
|
40
|
+
self.w_Mode.setMaximumSize(QSize(16777215, 40))
|
|
41
|
+
font = QFont()
|
|
42
|
+
font.setPointSize(11)
|
|
43
|
+
self.w_Mode.setFont(font)
|
|
44
|
+
self.horizontalLayout_5 = QHBoxLayout(self.w_Mode)
|
|
45
|
+
self.horizontalLayout_5.setSpacing(3)
|
|
46
|
+
self.horizontalLayout_5.setObjectName(u"horizontalLayout_5")
|
|
47
|
+
self.horizontalLayout_5.setContentsMargins(0, 0, 0, 10)
|
|
48
|
+
self.icon = MyTabLabel(self.w_Mode)
|
|
49
|
+
self.icon.setObjectName(u"icon")
|
|
50
|
+
self.icon.setMinimumSize(QSize(35, 35))
|
|
51
|
+
self.icon.setMaximumSize(QSize(35, 35))
|
|
52
|
+
self.icon.setPixmap(QPixmap(u""+ icons_path +"log_logo.png"))
|
|
53
|
+
self.icon.setScaledContents(True)
|
|
54
|
+
|
|
55
|
+
self.horizontalLayout_5.addWidget(self.icon)
|
|
56
|
+
|
|
57
|
+
self.name_tab = QLabel(self.w_Mode)
|
|
58
|
+
self.name_tab.setObjectName(u"name_tab")
|
|
59
|
+
self.name_tab.setMinimumSize(QSize(200, 35))
|
|
60
|
+
self.name_tab.setMaximumSize(QSize(16777215, 35))
|
|
61
|
+
font1 = QFont()
|
|
62
|
+
font1.setFamilies([u"Arial"])
|
|
63
|
+
font1.setPointSize(20)
|
|
64
|
+
font1.setBold(True)
|
|
65
|
+
self.name_tab.setFont(font1)
|
|
66
|
+
|
|
67
|
+
self.horizontalLayout_5.addWidget(self.name_tab)
|
|
68
|
+
|
|
69
|
+
self.progress_Proc = QProgressBar(self.w_Mode)
|
|
70
|
+
self.progress_Proc.setObjectName(u"progress_Proc")
|
|
71
|
+
sizePolicy = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Preferred)
|
|
72
|
+
sizePolicy.setHorizontalStretch(0)
|
|
73
|
+
sizePolicy.setVerticalStretch(0)
|
|
74
|
+
sizePolicy.setHeightForWidth(self.progress_Proc.sizePolicy().hasHeightForWidth())
|
|
75
|
+
self.progress_Proc.setSizePolicy(sizePolicy)
|
|
76
|
+
self.progress_Proc.setMinimumSize(QSize(100, 36))
|
|
77
|
+
self.progress_Proc.setMaximumSize(QSize(100, 36))
|
|
78
|
+
font2 = QFont()
|
|
79
|
+
font2.setPointSize(11)
|
|
80
|
+
font2.setKerning(True)
|
|
81
|
+
self.progress_Proc.setFont(font2)
|
|
82
|
+
self.progress_Proc.setStyleSheet(u"")
|
|
83
|
+
self.progress_Proc.setValue(24)
|
|
84
|
+
self.progress_Proc.setAlignment(Qt.AlignmentFlag.AlignCenter)
|
|
85
|
+
self.progress_Proc.setInvertedAppearance(False)
|
|
86
|
+
|
|
87
|
+
self.horizontalLayout_5.addWidget(self.progress_Proc)
|
|
88
|
+
|
|
89
|
+
self.w_button_close_tab = QWidget(self.w_Mode)
|
|
90
|
+
self.w_button_close_tab.setObjectName(u"w_button_close_tab")
|
|
91
|
+
self.w_button_close_tab.setMinimumSize(QSize(18, 24))
|
|
92
|
+
self.w_button_close_tab.setMaximumSize(QSize(18, 24))
|
|
93
|
+
self.horizontalLayout_3 = QHBoxLayout(self.w_button_close_tab)
|
|
94
|
+
self.horizontalLayout_3.setSpacing(0)
|
|
95
|
+
self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
|
|
96
|
+
self.horizontalLayout_3.setContentsMargins(0, 0, 0, -1)
|
|
97
|
+
self.button_close_tab = QToolButton(self.w_button_close_tab)
|
|
98
|
+
self.button_close_tab.setObjectName(u"button_close_tab")
|
|
99
|
+
self.button_close_tab.setMinimumSize(QSize(18, 18))
|
|
100
|
+
self.button_close_tab.setMaximumSize(QSize(18, 18))
|
|
101
|
+
self.button_close_tab.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
|
|
102
|
+
self.button_close_tab.setStyleSheet(u"QToolButton{\n"
|
|
103
|
+
"border-radius: 15px;\n"
|
|
104
|
+
"}")
|
|
105
|
+
icon2 = QIcon()
|
|
106
|
+
icon2.addFile(u""+ icons_path +"close.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
|
|
107
|
+
self.button_close_tab.setIcon(icon2)
|
|
108
|
+
self.button_close_tab.setIconSize(QSize(15, 15))
|
|
109
|
+
|
|
110
|
+
self.horizontalLayout_3.addWidget(self.button_close_tab)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
self.horizontalLayout_5.addWidget(self.w_button_close_tab)
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
self.verticalLayout_4.addWidget(self.w_Mode)
|
|
117
|
+
|
|
118
|
+
self.line = QFrame(LogTab)
|
|
119
|
+
self.line.setObjectName(u"line")
|
|
120
|
+
self.line.setMinimumSize(QSize(0, 5))
|
|
121
|
+
self.line.setFrameShape(QFrame.Shape.HLine)
|
|
122
|
+
self.line.setFrameShadow(QFrame.Shadow.Sunken)
|
|
123
|
+
|
|
124
|
+
self.verticalLayout_4.addWidget(self.line)
|
|
125
|
+
|
|
126
|
+
self.scrollArea = QScrollArea(LogTab)
|
|
127
|
+
self.scrollArea.setObjectName(u"scrollArea")
|
|
128
|
+
sizePolicy1 = QSizePolicy(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Expanding)
|
|
129
|
+
sizePolicy1.setHorizontalStretch(0)
|
|
130
|
+
sizePolicy1.setVerticalStretch(0)
|
|
131
|
+
sizePolicy1.setHeightForWidth(self.scrollArea.sizePolicy().hasHeightForWidth())
|
|
132
|
+
self.scrollArea.setSizePolicy(sizePolicy1)
|
|
133
|
+
self.scrollArea.setMinimumSize(QSize(0, 0))
|
|
134
|
+
self.scrollArea.setStyleSheet(u" QScrollArea {\n"
|
|
135
|
+
" border: 1pix solid gray;\n"
|
|
136
|
+
" background: transparent;\n"
|
|
137
|
+
" }\n"
|
|
138
|
+
"\n"
|
|
139
|
+
"QScrollBar:horizontal\n"
|
|
140
|
+
" {\n"
|
|
141
|
+
" height: 15px;\n"
|
|
142
|
+
" margin: 3px 10px 3px 10px;\n"
|
|
143
|
+
" border: 1px transparent #2A2929;\n"
|
|
144
|
+
" border-radius: 4px;\n"
|
|
145
|
+
" background-color: rgba(200,200,200,50); /* #2A2929; */\n"
|
|
146
|
+
" }\n"
|
|
147
|
+
"\n"
|
|
148
|
+
"QScrollBar::handle:horizontal\n"
|
|
149
|
+
" {\n"
|
|
150
|
+
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
151
|
+
" min-width: 30px;\n"
|
|
152
|
+
" border-radius: 4px;\n"
|
|
153
|
+
" }\n"
|
|
154
|
+
"\n"
|
|
155
|
+
"QScrollBar:vertical\n"
|
|
156
|
+
" {\n"
|
|
157
|
+
" background-color: rgba(200,200,200,50); ;\n"
|
|
158
|
+
" width: 15px;\n"
|
|
159
|
+
" margin: 10px 3px 10px 3px;\n"
|
|
160
|
+
" border: 1px transparent #2A2929;\n"
|
|
161
|
+
" border-radius: 4px;\n"
|
|
162
|
+
" }\n"
|
|
163
|
+
"\n"
|
|
164
|
+
"QScrollBar::handle:vertical\n"
|
|
165
|
+
" {\n"
|
|
166
|
+
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
167
|
+
" min-height: 30px;\n"
|
|
168
|
+
" border-radius: 4px;\n"
|
|
169
|
+
" }\n"
|
|
170
|
+
"\n"
|
|
171
|
+
"QScrollBar::add-line {\n"
|
|
172
|
+
""
|
|
173
|
+
" border: none;\n"
|
|
174
|
+
" background: none;\n"
|
|
175
|
+
" }\n"
|
|
176
|
+
"\n"
|
|
177
|
+
"QScrollBar::sub-line {\n"
|
|
178
|
+
" border: none;\n"
|
|
179
|
+
" background: none;\n"
|
|
180
|
+
" }\n"
|
|
181
|
+
"")
|
|
182
|
+
self.scrollArea.setWidgetResizable(True)
|
|
183
|
+
self.scrollAreaWidgetContents = QWidget()
|
|
184
|
+
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
|
|
185
|
+
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 482, 605))
|
|
186
|
+
self.verticalLayout_8 = QVBoxLayout(self.scrollAreaWidgetContents)
|
|
187
|
+
self.verticalLayout_8.setSpacing(10)
|
|
188
|
+
self.verticalLayout_8.setObjectName(u"verticalLayout_8")
|
|
189
|
+
self.verticalLayout_8.setContentsMargins(0, 5, 10, 0)
|
|
190
|
+
self.log = QTextEdit(self.scrollAreaWidgetContents)
|
|
191
|
+
self.log.setObjectName(u"log")
|
|
192
|
+
font3 = QFont()
|
|
193
|
+
font3.setFamilies([u"Courier New"])
|
|
194
|
+
font3.setPointSize(10)
|
|
195
|
+
self.log.setFont(font3)
|
|
196
|
+
self.log.setStyleSheet(u"background-color: rgb(0, 0, 0);\n"
|
|
197
|
+
"border-color: rgb(255, 255, 255);\n"
|
|
198
|
+
"color: rgb(255, 255, 255);")
|
|
199
|
+
self.log.setLineWrapMode(QTextEdit.LineWrapMode.FixedPixelWidth)
|
|
200
|
+
self.log.setLineWrapColumnOrWidth(600)
|
|
201
|
+
self.log.setReadOnly(True)
|
|
202
|
+
self.log.setTextInteractionFlags(Qt.TextInteractionFlag.TextSelectableByKeyboard|Qt.TextInteractionFlag.TextSelectableByMouse)
|
|
203
|
+
|
|
204
|
+
self.verticalLayout_8.addWidget(self.log)
|
|
205
|
+
|
|
206
|
+
self.scrollArea.setWidget(self.scrollAreaWidgetContents)
|
|
207
|
+
|
|
208
|
+
self.verticalLayout_4.addWidget(self.scrollArea)
|
|
209
|
+
|
|
210
|
+
QWidget.setTabOrder(self.button_close_tab, self.scrollArea)
|
|
211
|
+
QWidget.setTabOrder(self.scrollArea, self.log)
|
|
212
|
+
|
|
213
|
+
self.retranslateUi(LogTab)
|
|
214
|
+
|
|
215
|
+
QMetaObject.connectSlotsByName(LogTab)
|
|
216
|
+
# setupUi
|
|
217
|
+
|
|
218
|
+
def retranslateUi(self, LogTab):
|
|
219
|
+
LogTab.setWindowTitle(QCoreApplication.translate("LogTab", u"Log", None))
|
|
220
|
+
self.icon.setText("")
|
|
221
|
+
self.name_tab.setText(QCoreApplication.translate("LogTab", u" Log", None))
|
|
222
|
+
#if QT_CONFIG(tooltip)
|
|
223
|
+
self.button_close_tab.setToolTip(QCoreApplication.translate("LogTab", u"Close tab", None))
|
|
224
|
+
#endif // QT_CONFIG(tooltip)
|
|
225
|
+
self.button_close_tab.setText("")
|
|
226
|
+
#if QT_CONFIG(shortcut)
|
|
227
|
+
self.button_close_tab.setShortcut(QCoreApplication.translate("LogTab", u"Alt+L", None))
|
|
228
|
+
#endif // QT_CONFIG(shortcut)
|
|
229
|
+
self.log.setHtml(QCoreApplication.translate("LogTab", u"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
|
230
|
+
"<html><head><meta name=\"qrichtext\" content=\"1\" /><meta charset=\"utf-8\" /><style type=\"text/css\">\n"
|
|
231
|
+
"p, li { white-space: pre-wrap; }\n"
|
|
232
|
+
"hr { height: 1px; border-width: 0; }\n"
|
|
233
|
+
"li.unchecked::marker { content: \"\\2610\"; }\n"
|
|
234
|
+
"li.checked::marker { content: \"\\2612\"; }\n"
|
|
235
|
+
"</style></head><body style=\" font-family:'Courier New'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
|
|
236
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">PaIRS - version 0.1.4</p>\n"
|
|
237
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Particle Image Reconstruction Software</p>\n"
|
|
238
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">(C) 2023 Gerardo Paolillo & Tommaso Astarita.</p>\n"
|
|
239
|
+
"<p style=\" margin-top:"
|
|
240
|
+
"0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">All rights reserved.</p>\n"
|
|
241
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">email: etfd@unina.it</p>\n"
|
|
242
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">****************************************</p>\n"
|
|
243
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">PIV computation (C:/desk/PIV_Img/img1/out_PaIRS/out.pairs.pivproc)</p>\n"
|
|
244
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">PaIRS-v0.1.4_Windows-Gerardo_2023/03/20-15:40:56_proc2_25244-24572_f795e531-a620-4e8c-b516-ea3403d6330d</p>\n"
|
|
245
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Last modified date: 2023/03/"
|
|
246
|
+
"20 at 15:41:03</p>\n"
|
|
247
|
+
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
|
|
248
|
+
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
|
|
249
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">------------------------------------</p>\n"
|
|
250
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"> OUTPUT </p>\n"
|
|
251
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">------------------------------------</p>\n"
|
|
252
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">synthetic00010.jpg-synthetic00011.jpg</p>\n"
|
|
253
|
+
"<p style=\" mar"
|
|
254
|
+
"gin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">It IW #IW #Vect/#Tot % CC CC(avg) DC%</p>\n"
|
|
255
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"> -2 128x128 8x6 48/48 100.0 0.1740781 0.7743774 0.0</p>\n"
|
|
256
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"> -1 64x64 36x30 1080/1080 100.0 0.8245546 0.8451467 0.0</p>\n"
|
|
257
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"> 0 32x32 74x61 4514/4514 100.0 0.8630154 0.8637075 0.9</p>\n"
|
|
258
|
+
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"> 1 32x32 74x61 4514/4514 100.0 0.8676594 0.8670790 0.1</p>\n"
|
|
259
|
+
"<p style=\" margin-top:0px; margin-"
|
|
260
|
+
"bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"> 2 32x32 74x61 4514/4514 100.0 0.8677620 0.8671634 0.0</p>\n"
|
|
261
|
+
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p></body></html>", None))
|
|
262
|
+
# retranslateUi
|
|
263
|
+
|