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_Import_Tab.py
DELETED
|
@@ -1,1077 +0,0 @@
|
|
|
1
|
-
from .addwidgets_ps import icons_path
|
|
2
|
-
# -*- coding: utf-8 -*-
|
|
3
|
-
|
|
4
|
-
################################################################################
|
|
5
|
-
## Form generated from reading UI file 'Import_TabwdDBcl.ui'
|
|
6
|
-
##
|
|
7
|
-
## Created by: Qt User Interface Compiler version 6.3.1
|
|
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, QFrame,
|
|
20
|
-
QHBoxLayout, QLabel, QListWidget, QListWidgetItem,
|
|
21
|
-
QScrollArea, QSizePolicy, QSpacerItem, QToolButton,
|
|
22
|
-
QVBoxLayout, QWidget)
|
|
23
|
-
|
|
24
|
-
from .addwidgets_ps import (MyQLineEdit, MyQSpin, MyQSpinXW, MyTabLabel)
|
|
25
|
-
|
|
26
|
-
class Ui_ImportTab(object):
|
|
27
|
-
def setupUi(self, ImportTab):
|
|
28
|
-
if not ImportTab.objectName():
|
|
29
|
-
ImportTab.setObjectName(u"ImportTab")
|
|
30
|
-
ImportTab.resize(500, 680)
|
|
31
|
-
ImportTab.setMinimumSize(QSize(260, 340))
|
|
32
|
-
ImportTab.setMaximumSize(QSize(1000, 16777215))
|
|
33
|
-
font = QFont()
|
|
34
|
-
font.setPointSize(11)
|
|
35
|
-
ImportTab.setFont(font)
|
|
36
|
-
icon1 = QIcon()
|
|
37
|
-
icon1.addFile(u""+ icons_path +"import_logo.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
38
|
-
ImportTab.setWindowIcon(icon1)
|
|
39
|
-
self.verticalLayout_7 = QVBoxLayout(ImportTab)
|
|
40
|
-
self.verticalLayout_7.setSpacing(5)
|
|
41
|
-
self.verticalLayout_7.setObjectName(u"verticalLayout_7")
|
|
42
|
-
self.verticalLayout_7.setContentsMargins(10, 10, 10, 10)
|
|
43
|
-
self.w_Mode = QWidget(ImportTab)
|
|
44
|
-
self.w_Mode.setObjectName(u"w_Mode")
|
|
45
|
-
self.w_Mode.setMinimumSize(QSize(0, 40))
|
|
46
|
-
self.w_Mode.setMaximumSize(QSize(16777215, 40))
|
|
47
|
-
self.w_Mode.setFont(font)
|
|
48
|
-
self.horizontalLayout_5 = QHBoxLayout(self.w_Mode)
|
|
49
|
-
self.horizontalLayout_5.setSpacing(3)
|
|
50
|
-
self.horizontalLayout_5.setObjectName(u"horizontalLayout_5")
|
|
51
|
-
self.horizontalLayout_5.setContentsMargins(0, 0, 0, 10)
|
|
52
|
-
self.icon = QLabel(self.w_Mode)
|
|
53
|
-
self.icon.setObjectName(u"icon")
|
|
54
|
-
self.icon.setMinimumSize(QSize(35, 35))
|
|
55
|
-
self.icon.setMaximumSize(QSize(35, 35))
|
|
56
|
-
self.icon.setPixmap(QPixmap(u""+ icons_path +"import_logo.png"))
|
|
57
|
-
self.icon.setScaledContents(True)
|
|
58
|
-
|
|
59
|
-
self.horizontalLayout_5.addWidget(self.icon)
|
|
60
|
-
|
|
61
|
-
self.name_tab = MyTabLabel(self.w_Mode)
|
|
62
|
-
self.name_tab.setObjectName(u"name_tab")
|
|
63
|
-
self.name_tab.setMinimumSize(QSize(0, 35))
|
|
64
|
-
self.name_tab.setMaximumSize(QSize(16777215, 35))
|
|
65
|
-
font1 = QFont()
|
|
66
|
-
font1.setFamilies([u"Arial"])
|
|
67
|
-
font1.setPointSize(20)
|
|
68
|
-
font1.setBold(True)
|
|
69
|
-
self.name_tab.setFont(font1)
|
|
70
|
-
|
|
71
|
-
self.horizontalLayout_5.addWidget(self.name_tab)
|
|
72
|
-
|
|
73
|
-
self.w_button_data = QWidget(self.w_Mode)
|
|
74
|
-
self.w_button_data.setObjectName(u"w_button_data")
|
|
75
|
-
self.w_button_data.setMinimumSize(QSize(18, 24))
|
|
76
|
-
self.w_button_data.setMaximumSize(QSize(18, 24))
|
|
77
|
-
self.horizontalLayout_4 = QHBoxLayout(self.w_button_data)
|
|
78
|
-
self.horizontalLayout_4.setSpacing(0)
|
|
79
|
-
self.horizontalLayout_4.setObjectName(u"horizontalLayout_4")
|
|
80
|
-
self.horizontalLayout_4.setContentsMargins(0, 0, 0, -1)
|
|
81
|
-
self.button_data = QToolButton(self.w_button_data)
|
|
82
|
-
self.button_data.setObjectName(u"button_data")
|
|
83
|
-
self.button_data.setMinimumSize(QSize(18, 18))
|
|
84
|
-
self.button_data.setMaximumSize(QSize(18, 18))
|
|
85
|
-
self.button_data.setCursor(QCursor(Qt.PointingHandCursor))
|
|
86
|
-
self.button_data.setLayoutDirection(Qt.LeftToRight)
|
|
87
|
-
self.button_data.setStyleSheet(u"QToolButton{\n"
|
|
88
|
-
"border-radius: 15px;\n"
|
|
89
|
-
"}")
|
|
90
|
-
icon2 = QIcon()
|
|
91
|
-
icon2.addFile(u""+ icons_path +"flaticon_PaIRS_download.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
92
|
-
self.button_data.setIcon(icon2)
|
|
93
|
-
self.button_data.setIconSize(QSize(15, 15))
|
|
94
|
-
|
|
95
|
-
self.horizontalLayout_4.addWidget(self.button_data)
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
self.horizontalLayout_5.addWidget(self.w_button_data)
|
|
99
|
-
|
|
100
|
-
self.hs1 = QSpacerItem(70, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)
|
|
101
|
-
|
|
102
|
-
self.horizontalLayout_5.addItem(self.hs1)
|
|
103
|
-
|
|
104
|
-
self.label_number = QLabel(self.w_Mode)
|
|
105
|
-
self.label_number.setObjectName(u"label_number")
|
|
106
|
-
self.label_number.setMinimumSize(QSize(35, 0))
|
|
107
|
-
font2 = QFont()
|
|
108
|
-
font2.setPointSize(9)
|
|
109
|
-
self.label_number.setFont(font2)
|
|
110
|
-
self.label_number.setAlignment(Qt.AlignRight|Qt.AlignTrailing|Qt.AlignVCenter)
|
|
111
|
-
|
|
112
|
-
self.horizontalLayout_5.addWidget(self.label_number)
|
|
113
|
-
|
|
114
|
-
self.hs_2 = QSpacerItem(5, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)
|
|
115
|
-
|
|
116
|
-
self.horizontalLayout_5.addItem(self.hs_2)
|
|
117
|
-
|
|
118
|
-
self.button_back = QToolButton(self.w_Mode)
|
|
119
|
-
self.button_back.setObjectName(u"button_back")
|
|
120
|
-
self.button_back.setMinimumSize(QSize(24, 24))
|
|
121
|
-
self.button_back.setMaximumSize(QSize(24, 24))
|
|
122
|
-
icon3 = QIcon()
|
|
123
|
-
icon3.addFile(u""+ icons_path +"undo.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
124
|
-
self.button_back.setIcon(icon3)
|
|
125
|
-
self.button_back.setIconSize(QSize(20, 20))
|
|
126
|
-
|
|
127
|
-
self.horizontalLayout_5.addWidget(self.button_back)
|
|
128
|
-
|
|
129
|
-
self.button_forward = QToolButton(self.w_Mode)
|
|
130
|
-
self.button_forward.setObjectName(u"button_forward")
|
|
131
|
-
self.button_forward.setMinimumSize(QSize(24, 24))
|
|
132
|
-
self.button_forward.setMaximumSize(QSize(24, 24))
|
|
133
|
-
icon4 = QIcon()
|
|
134
|
-
icon4.addFile(u""+ icons_path +"redo.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
135
|
-
self.button_forward.setIcon(icon4)
|
|
136
|
-
self.button_forward.setIconSize(QSize(20, 20))
|
|
137
|
-
|
|
138
|
-
self.horizontalLayout_5.addWidget(self.button_forward)
|
|
139
|
-
|
|
140
|
-
self.w_button_close_tab = QWidget(self.w_Mode)
|
|
141
|
-
self.w_button_close_tab.setObjectName(u"w_button_close_tab")
|
|
142
|
-
self.w_button_close_tab.setMinimumSize(QSize(18, 24))
|
|
143
|
-
self.w_button_close_tab.setMaximumSize(QSize(18, 24))
|
|
144
|
-
self.horizontalLayout_3 = QHBoxLayout(self.w_button_close_tab)
|
|
145
|
-
self.horizontalLayout_3.setSpacing(0)
|
|
146
|
-
self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
|
|
147
|
-
self.horizontalLayout_3.setContentsMargins(0, 0, 0, -1)
|
|
148
|
-
self.button_close_tab = QToolButton(self.w_button_close_tab)
|
|
149
|
-
self.button_close_tab.setObjectName(u"button_close_tab")
|
|
150
|
-
self.button_close_tab.setMinimumSize(QSize(18, 18))
|
|
151
|
-
self.button_close_tab.setMaximumSize(QSize(18, 18))
|
|
152
|
-
self.button_close_tab.setLayoutDirection(Qt.LeftToRight)
|
|
153
|
-
self.button_close_tab.setStyleSheet(u"QToolButton{\n"
|
|
154
|
-
"border-radius: 15px;\n"
|
|
155
|
-
"}")
|
|
156
|
-
icon5 = QIcon()
|
|
157
|
-
icon5.addFile(u""+ icons_path +"close.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
158
|
-
self.button_close_tab.setIcon(icon5)
|
|
159
|
-
self.button_close_tab.setIconSize(QSize(15, 15))
|
|
160
|
-
|
|
161
|
-
self.horizontalLayout_3.addWidget(self.button_close_tab)
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
self.horizontalLayout_5.addWidget(self.w_button_close_tab)
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
self.verticalLayout_7.addWidget(self.w_Mode)
|
|
168
|
-
|
|
169
|
-
self.line = QFrame(ImportTab)
|
|
170
|
-
self.line.setObjectName(u"line")
|
|
171
|
-
self.line.setMinimumSize(QSize(0, 5))
|
|
172
|
-
self.line.setFrameShape(QFrame.HLine)
|
|
173
|
-
self.line.setFrameShadow(QFrame.Sunken)
|
|
174
|
-
|
|
175
|
-
self.verticalLayout_7.addWidget(self.line)
|
|
176
|
-
|
|
177
|
-
self.scrollArea = QScrollArea(ImportTab)
|
|
178
|
-
self.scrollArea.setObjectName(u"scrollArea")
|
|
179
|
-
sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)
|
|
180
|
-
sizePolicy.setHorizontalStretch(0)
|
|
181
|
-
sizePolicy.setVerticalStretch(0)
|
|
182
|
-
sizePolicy.setHeightForWidth(self.scrollArea.sizePolicy().hasHeightForWidth())
|
|
183
|
-
self.scrollArea.setSizePolicy(sizePolicy)
|
|
184
|
-
self.scrollArea.setMinimumSize(QSize(0, 0))
|
|
185
|
-
self.scrollArea.setStyleSheet(u" QScrollArea {\n"
|
|
186
|
-
" border: 1pix solid gray;\n"
|
|
187
|
-
" }\n"
|
|
188
|
-
"\n"
|
|
189
|
-
"QScrollBar:horizontal\n"
|
|
190
|
-
" {\n"
|
|
191
|
-
" height: 15px;\n"
|
|
192
|
-
" margin: 3px 10px 3px 10px;\n"
|
|
193
|
-
" border: 1px transparent #2A2929;\n"
|
|
194
|
-
" border-radius: 4px;\n"
|
|
195
|
-
" background-color: rgba(200,200,200,50); /* #2A2929; */\n"
|
|
196
|
-
" }\n"
|
|
197
|
-
"\n"
|
|
198
|
-
"QScrollBar::handle:horizontal\n"
|
|
199
|
-
" {\n"
|
|
200
|
-
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
201
|
-
" min-width: 5px;\n"
|
|
202
|
-
" border-radius: 4px;\n"
|
|
203
|
-
" }\n"
|
|
204
|
-
"\n"
|
|
205
|
-
"QScrollBar:vertical\n"
|
|
206
|
-
" {\n"
|
|
207
|
-
" background-color: rgba(200,200,200,50); ;\n"
|
|
208
|
-
" width: 15px;\n"
|
|
209
|
-
" margin: 10px 3px 10px 3px;\n"
|
|
210
|
-
" border: 1px transparent #2A2929;\n"
|
|
211
|
-
" border-radius: 4px;\n"
|
|
212
|
-
" }\n"
|
|
213
|
-
"\n"
|
|
214
|
-
"QScrollBar::handle:vertical\n"
|
|
215
|
-
" {\n"
|
|
216
|
-
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
217
|
-
" min-height: 5px;\n"
|
|
218
|
-
" border-radius: 4px;\n"
|
|
219
|
-
" }\n"
|
|
220
|
-
"\n"
|
|
221
|
-
"QScrollBar::add-line {\n"
|
|
222
|
-
" border: none;\n"
|
|
223
|
-
" "
|
|
224
|
-
" background: none;\n"
|
|
225
|
-
" }\n"
|
|
226
|
-
"\n"
|
|
227
|
-
"QScrollBar::sub-line {\n"
|
|
228
|
-
" border: none;\n"
|
|
229
|
-
" background: none;\n"
|
|
230
|
-
" }\n"
|
|
231
|
-
"")
|
|
232
|
-
self.scrollArea.setWidgetResizable(True)
|
|
233
|
-
self.scrollAreaWidgetContents = QWidget()
|
|
234
|
-
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
|
|
235
|
-
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 480, 605))
|
|
236
|
-
self.scrollAreaWidgetContents.setLayoutDirection(Qt.LeftToRight)
|
|
237
|
-
self.verticalLayout_8 = QVBoxLayout(self.scrollAreaWidgetContents)
|
|
238
|
-
self.verticalLayout_8.setSpacing(10)
|
|
239
|
-
self.verticalLayout_8.setObjectName(u"verticalLayout_8")
|
|
240
|
-
self.verticalLayout_8.setContentsMargins(0, 15, 10, 0)
|
|
241
|
-
self.w_InputFold_Button = QWidget(self.scrollAreaWidgetContents)
|
|
242
|
-
self.w_InputFold_Button.setObjectName(u"w_InputFold_Button")
|
|
243
|
-
self.w_InputFold_Button.setMinimumSize(QSize(400, 0))
|
|
244
|
-
self.w_InputFold_Button.setMaximumSize(QSize(16777215, 44))
|
|
245
|
-
self.horizontalLayout = QHBoxLayout(self.w_InputFold_Button)
|
|
246
|
-
self.horizontalLayout.setSpacing(10)
|
|
247
|
-
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
|
248
|
-
self.horizontalLayout.setContentsMargins(0, 0, 0, 0)
|
|
249
|
-
self.w_InputFold = QWidget(self.w_InputFold_Button)
|
|
250
|
-
self.w_InputFold.setObjectName(u"w_InputFold")
|
|
251
|
-
self.w_InputFold.setMinimumSize(QSize(320, 0))
|
|
252
|
-
self.w_InputFold.setMaximumSize(QSize(16777215, 42))
|
|
253
|
-
self.verticalLayout = QVBoxLayout(self.w_InputFold)
|
|
254
|
-
self.verticalLayout.setSpacing(0)
|
|
255
|
-
self.verticalLayout.setObjectName(u"verticalLayout")
|
|
256
|
-
self.verticalLayout.setContentsMargins(0, 0, 0, 0)
|
|
257
|
-
self.label_path = QLabel(self.w_InputFold)
|
|
258
|
-
self.label_path.setObjectName(u"label_path")
|
|
259
|
-
sizePolicy1 = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Fixed)
|
|
260
|
-
sizePolicy1.setHorizontalStretch(0)
|
|
261
|
-
sizePolicy1.setVerticalStretch(0)
|
|
262
|
-
sizePolicy1.setHeightForWidth(self.label_path.sizePolicy().hasHeightForWidth())
|
|
263
|
-
self.label_path.setSizePolicy(sizePolicy1)
|
|
264
|
-
self.label_path.setMinimumSize(QSize(0, 20))
|
|
265
|
-
self.label_path.setMaximumSize(QSize(16777215, 20))
|
|
266
|
-
font3 = QFont()
|
|
267
|
-
font3.setPointSize(10)
|
|
268
|
-
font3.setBold(False)
|
|
269
|
-
font3.setItalic(True)
|
|
270
|
-
self.label_path.setFont(font3)
|
|
271
|
-
|
|
272
|
-
self.verticalLayout.addWidget(self.label_path)
|
|
273
|
-
|
|
274
|
-
self.w_edit_path = QWidget(self.w_InputFold)
|
|
275
|
-
self.w_edit_path.setObjectName(u"w_edit_path")
|
|
276
|
-
self.w_edit_path.setMinimumSize(QSize(0, 0))
|
|
277
|
-
self.w_edit_path.setMaximumSize(QSize(16777215, 22))
|
|
278
|
-
palette = QPalette()
|
|
279
|
-
self.w_edit_path.setPalette(palette)
|
|
280
|
-
self.horizontalLayout_8 = QHBoxLayout(self.w_edit_path)
|
|
281
|
-
self.horizontalLayout_8.setSpacing(0)
|
|
282
|
-
self.horizontalLayout_8.setObjectName(u"horizontalLayout_8")
|
|
283
|
-
self.horizontalLayout_8.setContentsMargins(0, 0, 0, 0)
|
|
284
|
-
self.edit_path = MyQLineEdit(self.w_edit_path)
|
|
285
|
-
self.edit_path.setObjectName(u"edit_path")
|
|
286
|
-
self.edit_path.setMaximumSize(QSize(16777215, 22))
|
|
287
|
-
self.edit_path.setFont(font)
|
|
288
|
-
self.edit_path.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
289
|
-
"border-left: 1px solid gray;\n"
|
|
290
|
-
"border-bottom: 1px solid gray;\n"
|
|
291
|
-
"")
|
|
292
|
-
|
|
293
|
-
self.horizontalLayout_8.addWidget(self.edit_path)
|
|
294
|
-
|
|
295
|
-
self.label_check_path = QLabel(self.w_edit_path)
|
|
296
|
-
self.label_check_path.setObjectName(u"label_check_path")
|
|
297
|
-
self.label_check_path.setMinimumSize(QSize(22, 22))
|
|
298
|
-
self.label_check_path.setMaximumSize(QSize(22, 22))
|
|
299
|
-
self.label_check_path.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
300
|
-
"border-right: 1px solid gray;\n"
|
|
301
|
-
"border-bottom: 1px solid gray;\n"
|
|
302
|
-
"padding: 2px;")
|
|
303
|
-
self.label_check_path.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
304
|
-
self.label_check_path.setScaledContents(True)
|
|
305
|
-
self.label_check_path.setMargin(0)
|
|
306
|
-
self.label_check_path.setIndent(-1)
|
|
307
|
-
|
|
308
|
-
self.horizontalLayout_8.addWidget(self.label_check_path)
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
self.verticalLayout.addWidget(self.w_edit_path)
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
self.horizontalLayout.addWidget(self.w_InputFold)
|
|
315
|
-
|
|
316
|
-
self.w_button_path = QWidget(self.w_InputFold_Button)
|
|
317
|
-
self.w_button_path.setObjectName(u"w_button_path")
|
|
318
|
-
self.w_button_path.setMinimumSize(QSize(0, 44))
|
|
319
|
-
self.w_button_path.setMaximumSize(QSize(16777215, 44))
|
|
320
|
-
self.verticalLayout_2 = QVBoxLayout(self.w_button_path)
|
|
321
|
-
self.verticalLayout_2.setSpacing(0)
|
|
322
|
-
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
|
323
|
-
self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)
|
|
324
|
-
self.label_path_2 = QLabel(self.w_button_path)
|
|
325
|
-
self.label_path_2.setObjectName(u"label_path_2")
|
|
326
|
-
sizePolicy1.setHeightForWidth(self.label_path_2.sizePolicy().hasHeightForWidth())
|
|
327
|
-
self.label_path_2.setSizePolicy(sizePolicy1)
|
|
328
|
-
self.label_path_2.setMinimumSize(QSize(0, 18))
|
|
329
|
-
self.label_path_2.setMaximumSize(QSize(16777215, 18))
|
|
330
|
-
self.label_path_2.setFont(font3)
|
|
331
|
-
|
|
332
|
-
self.verticalLayout_2.addWidget(self.label_path_2)
|
|
333
|
-
|
|
334
|
-
self.button_path = QToolButton(self.w_button_path)
|
|
335
|
-
self.button_path.setObjectName(u"button_path")
|
|
336
|
-
self.button_path.setMinimumSize(QSize(26, 26))
|
|
337
|
-
self.button_path.setMaximumSize(QSize(26, 26))
|
|
338
|
-
icon6 = QIcon()
|
|
339
|
-
icon6.addFile(u""+ icons_path +"browse_folder_c.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
340
|
-
self.button_path.setIcon(icon6)
|
|
341
|
-
self.button_path.setIconSize(QSize(22, 22))
|
|
342
|
-
|
|
343
|
-
self.verticalLayout_2.addWidget(self.button_path)
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
self.horizontalLayout.addWidget(self.w_button_path)
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
self.verticalLayout_8.addWidget(self.w_InputFold_Button)
|
|
350
|
-
|
|
351
|
-
self.w_InputImg_Button = QWidget(self.scrollAreaWidgetContents)
|
|
352
|
-
self.w_InputImg_Button.setObjectName(u"w_InputImg_Button")
|
|
353
|
-
self.w_InputImg_Button.setMinimumSize(QSize(400, 0))
|
|
354
|
-
self.w_InputImg_Button.setMaximumSize(QSize(16777215, 44))
|
|
355
|
-
self.horizontalLayout_2 = QHBoxLayout(self.w_InputImg_Button)
|
|
356
|
-
self.horizontalLayout_2.setSpacing(10)
|
|
357
|
-
self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
|
|
358
|
-
self.horizontalLayout_2.setContentsMargins(0, 0, 0, 0)
|
|
359
|
-
self.w_InputImg = QWidget(self.w_InputImg_Button)
|
|
360
|
-
self.w_InputImg.setObjectName(u"w_InputImg")
|
|
361
|
-
self.w_InputImg.setMinimumSize(QSize(320, 0))
|
|
362
|
-
self.w_InputImg.setMaximumSize(QSize(16777215, 42))
|
|
363
|
-
self.verticalLayout_3 = QVBoxLayout(self.w_InputImg)
|
|
364
|
-
self.verticalLayout_3.setSpacing(0)
|
|
365
|
-
self.verticalLayout_3.setObjectName(u"verticalLayout_3")
|
|
366
|
-
self.verticalLayout_3.setContentsMargins(0, 0, 0, 0)
|
|
367
|
-
self.label_root = QLabel(self.w_InputImg)
|
|
368
|
-
self.label_root.setObjectName(u"label_root")
|
|
369
|
-
sizePolicy1.setHeightForWidth(self.label_root.sizePolicy().hasHeightForWidth())
|
|
370
|
-
self.label_root.setSizePolicy(sizePolicy1)
|
|
371
|
-
self.label_root.setMinimumSize(QSize(0, 20))
|
|
372
|
-
self.label_root.setMaximumSize(QSize(16777215, 20))
|
|
373
|
-
palette1 = QPalette()
|
|
374
|
-
brush = QBrush(QColor(0, 0, 0, 255))
|
|
375
|
-
brush.setStyle(Qt.SolidPattern)
|
|
376
|
-
palette1.setBrush(QPalette.Active, QPalette.Window, brush)
|
|
377
|
-
palette1.setBrush(QPalette.Active, QPalette.ToolTipBase, brush)
|
|
378
|
-
brush1 = QBrush(QColor(50, 50, 50, 255))
|
|
379
|
-
brush1.setStyle(Qt.SolidPattern)
|
|
380
|
-
palette1.setBrush(QPalette.Inactive, QPalette.Window, brush1)
|
|
381
|
-
brush2 = QBrush(QColor(255, 255, 255, 63))
|
|
382
|
-
brush2.setStyle(Qt.SolidPattern)
|
|
383
|
-
palette1.setBrush(QPalette.Inactive, QPalette.ToolTipBase, brush2)
|
|
384
|
-
palette1.setBrush(QPalette.Disabled, QPalette.Window, brush)
|
|
385
|
-
palette1.setBrush(QPalette.Disabled, QPalette.ToolTipBase, brush2)
|
|
386
|
-
self.label_root.setPalette(palette1)
|
|
387
|
-
self.label_root.setFont(font3)
|
|
388
|
-
|
|
389
|
-
self.verticalLayout_3.addWidget(self.label_root)
|
|
390
|
-
|
|
391
|
-
self.w_edit_root = QWidget(self.w_InputImg)
|
|
392
|
-
self.w_edit_root.setObjectName(u"w_edit_root")
|
|
393
|
-
self.w_edit_root.setMinimumSize(QSize(0, 0))
|
|
394
|
-
self.w_edit_root.setMaximumSize(QSize(16777215, 22))
|
|
395
|
-
self.horizontalLayout_9 = QHBoxLayout(self.w_edit_root)
|
|
396
|
-
self.horizontalLayout_9.setSpacing(0)
|
|
397
|
-
self.horizontalLayout_9.setObjectName(u"horizontalLayout_9")
|
|
398
|
-
self.horizontalLayout_9.setContentsMargins(0, 0, 0, 0)
|
|
399
|
-
self.edit_root = MyQLineEdit(self.w_edit_root)
|
|
400
|
-
self.edit_root.setObjectName(u"edit_root")
|
|
401
|
-
self.edit_root.setMaximumSize(QSize(16777215, 22))
|
|
402
|
-
self.edit_root.setFont(font)
|
|
403
|
-
self.edit_root.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
404
|
-
"border-left: 1px solid gray;\n"
|
|
405
|
-
"border-bottom: 1px solid gray;\n"
|
|
406
|
-
"")
|
|
407
|
-
|
|
408
|
-
self.horizontalLayout_9.addWidget(self.edit_root)
|
|
409
|
-
|
|
410
|
-
self.label_check_root = QLabel(self.w_edit_root)
|
|
411
|
-
self.label_check_root.setObjectName(u"label_check_root")
|
|
412
|
-
self.label_check_root.setMinimumSize(QSize(22, 22))
|
|
413
|
-
self.label_check_root.setMaximumSize(QSize(22, 22))
|
|
414
|
-
self.label_check_root.setStyleSheet(u"border-top: 1px solid gray;\n"
|
|
415
|
-
"border-right: 1px solid gray;\n"
|
|
416
|
-
"border-bottom: 1px solid gray;\n"
|
|
417
|
-
"padding: 2px;")
|
|
418
|
-
self.label_check_root.setPixmap(QPixmap(u""+ icons_path +"greenv.png"))
|
|
419
|
-
self.label_check_root.setScaledContents(True)
|
|
420
|
-
self.label_check_root.setMargin(0)
|
|
421
|
-
|
|
422
|
-
self.horizontalLayout_9.addWidget(self.label_check_root)
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
self.verticalLayout_3.addWidget(self.w_edit_root)
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
self.horizontalLayout_2.addWidget(self.w_InputImg)
|
|
429
|
-
|
|
430
|
-
self.w_button_import = QWidget(self.w_InputImg_Button)
|
|
431
|
-
self.w_button_import.setObjectName(u"w_button_import")
|
|
432
|
-
self.w_button_import.setMinimumSize(QSize(0, 44))
|
|
433
|
-
self.w_button_import.setMaximumSize(QSize(16777215, 44))
|
|
434
|
-
self.verticalLayout_4 = QVBoxLayout(self.w_button_import)
|
|
435
|
-
self.verticalLayout_4.setSpacing(0)
|
|
436
|
-
self.verticalLayout_4.setObjectName(u"verticalLayout_4")
|
|
437
|
-
self.verticalLayout_4.setContentsMargins(0, 0, 0, 0)
|
|
438
|
-
self.label_root_2 = QLabel(self.w_button_import)
|
|
439
|
-
self.label_root_2.setObjectName(u"label_root_2")
|
|
440
|
-
sizePolicy1.setHeightForWidth(self.label_root_2.sizePolicy().hasHeightForWidth())
|
|
441
|
-
self.label_root_2.setSizePolicy(sizePolicy1)
|
|
442
|
-
self.label_root_2.setMinimumSize(QSize(0, 18))
|
|
443
|
-
self.label_root_2.setMaximumSize(QSize(16777215, 18))
|
|
444
|
-
self.label_root_2.setFont(font3)
|
|
445
|
-
|
|
446
|
-
self.verticalLayout_4.addWidget(self.label_root_2)
|
|
447
|
-
|
|
448
|
-
self.button_import = QToolButton(self.w_button_import)
|
|
449
|
-
self.button_import.setObjectName(u"button_import")
|
|
450
|
-
self.button_import.setMinimumSize(QSize(26, 26))
|
|
451
|
-
self.button_import.setMaximumSize(QSize(26, 26))
|
|
452
|
-
icon7 = QIcon()
|
|
453
|
-
icon7.addFile(u""+ icons_path +"browse_file_c.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
454
|
-
self.button_import.setIcon(icon7)
|
|
455
|
-
self.button_import.setIconSize(QSize(22, 22))
|
|
456
|
-
|
|
457
|
-
self.verticalLayout_4.addWidget(self.button_import)
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
self.horizontalLayout_2.addWidget(self.w_button_import)
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
self.verticalLayout_8.addWidget(self.w_InputImg_Button)
|
|
464
|
-
|
|
465
|
-
self.w_SelectImages = QWidget(self.scrollAreaWidgetContents)
|
|
466
|
-
self.w_SelectImages.setObjectName(u"w_SelectImages")
|
|
467
|
-
self.verticalLayout_12 = QVBoxLayout(self.w_SelectImages)
|
|
468
|
-
self.verticalLayout_12.setSpacing(0)
|
|
469
|
-
self.verticalLayout_12.setObjectName(u"verticalLayout_12")
|
|
470
|
-
self.verticalLayout_12.setContentsMargins(0, 0, 0, 0)
|
|
471
|
-
self.w_range_sel = QWidget(self.w_SelectImages)
|
|
472
|
-
self.w_range_sel.setObjectName(u"w_range_sel")
|
|
473
|
-
self.w_range_sel.setMinimumSize(QSize(0, 74))
|
|
474
|
-
self.w_range_sel.setMaximumSize(QSize(16777215, 74))
|
|
475
|
-
self.horizontalLayout_11 = QHBoxLayout(self.w_range_sel)
|
|
476
|
-
self.horizontalLayout_11.setSpacing(20)
|
|
477
|
-
self.horizontalLayout_11.setObjectName(u"horizontalLayout_11")
|
|
478
|
-
self.horizontalLayout_11.setContentsMargins(0, 0, 0, 0)
|
|
479
|
-
self.w_label_list = QWidget(self.w_range_sel)
|
|
480
|
-
self.w_label_list.setObjectName(u"w_label_list")
|
|
481
|
-
self.w_label_list.setMinimumSize(QSize(0, 74))
|
|
482
|
-
self.w_label_list.setMaximumSize(QSize(16777215, 74))
|
|
483
|
-
self.verticalLayout_13 = QVBoxLayout(self.w_label_list)
|
|
484
|
-
self.verticalLayout_13.setSpacing(10)
|
|
485
|
-
self.verticalLayout_13.setObjectName(u"verticalLayout_13")
|
|
486
|
-
self.verticalLayout_13.setContentsMargins(0, 0, 0, 0)
|
|
487
|
-
self.w_range_from_to = QWidget(self.w_label_list)
|
|
488
|
-
self.w_range_from_to.setObjectName(u"w_range_from_to")
|
|
489
|
-
self.w_range_from_to.setMinimumSize(QSize(240, 44))
|
|
490
|
-
self.w_range_from_to.setMaximumSize(QSize(16777215, 44))
|
|
491
|
-
self.horizontalLayout_12 = QHBoxLayout(self.w_range_from_to)
|
|
492
|
-
self.horizontalLayout_12.setSpacing(20)
|
|
493
|
-
self.horizontalLayout_12.setObjectName(u"horizontalLayout_12")
|
|
494
|
-
self.horizontalLayout_12.setContentsMargins(0, 0, 0, 0)
|
|
495
|
-
self.w_range_from = QWidget(self.w_range_from_to)
|
|
496
|
-
self.w_range_from.setObjectName(u"w_range_from")
|
|
497
|
-
self.w_range_from.setMinimumSize(QSize(100, 44))
|
|
498
|
-
self.w_range_from.setMaximumSize(QSize(150, 44))
|
|
499
|
-
self.verticalLayout_25 = QVBoxLayout(self.w_range_from)
|
|
500
|
-
self.verticalLayout_25.setSpacing(0)
|
|
501
|
-
self.verticalLayout_25.setObjectName(u"verticalLayout_25")
|
|
502
|
-
self.verticalLayout_25.setContentsMargins(0, 0, 0, 0)
|
|
503
|
-
self.label_range_from = QLabel(self.w_range_from)
|
|
504
|
-
self.label_range_from.setObjectName(u"label_range_from")
|
|
505
|
-
sizePolicy1.setHeightForWidth(self.label_range_from.sizePolicy().hasHeightForWidth())
|
|
506
|
-
self.label_range_from.setSizePolicy(sizePolicy1)
|
|
507
|
-
self.label_range_from.setMinimumSize(QSize(65, 20))
|
|
508
|
-
self.label_range_from.setMaximumSize(QSize(16777215, 20))
|
|
509
|
-
self.label_range_from.setFont(font3)
|
|
510
|
-
self.label_range_from.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
511
|
-
|
|
512
|
-
self.verticalLayout_25.addWidget(self.label_range_from)
|
|
513
|
-
|
|
514
|
-
self.spin_range_from = MyQSpin(self.w_range_from)
|
|
515
|
-
self.spin_range_from.setObjectName(u"spin_range_from")
|
|
516
|
-
self.spin_range_from.setEnabled(True)
|
|
517
|
-
self.spin_range_from.setMinimumSize(QSize(100, 24))
|
|
518
|
-
self.spin_range_from.setMaximumSize(QSize(150, 24))
|
|
519
|
-
self.spin_range_from.setFont(font)
|
|
520
|
-
self.spin_range_from.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
521
|
-
self.spin_range_from.setButtonSymbols(QAbstractSpinBox.UpDownArrows)
|
|
522
|
-
self.spin_range_from.setCorrectionMode(QAbstractSpinBox.CorrectToNearestValue)
|
|
523
|
-
self.spin_range_from.setValue(1)
|
|
524
|
-
|
|
525
|
-
self.verticalLayout_25.addWidget(self.spin_range_from)
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
self.horizontalLayout_12.addWidget(self.w_range_from)
|
|
529
|
-
|
|
530
|
-
self.w_range_to = QWidget(self.w_range_from_to)
|
|
531
|
-
self.w_range_to.setObjectName(u"w_range_to")
|
|
532
|
-
self.w_range_to.setMinimumSize(QSize(100, 44))
|
|
533
|
-
self.w_range_to.setMaximumSize(QSize(150, 44))
|
|
534
|
-
self.verticalLayout_26 = QVBoxLayout(self.w_range_to)
|
|
535
|
-
self.verticalLayout_26.setSpacing(0)
|
|
536
|
-
self.verticalLayout_26.setObjectName(u"verticalLayout_26")
|
|
537
|
-
self.verticalLayout_26.setContentsMargins(0, 0, 0, 0)
|
|
538
|
-
self.label_range_to = QLabel(self.w_range_to)
|
|
539
|
-
self.label_range_to.setObjectName(u"label_range_to")
|
|
540
|
-
sizePolicy1.setHeightForWidth(self.label_range_to.sizePolicy().hasHeightForWidth())
|
|
541
|
-
self.label_range_to.setSizePolicy(sizePolicy1)
|
|
542
|
-
self.label_range_to.setMinimumSize(QSize(65, 20))
|
|
543
|
-
self.label_range_to.setMaximumSize(QSize(16777215, 20))
|
|
544
|
-
self.label_range_to.setFont(font3)
|
|
545
|
-
self.label_range_to.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
546
|
-
|
|
547
|
-
self.verticalLayout_26.addWidget(self.label_range_to)
|
|
548
|
-
|
|
549
|
-
self.spin_range_to = MyQSpin(self.w_range_to)
|
|
550
|
-
self.spin_range_to.setObjectName(u"spin_range_to")
|
|
551
|
-
self.spin_range_to.setEnabled(True)
|
|
552
|
-
self.spin_range_to.setMinimumSize(QSize(100, 24))
|
|
553
|
-
self.spin_range_to.setMaximumSize(QSize(150, 24))
|
|
554
|
-
self.spin_range_to.setFont(font)
|
|
555
|
-
self.spin_range_to.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
556
|
-
self.spin_range_to.setButtonSymbols(QAbstractSpinBox.UpDownArrows)
|
|
557
|
-
self.spin_range_to.setCorrectionMode(QAbstractSpinBox.CorrectToNearestValue)
|
|
558
|
-
self.spin_range_to.setValue(1)
|
|
559
|
-
|
|
560
|
-
self.verticalLayout_26.addWidget(self.spin_range_to)
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
self.horizontalLayout_12.addWidget(self.w_range_to)
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
self.verticalLayout_13.addWidget(self.w_range_from_to)
|
|
567
|
-
|
|
568
|
-
self.label_list = QLabel(self.w_label_list)
|
|
569
|
-
self.label_list.setObjectName(u"label_list")
|
|
570
|
-
sizePolicy1.setHeightForWidth(self.label_list.sizePolicy().hasHeightForWidth())
|
|
571
|
-
self.label_list.setSizePolicy(sizePolicy1)
|
|
572
|
-
self.label_list.setMinimumSize(QSize(250, 20))
|
|
573
|
-
self.label_list.setMaximumSize(QSize(16777215, 20))
|
|
574
|
-
self.label_list.setFont(font3)
|
|
575
|
-
self.label_list.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
576
|
-
|
|
577
|
-
self.verticalLayout_13.addWidget(self.label_list)
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
self.horizontalLayout_11.addWidget(self.w_label_list)
|
|
581
|
-
|
|
582
|
-
self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)
|
|
583
|
-
|
|
584
|
-
self.horizontalLayout_11.addItem(self.horizontalSpacer)
|
|
585
|
-
|
|
586
|
-
self.w_range_selected = QWidget(self.w_range_sel)
|
|
587
|
-
self.w_range_selected.setObjectName(u"w_range_selected")
|
|
588
|
-
self.w_range_selected.setMinimumSize(QSize(100, 64))
|
|
589
|
-
self.w_range_selected.setMaximumSize(QSize(100, 64))
|
|
590
|
-
self.verticalLayout_27 = QVBoxLayout(self.w_range_selected)
|
|
591
|
-
self.verticalLayout_27.setSpacing(0)
|
|
592
|
-
self.verticalLayout_27.setObjectName(u"verticalLayout_27")
|
|
593
|
-
self.verticalLayout_27.setContentsMargins(0, 20, 0, 0)
|
|
594
|
-
self.label_selected = QLabel(self.w_range_selected)
|
|
595
|
-
self.label_selected.setObjectName(u"label_selected")
|
|
596
|
-
sizePolicy1.setHeightForWidth(self.label_selected.sizePolicy().hasHeightForWidth())
|
|
597
|
-
self.label_selected.setSizePolicy(sizePolicy1)
|
|
598
|
-
self.label_selected.setMinimumSize(QSize(65, 20))
|
|
599
|
-
self.label_selected.setMaximumSize(QSize(16777215, 20))
|
|
600
|
-
self.label_selected.setFont(font3)
|
|
601
|
-
self.label_selected.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
602
|
-
|
|
603
|
-
self.verticalLayout_27.addWidget(self.label_selected)
|
|
604
|
-
|
|
605
|
-
self.spin_selected = MyQSpin(self.w_range_selected)
|
|
606
|
-
self.spin_selected.setObjectName(u"spin_selected")
|
|
607
|
-
self.spin_selected.setEnabled(True)
|
|
608
|
-
self.spin_selected.setMinimumSize(QSize(65, 24))
|
|
609
|
-
self.spin_selected.setMaximumSize(QSize(100, 24))
|
|
610
|
-
self.spin_selected.setFont(font)
|
|
611
|
-
self.spin_selected.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
612
|
-
self.spin_selected.setButtonSymbols(QAbstractSpinBox.UpDownArrows)
|
|
613
|
-
self.spin_selected.setCorrectionMode(QAbstractSpinBox.CorrectToNearestValue)
|
|
614
|
-
self.spin_selected.setValue(1)
|
|
615
|
-
|
|
616
|
-
self.verticalLayout_27.addWidget(self.spin_selected)
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
self.horizontalLayout_11.addWidget(self.w_range_selected)
|
|
620
|
-
|
|
621
|
-
self.w_range_frame = QWidget(self.w_range_sel)
|
|
622
|
-
self.w_range_frame.setObjectName(u"w_range_frame")
|
|
623
|
-
self.w_range_frame.setMinimumSize(QSize(50, 64))
|
|
624
|
-
self.w_range_frame.setMaximumSize(QSize(70, 64))
|
|
625
|
-
self.verticalLayout_28 = QVBoxLayout(self.w_range_frame)
|
|
626
|
-
self.verticalLayout_28.setSpacing(0)
|
|
627
|
-
self.verticalLayout_28.setObjectName(u"verticalLayout_28")
|
|
628
|
-
self.verticalLayout_28.setContentsMargins(0, 20, 0, 0)
|
|
629
|
-
self.label_frame = QLabel(self.w_range_frame)
|
|
630
|
-
self.label_frame.setObjectName(u"label_frame")
|
|
631
|
-
sizePolicy1.setHeightForWidth(self.label_frame.sizePolicy().hasHeightForWidth())
|
|
632
|
-
self.label_frame.setSizePolicy(sizePolicy1)
|
|
633
|
-
self.label_frame.setMinimumSize(QSize(50, 20))
|
|
634
|
-
self.label_frame.setMaximumSize(QSize(70, 20))
|
|
635
|
-
self.label_frame.setFont(font3)
|
|
636
|
-
self.label_frame.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
637
|
-
|
|
638
|
-
self.verticalLayout_28.addWidget(self.label_frame)
|
|
639
|
-
|
|
640
|
-
self.spin_frame = MyQSpin(self.w_range_frame)
|
|
641
|
-
self.spin_frame.setObjectName(u"spin_frame")
|
|
642
|
-
self.spin_frame.setEnabled(True)
|
|
643
|
-
self.spin_frame.setMinimumSize(QSize(50, 24))
|
|
644
|
-
self.spin_frame.setMaximumSize(QSize(70, 24))
|
|
645
|
-
self.spin_frame.setFont(font)
|
|
646
|
-
self.spin_frame.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
647
|
-
self.spin_frame.setButtonSymbols(QAbstractSpinBox.UpDownArrows)
|
|
648
|
-
self.spin_frame.setCorrectionMode(QAbstractSpinBox.CorrectToNearestValue)
|
|
649
|
-
self.spin_frame.setValue(1)
|
|
650
|
-
|
|
651
|
-
self.verticalLayout_28.addWidget(self.spin_frame)
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
self.horizontalLayout_11.addWidget(self.w_range_frame)
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
self.verticalLayout_12.addWidget(self.w_range_sel)
|
|
658
|
-
|
|
659
|
-
self.list_images = QListWidget(self.w_SelectImages)
|
|
660
|
-
QListWidgetItem(self.list_images)
|
|
661
|
-
QListWidgetItem(self.list_images)
|
|
662
|
-
QListWidgetItem(self.list_images)
|
|
663
|
-
QListWidgetItem(self.list_images)
|
|
664
|
-
QListWidgetItem(self.list_images)
|
|
665
|
-
QListWidgetItem(self.list_images)
|
|
666
|
-
QListWidgetItem(self.list_images)
|
|
667
|
-
QListWidgetItem(self.list_images)
|
|
668
|
-
QListWidgetItem(self.list_images)
|
|
669
|
-
QListWidgetItem(self.list_images)
|
|
670
|
-
QListWidgetItem(self.list_images)
|
|
671
|
-
QListWidgetItem(self.list_images)
|
|
672
|
-
QListWidgetItem(self.list_images)
|
|
673
|
-
QListWidgetItem(self.list_images)
|
|
674
|
-
self.list_images.setObjectName(u"list_images")
|
|
675
|
-
self.list_images.setMinimumSize(QSize(0, 250))
|
|
676
|
-
self.list_images.setFont(font)
|
|
677
|
-
|
|
678
|
-
self.verticalLayout_12.addWidget(self.list_images)
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
self.verticalLayout_8.addWidget(self.w_SelectImages)
|
|
682
|
-
|
|
683
|
-
self.w_list_images = QWidget(self.scrollAreaWidgetContents)
|
|
684
|
-
self.w_list_images.setObjectName(u"w_list_images")
|
|
685
|
-
self.verticalLayout_5 = QVBoxLayout(self.w_list_images)
|
|
686
|
-
self.verticalLayout_5.setSpacing(0)
|
|
687
|
-
self.verticalLayout_5.setObjectName(u"verticalLayout_5")
|
|
688
|
-
self.verticalLayout_5.setContentsMargins(0, 0, 0, 0)
|
|
689
|
-
|
|
690
|
-
self.verticalLayout_8.addWidget(self.w_list_images)
|
|
691
|
-
|
|
692
|
-
self.w_TR_min = QWidget(self.scrollAreaWidgetContents)
|
|
693
|
-
self.w_TR_min.setObjectName(u"w_TR_min")
|
|
694
|
-
self.w_TR_min.setMinimumSize(QSize(0, 26))
|
|
695
|
-
self.w_TR_min.setMaximumSize(QSize(16777215, 16777215))
|
|
696
|
-
self.horizontalLayout_6 = QHBoxLayout(self.w_TR_min)
|
|
697
|
-
self.horizontalLayout_6.setSpacing(10)
|
|
698
|
-
self.horizontalLayout_6.setObjectName(u"horizontalLayout_6")
|
|
699
|
-
self.horizontalLayout_6.setContentsMargins(0, 0, 0, 0)
|
|
700
|
-
self.check_TR_sequence = QCheckBox(self.w_TR_min)
|
|
701
|
-
self.check_TR_sequence.setObjectName(u"check_TR_sequence")
|
|
702
|
-
self.check_TR_sequence.setMinimumSize(QSize(0, 24))
|
|
703
|
-
self.check_TR_sequence.setMaximumSize(QSize(16777215, 24))
|
|
704
|
-
self.check_TR_sequence.setFont(font)
|
|
705
|
-
self.check_TR_sequence.setLayoutDirection(Qt.LeftToRight)
|
|
706
|
-
self.check_TR_sequence.setStyleSheet(u"border: none\n"
|
|
707
|
-
"")
|
|
708
|
-
|
|
709
|
-
self.horizontalLayout_6.addWidget(self.check_TR_sequence)
|
|
710
|
-
|
|
711
|
-
self.check_subtract = QCheckBox(self.w_TR_min)
|
|
712
|
-
self.check_subtract.setObjectName(u"check_subtract")
|
|
713
|
-
sizePolicy1.setHeightForWidth(self.check_subtract.sizePolicy().hasHeightForWidth())
|
|
714
|
-
self.check_subtract.setSizePolicy(sizePolicy1)
|
|
715
|
-
self.check_subtract.setMinimumSize(QSize(0, 24))
|
|
716
|
-
self.check_subtract.setMaximumSize(QSize(16777215, 24))
|
|
717
|
-
self.check_subtract.setFont(font)
|
|
718
|
-
self.check_subtract.setLayoutDirection(Qt.RightToLeft)
|
|
719
|
-
|
|
720
|
-
self.horizontalLayout_6.addWidget(self.check_subtract)
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
self.verticalLayout_8.addWidget(self.w_TR_min)
|
|
724
|
-
|
|
725
|
-
self.w_SizeImg = QWidget(self.scrollAreaWidgetContents)
|
|
726
|
-
self.w_SizeImg.setObjectName(u"w_SizeImg")
|
|
727
|
-
self.w_SizeImg.setMaximumSize(QSize(16777215, 16777215))
|
|
728
|
-
self.horizontalLayout_7 = QHBoxLayout(self.w_SizeImg)
|
|
729
|
-
self.horizontalLayout_7.setSpacing(5)
|
|
730
|
-
self.horizontalLayout_7.setObjectName(u"horizontalLayout_7")
|
|
731
|
-
self.horizontalLayout_7.setContentsMargins(0, 0, 0, 0)
|
|
732
|
-
self.w_x = QWidget(self.w_SizeImg)
|
|
733
|
-
self.w_x.setObjectName(u"w_x")
|
|
734
|
-
self.w_x.setMinimumSize(QSize(100, 44))
|
|
735
|
-
self.w_x.setMaximumSize(QSize(150, 44))
|
|
736
|
-
self.verticalLayout_19 = QVBoxLayout(self.w_x)
|
|
737
|
-
self.verticalLayout_19.setSpacing(0)
|
|
738
|
-
self.verticalLayout_19.setObjectName(u"verticalLayout_19")
|
|
739
|
-
self.verticalLayout_19.setContentsMargins(0, 0, 0, 0)
|
|
740
|
-
self.label_x = QLabel(self.w_x)
|
|
741
|
-
self.label_x.setObjectName(u"label_x")
|
|
742
|
-
sizePolicy1.setHeightForWidth(self.label_x.sizePolicy().hasHeightForWidth())
|
|
743
|
-
self.label_x.setSizePolicy(sizePolicy1)
|
|
744
|
-
self.label_x.setMinimumSize(QSize(90, 20))
|
|
745
|
-
self.label_x.setMaximumSize(QSize(90, 20))
|
|
746
|
-
self.label_x.setFont(font3)
|
|
747
|
-
self.label_x.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
748
|
-
|
|
749
|
-
self.verticalLayout_19.addWidget(self.label_x)
|
|
750
|
-
|
|
751
|
-
self.spin_x = MyQSpinXW(self.w_x)
|
|
752
|
-
self.spin_x.setObjectName(u"spin_x")
|
|
753
|
-
self.spin_x.setEnabled(True)
|
|
754
|
-
self.spin_x.setMinimumSize(QSize(90, 24))
|
|
755
|
-
self.spin_x.setMaximumSize(QSize(90, 24))
|
|
756
|
-
self.spin_x.setFont(font)
|
|
757
|
-
self.spin_x.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
758
|
-
self.spin_x.setButtonSymbols(QAbstractSpinBox.UpDownArrows)
|
|
759
|
-
self.spin_x.setCorrectionMode(QAbstractSpinBox.CorrectToNearestValue)
|
|
760
|
-
self.spin_x.setValue(1)
|
|
761
|
-
|
|
762
|
-
self.verticalLayout_19.addWidget(self.spin_x)
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
self.horizontalLayout_7.addWidget(self.w_x)
|
|
766
|
-
|
|
767
|
-
self.w_y = QWidget(self.w_SizeImg)
|
|
768
|
-
self.w_y.setObjectName(u"w_y")
|
|
769
|
-
self.w_y.setMinimumSize(QSize(100, 44))
|
|
770
|
-
self.w_y.setMaximumSize(QSize(150, 44))
|
|
771
|
-
self.verticalLayout_20 = QVBoxLayout(self.w_y)
|
|
772
|
-
self.verticalLayout_20.setSpacing(0)
|
|
773
|
-
self.verticalLayout_20.setObjectName(u"verticalLayout_20")
|
|
774
|
-
self.verticalLayout_20.setContentsMargins(0, 0, 0, 0)
|
|
775
|
-
self.label_y = QLabel(self.w_y)
|
|
776
|
-
self.label_y.setObjectName(u"label_y")
|
|
777
|
-
sizePolicy1.setHeightForWidth(self.label_y.sizePolicy().hasHeightForWidth())
|
|
778
|
-
self.label_y.setSizePolicy(sizePolicy1)
|
|
779
|
-
self.label_y.setMinimumSize(QSize(90, 20))
|
|
780
|
-
self.label_y.setMaximumSize(QSize(90, 20))
|
|
781
|
-
self.label_y.setFont(font3)
|
|
782
|
-
self.label_y.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
783
|
-
|
|
784
|
-
self.verticalLayout_20.addWidget(self.label_y)
|
|
785
|
-
|
|
786
|
-
self.spin_y = MyQSpinXW(self.w_y)
|
|
787
|
-
self.spin_y.setObjectName(u"spin_y")
|
|
788
|
-
self.spin_y.setEnabled(True)
|
|
789
|
-
self.spin_y.setMinimumSize(QSize(90, 24))
|
|
790
|
-
self.spin_y.setMaximumSize(QSize(90, 24))
|
|
791
|
-
self.spin_y.setFont(font)
|
|
792
|
-
self.spin_y.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
793
|
-
self.spin_y.setButtonSymbols(QAbstractSpinBox.UpDownArrows)
|
|
794
|
-
self.spin_y.setCorrectionMode(QAbstractSpinBox.CorrectToNearestValue)
|
|
795
|
-
self.spin_y.setValue(1)
|
|
796
|
-
|
|
797
|
-
self.verticalLayout_20.addWidget(self.spin_y)
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
self.horizontalLayout_7.addWidget(self.w_y)
|
|
801
|
-
|
|
802
|
-
self.w_width = QWidget(self.w_SizeImg)
|
|
803
|
-
self.w_width.setObjectName(u"w_width")
|
|
804
|
-
self.w_width.setMinimumSize(QSize(100, 44))
|
|
805
|
-
self.w_width.setMaximumSize(QSize(150, 44))
|
|
806
|
-
self.verticalLayout_21 = QVBoxLayout(self.w_width)
|
|
807
|
-
self.verticalLayout_21.setSpacing(0)
|
|
808
|
-
self.verticalLayout_21.setObjectName(u"verticalLayout_21")
|
|
809
|
-
self.verticalLayout_21.setContentsMargins(0, 0, 0, 0)
|
|
810
|
-
self.label_w = QLabel(self.w_width)
|
|
811
|
-
self.label_w.setObjectName(u"label_w")
|
|
812
|
-
sizePolicy1.setHeightForWidth(self.label_w.sizePolicy().hasHeightForWidth())
|
|
813
|
-
self.label_w.setSizePolicy(sizePolicy1)
|
|
814
|
-
self.label_w.setMinimumSize(QSize(90, 20))
|
|
815
|
-
self.label_w.setMaximumSize(QSize(90, 20))
|
|
816
|
-
self.label_w.setFont(font3)
|
|
817
|
-
self.label_w.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
818
|
-
|
|
819
|
-
self.verticalLayout_21.addWidget(self.label_w)
|
|
820
|
-
|
|
821
|
-
self.spin_w = MyQSpin(self.w_width)
|
|
822
|
-
self.spin_w.setObjectName(u"spin_w")
|
|
823
|
-
self.spin_w.setEnabled(True)
|
|
824
|
-
self.spin_w.setMinimumSize(QSize(90, 24))
|
|
825
|
-
self.spin_w.setMaximumSize(QSize(90, 24))
|
|
826
|
-
self.spin_w.setFont(font)
|
|
827
|
-
self.spin_w.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
828
|
-
self.spin_w.setButtonSymbols(QAbstractSpinBox.UpDownArrows)
|
|
829
|
-
self.spin_w.setCorrectionMode(QAbstractSpinBox.CorrectToNearestValue)
|
|
830
|
-
self.spin_w.setValue(1)
|
|
831
|
-
|
|
832
|
-
self.verticalLayout_21.addWidget(self.spin_w)
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
self.horizontalLayout_7.addWidget(self.w_width)
|
|
836
|
-
|
|
837
|
-
self.w_height = QWidget(self.w_SizeImg)
|
|
838
|
-
self.w_height.setObjectName(u"w_height")
|
|
839
|
-
self.w_height.setMinimumSize(QSize(100, 44))
|
|
840
|
-
self.w_height.setMaximumSize(QSize(150, 44))
|
|
841
|
-
self.verticalLayout_22 = QVBoxLayout(self.w_height)
|
|
842
|
-
self.verticalLayout_22.setSpacing(0)
|
|
843
|
-
self.verticalLayout_22.setObjectName(u"verticalLayout_22")
|
|
844
|
-
self.verticalLayout_22.setContentsMargins(0, 0, 0, 0)
|
|
845
|
-
self.label_h = QLabel(self.w_height)
|
|
846
|
-
self.label_h.setObjectName(u"label_h")
|
|
847
|
-
sizePolicy1.setHeightForWidth(self.label_h.sizePolicy().hasHeightForWidth())
|
|
848
|
-
self.label_h.setSizePolicy(sizePolicy1)
|
|
849
|
-
self.label_h.setMinimumSize(QSize(90, 20))
|
|
850
|
-
self.label_h.setMaximumSize(QSize(90, 20))
|
|
851
|
-
self.label_h.setFont(font3)
|
|
852
|
-
self.label_h.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
853
|
-
|
|
854
|
-
self.verticalLayout_22.addWidget(self.label_h)
|
|
855
|
-
|
|
856
|
-
self.spin_h = MyQSpin(self.w_height)
|
|
857
|
-
self.spin_h.setObjectName(u"spin_h")
|
|
858
|
-
self.spin_h.setEnabled(True)
|
|
859
|
-
self.spin_h.setMinimumSize(QSize(90, 24))
|
|
860
|
-
self.spin_h.setMaximumSize(QSize(90, 24))
|
|
861
|
-
self.spin_h.setFont(font)
|
|
862
|
-
self.spin_h.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
|
863
|
-
self.spin_h.setButtonSymbols(QAbstractSpinBox.UpDownArrows)
|
|
864
|
-
self.spin_h.setCorrectionMode(QAbstractSpinBox.CorrectToNearestValue)
|
|
865
|
-
self.spin_h.setValue(1)
|
|
866
|
-
|
|
867
|
-
self.verticalLayout_22.addWidget(self.spin_h)
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
self.horizontalLayout_7.addWidget(self.w_height)
|
|
871
|
-
|
|
872
|
-
self.w_button_resize = QWidget(self.w_SizeImg)
|
|
873
|
-
self.w_button_resize.setObjectName(u"w_button_resize")
|
|
874
|
-
self.w_button_resize.setMinimumSize(QSize(0, 44))
|
|
875
|
-
self.w_button_resize.setMaximumSize(QSize(26, 44))
|
|
876
|
-
self.verticalLayout_6 = QVBoxLayout(self.w_button_resize)
|
|
877
|
-
self.verticalLayout_6.setSpacing(0)
|
|
878
|
-
self.verticalLayout_6.setObjectName(u"verticalLayout_6")
|
|
879
|
-
self.verticalLayout_6.setContentsMargins(0, 0, 0, 0)
|
|
880
|
-
self.label_button_resize = QLabel(self.w_button_resize)
|
|
881
|
-
self.label_button_resize.setObjectName(u"label_button_resize")
|
|
882
|
-
sizePolicy1.setHeightForWidth(self.label_button_resize.sizePolicy().hasHeightForWidth())
|
|
883
|
-
self.label_button_resize.setSizePolicy(sizePolicy1)
|
|
884
|
-
self.label_button_resize.setMinimumSize(QSize(0, 18))
|
|
885
|
-
self.label_button_resize.setMaximumSize(QSize(16777215, 18))
|
|
886
|
-
self.label_button_resize.setFont(font3)
|
|
887
|
-
|
|
888
|
-
self.verticalLayout_6.addWidget(self.label_button_resize)
|
|
889
|
-
|
|
890
|
-
self.button_resize = QToolButton(self.w_button_resize)
|
|
891
|
-
self.button_resize.setObjectName(u"button_resize")
|
|
892
|
-
self.button_resize.setMinimumSize(QSize(26, 26))
|
|
893
|
-
self.button_resize.setMaximumSize(QSize(26, 26))
|
|
894
|
-
icon8 = QIcon()
|
|
895
|
-
icon8.addFile(u""+ icons_path +"resize_icon.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
896
|
-
self.button_resize.setIcon(icon8)
|
|
897
|
-
self.button_resize.setIconSize(QSize(18, 18))
|
|
898
|
-
|
|
899
|
-
self.verticalLayout_6.addWidget(self.button_resize)
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
self.horizontalLayout_7.addWidget(self.w_button_resize)
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
self.verticalLayout_8.addWidget(self.w_SizeImg)
|
|
906
|
-
|
|
907
|
-
self.scrollArea.setWidget(self.scrollAreaWidgetContents)
|
|
908
|
-
|
|
909
|
-
self.verticalLayout_7.addWidget(self.scrollArea)
|
|
910
|
-
|
|
911
|
-
QWidget.setTabOrder(self.button_back, self.button_forward)
|
|
912
|
-
QWidget.setTabOrder(self.button_forward, self.button_close_tab)
|
|
913
|
-
QWidget.setTabOrder(self.button_close_tab, self.scrollArea)
|
|
914
|
-
QWidget.setTabOrder(self.scrollArea, self.edit_path)
|
|
915
|
-
QWidget.setTabOrder(self.edit_path, self.button_path)
|
|
916
|
-
QWidget.setTabOrder(self.button_path, self.edit_root)
|
|
917
|
-
QWidget.setTabOrder(self.edit_root, self.button_import)
|
|
918
|
-
QWidget.setTabOrder(self.button_import, self.spin_range_from)
|
|
919
|
-
QWidget.setTabOrder(self.spin_range_from, self.spin_range_to)
|
|
920
|
-
QWidget.setTabOrder(self.spin_range_to, self.spin_selected)
|
|
921
|
-
QWidget.setTabOrder(self.spin_selected, self.spin_frame)
|
|
922
|
-
QWidget.setTabOrder(self.spin_frame, self.list_images)
|
|
923
|
-
QWidget.setTabOrder(self.list_images, self.check_TR_sequence)
|
|
924
|
-
QWidget.setTabOrder(self.check_TR_sequence, self.check_subtract)
|
|
925
|
-
QWidget.setTabOrder(self.check_subtract, self.spin_x)
|
|
926
|
-
QWidget.setTabOrder(self.spin_x, self.spin_y)
|
|
927
|
-
QWidget.setTabOrder(self.spin_y, self.spin_w)
|
|
928
|
-
QWidget.setTabOrder(self.spin_w, self.spin_h)
|
|
929
|
-
QWidget.setTabOrder(self.spin_h, self.button_resize)
|
|
930
|
-
|
|
931
|
-
self.retranslateUi(ImportTab)
|
|
932
|
-
|
|
933
|
-
QMetaObject.connectSlotsByName(ImportTab)
|
|
934
|
-
# setupUi
|
|
935
|
-
|
|
936
|
-
def retranslateUi(self, ImportTab):
|
|
937
|
-
ImportTab.setWindowTitle(QCoreApplication.translate("ImportTab", u"Import", None))
|
|
938
|
-
#if QT_CONFIG(accessibility)
|
|
939
|
-
ImportTab.setAccessibleName("")
|
|
940
|
-
#endif // QT_CONFIG(accessibility)
|
|
941
|
-
self.icon.setText("")
|
|
942
|
-
self.name_tab.setText(QCoreApplication.translate("ImportTab", u" Input", None))
|
|
943
|
-
#if QT_CONFIG(tooltip)
|
|
944
|
-
self.button_data.setToolTip("")
|
|
945
|
-
#endif // QT_CONFIG(tooltip)
|
|
946
|
-
self.button_data.setText("")
|
|
947
|
-
#if QT_CONFIG(shortcut)
|
|
948
|
-
self.button_data.setShortcut(QCoreApplication.translate("ImportTab", u"Backspace, Return", None))
|
|
949
|
-
#endif // QT_CONFIG(shortcut)
|
|
950
|
-
self.label_number.setText(QCoreApplication.translate("ImportTab", u"1", None))
|
|
951
|
-
#if QT_CONFIG(tooltip)
|
|
952
|
-
self.button_back.setToolTip(QCoreApplication.translate("ImportTab", u"Undo", None))
|
|
953
|
-
#endif // QT_CONFIG(tooltip)
|
|
954
|
-
self.button_back.setText("")
|
|
955
|
-
#if QT_CONFIG(tooltip)
|
|
956
|
-
self.button_forward.setToolTip(QCoreApplication.translate("ImportTab", u"Redo", None))
|
|
957
|
-
#endif // QT_CONFIG(tooltip)
|
|
958
|
-
self.button_forward.setText("")
|
|
959
|
-
#if QT_CONFIG(tooltip)
|
|
960
|
-
self.button_close_tab.setToolTip(QCoreApplication.translate("ImportTab", u"Close tab", None))
|
|
961
|
-
#endif // QT_CONFIG(tooltip)
|
|
962
|
-
self.button_close_tab.setText("")
|
|
963
|
-
#if QT_CONFIG(shortcut)
|
|
964
|
-
self.button_close_tab.setShortcut(QCoreApplication.translate("ImportTab", u"Alt+I", None))
|
|
965
|
-
#endif // QT_CONFIG(shortcut)
|
|
966
|
-
self.label_path.setText(QCoreApplication.translate("ImportTab", u"Input folder path", None))
|
|
967
|
-
#if QT_CONFIG(tooltip)
|
|
968
|
-
self.edit_path.setToolTip(QCoreApplication.translate("ImportTab", u"Path of the directory containing the image files", None))
|
|
969
|
-
#endif // QT_CONFIG(tooltip)
|
|
970
|
-
self.edit_path.setText(QCoreApplication.translate("ImportTab", u".\\img\\fold3\\", None))
|
|
971
|
-
self.label_check_path.setText("")
|
|
972
|
-
self.label_path_2.setText("")
|
|
973
|
-
#if QT_CONFIG(tooltip)
|
|
974
|
-
self.button_path.setToolTip(QCoreApplication.translate("ImportTab", u"Explore and find the path of the directory containing the image files", None))
|
|
975
|
-
#endif // QT_CONFIG(tooltip)
|
|
976
|
-
self.button_path.setText("")
|
|
977
|
-
#if QT_CONFIG(shortcut)
|
|
978
|
-
self.button_path.setShortcut(QCoreApplication.translate("ImportTab", u"Ctrl+Alt+I", None))
|
|
979
|
-
#endif // QT_CONFIG(shortcut)
|
|
980
|
-
self.label_root.setText(QCoreApplication.translate("ImportTab", u"Pattern of image filenames", None))
|
|
981
|
-
#if QT_CONFIG(tooltip)
|
|
982
|
-
self.edit_root.setToolTip(QCoreApplication.translate("ImportTab", u"Pattern of the filenames of the images", None))
|
|
983
|
-
#endif // QT_CONFIG(tooltip)
|
|
984
|
-
self.edit_root.setText(QCoreApplication.translate("ImportTab", u"img_cam0_a*.png ; img_cam0_b*.png", None))
|
|
985
|
-
self.label_check_root.setText("")
|
|
986
|
-
self.label_root_2.setText("")
|
|
987
|
-
#if QT_CONFIG(tooltip)
|
|
988
|
-
self.button_import.setToolTip(QCoreApplication.translate("ImportTab", u"Explore and find directly the image files", None))
|
|
989
|
-
#endif // QT_CONFIG(tooltip)
|
|
990
|
-
self.button_import.setText("")
|
|
991
|
-
#if QT_CONFIG(shortcut)
|
|
992
|
-
self.button_import.setShortcut(QCoreApplication.translate("ImportTab", u"Ctrl+Alt+J", None))
|
|
993
|
-
#endif // QT_CONFIG(shortcut)
|
|
994
|
-
self.label_range_from.setText(QCoreApplication.translate("ImportTab", u"from", None))
|
|
995
|
-
#if QT_CONFIG(tooltip)
|
|
996
|
-
self.spin_range_from.setToolTip(QCoreApplication.translate("ImportTab", u"Number of the first image in the sequence to process", None))
|
|
997
|
-
#endif // QT_CONFIG(tooltip)
|
|
998
|
-
self.label_range_to.setText(QCoreApplication.translate("ImportTab", u"# of image pairs", None))
|
|
999
|
-
#if QT_CONFIG(tooltip)
|
|
1000
|
-
self.spin_range_to.setToolTip(QCoreApplication.translate("ImportTab", u"Number of image pairs to process", None))
|
|
1001
|
-
#endif // QT_CONFIG(tooltip)
|
|
1002
|
-
self.label_list.setText(QCoreApplication.translate("ImportTab", u"Identified image pairs", None))
|
|
1003
|
-
self.label_selected.setText(QCoreApplication.translate("ImportTab", u"selected", None))
|
|
1004
|
-
#if QT_CONFIG(tooltip)
|
|
1005
|
-
self.spin_selected.setToolTip(QCoreApplication.translate("ImportTab", u"Number of the selected image", None))
|
|
1006
|
-
#endif // QT_CONFIG(tooltip)
|
|
1007
|
-
self.label_frame.setText(QCoreApplication.translate("ImportTab", u"frame", None))
|
|
1008
|
-
#if QT_CONFIG(tooltip)
|
|
1009
|
-
self.spin_frame.setToolTip(QCoreApplication.translate("ImportTab", u"Frame of the selected image", None))
|
|
1010
|
-
#endif // QT_CONFIG(tooltip)
|
|
1011
|
-
|
|
1012
|
-
__sortingEnabled = self.list_images.isSortingEnabled()
|
|
1013
|
-
self.list_images.setSortingEnabled(False)
|
|
1014
|
-
___qlistwidgetitem = self.list_images.item(0)
|
|
1015
|
-
___qlistwidgetitem.setText(QCoreApplication.translate("ImportTab", u"New Item", None));
|
|
1016
|
-
___qlistwidgetitem1 = self.list_images.item(1)
|
|
1017
|
-
___qlistwidgetitem1.setText(QCoreApplication.translate("ImportTab", u"New Item", None));
|
|
1018
|
-
___qlistwidgetitem2 = self.list_images.item(2)
|
|
1019
|
-
___qlistwidgetitem2.setText(QCoreApplication.translate("ImportTab", u"New Item", None));
|
|
1020
|
-
___qlistwidgetitem3 = self.list_images.item(3)
|
|
1021
|
-
___qlistwidgetitem3.setText(QCoreApplication.translate("ImportTab", u"New Item", None));
|
|
1022
|
-
___qlistwidgetitem4 = self.list_images.item(4)
|
|
1023
|
-
___qlistwidgetitem4.setText(QCoreApplication.translate("ImportTab", u"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", None));
|
|
1024
|
-
___qlistwidgetitem5 = self.list_images.item(5)
|
|
1025
|
-
___qlistwidgetitem5.setText(QCoreApplication.translate("ImportTab", u"New Item", None));
|
|
1026
|
-
___qlistwidgetitem6 = self.list_images.item(6)
|
|
1027
|
-
___qlistwidgetitem6.setText(QCoreApplication.translate("ImportTab", u"New Item", None));
|
|
1028
|
-
___qlistwidgetitem7 = self.list_images.item(7)
|
|
1029
|
-
___qlistwidgetitem7.setText(QCoreApplication.translate("ImportTab", u"New Item", None));
|
|
1030
|
-
___qlistwidgetitem8 = self.list_images.item(8)
|
|
1031
|
-
___qlistwidgetitem8.setText(QCoreApplication.translate("ImportTab", u"New Item", None));
|
|
1032
|
-
___qlistwidgetitem9 = self.list_images.item(9)
|
|
1033
|
-
___qlistwidgetitem9.setText(QCoreApplication.translate("ImportTab", u"New Item", None));
|
|
1034
|
-
___qlistwidgetitem10 = self.list_images.item(10)
|
|
1035
|
-
___qlistwidgetitem10.setText(QCoreApplication.translate("ImportTab", u"New Item", None));
|
|
1036
|
-
___qlistwidgetitem11 = self.list_images.item(11)
|
|
1037
|
-
___qlistwidgetitem11.setText(QCoreApplication.translate("ImportTab", u"New Item", None));
|
|
1038
|
-
___qlistwidgetitem12 = self.list_images.item(12)
|
|
1039
|
-
___qlistwidgetitem12.setText(QCoreApplication.translate("ImportTab", u"New Item", None));
|
|
1040
|
-
___qlistwidgetitem13 = self.list_images.item(13)
|
|
1041
|
-
___qlistwidgetitem13.setText(QCoreApplication.translate("ImportTab", u"New Item", None));
|
|
1042
|
-
self.list_images.setSortingEnabled(__sortingEnabled)
|
|
1043
|
-
|
|
1044
|
-
#if QT_CONFIG(tooltip)
|
|
1045
|
-
self.list_images.setToolTip(QCoreApplication.translate("ImportTab", u"List of identified image pairs (select to show)", None))
|
|
1046
|
-
#endif // QT_CONFIG(tooltip)
|
|
1047
|
-
#if QT_CONFIG(tooltip)
|
|
1048
|
-
self.check_TR_sequence.setToolTip(QCoreApplication.translate("ImportTab", u"If activated, the images are processed in time-resolved mode", None))
|
|
1049
|
-
#endif // QT_CONFIG(tooltip)
|
|
1050
|
-
self.check_TR_sequence.setText(QCoreApplication.translate("ImportTab", u"Time-resolved series", None))
|
|
1051
|
-
#if QT_CONFIG(tooltip)
|
|
1052
|
-
self.check_subtract.setToolTip(QCoreApplication.translate("ImportTab", u"Subtract ensemble minimum", None))
|
|
1053
|
-
#endif // QT_CONFIG(tooltip)
|
|
1054
|
-
self.check_subtract.setText(QCoreApplication.translate("ImportTab", u"subtract minimum", None))
|
|
1055
|
-
self.label_x.setText(QCoreApplication.translate("ImportTab", u"X0 (# column)", None))
|
|
1056
|
-
#if QT_CONFIG(tooltip)
|
|
1057
|
-
self.spin_x.setToolTip(QCoreApplication.translate("ImportTab", u"First column of the image area to process", None))
|
|
1058
|
-
#endif // QT_CONFIG(tooltip)
|
|
1059
|
-
self.label_y.setText(QCoreApplication.translate("ImportTab", u"Y0 (# row)", None))
|
|
1060
|
-
#if QT_CONFIG(tooltip)
|
|
1061
|
-
self.spin_y.setToolTip(QCoreApplication.translate("ImportTab", u"First row of the image area to process", None))
|
|
1062
|
-
#endif // QT_CONFIG(tooltip)
|
|
1063
|
-
self.label_w.setText(QCoreApplication.translate("ImportTab", u"Width (pixels)", None))
|
|
1064
|
-
#if QT_CONFIG(tooltip)
|
|
1065
|
-
self.spin_w.setToolTip(QCoreApplication.translate("ImportTab", u"Width of the image area to process", None))
|
|
1066
|
-
#endif // QT_CONFIG(tooltip)
|
|
1067
|
-
self.label_h.setText(QCoreApplication.translate("ImportTab", u"Height (pixels)", None))
|
|
1068
|
-
#if QT_CONFIG(tooltip)
|
|
1069
|
-
self.spin_h.setToolTip(QCoreApplication.translate("ImportTab", u"Heigth of the image area to process", None))
|
|
1070
|
-
#endif // QT_CONFIG(tooltip)
|
|
1071
|
-
self.label_button_resize.setText("")
|
|
1072
|
-
#if QT_CONFIG(tooltip)
|
|
1073
|
-
self.button_resize.setToolTip(QCoreApplication.translate("ImportTab", u"Restore full image", None))
|
|
1074
|
-
#endif // QT_CONFIG(tooltip)
|
|
1075
|
-
self.button_resize.setText("")
|
|
1076
|
-
# retranslateUi
|
|
1077
|
-
|