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.
Files changed (292) hide show
  1. PaIRS_UniNa/Calibration_Tab.py +331 -0
  2. PaIRS_UniNa/Changes.txt +134 -2
  3. PaIRS_UniNa/Custom_Top.py +299 -299
  4. PaIRS_UniNa/Explorer.py +3136 -0
  5. PaIRS_UniNa/FolderLoop.py +562 -0
  6. PaIRS_UniNa/Input_Tab.py +831 -0
  7. PaIRS_UniNa/Input_Tab_CalVi.py +786 -0
  8. PaIRS_UniNa/Input_Tab_tools.py +3025 -0
  9. PaIRS_UniNa/Log_Tab.py +57 -14
  10. PaIRS_UniNa/Output_Tab.py +922 -0
  11. PaIRS_UniNa/PaIRS_PIV.py +111 -18
  12. PaIRS_UniNa/PaIRS_pypacks.py +698 -140
  13. PaIRS_UniNa/Process_Tab.py +1221 -1402
  14. PaIRS_UniNa/Process_Tab_CalVi.py +137 -262
  15. PaIRS_UniNa/Process_Tab_Disp.py +163 -0
  16. PaIRS_UniNa/Process_Tab_Min.py +120 -0
  17. PaIRS_UniNa/Saving_tools.py +296 -0
  18. PaIRS_UniNa/TabTools.py +863 -543
  19. PaIRS_UniNa/Vis_Tab.py +1898 -1315
  20. PaIRS_UniNa/Vis_Tab_CalVi.py +484 -356
  21. PaIRS_UniNa/Whatsnew.py +59 -10
  22. PaIRS_UniNa/_PaIRS_PIV.pyd +0 -0
  23. PaIRS_UniNa/__init__.py +4 -3
  24. PaIRS_UniNa/addwidgets_ps.py +326 -56
  25. PaIRS_UniNa/calib.py +19 -12
  26. PaIRS_UniNa/calibView.py +48 -25
  27. PaIRS_UniNa/gPaIRS.py +3902 -3461
  28. PaIRS_UniNa/gPalette.py +189 -170
  29. PaIRS_UniNa/icons/align_all.png +0 -0
  30. PaIRS_UniNa/icons/announcement.png +0 -0
  31. PaIRS_UniNa/icons/automatic_levels_off.png +0 -0
  32. PaIRS_UniNa/icons/automatic_levels_on.png +0 -0
  33. PaIRS_UniNa/icons/automatic_off.png +0 -0
  34. PaIRS_UniNa/icons/automatic_on.png +0 -0
  35. PaIRS_UniNa/icons/automatic_size_off.png +0 -0
  36. PaIRS_UniNa/icons/automatic_size_on.png +0 -0
  37. PaIRS_UniNa/icons/bin_off.png +0 -0
  38. PaIRS_UniNa/icons/bin_on.png +0 -0
  39. PaIRS_UniNa/icons/brush_cursor.png +0 -0
  40. PaIRS_UniNa/icons/bugfix.png +0 -0
  41. PaIRS_UniNa/icons/cal_proc.png +0 -0
  42. PaIRS_UniNa/icons/cal_proc_off.png +0 -0
  43. PaIRS_UniNa/icons/cal_step.png +0 -0
  44. PaIRS_UniNa/icons/cal_step_off.png +0 -0
  45. PaIRS_UniNa/icons/calibration_logo.png +0 -0
  46. PaIRS_UniNa/icons/change_folder.png +0 -0
  47. PaIRS_UniNa/icons/change_folder_off.png +0 -0
  48. PaIRS_UniNa/icons/close_all.png +0 -0
  49. PaIRS_UniNa/icons/close_workspace.png +0 -0
  50. PaIRS_UniNa/icons/colormap.png +0 -0
  51. PaIRS_UniNa/icons/colormaps/Accent.png +0 -0
  52. PaIRS_UniNa/icons/colormaps/BrBG.png +0 -0
  53. PaIRS_UniNa/icons/colormaps/Dark2.png +0 -0
  54. PaIRS_UniNa/icons/colormaps/PRGn.png +0 -0
  55. PaIRS_UniNa/icons/colormaps/Paired.png +0 -0
  56. PaIRS_UniNa/icons/colormaps/Pastel1.png +0 -0
  57. PaIRS_UniNa/icons/colormaps/Pastel2.png +0 -0
  58. PaIRS_UniNa/icons/colormaps/PiYG.png +0 -0
  59. PaIRS_UniNa/icons/colormaps/PuOr.png +0 -0
  60. PaIRS_UniNa/icons/colormaps/RdBu.png +0 -0
  61. PaIRS_UniNa/icons/colormaps/RdGy.png +0 -0
  62. PaIRS_UniNa/icons/colormaps/RdYlBu.png +0 -0
  63. PaIRS_UniNa/icons/colormaps/RdYlGn.png +0 -0
  64. PaIRS_UniNa/icons/colormaps/Set1.png +0 -0
  65. PaIRS_UniNa/icons/colormaps/Set2.png +0 -0
  66. PaIRS_UniNa/icons/colormaps/Set3.png +0 -0
  67. PaIRS_UniNa/icons/colormaps/Spectral.png +0 -0
  68. PaIRS_UniNa/icons/colormaps/Wistia.png +0 -0
  69. PaIRS_UniNa/icons/colormaps/afmhot.png +0 -0
  70. PaIRS_UniNa/icons/colormaps/autumn.png +0 -0
  71. PaIRS_UniNa/icons/colormaps/binary.png +0 -0
  72. PaIRS_UniNa/icons/colormaps/blackVector.png +0 -0
  73. PaIRS_UniNa/icons/colormaps/blueVector.png +0 -0
  74. PaIRS_UniNa/icons/colormaps/bone.png +0 -0
  75. PaIRS_UniNa/icons/colormaps/brg.png +0 -0
  76. PaIRS_UniNa/icons/colormaps/bwr.png +0 -0
  77. PaIRS_UniNa/icons/colormaps/cividis.png +0 -0
  78. PaIRS_UniNa/icons/colormaps/cool.png +0 -0
  79. PaIRS_UniNa/icons/colormaps/coolwarm.png +0 -0
  80. PaIRS_UniNa/icons/colormaps/copper.png +0 -0
  81. PaIRS_UniNa/icons/colormaps/cubehelix.png +0 -0
  82. PaIRS_UniNa/icons/colormaps/cyanVector.png +0 -0
  83. PaIRS_UniNa/icons/colormaps/flag.png +0 -0
  84. PaIRS_UniNa/icons/colormaps/gist_heat.png +0 -0
  85. PaIRS_UniNa/icons/colormaps/gray.png +0 -0
  86. PaIRS_UniNa/icons/colormaps/greenVector.png +0 -0
  87. PaIRS_UniNa/icons/colormaps/hot.png +0 -0
  88. PaIRS_UniNa/icons/colormaps/hsv.png +0 -0
  89. PaIRS_UniNa/icons/colormaps/inferno.png +0 -0
  90. PaIRS_UniNa/icons/colormaps/jet.png +0 -0
  91. PaIRS_UniNa/icons/colormaps/magentaVector.png +0 -0
  92. PaIRS_UniNa/icons/colormaps/magma.png +0 -0
  93. PaIRS_UniNa/icons/colormaps/ocean.png +0 -0
  94. PaIRS_UniNa/icons/colormaps/pink.png +0 -0
  95. PaIRS_UniNa/icons/colormaps/plasma.png +0 -0
  96. PaIRS_UniNa/icons/colormaps/prism.png +0 -0
  97. PaIRS_UniNa/icons/colormaps/rainbow.png +0 -0
  98. PaIRS_UniNa/icons/colormaps/redVector.png +0 -0
  99. PaIRS_UniNa/icons/colormaps/seismic.png +0 -0
  100. PaIRS_UniNa/icons/colormaps/spring.png +0 -0
  101. PaIRS_UniNa/icons/colormaps/summer.png +0 -0
  102. PaIRS_UniNa/icons/colormaps/tab10.png +0 -0
  103. PaIRS_UniNa/icons/colormaps/tab20.png +0 -0
  104. PaIRS_UniNa/icons/colormaps/tab20b.png +0 -0
  105. PaIRS_UniNa/icons/colormaps/tab20c.png +0 -0
  106. PaIRS_UniNa/icons/colormaps/terrain.png +0 -0
  107. PaIRS_UniNa/icons/colormaps/twilight.png +0 -0
  108. PaIRS_UniNa/icons/colormaps/viridis.png +0 -0
  109. PaIRS_UniNa/icons/colormaps/whiteVector.png +0 -0
  110. PaIRS_UniNa/icons/colormaps/winter.png +0 -0
  111. PaIRS_UniNa/icons/colormaps/yellowVector.png +0 -0
  112. PaIRS_UniNa/icons/common_region.png +0 -0
  113. PaIRS_UniNa/icons/common_region_off.png +0 -0
  114. PaIRS_UniNa/icons/completed.png +0 -0
  115. PaIRS_UniNa/icons/contourf_off.png +0 -0
  116. PaIRS_UniNa/icons/contourf_on.png +0 -0
  117. PaIRS_UniNa/icons/copy.png +0 -0
  118. PaIRS_UniNa/icons/copy_process.png +0 -0
  119. PaIRS_UniNa/icons/copy_process_off.png +0 -0
  120. PaIRS_UniNa/icons/cut.png +0 -0
  121. PaIRS_UniNa/icons/cut_warnings.png +0 -0
  122. PaIRS_UniNa/icons/darkmode.png +0 -0
  123. PaIRS_UniNa/icons/disp_step.png +0 -0
  124. PaIRS_UniNa/icons/disp_step_off.png +0 -0
  125. PaIRS_UniNa/icons/edit_list.png +0 -0
  126. PaIRS_UniNa/icons/example_list.png +0 -0
  127. PaIRS_UniNa/icons/flaticon_PaIRS_beta.png +0 -0
  128. PaIRS_UniNa/icons/flaticon_PaIRS_download_warning.png +0 -0
  129. PaIRS_UniNa/icons/flip_y_off.png +0 -0
  130. PaIRS_UniNa/icons/flip_y_on.png +0 -0
  131. PaIRS_UniNa/icons/folder_loop_cleanup.png +0 -0
  132. PaIRS_UniNa/icons/folder_loop_cleanup_off.png +0 -0
  133. PaIRS_UniNa/icons/gear.gif +0 -0
  134. PaIRS_UniNa/icons/gear.png +0 -0
  135. PaIRS_UniNa/icons/import_set.png +0 -0
  136. PaIRS_UniNa/icons/information.png +0 -0
  137. PaIRS_UniNa/icons/input_logo.png +0 -0
  138. PaIRS_UniNa/icons/issue.png +0 -0
  139. PaIRS_UniNa/icons/laser_NTR.png +0 -0
  140. PaIRS_UniNa/icons/laser_TR_double.png +0 -0
  141. PaIRS_UniNa/icons/laser_TR_single.png +0 -0
  142. PaIRS_UniNa/icons/link.png +0 -0
  143. PaIRS_UniNa/icons/linked.png +0 -0
  144. PaIRS_UniNa/icons/log_logo.png +0 -0
  145. PaIRS_UniNa/icons/logo_opaco.png +0 -0
  146. PaIRS_UniNa/icons/measure.png +0 -0
  147. PaIRS_UniNa/icons/measure_off.png +0 -0
  148. PaIRS_UniNa/icons/min_proc.png +0 -0
  149. PaIRS_UniNa/icons/min_proc_off.png +0 -0
  150. PaIRS_UniNa/icons/min_step.png +0 -0
  151. PaIRS_UniNa/icons/min_step_off.png +0 -0
  152. PaIRS_UniNa/icons/new_workspace.png +0 -0
  153. PaIRS_UniNa/icons/open_image.png +0 -0
  154. PaIRS_UniNa/icons/open_new_window.png +0 -0
  155. PaIRS_UniNa/icons/open_result.png +0 -0
  156. PaIRS_UniNa/icons/open_workspace.png +0 -0
  157. PaIRS_UniNa/icons/output_logo.png +0 -0
  158. PaIRS_UniNa/icons/paste_above.png +0 -0
  159. PaIRS_UniNa/icons/paste_below.png +0 -0
  160. PaIRS_UniNa/icons/paused.png +0 -0
  161. PaIRS_UniNa/icons/piv_proc.png +0 -0
  162. PaIRS_UniNa/icons/piv_proc_off.png +0 -0
  163. PaIRS_UniNa/icons/piv_step.png +0 -0
  164. PaIRS_UniNa/icons/piv_step_off.png +0 -0
  165. PaIRS_UniNa/icons/process_logo.png +0 -0
  166. PaIRS_UniNa/icons/process_loop.png +0 -0
  167. PaIRS_UniNa/icons/project.png +0 -0
  168. PaIRS_UniNa/icons/pylog.png +0 -0
  169. PaIRS_UniNa/icons/python_warning.png +0 -0
  170. PaIRS_UniNa/icons/queue.png +0 -0
  171. PaIRS_UniNa/icons/read.png +0 -0
  172. PaIRS_UniNa/icons/read_list.png +0 -0
  173. PaIRS_UniNa/icons/reset.png +0 -0
  174. PaIRS_UniNa/icons/reset_levels.png +0 -0
  175. PaIRS_UniNa/icons/restore_undo.png +0 -0
  176. PaIRS_UniNa/icons/running.gif +0 -0
  177. PaIRS_UniNa/icons/running.png +0 -0
  178. PaIRS_UniNa/icons/running_warn.png +0 -0
  179. PaIRS_UniNa/icons/save_and_stop.png +0 -0
  180. PaIRS_UniNa/icons/save_cfg.png +0 -0
  181. PaIRS_UniNa/icons/saveas_workspace.png +0 -0
  182. PaIRS_UniNa/icons/scale_all.png +0 -0
  183. PaIRS_UniNa/icons/scale_down.png +0 -0
  184. PaIRS_UniNa/icons/scale_up.png +0 -0
  185. PaIRS_UniNa/icons/scan_list.png +0 -0
  186. PaIRS_UniNa/icons/scan_path.png +0 -0
  187. PaIRS_UniNa/icons/scan_path_loop.png +0 -0
  188. PaIRS_UniNa/icons/scan_path_loop_off.png +0 -0
  189. PaIRS_UniNa/icons/search.png +0 -0
  190. PaIRS_UniNa/icons/showIW_off.png +0 -0
  191. PaIRS_UniNa/icons/showIW_on.png +0 -0
  192. PaIRS_UniNa/icons/show_all.png +0 -0
  193. PaIRS_UniNa/icons/sort.png +0 -0
  194. PaIRS_UniNa/icons/sort_reversed.png +0 -0
  195. PaIRS_UniNa/icons/spiv_proc.png +0 -0
  196. PaIRS_UniNa/icons/spiv_proc_off.png +0 -0
  197. PaIRS_UniNa/icons/star.png +0 -0
  198. PaIRS_UniNa/icons/step_inheritance.png +0 -0
  199. PaIRS_UniNa/icons/subMIN_off.png +0 -0
  200. PaIRS_UniNa/icons/subMIN_on.png +0 -0
  201. PaIRS_UniNa/icons/unedited.png +0 -0
  202. PaIRS_UniNa/icons/uninitialized.png +0 -0
  203. PaIRS_UniNa/icons/unlink.png +0 -0
  204. PaIRS_UniNa/icons/unwrap_items.png +0 -0
  205. PaIRS_UniNa/icons/vectorColor.png +0 -0
  206. PaIRS_UniNa/icons/view.png +0 -0
  207. PaIRS_UniNa/icons/view_off.png +0 -0
  208. PaIRS_UniNa/icons/vis_logo.png +0 -0
  209. PaIRS_UniNa/icons/warning_circle.png +0 -0
  210. PaIRS_UniNa/icons/window.png +0 -0
  211. PaIRS_UniNa/icons/workspace.png +0 -0
  212. PaIRS_UniNa/icons/wrap_items.png +0 -0
  213. PaIRS_UniNa/icons/write_list.png +0 -0
  214. PaIRS_UniNa/listLib.py +303 -0
  215. PaIRS_UniNa/mtfPIV.py +8 -8
  216. PaIRS_UniNa/parForMulti.py +7 -5
  217. PaIRS_UniNa/parForWorkers.py +370 -31
  218. PaIRS_UniNa/pivParFor.py +233 -229
  219. PaIRS_UniNa/plt_util.py +141 -141
  220. PaIRS_UniNa/preProcParFor.py +153 -148
  221. PaIRS_UniNa/procTools.py +631 -178
  222. PaIRS_UniNa/readcfg.py +31 -1
  223. PaIRS_UniNa/rqrdpckgs.txt +9 -0
  224. PaIRS_UniNa/stereoPivParFor.py +227 -0
  225. PaIRS_UniNa/tAVarie.py +215 -215
  226. PaIRS_UniNa/tabSplitter.py +612 -0
  227. PaIRS_UniNa/ui_Calibration_Tab.py +545 -0
  228. PaIRS_UniNa/ui_Custom_Top.py +5 -5
  229. PaIRS_UniNa/ui_Input_Tab.py +1101 -0
  230. PaIRS_UniNa/{ui_Import_Tab_CalVi.py → ui_Input_Tab_CalVi.py} +1282 -1275
  231. PaIRS_UniNa/ui_Log_Tab.py +262 -257
  232. PaIRS_UniNa/{ui_Export_Tab.py → ui_Output_Tab.py} +2361 -1778
  233. PaIRS_UniNa/ui_Process_Tab.py +3809 -3758
  234. PaIRS_UniNa/ui_Process_Tab_CalVi.py +1547 -1546
  235. PaIRS_UniNa/ui_Process_Tab_Disp.py +1141 -0
  236. PaIRS_UniNa/ui_Process_Tab_Min.py +437 -0
  237. PaIRS_UniNa/ui_Vis_Tab.py +1626 -1208
  238. PaIRS_UniNa/ui_Vis_Tab_CalVi.py +1249 -1249
  239. PaIRS_UniNa/ui_Whatsnew.py +131 -131
  240. PaIRS_UniNa/ui_gPairs.py +876 -950
  241. PaIRS_UniNa/ui_infoPaIRS.py +550 -425
  242. PaIRS_UniNa/whatsnew.txt +6 -4
  243. {PaIRS_UniNa-0.1.13.dist-info → pairs_unina-0.2.8.dist-info}/METADATA +69 -51
  244. pairs_unina-0.2.8.dist-info/RECORD +329 -0
  245. {PaIRS_UniNa-0.1.13.dist-info → pairs_unina-0.2.8.dist-info}/WHEEL +1 -1
  246. PaIRS_UniNa/CalVi.py +0 -18
  247. PaIRS_UniNa/Export_Tab.py +0 -574
  248. PaIRS_UniNa/Import_Tab.py +0 -657
  249. PaIRS_UniNa/Import_Tab_CalVi.py +0 -861
  250. PaIRS_UniNa/Import_Tab_tools.py +0 -598
  251. PaIRS_UniNa/Tree_Tab.py +0 -543
  252. PaIRS_UniNa/gCalVi.py +0 -2024
  253. PaIRS_UniNa/icons/add.png +0 -0
  254. PaIRS_UniNa/icons/cancelled.png +0 -0
  255. PaIRS_UniNa/icons/chain.png +0 -0
  256. PaIRS_UniNa/icons/chain_broken.png +0 -0
  257. PaIRS_UniNa/icons/default_sizes.png +0 -0
  258. PaIRS_UniNa/icons/dock_tabs.png +0 -0
  259. PaIRS_UniNa/icons/done.png +0 -0
  260. PaIRS_UniNa/icons/down_arrow.png +0 -0
  261. PaIRS_UniNa/icons/export_logo.png +0 -0
  262. PaIRS_UniNa/icons/fast_delete.png +0 -0
  263. PaIRS_UniNa/icons/flip_y.png +0 -0
  264. PaIRS_UniNa/icons/ganci.png +0 -0
  265. PaIRS_UniNa/icons/import_blue.png +0 -0
  266. PaIRS_UniNa/icons/import_logo.png +0 -0
  267. PaIRS_UniNa/icons/missing.png +0 -0
  268. PaIRS_UniNa/icons/process_icon.png +0 -0
  269. PaIRS_UniNa/icons/processing.png +0 -0
  270. PaIRS_UniNa/icons/restart.png +0 -0
  271. PaIRS_UniNa/icons/right_arrow.png +0 -0
  272. PaIRS_UniNa/icons/run_piv.png +0 -0
  273. PaIRS_UniNa/icons/terminal.png +0 -0
  274. PaIRS_UniNa/icons/undock_tabs.png +0 -0
  275. PaIRS_UniNa/icons/vect_field.png +0 -0
  276. PaIRS_UniNa/icons/w0.png +0 -0
  277. PaIRS_UniNa/icons/w1.png +0 -0
  278. PaIRS_UniNa/icons/w2.png +0 -0
  279. PaIRS_UniNa/icons/w3.png +0 -0
  280. PaIRS_UniNa/icons/w4.png +0 -0
  281. PaIRS_UniNa/icons/w5.png +0 -0
  282. PaIRS_UniNa/run_CalVi.py +0 -14
  283. PaIRS_UniNa/run_gcalvi.py +0 -5
  284. PaIRS_UniNa/ui_Import_Tab.py +0 -1077
  285. PaIRS_UniNa/ui_Tree_Tab.py +0 -684
  286. PaIRS_UniNa/ui_gCalVi.py +0 -640
  287. PaIRS_UniNa/ui_infoCalVi.py +0 -428
  288. PaIRS_UniNa-0.1.13.dist-info/LICENSE +0 -19
  289. PaIRS_UniNa-0.1.13.dist-info/RECORD +0 -174
  290. /PaIRS_UniNa/icons/{clean_queue.png → clean.png} +0 -0
  291. /PaIRS_UniNa/icons/{waiting_c.png → sandglass.png} +0 -0
  292. {PaIRS_UniNa-0.1.13.dist-info → pairs_unina-0.2.8.dist-info}/top_level.txt +0 -0
