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_gCalVi.py
DELETED
|
@@ -1,640 +0,0 @@
|
|
|
1
|
-
from .addwidgets_ps import icons_path
|
|
2
|
-
# -*- coding: utf-8 -*-
|
|
3
|
-
|
|
4
|
-
################################################################################
|
|
5
|
-
## Form generated from reading UI file 'gCalVifXhOuH.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 (QAction, QBrush, QColor, QConicalGradient,
|
|
16
|
-
QCursor, QFont, QFontDatabase, QGradient,
|
|
17
|
-
QIcon, QImage, QKeySequence, QLinearGradient,
|
|
18
|
-
QPainter, QPalette, QPixmap, QRadialGradient,
|
|
19
|
-
QTransform)
|
|
20
|
-
from PySide6.QtWidgets import (QAbstractScrollArea, QApplication, QFrame, QHBoxLayout,
|
|
21
|
-
QLabel, QMainWindow, QMenu, QMenuBar,
|
|
22
|
-
QScrollArea, QSizePolicy, QSpacerItem, QStatusBar,
|
|
23
|
-
QToolButton, QVBoxLayout, QWidget)
|
|
24
|
-
|
|
25
|
-
from .addwidgets_ps import (RichTextPushButton, myQSplitter)
|
|
26
|
-
|
|
27
|
-
class Ui_gCalVi(object):
|
|
28
|
-
def setupUi(self, gCalVi):
|
|
29
|
-
if not gCalVi.objectName():
|
|
30
|
-
gCalVi.setObjectName(u"gCalVi")
|
|
31
|
-
gCalVi.resize(1200, 800)
|
|
32
|
-
gCalVi.setMinimumSize(QSize(880, 0))
|
|
33
|
-
font = QFont()
|
|
34
|
-
font.setPointSize(11)
|
|
35
|
-
gCalVi.setFont(font)
|
|
36
|
-
icon = QIcon()
|
|
37
|
-
icon.addFile(u""+ icons_path +"icon_CalVi.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
38
|
-
gCalVi.setWindowIcon(icon)
|
|
39
|
-
gCalVi.setUnifiedTitleAndToolBarOnMac(False)
|
|
40
|
-
self.actionExit = QAction(gCalVi)
|
|
41
|
-
self.actionExit.setObjectName(u"actionExit")
|
|
42
|
-
self.aExit = QAction(gCalVi)
|
|
43
|
-
self.aExit.setObjectName(u"aExit")
|
|
44
|
-
icon1 = QIcon()
|
|
45
|
-
icon1.addFile(u""+ icons_path +"quit.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
46
|
-
self.aExit.setIcon(icon1)
|
|
47
|
-
self.aExit.setShortcutVisibleInContextMenu(True)
|
|
48
|
-
self.actionSave = QAction(gCalVi)
|
|
49
|
-
self.actionSave.setObjectName(u"actionSave")
|
|
50
|
-
icon2 = QIcon()
|
|
51
|
-
icon2.addFile(u""+ icons_path +"save.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
52
|
-
self.actionSave.setIcon(icon2)
|
|
53
|
-
self.actionSave.setShortcutVisibleInContextMenu(True)
|
|
54
|
-
self.actionLoad = QAction(gCalVi)
|
|
55
|
-
self.actionLoad.setObjectName(u"actionLoad")
|
|
56
|
-
icon3 = QIcon()
|
|
57
|
-
icon3.addFile(u""+ icons_path +"open.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
58
|
-
self.actionLoad.setIcon(icon3)
|
|
59
|
-
self.actionLoad.setShortcutVisibleInContextMenu(True)
|
|
60
|
-
self.actionNew = QAction(gCalVi)
|
|
61
|
-
self.actionNew.setObjectName(u"actionNew")
|
|
62
|
-
icon4 = QIcon()
|
|
63
|
-
icon4.addFile(u""+ icons_path +"new.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
64
|
-
self.actionNew.setIcon(icon4)
|
|
65
|
-
self.actionNew.setShortcutVisibleInContextMenu(True)
|
|
66
|
-
self.actionAbout = QAction(gCalVi)
|
|
67
|
-
self.actionAbout.setObjectName(u"actionAbout")
|
|
68
|
-
icon5 = QIcon()
|
|
69
|
-
icon5.addFile(u""+ icons_path +"about.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
70
|
-
self.actionAbout.setIcon(icon5)
|
|
71
|
-
self.actionAbout.setShortcutVisibleInContextMenu(True)
|
|
72
|
-
self.actionGuide = QAction(gCalVi)
|
|
73
|
-
self.actionGuide.setObjectName(u"actionGuide")
|
|
74
|
-
icon6 = QIcon()
|
|
75
|
-
icon6.addFile(u""+ icons_path +"guide.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
76
|
-
self.actionGuide.setIcon(icon6)
|
|
77
|
-
self.actionSave_as = QAction(gCalVi)
|
|
78
|
-
self.actionSave_as.setObjectName(u"actionSave_as")
|
|
79
|
-
icon7 = QIcon()
|
|
80
|
-
icon7.addFile(u""+ icons_path +"saveas.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
81
|
-
self.actionSave_as.setIcon(icon7)
|
|
82
|
-
self.actionSave_as.setShortcutVisibleInContextMenu(True)
|
|
83
|
-
self.actionClose = QAction(gCalVi)
|
|
84
|
-
self.actionClose.setObjectName(u"actionClose")
|
|
85
|
-
icon8 = QIcon()
|
|
86
|
-
icon8.addFile(u""+ icons_path +"close_project.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
87
|
-
self.actionClose.setIcon(icon8)
|
|
88
|
-
self.actionClose.setShortcutVisibleInContextMenu(True)
|
|
89
|
-
self.actionPaIRS_Run = QAction(gCalVi)
|
|
90
|
-
self.actionPaIRS_Run.setObjectName(u"actionPaIRS_Run")
|
|
91
|
-
icon9 = QIcon()
|
|
92
|
-
icon9.addFile(u""+ icons_path +"normal_run.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
93
|
-
self.actionPaIRS_Run.setIcon(icon9)
|
|
94
|
-
self.actionPaIRS_Clean_run = QAction(gCalVi)
|
|
95
|
-
self.actionPaIRS_Clean_run.setObjectName(u"actionPaIRS_Clean_run")
|
|
96
|
-
icon10 = QIcon()
|
|
97
|
-
icon10.addFile(u""+ icons_path +"clean_run.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
98
|
-
self.actionPaIRS_Clean_run.setIcon(icon10)
|
|
99
|
-
self.actionPaIRS_Debug_run = QAction(gCalVi)
|
|
100
|
-
self.actionPaIRS_Debug_run.setObjectName(u"actionPaIRS_Debug_run")
|
|
101
|
-
icon11 = QIcon()
|
|
102
|
-
icon11.addFile(u""+ icons_path +"debug_run.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
103
|
-
self.actionPaIRS_Debug_run.setIcon(icon11)
|
|
104
|
-
self.actionCalVi_Run = QAction(gCalVi)
|
|
105
|
-
self.actionCalVi_Run.setObjectName(u"actionCalVi_Run")
|
|
106
|
-
self.actionCalVi_Run.setIcon(icon9)
|
|
107
|
-
self.actionCalVi_Clean_run = QAction(gCalVi)
|
|
108
|
-
self.actionCalVi_Clean_run.setObjectName(u"actionCalVi_Clean_run")
|
|
109
|
-
self.actionCalVi_Clean_run.setIcon(icon10)
|
|
110
|
-
self.actionCalVi_Debug_run = QAction(gCalVi)
|
|
111
|
-
self.actionCalVi_Debug_run.setObjectName(u"actionCalVi_Debug_run")
|
|
112
|
-
self.actionCalVi_Debug_run.setIcon(icon11)
|
|
113
|
-
self.actionChanges = QAction(gCalVi)
|
|
114
|
-
self.actionChanges.setObjectName(u"actionChanges")
|
|
115
|
-
icon12 = QIcon()
|
|
116
|
-
icon12.addFile(u""+ icons_path +"news.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
117
|
-
self.actionChanges.setIcon(icon12)
|
|
118
|
-
self.centralwidget = QWidget(gCalVi)
|
|
119
|
-
self.centralwidget.setObjectName(u"centralwidget")
|
|
120
|
-
self.centralwidget.setMinimumSize(QSize(880, 0))
|
|
121
|
-
self.Clayout = QVBoxLayout(self.centralwidget)
|
|
122
|
-
self.Clayout.setSpacing(5)
|
|
123
|
-
self.Clayout.setObjectName(u"Clayout")
|
|
124
|
-
self.Clayout.setContentsMargins(10, 5, 10, 0)
|
|
125
|
-
self.w_Buttons_Run = QWidget(self.centralwidget)
|
|
126
|
-
self.w_Buttons_Run.setObjectName(u"w_Buttons_Run")
|
|
127
|
-
self.w_Buttons_Run.setMinimumSize(QSize(600, 40))
|
|
128
|
-
self.w_Buttons_Run.setMaximumSize(QSize(16777215, 40))
|
|
129
|
-
self.horizontalLayout_10 = QHBoxLayout(self.w_Buttons_Run)
|
|
130
|
-
self.horizontalLayout_10.setSpacing(10)
|
|
131
|
-
self.horizontalLayout_10.setObjectName(u"horizontalLayout_10")
|
|
132
|
-
self.horizontalLayout_10.setContentsMargins(0, 0, 0, 0)
|
|
133
|
-
self.logo = QLabel(self.w_Buttons_Run)
|
|
134
|
-
self.logo.setObjectName(u"logo")
|
|
135
|
-
self.logo.setMinimumSize(QSize(90, 30))
|
|
136
|
-
self.logo.setMaximumSize(QSize(90, 30))
|
|
137
|
-
self.logo.setPixmap(QPixmap(u""+ icons_path +"logo_CalVi.png"))
|
|
138
|
-
self.logo.setScaledContents(True)
|
|
139
|
-
|
|
140
|
-
self.horizontalLayout_10.addWidget(self.logo)
|
|
141
|
-
|
|
142
|
-
self.button_PaIRS_download = QToolButton(self.w_Buttons_Run)
|
|
143
|
-
self.button_PaIRS_download.setObjectName(u"button_PaIRS_download")
|
|
144
|
-
self.button_PaIRS_download.setMinimumSize(QSize(30, 30))
|
|
145
|
-
self.button_PaIRS_download.setMaximumSize(QSize(30, 30))
|
|
146
|
-
font1 = QFont()
|
|
147
|
-
font1.setPointSize(16)
|
|
148
|
-
self.button_PaIRS_download.setFont(font1)
|
|
149
|
-
self.button_PaIRS_download.setStyleSheet(u"border: none")
|
|
150
|
-
icon13 = QIcon()
|
|
151
|
-
icon13.addFile(u""+ icons_path +"flaticon_PaIRS_download.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
152
|
-
self.button_PaIRS_download.setIcon(icon13)
|
|
153
|
-
self.button_PaIRS_download.setIconSize(QSize(24, 24))
|
|
154
|
-
self.button_PaIRS_download.setCheckable(False)
|
|
155
|
-
|
|
156
|
-
self.horizontalLayout_10.addWidget(self.button_PaIRS_download)
|
|
157
|
-
|
|
158
|
-
self.w_bf = QWidget(self.w_Buttons_Run)
|
|
159
|
-
self.w_bf.setObjectName(u"w_bf")
|
|
160
|
-
self.w_bf.setMinimumSize(QSize(60, 0))
|
|
161
|
-
self.bfLayout = QHBoxLayout(self.w_bf)
|
|
162
|
-
self.bfLayout.setSpacing(3)
|
|
163
|
-
self.bfLayout.setObjectName(u"bfLayout")
|
|
164
|
-
self.bfLayout.setContentsMargins(0, 0, 0, 0)
|
|
165
|
-
|
|
166
|
-
self.horizontalLayout_10.addWidget(self.w_bf)
|
|
167
|
-
|
|
168
|
-
self.button_import = QToolButton(self.w_Buttons_Run)
|
|
169
|
-
self.button_import.setObjectName(u"button_import")
|
|
170
|
-
self.button_import.setMinimumSize(QSize(30, 30))
|
|
171
|
-
self.button_import.setMaximumSize(QSize(30, 30))
|
|
172
|
-
self.button_import.setFont(font1)
|
|
173
|
-
icon14 = QIcon()
|
|
174
|
-
icon14.addFile(u""+ icons_path +"import_blue.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
175
|
-
self.button_import.setIcon(icon14)
|
|
176
|
-
self.button_import.setIconSize(QSize(24, 24))
|
|
177
|
-
self.button_import.setCheckable(False)
|
|
178
|
-
|
|
179
|
-
self.horizontalLayout_10.addWidget(self.button_import)
|
|
180
|
-
|
|
181
|
-
self.button_default_sizes = QToolButton(self.w_Buttons_Run)
|
|
182
|
-
self.button_default_sizes.setObjectName(u"button_default_sizes")
|
|
183
|
-
self.button_default_sizes.setMinimumSize(QSize(30, 30))
|
|
184
|
-
self.button_default_sizes.setMaximumSize(QSize(30, 30))
|
|
185
|
-
self.button_default_sizes.setFont(font1)
|
|
186
|
-
icon15 = QIcon()
|
|
187
|
-
icon15.addFile(u""+ icons_path +"default_sizes.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
188
|
-
self.button_default_sizes.setIcon(icon15)
|
|
189
|
-
self.button_default_sizes.setIconSize(QSize(24, 24))
|
|
190
|
-
self.button_default_sizes.setCheckable(False)
|
|
191
|
-
|
|
192
|
-
self.horizontalLayout_10.addWidget(self.button_default_sizes)
|
|
193
|
-
|
|
194
|
-
self.button_dock = QToolButton(self.w_Buttons_Run)
|
|
195
|
-
self.button_dock.setObjectName(u"button_dock")
|
|
196
|
-
self.button_dock.setMinimumSize(QSize(30, 30))
|
|
197
|
-
self.button_dock.setMaximumSize(QSize(30, 30))
|
|
198
|
-
self.button_dock.setFont(font1)
|
|
199
|
-
icon16 = QIcon()
|
|
200
|
-
icon16.addFile(u""+ icons_path +"undock_tabs.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
201
|
-
self.button_dock.setIcon(icon16)
|
|
202
|
-
self.button_dock.setIconSize(QSize(20, 20))
|
|
203
|
-
self.button_dock.setCheckable(False)
|
|
204
|
-
|
|
205
|
-
self.horizontalLayout_10.addWidget(self.button_dock)
|
|
206
|
-
|
|
207
|
-
self.button_Input = RichTextPushButton(self.w_Buttons_Run)
|
|
208
|
-
self.button_Input.setObjectName(u"button_Input")
|
|
209
|
-
sizePolicy = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Preferred)
|
|
210
|
-
sizePolicy.setHorizontalStretch(0)
|
|
211
|
-
sizePolicy.setVerticalStretch(0)
|
|
212
|
-
sizePolicy.setHeightForWidth(self.button_Input.sizePolicy().hasHeightForWidth())
|
|
213
|
-
self.button_Input.setSizePolicy(sizePolicy)
|
|
214
|
-
self.button_Input.setMinimumSize(QSize(50, 40))
|
|
215
|
-
self.button_Input.setMaximumSize(QSize(130, 40))
|
|
216
|
-
font2 = QFont()
|
|
217
|
-
font2.setFamilies([u"Arial"])
|
|
218
|
-
font2.setPointSize(13)
|
|
219
|
-
font2.setBold(False)
|
|
220
|
-
self.button_Input.setFont(font2)
|
|
221
|
-
self.button_Input.setStyleSheet(u"")
|
|
222
|
-
icon17 = QIcon()
|
|
223
|
-
icon17.addFile(u""+ icons_path +"import_logo.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
224
|
-
self.button_Input.setIcon(icon17)
|
|
225
|
-
self.button_Input.setIconSize(QSize(15, 15))
|
|
226
|
-
self.button_Input.setCheckable(False)
|
|
227
|
-
|
|
228
|
-
self.horizontalLayout_10.addWidget(self.button_Input)
|
|
229
|
-
|
|
230
|
-
self.button_Process = RichTextPushButton(self.w_Buttons_Run)
|
|
231
|
-
self.button_Process.setObjectName(u"button_Process")
|
|
232
|
-
sizePolicy.setHeightForWidth(self.button_Process.sizePolicy().hasHeightForWidth())
|
|
233
|
-
self.button_Process.setSizePolicy(sizePolicy)
|
|
234
|
-
self.button_Process.setMinimumSize(QSize(50, 40))
|
|
235
|
-
self.button_Process.setMaximumSize(QSize(130, 40))
|
|
236
|
-
self.button_Process.setFont(font2)
|
|
237
|
-
self.button_Process.setStyleSheet(u"")
|
|
238
|
-
icon18 = QIcon()
|
|
239
|
-
icon18.addFile(u""+ icons_path +"process_icon.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
240
|
-
self.button_Process.setIcon(icon18)
|
|
241
|
-
self.button_Process.setIconSize(QSize(15, 15))
|
|
242
|
-
self.button_Process.setCheckable(False)
|
|
243
|
-
|
|
244
|
-
self.horizontalLayout_10.addWidget(self.button_Process)
|
|
245
|
-
|
|
246
|
-
self.button_Vis = RichTextPushButton(self.w_Buttons_Run)
|
|
247
|
-
self.button_Vis.setObjectName(u"button_Vis")
|
|
248
|
-
sizePolicy.setHeightForWidth(self.button_Vis.sizePolicy().hasHeightForWidth())
|
|
249
|
-
self.button_Vis.setSizePolicy(sizePolicy)
|
|
250
|
-
self.button_Vis.setMinimumSize(QSize(50, 40))
|
|
251
|
-
self.button_Vis.setMaximumSize(QSize(130, 40))
|
|
252
|
-
self.button_Vis.setFont(font2)
|
|
253
|
-
self.button_Vis.setStyleSheet(u"")
|
|
254
|
-
icon19 = QIcon()
|
|
255
|
-
icon19.addFile(u""+ icons_path +"vect_field.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
256
|
-
self.button_Vis.setIcon(icon19)
|
|
257
|
-
self.button_Vis.setIconSize(QSize(15, 15))
|
|
258
|
-
self.button_Vis.setCheckable(False)
|
|
259
|
-
|
|
260
|
-
self.horizontalLayout_10.addWidget(self.button_Vis)
|
|
261
|
-
|
|
262
|
-
self.button_Run = RichTextPushButton(self.w_Buttons_Run)
|
|
263
|
-
self.button_Run.setObjectName(u"button_Run")
|
|
264
|
-
sizePolicy.setHeightForWidth(self.button_Run.sizePolicy().hasHeightForWidth())
|
|
265
|
-
self.button_Run.setSizePolicy(sizePolicy)
|
|
266
|
-
self.button_Run.setMinimumSize(QSize(50, 40))
|
|
267
|
-
self.button_Run.setMaximumSize(QSize(130, 40))
|
|
268
|
-
font3 = QFont()
|
|
269
|
-
font3.setFamilies([u"Arial"])
|
|
270
|
-
font3.setPointSize(15)
|
|
271
|
-
self.button_Run.setFont(font3)
|
|
272
|
-
icon20 = QIcon()
|
|
273
|
-
icon20.addFile(u""+ icons_path +"play.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
274
|
-
self.button_Run.setIcon(icon20)
|
|
275
|
-
|
|
276
|
-
self.horizontalLayout_10.addWidget(self.button_Run)
|
|
277
|
-
|
|
278
|
-
self.button_Abort = RichTextPushButton(self.w_Buttons_Run)
|
|
279
|
-
self.button_Abort.setObjectName(u"button_Abort")
|
|
280
|
-
sizePolicy.setHeightForWidth(self.button_Abort.sizePolicy().hasHeightForWidth())
|
|
281
|
-
self.button_Abort.setSizePolicy(sizePolicy)
|
|
282
|
-
self.button_Abort.setMinimumSize(QSize(50, 40))
|
|
283
|
-
self.button_Abort.setMaximumSize(QSize(130, 40))
|
|
284
|
-
self.button_Abort.setFont(font3)
|
|
285
|
-
icon21 = QIcon()
|
|
286
|
-
icon21.addFile(u""+ icons_path +"abort.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
287
|
-
self.button_Abort.setIcon(icon21)
|
|
288
|
-
|
|
289
|
-
self.horizontalLayout_10.addWidget(self.button_Abort)
|
|
290
|
-
|
|
291
|
-
self.label_updating_import = QLabel(self.w_Buttons_Run)
|
|
292
|
-
self.label_updating_import.setObjectName(u"label_updating_import")
|
|
293
|
-
self.label_updating_import.setMinimumSize(QSize(40, 40))
|
|
294
|
-
self.label_updating_import.setMaximumSize(QSize(40, 40))
|
|
295
|
-
|
|
296
|
-
self.horizontalLayout_10.addWidget(self.label_updating_import)
|
|
297
|
-
|
|
298
|
-
self.label_updating_pairs = QLabel(self.w_Buttons_Run)
|
|
299
|
-
self.label_updating_pairs.setObjectName(u"label_updating_pairs")
|
|
300
|
-
self.label_updating_pairs.setMinimumSize(QSize(40, 40))
|
|
301
|
-
self.label_updating_pairs.setMaximumSize(QSize(40, 40))
|
|
302
|
-
|
|
303
|
-
self.horizontalLayout_10.addWidget(self.label_updating_pairs)
|
|
304
|
-
|
|
305
|
-
self.hs_logo = QSpacerItem(20, 30, QSizePolicy.Expanding, QSizePolicy.Minimum)
|
|
306
|
-
|
|
307
|
-
self.horizontalLayout_10.addItem(self.hs_logo)
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
self.Clayout.addWidget(self.w_Buttons_Run)
|
|
311
|
-
|
|
312
|
-
self.lab_happy_days = QLabel(self.centralwidget)
|
|
313
|
-
self.lab_happy_days.setObjectName(u"lab_happy_days")
|
|
314
|
-
self.lab_happy_days.setMinimumSize(QSize(0, 20))
|
|
315
|
-
self.lab_happy_days.setMaximumSize(QSize(16777215, 20))
|
|
316
|
-
font4 = QFont()
|
|
317
|
-
font4.setPointSize(11)
|
|
318
|
-
font4.setItalic(False)
|
|
319
|
-
font4.setUnderline(False)
|
|
320
|
-
self.lab_happy_days.setFont(font4)
|
|
321
|
-
|
|
322
|
-
self.Clayout.addWidget(self.lab_happy_days)
|
|
323
|
-
|
|
324
|
-
self.w_Operating_Tabs = QWidget(self.centralwidget)
|
|
325
|
-
self.w_Operating_Tabs.setObjectName(u"w_Operating_Tabs")
|
|
326
|
-
sizePolicy.setHeightForWidth(self.w_Operating_Tabs.sizePolicy().hasHeightForWidth())
|
|
327
|
-
self.w_Operating_Tabs.setSizePolicy(sizePolicy)
|
|
328
|
-
self.w_Operating_Tabs.setMinimumSize(QSize(500, 0))
|
|
329
|
-
self.oplay = QVBoxLayout(self.w_Operating_Tabs)
|
|
330
|
-
self.oplay.setSpacing(5)
|
|
331
|
-
self.oplay.setObjectName(u"oplay")
|
|
332
|
-
self.oplay.setContentsMargins(0, 0, 0, 0)
|
|
333
|
-
self.scrollArea = QScrollArea(self.w_Operating_Tabs)
|
|
334
|
-
self.scrollArea.setObjectName(u"scrollArea")
|
|
335
|
-
self.scrollArea.setMinimumSize(QSize(0, 0))
|
|
336
|
-
self.scrollArea.setStyleSheet(u" QScrollArea {\n"
|
|
337
|
-
" border: 1pix solid gray;\n"
|
|
338
|
-
" }\n"
|
|
339
|
-
"\n"
|
|
340
|
-
"QScrollBar:horizontal\n"
|
|
341
|
-
" {\n"
|
|
342
|
-
" height: 15px;\n"
|
|
343
|
-
" margin: 3px 0px 3px 0px;\n"
|
|
344
|
-
" border: 1px transparent #2A2929;\n"
|
|
345
|
-
" border-radius: 4px;\n"
|
|
346
|
-
" background-color: rgba(200,200,200,50); /* #2A2929; */\n"
|
|
347
|
-
" }\n"
|
|
348
|
-
"\n"
|
|
349
|
-
"QScrollBar::handle:horizontal\n"
|
|
350
|
-
" {\n"
|
|
351
|
-
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
352
|
-
" min-width: 5px;\n"
|
|
353
|
-
" border-radius: 4px;\n"
|
|
354
|
-
" }\n"
|
|
355
|
-
"\n"
|
|
356
|
-
"QScrollBar:vertical\n"
|
|
357
|
-
" {\n"
|
|
358
|
-
" background-color: rgba(200,200,200,50); ;\n"
|
|
359
|
-
" width: 15px;\n"
|
|
360
|
-
" margin: 10px 3px 10px 3px;\n"
|
|
361
|
-
" border: 1px transparent #2A2929;\n"
|
|
362
|
-
" border-radius: 4px;\n"
|
|
363
|
-
" }\n"
|
|
364
|
-
"\n"
|
|
365
|
-
"QScrollBar::handle:vertical\n"
|
|
366
|
-
" {\n"
|
|
367
|
-
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
368
|
-
" min-height: 5px;\n"
|
|
369
|
-
" border-radius: 4px;\n"
|
|
370
|
-
" }\n"
|
|
371
|
-
"\n"
|
|
372
|
-
"QScrollBar::add-line {\n"
|
|
373
|
-
" border: none;\n"
|
|
374
|
-
" "
|
|
375
|
-
"background: none;\n"
|
|
376
|
-
" }\n"
|
|
377
|
-
"\n"
|
|
378
|
-
"QScrollBar::sub-line {\n"
|
|
379
|
-
" border: none;\n"
|
|
380
|
-
" background: none;\n"
|
|
381
|
-
" }\n"
|
|
382
|
-
"")
|
|
383
|
-
self.scrollArea.setVerticalScrollBarPolicy(Qt.ScrollBarAsNeeded)
|
|
384
|
-
self.scrollArea.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOn)
|
|
385
|
-
self.scrollArea.setSizeAdjustPolicy(QAbstractScrollArea.AdjustIgnored)
|
|
386
|
-
self.scrollArea.setWidgetResizable(True)
|
|
387
|
-
self.scrollAreaWidgetContents = QWidget()
|
|
388
|
-
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
|
|
389
|
-
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 4000, 654))
|
|
390
|
-
self.scrollAreaWidgetContents.setMinimumSize(QSize(4000, 0))
|
|
391
|
-
self.flay = QHBoxLayout(self.scrollAreaWidgetContents)
|
|
392
|
-
self.flay.setSpacing(0)
|
|
393
|
-
self.flay.setObjectName(u"flay")
|
|
394
|
-
self.flay.setContentsMargins(0, 0, 0, 0)
|
|
395
|
-
self.secondary_splitter = myQSplitter(self.scrollAreaWidgetContents)
|
|
396
|
-
self.secondary_splitter.setObjectName(u"secondary_splitter")
|
|
397
|
-
self.secondary_splitter.setOrientation(Qt.Horizontal)
|
|
398
|
-
self.secondary_splitter.setOpaqueResize(False)
|
|
399
|
-
self.secondary_splitter.setHandleWidth(10)
|
|
400
|
-
self.secondary_splitter.setChildrenCollapsible(False)
|
|
401
|
-
self.f_ImportTab = QFrame(self.secondary_splitter)
|
|
402
|
-
self.f_ImportTab.setObjectName(u"f_ImportTab")
|
|
403
|
-
self.f_ImportTab.setMinimumSize(QSize(500, 0))
|
|
404
|
-
self.f_ImportTab.setMaximumSize(QSize(750, 16777215))
|
|
405
|
-
self.f_ImportTab.setStyleSheet(u"QFrame#f_ImportTab{\n"
|
|
406
|
-
"border: 1px solid gray;\n"
|
|
407
|
-
"border-radius: 15px;\n"
|
|
408
|
-
"}")
|
|
409
|
-
self.fImport_lay = QHBoxLayout(self.f_ImportTab)
|
|
410
|
-
self.fImport_lay.setObjectName(u"fImport_lay")
|
|
411
|
-
self.fImport_lay.setContentsMargins(0, 0, 0, 0)
|
|
412
|
-
self.secondary_splitter.addWidget(self.f_ImportTab)
|
|
413
|
-
self.f_ProcessTab = QFrame(self.secondary_splitter)
|
|
414
|
-
self.f_ProcessTab.setObjectName(u"f_ProcessTab")
|
|
415
|
-
self.f_ProcessTab.setMinimumSize(QSize(500, 0))
|
|
416
|
-
self.f_ProcessTab.setMaximumSize(QSize(750, 16777215))
|
|
417
|
-
self.f_ProcessTab.setStyleSheet(u"QFrame#f_ProcessTab{\n"
|
|
418
|
-
"border: 1px solid gray;\n"
|
|
419
|
-
"border-radius: 15px;\n"
|
|
420
|
-
"}")
|
|
421
|
-
self.fProcess_lay = QHBoxLayout(self.f_ProcessTab)
|
|
422
|
-
self.fProcess_lay.setObjectName(u"fProcess_lay")
|
|
423
|
-
self.fProcess_lay.setContentsMargins(0, 0, 0, 0)
|
|
424
|
-
self.secondary_splitter.addWidget(self.f_ProcessTab)
|
|
425
|
-
self.f_VisTab = QFrame(self.secondary_splitter)
|
|
426
|
-
self.f_VisTab.setObjectName(u"f_VisTab")
|
|
427
|
-
self.f_VisTab.setMinimumSize(QSize(1050, 0))
|
|
428
|
-
self.f_VisTab.setMaximumSize(QSize(2000, 16777215))
|
|
429
|
-
self.f_VisTab.setStyleSheet(u"QFrame#f_VisTab{\n"
|
|
430
|
-
"border: 1px solid gray;\n"
|
|
431
|
-
"border-radius: 15px;\n"
|
|
432
|
-
"}")
|
|
433
|
-
self.f_VisTab.setFrameShape(QFrame.Box)
|
|
434
|
-
self.fVis_lay = QHBoxLayout(self.f_VisTab)
|
|
435
|
-
self.fVis_lay.setObjectName(u"fVis_lay")
|
|
436
|
-
self.fVis_lay.setContentsMargins(0, 0, 0, 0)
|
|
437
|
-
self.secondary_splitter.addWidget(self.f_VisTab)
|
|
438
|
-
self.f_empty = QFrame(self.secondary_splitter)
|
|
439
|
-
self.f_empty.setObjectName(u"f_empty")
|
|
440
|
-
sizePolicy.setHeightForWidth(self.f_empty.sizePolicy().hasHeightForWidth())
|
|
441
|
-
self.f_empty.setSizePolicy(sizePolicy)
|
|
442
|
-
self.f_empty.setMinimumSize(QSize(0, 0))
|
|
443
|
-
self.f_empty.setStyleSheet(u"")
|
|
444
|
-
self.secondary_splitter.addWidget(self.f_empty)
|
|
445
|
-
|
|
446
|
-
self.flay.addWidget(self.secondary_splitter)
|
|
447
|
-
|
|
448
|
-
self.scrollArea.setWidget(self.scrollAreaWidgetContents)
|
|
449
|
-
|
|
450
|
-
self.oplay.addWidget(self.scrollArea)
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
self.Clayout.addWidget(self.w_Operating_Tabs)
|
|
454
|
-
|
|
455
|
-
gCalVi.setCentralWidget(self.centralwidget)
|
|
456
|
-
self.statusbar = QStatusBar(gCalVi)
|
|
457
|
-
self.statusbar.setObjectName(u"statusbar")
|
|
458
|
-
self.statusbar.setMinimumSize(QSize(0, 30))
|
|
459
|
-
font5 = QFont()
|
|
460
|
-
font5.setPointSize(11)
|
|
461
|
-
font5.setBold(True)
|
|
462
|
-
font5.setItalic(True)
|
|
463
|
-
self.statusbar.setFont(font5)
|
|
464
|
-
self.statusbar.setStyleSheet(u"color: rgb(0, 0, 255);")
|
|
465
|
-
gCalVi.setStatusBar(self.statusbar)
|
|
466
|
-
self.menubar = QMenuBar(gCalVi)
|
|
467
|
-
self.menubar.setObjectName(u"menubar")
|
|
468
|
-
self.menubar.setGeometry(QRect(0, 0, 1200, 26))
|
|
469
|
-
self.menubar.setMinimumSize(QSize(0, 20))
|
|
470
|
-
self.menubar.setFont(font)
|
|
471
|
-
self.menubar.setNativeMenuBar(False)
|
|
472
|
-
self.menuFile = QMenu(self.menubar)
|
|
473
|
-
self.menuFile.setObjectName(u"menuFile")
|
|
474
|
-
self.menuHelp = QMenu(self.menubar)
|
|
475
|
-
self.menuHelp.setObjectName(u"menuHelp")
|
|
476
|
-
self.menuPaIRS_UniNa = QMenu(self.menubar)
|
|
477
|
-
self.menuPaIRS_UniNa.setObjectName(u"menuPaIRS_UniNa")
|
|
478
|
-
self.menuPaIRS_UniNa.setTearOffEnabled(False)
|
|
479
|
-
icon22 = QIcon()
|
|
480
|
-
icon22.addFile(u""+ icons_path +"flaticon_PaIRS.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
481
|
-
self.menuPaIRS_UniNa.setIcon(icon22)
|
|
482
|
-
self.menuPaIRS = QMenu(self.menuPaIRS_UniNa)
|
|
483
|
-
self.menuPaIRS.setObjectName(u"menuPaIRS")
|
|
484
|
-
self.menuPaIRS.setTearOffEnabled(False)
|
|
485
|
-
icon23 = QIcon()
|
|
486
|
-
icon23.addFile(u""+ icons_path +"logo_PaIRS.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
487
|
-
self.menuPaIRS.setIcon(icon23)
|
|
488
|
-
self.menuCalVi = QMenu(self.menuPaIRS_UniNa)
|
|
489
|
-
self.menuCalVi.setObjectName(u"menuCalVi")
|
|
490
|
-
icon24 = QIcon()
|
|
491
|
-
icon24.addFile(u""+ icons_path +"logo_CalVi.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
492
|
-
self.menuCalVi.setIcon(icon24)
|
|
493
|
-
gCalVi.setMenuBar(self.menubar)
|
|
494
|
-
|
|
495
|
-
self.menubar.addAction(self.menuPaIRS_UniNa.menuAction())
|
|
496
|
-
self.menubar.addAction(self.menuFile.menuAction())
|
|
497
|
-
self.menubar.addAction(self.menuHelp.menuAction())
|
|
498
|
-
self.menuFile.addAction(self.actionNew)
|
|
499
|
-
self.menuFile.addAction(self.actionLoad)
|
|
500
|
-
self.menuFile.addSeparator()
|
|
501
|
-
self.menuFile.addAction(self.actionSave)
|
|
502
|
-
self.menuFile.addAction(self.actionSave_as)
|
|
503
|
-
self.menuFile.addSeparator()
|
|
504
|
-
self.menuFile.addAction(self.actionClose)
|
|
505
|
-
self.menuFile.addSeparator()
|
|
506
|
-
self.menuFile.addAction(self.aExit)
|
|
507
|
-
self.menuHelp.addAction(self.actionChanges)
|
|
508
|
-
self.menuHelp.addAction(self.actionGuide)
|
|
509
|
-
self.menuHelp.addSeparator()
|
|
510
|
-
self.menuHelp.addAction(self.actionAbout)
|
|
511
|
-
self.menuPaIRS_UniNa.addAction(self.menuPaIRS.menuAction())
|
|
512
|
-
self.menuPaIRS_UniNa.addAction(self.menuCalVi.menuAction())
|
|
513
|
-
self.menuPaIRS.addAction(self.actionPaIRS_Run)
|
|
514
|
-
self.menuPaIRS.addAction(self.actionPaIRS_Clean_run)
|
|
515
|
-
self.menuPaIRS.addAction(self.actionPaIRS_Debug_run)
|
|
516
|
-
self.menuCalVi.addAction(self.actionCalVi_Run)
|
|
517
|
-
self.menuCalVi.addAction(self.actionCalVi_Clean_run)
|
|
518
|
-
self.menuCalVi.addAction(self.actionCalVi_Debug_run)
|
|
519
|
-
|
|
520
|
-
self.retranslateUi(gCalVi)
|
|
521
|
-
|
|
522
|
-
QMetaObject.connectSlotsByName(gCalVi)
|
|
523
|
-
# setupUi
|
|
524
|
-
|
|
525
|
-
def retranslateUi(self, gCalVi):
|
|
526
|
-
gCalVi.setWindowTitle(QCoreApplication.translate("gCalVi", u"CalVi", None))
|
|
527
|
-
self.actionExit.setText(QCoreApplication.translate("gCalVi", u"Exit", None))
|
|
528
|
-
self.aExit.setText(QCoreApplication.translate("gCalVi", u"Exit", None))
|
|
529
|
-
#if QT_CONFIG(shortcut)
|
|
530
|
-
self.aExit.setShortcut(QCoreApplication.translate("gCalVi", u"Alt+F4", None))
|
|
531
|
-
#endif // QT_CONFIG(shortcut)
|
|
532
|
-
self.actionSave.setText(QCoreApplication.translate("gCalVi", u"Save", None))
|
|
533
|
-
#if QT_CONFIG(shortcut)
|
|
534
|
-
self.actionSave.setShortcut(QCoreApplication.translate("gCalVi", u"Ctrl+S", None))
|
|
535
|
-
#endif // QT_CONFIG(shortcut)
|
|
536
|
-
self.actionLoad.setText(QCoreApplication.translate("gCalVi", u"Open", None))
|
|
537
|
-
#if QT_CONFIG(shortcut)
|
|
538
|
-
self.actionLoad.setShortcut(QCoreApplication.translate("gCalVi", u"Ctrl+B", None))
|
|
539
|
-
#endif // QT_CONFIG(shortcut)
|
|
540
|
-
self.actionNew.setText(QCoreApplication.translate("gCalVi", u"New", None))
|
|
541
|
-
#if QT_CONFIG(shortcut)
|
|
542
|
-
self.actionNew.setShortcut(QCoreApplication.translate("gCalVi", u"Ctrl+N", None))
|
|
543
|
-
#endif // QT_CONFIG(shortcut)
|
|
544
|
-
self.actionAbout.setText(QCoreApplication.translate("gCalVi", u"About CalVi", None))
|
|
545
|
-
#if QT_CONFIG(shortcut)
|
|
546
|
-
self.actionAbout.setShortcut(QCoreApplication.translate("gCalVi", u"Ctrl+H", None))
|
|
547
|
-
#endif // QT_CONFIG(shortcut)
|
|
548
|
-
self.actionGuide.setText(QCoreApplication.translate("gCalVi", u"Guide", None))
|
|
549
|
-
#if QT_CONFIG(shortcut)
|
|
550
|
-
self.actionGuide.setShortcut(QCoreApplication.translate("gCalVi", u"Ctrl+G", None))
|
|
551
|
-
#endif // QT_CONFIG(shortcut)
|
|
552
|
-
self.actionSave_as.setText(QCoreApplication.translate("gCalVi", u"Save as...", None))
|
|
553
|
-
#if QT_CONFIG(shortcut)
|
|
554
|
-
self.actionSave_as.setShortcut(QCoreApplication.translate("gCalVi", u"Ctrl+Shift+S", None))
|
|
555
|
-
#endif // QT_CONFIG(shortcut)
|
|
556
|
-
self.actionClose.setText(QCoreApplication.translate("gCalVi", u"Close", None))
|
|
557
|
-
#if QT_CONFIG(shortcut)
|
|
558
|
-
self.actionClose.setShortcut(QCoreApplication.translate("gCalVi", u"Ctrl+Esc", None))
|
|
559
|
-
#endif // QT_CONFIG(shortcut)
|
|
560
|
-
self.actionPaIRS_Run.setText(QCoreApplication.translate("gCalVi", u"Normal run", None))
|
|
561
|
-
self.actionPaIRS_Clean_run.setText(QCoreApplication.translate("gCalVi", u"Clean run", None))
|
|
562
|
-
self.actionPaIRS_Debug_run.setText(QCoreApplication.translate("gCalVi", u"Debug run", None))
|
|
563
|
-
self.actionCalVi_Run.setText(QCoreApplication.translate("gCalVi", u"Normal run", None))
|
|
564
|
-
self.actionCalVi_Clean_run.setText(QCoreApplication.translate("gCalVi", u"Clean run", None))
|
|
565
|
-
self.actionCalVi_Debug_run.setText(QCoreApplication.translate("gCalVi", u"Debug run", None))
|
|
566
|
-
self.actionChanges.setText(QCoreApplication.translate("gCalVi", u"Changes", None))
|
|
567
|
-
self.logo.setText("")
|
|
568
|
-
#if QT_CONFIG(tooltip)
|
|
569
|
-
self.button_PaIRS_download.setToolTip(QCoreApplication.translate("gCalVi", u"Download the latest version of PaIRS-UniNa", None))
|
|
570
|
-
#endif // QT_CONFIG(tooltip)
|
|
571
|
-
self.button_PaIRS_download.setText("")
|
|
572
|
-
#if QT_CONFIG(tooltip)
|
|
573
|
-
self.button_import.setToolTip(QCoreApplication.translate("gCalVi", u"Import saved project", None))
|
|
574
|
-
#endif // QT_CONFIG(tooltip)
|
|
575
|
-
self.button_import.setText("")
|
|
576
|
-
#if QT_CONFIG(shortcut)
|
|
577
|
-
self.button_import.setShortcut(QCoreApplication.translate("gCalVi", u"Ctrl+O", None))
|
|
578
|
-
#endif // QT_CONFIG(shortcut)
|
|
579
|
-
#if QT_CONFIG(tooltip)
|
|
580
|
-
self.button_default_sizes.setToolTip(QCoreApplication.translate("gCalVi", u"Change sizes", None))
|
|
581
|
-
#endif // QT_CONFIG(tooltip)
|
|
582
|
-
self.button_default_sizes.setText("")
|
|
583
|
-
#if QT_CONFIG(shortcut)
|
|
584
|
-
self.button_default_sizes.setShortcut(QCoreApplication.translate("gCalVi", u"Ctrl+Space", None))
|
|
585
|
-
#endif // QT_CONFIG(shortcut)
|
|
586
|
-
#if QT_CONFIG(tooltip)
|
|
587
|
-
self.button_dock.setToolTip(QCoreApplication.translate("gCalVi", u"Dock/undock tabs", None))
|
|
588
|
-
#endif // QT_CONFIG(tooltip)
|
|
589
|
-
self.button_dock.setText("")
|
|
590
|
-
#if QT_CONFIG(shortcut)
|
|
591
|
-
self.button_dock.setShortcut(QCoreApplication.translate("gCalVi", u"Ctrl+U", None))
|
|
592
|
-
#endif // QT_CONFIG(shortcut)
|
|
593
|
-
#if QT_CONFIG(tooltip)
|
|
594
|
-
self.button_Input.setToolTip(QCoreApplication.translate("gCalVi", u"Input tab", None))
|
|
595
|
-
#endif // QT_CONFIG(tooltip)
|
|
596
|
-
#if QT_CONFIG(statustip)
|
|
597
|
-
self.button_Input.setStatusTip("")
|
|
598
|
-
#endif // QT_CONFIG(statustip)
|
|
599
|
-
self.button_Input.setText(QCoreApplication.translate("gCalVi", u"Input", None))
|
|
600
|
-
#if QT_CONFIG(shortcut)
|
|
601
|
-
self.button_Input.setShortcut(QCoreApplication.translate("gCalVi", u"Ctrl+I", None))
|
|
602
|
-
#endif // QT_CONFIG(shortcut)
|
|
603
|
-
#if QT_CONFIG(tooltip)
|
|
604
|
-
self.button_Process.setToolTip(QCoreApplication.translate("gCalVi", u"Process tab", None))
|
|
605
|
-
#endif // QT_CONFIG(tooltip)
|
|
606
|
-
self.button_Process.setText(QCoreApplication.translate("gCalVi", u"Process", None))
|
|
607
|
-
#if QT_CONFIG(shortcut)
|
|
608
|
-
self.button_Process.setShortcut(QCoreApplication.translate("gCalVi", u"Ctrl+P", None))
|
|
609
|
-
#endif // QT_CONFIG(shortcut)
|
|
610
|
-
#if QT_CONFIG(tooltip)
|
|
611
|
-
self.button_Vis.setToolTip(QCoreApplication.translate("gCalVi", u"Vis tab", None))
|
|
612
|
-
#endif // QT_CONFIG(tooltip)
|
|
613
|
-
self.button_Vis.setText(QCoreApplication.translate("gCalVi", u"Vis", None))
|
|
614
|
-
#if QT_CONFIG(shortcut)
|
|
615
|
-
self.button_Vis.setShortcut(QCoreApplication.translate("gCalVi", u"Ctrl+K", None))
|
|
616
|
-
#endif // QT_CONFIG(shortcut)
|
|
617
|
-
#if QT_CONFIG(tooltip)
|
|
618
|
-
self.button_Run.setToolTip(QCoreApplication.translate("gCalVi", u"Run and enjoy!", None))
|
|
619
|
-
#endif // QT_CONFIG(tooltip)
|
|
620
|
-
self.button_Run.setText(QCoreApplication.translate("gCalVi", u"Run", None))
|
|
621
|
-
#if QT_CONFIG(shortcut)
|
|
622
|
-
self.button_Run.setShortcut(QCoreApplication.translate("gCalVi", u"Ctrl+Return", None))
|
|
623
|
-
#endif // QT_CONFIG(shortcut)
|
|
624
|
-
#if QT_CONFIG(tooltip)
|
|
625
|
-
self.button_Abort.setToolTip(QCoreApplication.translate("gCalVi", u"Stop the process without saving results", None))
|
|
626
|
-
#endif // QT_CONFIG(tooltip)
|
|
627
|
-
self.button_Abort.setText(QCoreApplication.translate("gCalVi", u"Abort", None))
|
|
628
|
-
#if QT_CONFIG(shortcut)
|
|
629
|
-
self.button_Abort.setShortcut(QCoreApplication.translate("gCalVi", u"Ctrl+Del", None))
|
|
630
|
-
#endif // QT_CONFIG(shortcut)
|
|
631
|
-
self.label_updating_import.setText("")
|
|
632
|
-
self.label_updating_pairs.setText("")
|
|
633
|
-
self.lab_happy_days.setText(QCoreApplication.translate("gCalVi", u"Happy Birthday!", None))
|
|
634
|
-
self.menuFile.setTitle(QCoreApplication.translate("gCalVi", u"File", None))
|
|
635
|
-
self.menuHelp.setTitle(QCoreApplication.translate("gCalVi", u"?", None))
|
|
636
|
-
self.menuPaIRS_UniNa.setTitle("")
|
|
637
|
-
self.menuPaIRS.setTitle(QCoreApplication.translate("gCalVi", u"PaIRS", None))
|
|
638
|
-
self.menuCalVi.setTitle(QCoreApplication.translate("gCalVi", u"CalVi", None))
|
|
639
|
-
# retranslateUi
|
|
640
|
-
|