@@ -1,684 +0,0 @@
1
- from .addwidgets_ps import icons_path
2
- # -*- coding: utf-8 -*-
3
-
4
- ################################################################################
5
- ## Form generated from reading UI file 'Tree_TabwWMUIM.ui'
6
- ##
7
- ## Created by: Qt User Interface Compiler version 6.4.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 (QApplication, QFrame, QHBoxLayout, QHeaderView,
20
- QLabel, QScrollArea, QSizePolicy, QSpacerItem,
21
- QToolButton, QTreeWidgetItem, QVBoxLayout, QWidget)
22
-
23
- from .addwidgets_ps import myQTreeWidget
24
-
25
- class Ui_TreeTab(object):
26
- def setupUi(self, TreeTab):
27
- if not TreeTab.objectName():
28
- TreeTab.setObjectName(u"TreeTab")
29
- TreeTab.resize(500, 680)
30
- TreeTab.setMinimumSize(QSize(260, 340))
31
- TreeTab.setMaximumSize(QSize(1000, 16777215))
32
- font = QFont()
33
- font.setPointSize(11)
34
- TreeTab.setFont(font)
35
- icon1 = QIcon()
36
- icon1.addFile(u""+ icons_path +"checklist.png", QSize(), QIcon.Normal, QIcon.Off)
37
- TreeTab.setWindowIcon(icon1)
38
- self.verticalLayout_7 = QVBoxLayout(TreeTab)
39
- self.verticalLayout_7.setSpacing(5)
40
- self.verticalLayout_7.setObjectName(u"verticalLayout_7")
41
- self.verticalLayout_7.setContentsMargins(10, 10, 10, 10)
42
- self.w_Mode = QWidget(TreeTab)
43
- self.w_Mode.setObjectName(u"w_Mode")
44
- self.w_Mode.setMinimumSize(QSize(0, 40))
45
- self.w_Mode.setMaximumSize(QSize(16777215, 40))
46
- self.w_Mode.setFont(font)
47
- self.horizontalLayout_5 = QHBoxLayout(self.w_Mode)
48
- self.horizontalLayout_5.setSpacing(5)
49
- self.horizontalLayout_5.setObjectName(u"horizontalLayout_5")
50
- self.horizontalLayout_5.setContentsMargins(0, 0, 0, 10)
51
- self.icon = QLabel(self.w_Mode)
52
- self.icon.setObjectName(u"icon")
53
- self.icon.setMinimumSize(QSize(35, 35))
54
- self.icon.setMaximumSize(QSize(35, 35))
55
- self.icon.setPixmap(QPixmap(u""+ icons_path +"checklist.png"))
56
- self.icon.setScaledContents(True)
57
-
58
- self.horizontalLayout_5.addWidget(self.icon)
59
-
60
- self.name_tab = QLabel(self.w_Mode)
61
- self.name_tab.setObjectName(u"name_tab")
62
- self.name_tab.setMinimumSize(QSize(200, 35))
63
- self.name_tab.setMaximumSize(QSize(16777215, 35))
64
- font1 = QFont()
65
- font1.setFamilies([u"Arial"])
66
- font1.setPointSize(20)
67
- font1.setBold(True)
68
- self.name_tab.setFont(font1)
69
-
70
- self.horizontalLayout_5.addWidget(self.name_tab)
71
-
72
- self.hs1 = QSpacerItem(70, 20, QSizePolicy.Fixed, QSizePolicy.Minimum)
73
-
74
- self.horizontalLayout_5.addItem(self.hs1)
75
-
76
- self.label_number = QLabel(self.w_Mode)
77
- self.label_number.setObjectName(u"label_number")
78
- self.label_number.setMinimumSize(QSize(15, 0))
79
- self.label_number.setMaximumSize(QSize(30, 16777215))
80
- font2 = QFont()
81
- font2.setPointSize(9)
82
- self.label_number.setFont(font2)
83
- self.label_number.setAlignment(Qt.AlignRight|Qt.AlignTrailing|Qt.AlignVCenter)
84
-
85
- self.horizontalLayout_5.addWidget(self.label_number)
86
-
87
- self.button_back = QToolButton(self.w_Mode)
88
- self.button_back.setObjectName(u"button_back")
89
- self.button_back.setMinimumSize(QSize(30, 30))
90
- self.button_back.setMaximumSize(QSize(30, 30))
91
- icon2 = QIcon()
92
- icon2.addFile(u""+ icons_path +"undo.png", QSize(), QIcon.Normal, QIcon.Off)
93
- self.button_back.setIcon(icon2)
94
- self.button_back.setIconSize(QSize(24, 24))
95
-
96
- self.horizontalLayout_5.addWidget(self.button_back)
97
-
98
- self.button_forward = QToolButton(self.w_Mode)
99
- self.button_forward.setObjectName(u"button_forward")
100
- self.button_forward.setMinimumSize(QSize(30, 30))
101
- self.button_forward.setMaximumSize(QSize(30, 30))
102
- icon3 = QIcon()
103
- icon3.addFile(u""+ icons_path +"redo.png", QSize(), QIcon.Normal, QIcon.Off)
104
- self.button_forward.setIcon(icon3)
105
- self.button_forward.setIconSize(QSize(24, 24))
106
-
107
- self.horizontalLayout_5.addWidget(self.button_forward)
108
-
109
-
110
- self.verticalLayout_7.addWidget(self.w_Mode)
111
-
112
- self.line = QFrame(TreeTab)
113
- self.line.setObjectName(u"line")
114
- self.line.setMinimumSize(QSize(0, 5))
115
- self.line.setFrameShape(QFrame.HLine)
116
- self.line.setFrameShadow(QFrame.Sunken)
117
-
118
- self.verticalLayout_7.addWidget(self.line)
119
-
120
- self.scrollArea = QScrollArea(TreeTab)
121
- self.scrollArea.setObjectName(u"scrollArea")
122
- sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)
123
- sizePolicy.setHorizontalStretch(0)
124
- sizePolicy.setVerticalStretch(0)
125
- sizePolicy.setHeightForWidth(self.scrollArea.sizePolicy().hasHeightForWidth())
126
- self.scrollArea.setSizePolicy(sizePolicy)
127
- self.scrollArea.setMinimumSize(QSize(0, 0))
128
- self.scrollArea.setStyleSheet(u" QScrollArea {\n"
129
- " border: 1pix solid gray;\n"
130
- " }\n"
131
- "\n"
132
- "QScrollBar:horizontal\n"
133
- " {\n"
134
- " height: 15px;\n"
135
- " margin: 3px 10px 3px 10px;\n"
136
- " border: 1px transparent #2A2929;\n"
137
- " border-radius: 4px;\n"
138
- " background-color: rgba(200,200,200,50); /* #2A2929; */\n"
139
- " }\n"
140
- "\n"
141
- "QScrollBar::handle:horizontal\n"
142
- " {\n"
143
- " background-color: rgba(180,180,180,180); /* #605F5F; */\n"
144
- " min-width: 5px;\n"
145
- " border-radius: 4px;\n"
146
- " }\n"
147
- "\n"
148
- "QScrollBar:vertical\n"
149
- " {\n"
150
- " background-color: rgba(200,200,200,50); ;\n"
151
- " width: 15px;\n"
152
- " margin: 10px 3px 10px 3px;\n"
153
- " border: 1px transparent #2A2929;\n"
154
- " border-radius: 4px;\n"
155
- " }\n"
156
- "\n"
157
- "QScrollBar::handle:vertical\n"
158
- " {\n"
159
- " background-color: rgba(180,180,180,180); /* #605F5F; */\n"
160
- " min-height: 5px;\n"
161
- " border-radius: 4px;\n"
162
- " }\n"
163
- "\n"
164
- "QScrollBar::add-line {\n"
165
- " border: none;\n"
166
- " "
167
- " background: none;\n"
168
- " }\n"
169
- "\n"
170
- "QScrollBar::sub-line {\n"
171
- " border: none;\n"
172
- " background: none;\n"
173
- " }\n"
174
- "")
175
- self.scrollArea.setWidgetResizable(True)
176
- self.scrollAreaWidgetContents = QWidget()
177
- self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
178
- self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 480, 607))
179
- self.verticalLayout_8 = QVBoxLayout(self.scrollAreaWidgetContents)
180
- self.verticalLayout_8.setSpacing(10)
181
- self.verticalLayout_8.setObjectName(u"verticalLayout_8")
182
- self.verticalLayout_8.setContentsMargins(0, 5, 10, 0)
183
- self.w_Tree_past = QWidget(self.scrollAreaWidgetContents)
184
- self.w_Tree_past.setObjectName(u"w_Tree_past")
185
- self.verticalLayout = QVBoxLayout(self.w_Tree_past)
186
- self.verticalLayout.setSpacing(3)
187
- self.verticalLayout.setObjectName(u"verticalLayout")
188
- self.verticalLayout.setContentsMargins(0, 0, 0, 0)
189
- self.w_Past_controls = QWidget(self.w_Tree_past)
190
- self.w_Past_controls.setObjectName(u"w_Past_controls")
191
- self.w_Past_controls.setMinimumSize(QSize(0, 25))
192
- self.w_Past_controls.setMaximumSize(QSize(16777215, 25))
193
- self.pastCtrlLay = QHBoxLayout(self.w_Past_controls)
194
- self.pastCtrlLay.setSpacing(3)
195
- self.pastCtrlLay.setObjectName(u"pastCtrlLay")
196
- self.pastCtrlLay.setContentsMargins(0, 0, 0, 0)
197
- self.label_Tree_past = QLabel(self.w_Past_controls)
198
- self.label_Tree_past.setObjectName(u"label_Tree_past")
199
- sizePolicy1 = QSizePolicy(QSizePolicy.Preferred, QSizePolicy.Fixed)
200
- sizePolicy1.setHorizontalStretch(0)
201
- sizePolicy1.setVerticalStretch(0)
202
- sizePolicy1.setHeightForWidth(self.label_Tree_past.sizePolicy().hasHeightForWidth())
203
- self.label_Tree_past.setSizePolicy(sizePolicy1)
204
- self.label_Tree_past.setMinimumSize(QSize(0, 20))
205
- self.label_Tree_past.setMaximumSize(QSize(16777215, 20))
206
- font3 = QFont()
207
- font3.setPointSize(10)
208
- font3.setBold(False)
209
- font3.setItalic(True)
210
- self.label_Tree_past.setFont(font3)
211
- self.label_Tree_past.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
212
-
213
- self.pastCtrlLay.addWidget(self.label_Tree_past)
214
-
215
- self.button_down_past = QToolButton(self.w_Past_controls)
216
- self.button_down_past.setObjectName(u"button_down_past")
217
- self.button_down_past.setMinimumSize(QSize(25, 25))
218
- self.button_down_past.setMaximumSize(QSize(25, 25))
219
- icon4 = QIcon()
220
- icon4.addFile(u""+ icons_path +"down.png", QSize(), QIcon.Normal, QIcon.Off)
221
- self.button_down_past.setIcon(icon4)
222
- self.button_down_past.setIconSize(QSize(18, 18))
223
- self.button_down_past.setArrowType(Qt.NoArrow)
224
-
225
- self.pastCtrlLay.addWidget(self.button_down_past)
226
-
227
- self.button_up_past = QToolButton(self.w_Past_controls)
228
- self.button_up_past.setObjectName(u"button_up_past")
229
- self.button_up_past.setMinimumSize(QSize(25, 25))
230
- self.button_up_past.setMaximumSize(QSize(25, 25))
231
- icon5 = QIcon()
232
- icon5.addFile(u""+ icons_path +"up.png", QSize(), QIcon.Normal, QIcon.Off)
233
- self.button_up_past.setIcon(icon5)
234
- self.button_up_past.setIconSize(QSize(18, 18))
235
- self.button_up_past.setArrowType(Qt.NoArrow)
236
-
237
- self.pastCtrlLay.addWidget(self.button_up_past)
238
-
239
- self.button_import_past = QToolButton(self.w_Past_controls)
240
- self.button_import_past.setObjectName(u"button_import_past")
241
- self.button_import_past.setMinimumSize(QSize(25, 25))
242
- self.button_import_past.setMaximumSize(QSize(25, 25))
243
- icon6 = QIcon()
244
- icon6.addFile(u""+ icons_path +"import.png", QSize(), QIcon.Normal, QIcon.Off)
245
- self.button_import_past.setIcon(icon6)
246
- self.button_import_past.setIconSize(QSize(18, 18))
247
-
248
- self.pastCtrlLay.addWidget(self.button_import_past)
249
-
250
- self.button_restore = QToolButton(self.w_Past_controls)
251
- self.button_restore.setObjectName(u"button_restore")
252
- self.button_restore.setMinimumSize(QSize(25, 25))
253
- self.button_restore.setMaximumSize(QSize(25, 25))
254
- icon7 = QIcon()
255
- icon7.addFile(u""+ icons_path +"restore.png", QSize(), QIcon.Normal, QIcon.Off)
256
- self.button_restore.setIcon(icon7)
257
- self.button_restore.setIconSize(QSize(20, 20))
258
-
259
- self.pastCtrlLay.addWidget(self.button_restore)
260
-
261
- self.button_delete_past = QToolButton(self.w_Past_controls)
262
- self.button_delete_past.setObjectName(u"button_delete_past")
263
- self.button_delete_past.setMinimumSize(QSize(25, 25))
264
- self.button_delete_past.setMaximumSize(QSize(25, 25))
265
- icon8 = QIcon()
266
- icon8.addFile(u""+ icons_path +"delete.png", QSize(), QIcon.Normal, QIcon.Off)
267
- self.button_delete_past.setIcon(icon8)
268
- self.button_delete_past.setIconSize(QSize(20, 20))
269
-
270
- self.pastCtrlLay.addWidget(self.button_delete_past)
271
-
272
- self.button_clean_past = QToolButton(self.w_Past_controls)
273
- self.button_clean_past.setObjectName(u"button_clean_past")
274
- self.button_clean_past.setMinimumSize(QSize(25, 25))
275
- self.button_clean_past.setMaximumSize(QSize(25, 25))
276
- icon9 = QIcon()
277
- icon9.addFile(u""+ icons_path +"clean_queue.png", QSize(), QIcon.Normal, QIcon.Off)
278
- self.button_clean_past.setIcon(icon9)
279
- self.button_clean_past.setIconSize(QSize(20, 20))
280
-
281
- self.pastCtrlLay.addWidget(self.button_clean_past)
282
-
283
-
284
- self.verticalLayout.addWidget(self.w_Past_controls)
285
-
286
- self.tree_past = myQTreeWidget(self.w_Tree_past)
287
- QTreeWidgetItem(self.tree_past)
288
- self.tree_past.setObjectName(u"tree_past")
289
- self.tree_past.setStyleSheet(u"QTreeView::item:selected {\n"
290
- " border: 1px solid;\n"
291
- " border-color: rgba(154, 166, 255, 255);\n"
292
- " background-color: rgba(214, 226, 255, 65);\n"
293
- " color: black\n"
294
- "}\n"
295
- "QTreeView::item:selected:focus{\n"
296
- " border: 1px solid blue;\n"
297
- " background-color: rgb(214, 226, 255);\n"
298
- " color: black\n"
299
- "}")
300
- self.tree_past.setAlternatingRowColors(True)
301
- self.tree_past.setIndentation(10)
302
- self.tree_past.setUniformRowHeights(True)
303
- self.tree_past.setWordWrap(False)
304
- self.tree_past.setColumnCount(1)
305
- self.tree_past.header().setVisible(False)
306
- self.tree_past.header().setCascadingSectionResizes(False)
307
- self.tree_past.header().setMinimumSectionSize(15)
308
- self.tree_past.header().setHighlightSections(False)
309
- self.tree_past.header().setStretchLastSection(True)
310
-
311
- self.verticalLayout.addWidget(self.tree_past)
312
-
313
-
314
- self.verticalLayout_8.addWidget(self.w_Tree_past)
315
-
316
- self.w_Tree_current = QWidget(self.scrollAreaWidgetContents)
317
- self.w_Tree_current.setObjectName(u"w_Tree_current")
318
- self.verticalLayout_2 = QVBoxLayout(self.w_Tree_current)
319
- self.verticalLayout_2.setSpacing(3)
320
- self.verticalLayout_2.setObjectName(u"verticalLayout_2")
321
- self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)
322
- self.label_Tree_current = QLabel(self.w_Tree_current)
323
- self.label_Tree_current.setObjectName(u"label_Tree_current")
324
- sizePolicy1.setHeightForWidth(self.label_Tree_current.sizePolicy().hasHeightForWidth())
325
- self.label_Tree_current.setSizePolicy(sizePolicy1)
326
- self.label_Tree_current.setMinimumSize(QSize(0, 20))
327
- self.label_Tree_current.setMaximumSize(QSize(16777215, 20))
328
- self.label_Tree_current.setFont(font3)
329
- self.label_Tree_current.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
330
-
331
- self.verticalLayout_2.addWidget(self.label_Tree_current)
332
-
333
- self.tree_current = myQTreeWidget(self.w_Tree_current)
334
- QTreeWidgetItem(self.tree_current)
335
- self.tree_current.setObjectName(u"tree_current")
336
- self.tree_current.setMinimumSize(QSize(0, 26))
337
- self.tree_current.setMaximumSize(QSize(16777215, 26))
338
- self.tree_current.setStyleSheet(u"QTreeView::item:selected {\n"
339
- " border: 1px solid;\n"
340
- " border-color: rgba(154, 166, 255, 255);\n"
341
- " background-color: rgba(214, 226, 255, 65);\n"
342
- " color: black\n"
343
- "}\n"
344
- "QTreeView::item:selected:focus{\n"
345
- " border: 1px solid blue;\n"
346
- " background-color: rgb(214, 226, 255);\n"
347
- " color: black\n"
348
- "}\n"
349
- "")
350
- self.tree_current.setIndentation(10)
351
- self.tree_current.setUniformRowHeights(True)
352
- self.tree_current.setColumnCount(1)
353
- self.tree_current.header().setVisible(False)
354
- self.tree_current.header().setCascadingSectionResizes(False)
355
- self.tree_current.header().setMinimumSectionSize(15)
356
- self.tree_current.header().setHighlightSections(False)
357
- self.tree_current.header().setStretchLastSection(True)
358
-
359
- self.verticalLayout_2.addWidget(self.tree_current)
360
-
361
-
362
- self.verticalLayout_8.addWidget(self.w_Tree_current)
363
-
364
- self.w_Tree_future = QWidget(self.scrollAreaWidgetContents)
365
- self.w_Tree_future.setObjectName(u"w_Tree_future")
366
- self.verticalLayout_3 = QVBoxLayout(self.w_Tree_future)
367
- self.verticalLayout_3.setSpacing(3)
368
- self.verticalLayout_3.setObjectName(u"verticalLayout_3")
369
- self.verticalLayout_3.setContentsMargins(0, 0, 0, 0)
370
- self.w_Future_controls = QWidget(self.w_Tree_future)
371
- self.w_Future_controls.setObjectName(u"w_Future_controls")
372
- self.futCtrlLay = QHBoxLayout(self.w_Future_controls)
373
- self.futCtrlLay.setSpacing(3)
374
- self.futCtrlLay.setObjectName(u"futCtrlLay")
375
- self.futCtrlLay.setContentsMargins(0, 0, 0, 0)
376
- self.label_Tree_future = QLabel(self.w_Future_controls)
377
- self.label_Tree_future.setObjectName(u"label_Tree_future")
378
- sizePolicy1.setHeightForWidth(self.label_Tree_future.sizePolicy().hasHeightForWidth())
379
- self.label_Tree_future.setSizePolicy(sizePolicy1)
380
- self.label_Tree_future.setMinimumSize(QSize(0, 20))
381
- self.label_Tree_future.setMaximumSize(QSize(16777215, 20))
382
- self.label_Tree_future.setFont(font3)
383
- self.label_Tree_future.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
384
-
385
- self.futCtrlLay.addWidget(self.label_Tree_future)
386
-
387
- self.button_down_future = QToolButton(self.w_Future_controls)
388
- self.button_down_future.setObjectName(u"button_down_future")
389
- self.button_down_future.setMinimumSize(QSize(25, 25))
390
- self.button_down_future.setMaximumSize(QSize(25, 25))
391
- self.button_down_future.setIcon(icon4)
392
- self.button_down_future.setIconSize(QSize(18, 18))
393
- self.button_down_future.setArrowType(Qt.NoArrow)
394
-
395
- self.futCtrlLay.addWidget(self.button_down_future)
396
-
397
- self.button_up_future = QToolButton(self.w_Future_controls)
398
- self.button_up_future.setObjectName(u"button_up_future")
399
- self.button_up_future.setMinimumSize(QSize(25, 25))
400
- self.button_up_future.setMaximumSize(QSize(25, 25))
401
- self.button_up_future.setIcon(icon5)
402
- self.button_up_future.setIconSize(QSize(18, 18))
403
- self.button_up_future.setArrowType(Qt.NoArrow)
404
-
405
- self.futCtrlLay.addWidget(self.button_up_future)
406
-
407
- self.button_edit_item = QToolButton(self.w_Future_controls)
408
- self.button_edit_item.setObjectName(u"button_edit_item")
409
- self.button_edit_item.setMinimumSize(QSize(25, 25))
410
- self.button_edit_item.setMaximumSize(QSize(25, 25))
411
- icon10 = QIcon()
412
- icon10.addFile(u""+ icons_path +"pencil_bw.png", QSize(), QIcon.Normal, QIcon.Off)
413
- self.button_edit_item.setIcon(icon10)
414
- self.button_edit_item.setIconSize(QSize(18, 18))
415
- self.button_edit_item.setCheckable(True)
416
- self.button_edit_item.setArrowType(Qt.NoArrow)
417
-
418
- self.futCtrlLay.addWidget(self.button_edit_item)
419
-
420
- self.button_delete_future = QToolButton(self.w_Future_controls)
421
- self.button_delete_future.setObjectName(u"button_delete_future")
422
- self.button_delete_future.setMinimumSize(QSize(25, 25))
423
- self.button_delete_future.setMaximumSize(QSize(25, 25))
424
- self.button_delete_future.setIcon(icon8)
425
- self.button_delete_future.setIconSize(QSize(20, 20))
426
-
427
- self.futCtrlLay.addWidget(self.button_delete_future)
428
-
429
- self.button_clean_future = QToolButton(self.w_Future_controls)
430
- self.button_clean_future.setObjectName(u"button_clean_future")
431
- self.button_clean_future.setMinimumSize(QSize(25, 25))
432
- self.button_clean_future.setMaximumSize(QSize(25, 25))
433
- self.button_clean_future.setIcon(icon9)
434
- self.button_clean_future.setIconSize(QSize(20, 20))
435
-
436
- self.futCtrlLay.addWidget(self.button_clean_future)
437
-
438
-
439
- self.verticalLayout_3.addWidget(self.w_Future_controls)
440
-
441
- self.tree_future = myQTreeWidget(self.w_Tree_future)
442
- QTreeWidgetItem(self.tree_future)
443
- QTreeWidgetItem(self.tree_future)
444
- self.tree_future.setObjectName(u"tree_future")
445
- self.tree_future.setStyleSheet(u"QTreeView::item:selected {\n"
446
- " border: 1px solid;\n"
447
- " border-color: rgba(154, 166, 255, 255);\n"
448
- " background-color: rgba(214, 226, 255, 65);\n"
449
- " color: black\n"
450
- "}\n"
451
- "QTreeView::item:selected:focus{\n"
452
- " border: 1px solid blue;\n"
453
- " background-color: rgb(214, 226, 255);\n"
454
- " color: black\n"
455
- "}")
456
- self.tree_future.setAlternatingRowColors(True)
457
- self.tree_future.setIndentation(10)
458
- self.tree_future.setUniformRowHeights(True)
459
- self.tree_future.setWordWrap(False)
460
- self.tree_future.setColumnCount(1)
461
- self.tree_future.header().setVisible(False)
462
- self.tree_future.header().setCascadingSectionResizes(False)
463
- self.tree_future.header().setMinimumSectionSize(15)
464
- self.tree_future.header().setHighlightSections(False)
465
- self.tree_future.header().setStretchLastSection(True)
466
-
467
- self.verticalLayout_3.addWidget(self.tree_future)
468
-
469
-
470
- self.verticalLayout_8.addWidget(self.w_Tree_future)
471
-
472
- self.w_proc_Buttons = QWidget(self.scrollAreaWidgetContents)
473
- self.w_proc_Buttons.setObjectName(u"w_proc_Buttons")
474
- self.horizontalLayout = QHBoxLayout(self.w_proc_Buttons)
475
- self.horizontalLayout.setSpacing(5)
476
- self.horizontalLayout.setObjectName(u"horizontalLayout")
477
- self.horizontalLayout.setContentsMargins(0, 0, 0, 0)
478
- self.button_min = QToolButton(self.w_proc_Buttons)
479
- self.button_min.setObjectName(u"button_min")
480
- self.button_min.setMinimumSize(QSize(75, 30))
481
- self.button_min.setMaximumSize(QSize(75, 30))
482
- font4 = QFont()
483
- font4.setPointSize(11)
484
- font4.setBold(False)
485
- font4.setStrikeOut(False)
486
- self.button_min.setFont(font4)
487
- icon11 = QIcon()
488
- icon11.addFile(u""+ icons_path +"add.png", QSize(), QIcon.Normal, QIcon.Off)
489
- self.button_min.setIcon(icon11)
490
- self.button_min.setIconSize(QSize(20, 20))
491
- self.button_min.setCheckable(False)
492
- self.button_min.setToolButtonStyle(Qt.ToolButtonTextBesideIcon)
493
-
494
- self.horizontalLayout.addWidget(self.button_min)
495
-
496
- self.button_PIV = QToolButton(self.w_proc_Buttons)
497
- self.button_PIV.setObjectName(u"button_PIV")
498
- self.button_PIV.setMinimumSize(QSize(75, 30))
499
- self.button_PIV.setMaximumSize(QSize(75, 30))
500
- self.button_PIV.setFont(font4)
501
- self.button_PIV.setIcon(icon11)
502
- self.button_PIV.setIconSize(QSize(20, 20))
503
- self.button_PIV.setCheckable(False)
504
- self.button_PIV.setToolButtonStyle(Qt.ToolButtonTextBesideIcon)
505
-
506
- self.horizontalLayout.addWidget(self.button_PIV)
507
-
508
- self.hs_proc_Buttons = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)
509
-
510
- self.horizontalLayout.addItem(self.hs_proc_Buttons)
511
-
512
-
513
- self.verticalLayout_8.addWidget(self.w_proc_Buttons)
514
-
515
- self.verticalLayout_8.setStretch(0, 1)
516
- self.verticalLayout_8.setStretch(2, 1)
517
- self.scrollArea.setWidget(self.scrollAreaWidgetContents)
518
-
519
- self.verticalLayout_7.addWidget(self.scrollArea)
520
-
521
- QWidget.setTabOrder(self.button_back, self.button_forward)
522
- QWidget.setTabOrder(self.button_forward, self.scrollArea)
523
- QWidget.setTabOrder(self.scrollArea, self.tree_past)
524
- QWidget.setTabOrder(self.tree_past, self.button_down_past)
525
- QWidget.setTabOrder(self.button_down_past, self.button_up_past)
526
- QWidget.setTabOrder(self.button_up_past, self.button_import_past)
527
- QWidget.setTabOrder(self.button_import_past, self.tree_current)
528
- QWidget.setTabOrder(self.tree_current, self.tree_future)
529
- QWidget.setTabOrder(self.tree_future, self.button_down_future)
530
- QWidget.setTabOrder(self.button_down_future, self.button_up_future)
531
- QWidget.setTabOrder(self.button_up_future, self.button_edit_item)
532
- QWidget.setTabOrder(self.button_edit_item, self.button_min)
533
- QWidget.setTabOrder(self.button_min, self.button_PIV)
534
-
535
- self.retranslateUi(TreeTab)
536
-
537
- QMetaObject.connectSlotsByName(TreeTab)
538
- # setupUi
539
-
540
- def retranslateUi(self, TreeTab):
541
- TreeTab.setWindowTitle(QCoreApplication.translate("TreeTab", u"Tree", None))
542
- #if QT_CONFIG(accessibility)
543
- TreeTab.setAccessibleName("")
544
- #endif // QT_CONFIG(accessibility)
545
- self.icon.setText("")
546
- self.name_tab.setText(QCoreApplication.translate("TreeTab", u"Queue", None))
547
- self.label_number.setText(QCoreApplication.translate("TreeTab", u"1", None))
548
- #if QT_CONFIG(tooltip)
549
- self.button_back.setToolTip(QCoreApplication.translate("TreeTab", u"Undo", None))
550
- #endif // QT_CONFIG(tooltip)
551
- self.button_back.setText("")
552
- #if QT_CONFIG(shortcut)
553
- self.button_back.setShortcut(QCoreApplication.translate("TreeTab", u"Ctrl+Z", None))
554
- #endif // QT_CONFIG(shortcut)
555
- #if QT_CONFIG(tooltip)
556
- self.button_forward.setToolTip(QCoreApplication.translate("TreeTab", u"Redo", None))
557
- #endif // QT_CONFIG(tooltip)
558
- self.button_forward.setText("")
559
- #if QT_CONFIG(shortcut)
560
- self.button_forward.setShortcut(QCoreApplication.translate("TreeTab", u"Ctrl+Y", None))
561
- #endif // QT_CONFIG(shortcut)
562
- #if QT_CONFIG(tooltip)
563
- self.label_Tree_past.setToolTip("")
564
- #endif // QT_CONFIG(tooltip)
565
- self.label_Tree_past.setText(QCoreApplication.translate("TreeTab", u"Past", None))
566
- #if QT_CONFIG(tooltip)
567
- self.button_down_past.setToolTip(QCoreApplication.translate("TreeTab", u"Move item down in the list", None))
568
- #endif // QT_CONFIG(tooltip)
569
- self.button_down_past.setText("")
570
- #if QT_CONFIG(shortcut)
571
- self.button_down_past.setShortcut(QCoreApplication.translate("TreeTab", u"Ctrl+Down", None))
572
- #endif // QT_CONFIG(shortcut)
573
- #if QT_CONFIG(tooltip)
574
- self.button_up_past.setToolTip(QCoreApplication.translate("TreeTab", u"Move item up in the list", None))
575
- #endif // QT_CONFIG(tooltip)
576
- self.button_up_past.setText("")
577
- #if QT_CONFIG(shortcut)
578
- self.button_up_past.setShortcut(QCoreApplication.translate("TreeTab", u"Ctrl+Up", None))
579
- #endif // QT_CONFIG(shortcut)
580
- #if QT_CONFIG(tooltip)
581
- self.button_import_past.setToolTip(QCoreApplication.translate("TreeTab", u"Import process file from disk", None))
582
- #endif // QT_CONFIG(tooltip)
583
- self.button_import_past.setText("")
584
- #if QT_CONFIG(shortcut)
585
- self.button_import_past.setShortcut(QCoreApplication.translate("TreeTab", u"Ctrl+D", None))
586
- #endif // QT_CONFIG(shortcut)
587
- #if QT_CONFIG(tooltip)
588
- self.button_restore.setToolTip(QCoreApplication.translate("TreeTab", u"Restore process", None))
589
- #endif // QT_CONFIG(tooltip)
590
- #if QT_CONFIG(shortcut)
591
- self.button_restore.setShortcut(QCoreApplication.translate("TreeTab", u"Ctrl+R", None))
592
- #endif // QT_CONFIG(shortcut)
593
- #if QT_CONFIG(tooltip)
594
- self.button_delete_past.setToolTip(QCoreApplication.translate("TreeTab", u"Delete process", None))
595
- #endif // QT_CONFIG(tooltip)
596
- #if QT_CONFIG(shortcut)
597
- self.button_delete_past.setShortcut(QCoreApplication.translate("TreeTab", u"Backspace", None))
598
- #endif // QT_CONFIG(shortcut)
599
- #if QT_CONFIG(tooltip)
600
- self.button_clean_past.setToolTip(QCoreApplication.translate("TreeTab", u"Clean the whole queue", None))
601
- #endif // QT_CONFIG(tooltip)
602
- #if QT_CONFIG(shortcut)
603
- self.button_clean_past.setShortcut(QCoreApplication.translate("TreeTab", u"Ctrl+Shift+T", None))
604
- #endif // QT_CONFIG(shortcut)
605
- ___qtreewidgetitem = self.tree_past.headerItem()
606
- ___qtreewidgetitem.setText(0, QCoreApplication.translate("TreeTab", u"Name", None));
607
-
608
- __sortingEnabled = self.tree_past.isSortingEnabled()
609
- self.tree_past.setSortingEnabled(False)
610
- ___qtreewidgetitem1 = self.tree_past.topLevelItem(0)
611
- ___qtreewidgetitem1.setText(0, QCoreApplication.translate("TreeTab", u"first", None));
612
- self.tree_past.setSortingEnabled(__sortingEnabled)
613
-
614
- self.label_Tree_current.setText(QCoreApplication.translate("TreeTab", u"Current", None))
615
- ___qtreewidgetitem2 = self.tree_current.headerItem()
616
- ___qtreewidgetitem2.setText(0, QCoreApplication.translate("TreeTab", u"Name", None));
617
-
618
- __sortingEnabled1 = self.tree_current.isSortingEnabled()
619
- self.tree_current.setSortingEnabled(False)
620
- ___qtreewidgetitem3 = self.tree_current.topLevelItem(0)
621
- ___qtreewidgetitem3.setText(0, QCoreApplication.translate("TreeTab", u"current", None));
622
- self.tree_current.setSortingEnabled(__sortingEnabled1)
623
-
624
- self.label_Tree_future.setText(QCoreApplication.translate("TreeTab", u"Future", None))
625
- #if QT_CONFIG(tooltip)
626
- self.button_down_future.setToolTip(QCoreApplication.translate("TreeTab", u"Move item down in the list", None))
627
- #endif // QT_CONFIG(tooltip)
628
- self.button_down_future.setText("")
629
- #if QT_CONFIG(shortcut)
630
- self.button_down_future.setShortcut(QCoreApplication.translate("TreeTab", u"Ctrl+Down", None))
631
- #endif // QT_CONFIG(shortcut)
632
- #if QT_CONFIG(tooltip)
633
- self.button_up_future.setToolTip(QCoreApplication.translate("TreeTab", u"Move item up in the list", None))
634
- #endif // QT_CONFIG(tooltip)
635
- self.button_up_future.setText("")
636
- #if QT_CONFIG(shortcut)
637
- self.button_up_future.setShortcut(QCoreApplication.translate("TreeTab", u"Ctrl+Up", None))
638
- #endif // QT_CONFIG(shortcut)
639
- #if QT_CONFIG(tooltip)
640
- self.button_edit_item.setToolTip(QCoreApplication.translate("TreeTab", u"Edit item", None))
641
- #endif // QT_CONFIG(tooltip)
642
- self.button_edit_item.setText("")
643
- #if QT_CONFIG(shortcut)
644
- self.button_edit_item.setShortcut(QCoreApplication.translate("TreeTab", u"F2", None))
645
- #endif // QT_CONFIG(shortcut)
646
- #if QT_CONFIG(tooltip)
647
- self.button_delete_future.setToolTip(QCoreApplication.translate("TreeTab", u"Delete process", None))
648
- #endif // QT_CONFIG(tooltip)
649
- #if QT_CONFIG(shortcut)
650
- self.button_delete_future.setShortcut(QCoreApplication.translate("TreeTab", u"Backspace", None))
651
- #endif // QT_CONFIG(shortcut)
652
- #if QT_CONFIG(tooltip)
653
- self.button_clean_future.setToolTip(QCoreApplication.translate("TreeTab", u"Clean the whole queue", None))
654
- #endif // QT_CONFIG(tooltip)
655
- #if QT_CONFIG(shortcut)
656
- self.button_clean_future.setShortcut(QCoreApplication.translate("TreeTab", u"Ctrl+T", None))
657
- #endif // QT_CONFIG(shortcut)
658
- ___qtreewidgetitem4 = self.tree_future.headerItem()
659
- ___qtreewidgetitem4.setText(0, QCoreApplication.translate("TreeTab", u"Name", None));
660
-
661
- __sortingEnabled2 = self.tree_future.isSortingEnabled()
662
- self.tree_future.setSortingEnabled(False)
663
- ___qtreewidgetitem5 = self.tree_future.topLevelItem(0)
664
- ___qtreewidgetitem5.setText(0, QCoreApplication.translate("TreeTab", u"next #1", None));
665
- ___qtreewidgetitem6 = self.tree_future.topLevelItem(1)
666
- ___qtreewidgetitem6.setText(0, QCoreApplication.translate("TreeTab", u"next #2", None));
667
- self.tree_future.setSortingEnabled(__sortingEnabled2)
668
-
669
- #if QT_CONFIG(tooltip)
670
- self.button_min.setToolTip(QCoreApplication.translate("TreeTab", u"Add ensemble minimum computation to queue", None))
671
- #endif // QT_CONFIG(tooltip)
672
- self.button_min.setText(QCoreApplication.translate("TreeTab", u" MIN", None))
673
- #if QT_CONFIG(shortcut)
674
- self.button_min.setShortcut(QCoreApplication.translate("TreeTab", u"Ctrl+M", None))
675
- #endif // QT_CONFIG(shortcut)
676
- #if QT_CONFIG(tooltip)
677
- self.button_PIV.setToolTip(QCoreApplication.translate("TreeTab", u"Add PIV process to queue", None))
678
- #endif // QT_CONFIG(tooltip)
679
- self.button_PIV.setText(QCoreApplication.translate("TreeTab", u" PIV", None))
680
- #if QT_CONFIG(shortcut)
681
- self.button_PIV.setShortcut(QCoreApplication.translate("TreeTab", u"Ctrl+,", None))
682
- #endif // QT_CONFIG(shortcut)
683
- # retranslateUi
684
-