dcscope 2.22.1__py3-none-any.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.
- dcscope/__init__.py +17 -0
- dcscope/__main__.py +44 -0
- dcscope/_version.py +21 -0
- dcscope/extensions.py +250 -0
- dcscope/gui/__init__.py +2 -0
- dcscope/gui/analysis/__init__.py +10 -0
- dcscope/gui/analysis/ana_basins.py +110 -0
- dcscope/gui/analysis/ana_basins.ui +143 -0
- dcscope/gui/analysis/ana_filter.py +341 -0
- dcscope/gui/analysis/ana_filter.ui +364 -0
- dcscope/gui/analysis/ana_log.py +122 -0
- dcscope/gui/analysis/ana_log.ui +100 -0
- dcscope/gui/analysis/ana_meta.py +207 -0
- dcscope/gui/analysis/ana_meta.ui +141 -0
- dcscope/gui/analysis/ana_plot.py +638 -0
- dcscope/gui/analysis/ana_plot.ui +1060 -0
- dcscope/gui/analysis/ana_slot.py +504 -0
- dcscope/gui/analysis/ana_slot.ui +684 -0
- dcscope/gui/analysis/ana_tables.py +227 -0
- dcscope/gui/analysis/ana_tables.ui +195 -0
- dcscope/gui/analysis/ana_view.py +69 -0
- dcscope/gui/analysis/ana_view.ui +269 -0
- dcscope/gui/analysis/dlg_slot_reorder.py +55 -0
- dcscope/gui/analysis/dlg_slot_reorder.ui +138 -0
- dcscope/gui/bulk/__init__.py +2 -0
- dcscope/gui/bulk/bulk_emodulus.py +200 -0
- dcscope/gui/bulk/bulk_emodulus.ui +245 -0
- dcscope/gui/compute/__init__.py +3 -0
- dcscope/gui/compute/comp_lme4.py +115 -0
- dcscope/gui/compute/comp_lme4.ui +194 -0
- dcscope/gui/compute/comp_lme4_dataset.py +51 -0
- dcscope/gui/compute/comp_lme4_dataset.ui +92 -0
- dcscope/gui/compute/comp_lme4_results.py +120 -0
- dcscope/gui/compute/comp_lme4_results.ui +268 -0
- dcscope/gui/compute/comp_stats.py +223 -0
- dcscope/gui/compute/comp_stats.ui +187 -0
- dcscope/gui/dcor/__init__.py +304 -0
- dcscope/gui/dcor/dcor.ui +118 -0
- dcscope/gui/export/__init__.py +3 -0
- dcscope/gui/export/e2data.py +394 -0
- dcscope/gui/export/e2data.ui +367 -0
- dcscope/gui/export/e2filter.py +76 -0
- dcscope/gui/export/e2filter.ui +111 -0
- dcscope/gui/export/e2plot.py +94 -0
- dcscope/gui/export/e2plot.ui +175 -0
- dcscope/gui/main.py +1089 -0
- dcscope/gui/main.ui +579 -0
- dcscope/gui/matrix/__init__.py +4 -0
- dcscope/gui/matrix/block_matrix.py +141 -0
- dcscope/gui/matrix/block_matrix.ui +207 -0
- dcscope/gui/matrix/data_matrix.py +574 -0
- dcscope/gui/matrix/dm_dataset.py +116 -0
- dcscope/gui/matrix/dm_dataset.ui +348 -0
- dcscope/gui/matrix/dm_element.py +111 -0
- dcscope/gui/matrix/dm_element.ui +169 -0
- dcscope/gui/matrix/dm_filter.py +115 -0
- dcscope/gui/matrix/dm_filter.ui +287 -0
- dcscope/gui/matrix/plot_matrix.py +316 -0
- dcscope/gui/matrix/pm_element.py +39 -0
- dcscope/gui/matrix/pm_plot.py +86 -0
- dcscope/gui/matrix/pm_plot.ui +249 -0
- dcscope/gui/pipeline_plot.py +797 -0
- dcscope/gui/pipeline_plot.ui +66 -0
- dcscope/gui/preferences.py +380 -0
- dcscope/gui/preferences.ui +554 -0
- dcscope/gui/quick_view/__init__.py +1 -0
- dcscope/gui/quick_view/qv_main.py +1072 -0
- dcscope/gui/quick_view/qv_main.ui +1297 -0
- dcscope/gui/quick_view/qv_scatter.py +284 -0
- dcscope/gui/quick_view/qv_style.css +10 -0
- dcscope/gui/update.py +90 -0
- dcscope/gui/widgets/__init__.py +15 -0
- dcscope/gui/widgets/bg_thread.py +29 -0
- dcscope/gui/widgets/bulk_list.py +79 -0
- dcscope/gui/widgets/bulk_list.ui +95 -0
- dcscope/gui/widgets/double_spin_box_nan.py +75 -0
- dcscope/gui/widgets/feature_combobox.py +140 -0
- dcscope/gui/widgets/get_path.py +42 -0
- dcscope/gui/widgets/key_value_table_widget.css +12 -0
- dcscope/gui/widgets/key_value_table_widget.py +75 -0
- dcscope/gui/widgets/mdi_subwindow_wo_close.py +12 -0
- dcscope/gui/widgets/qrangeslider.py +262 -0
- dcscope/gui/widgets/rangecontrol.py +308 -0
- dcscope/gui/widgets/rangecontrol.ui +136 -0
- dcscope/gui/widgets/simple_image_view.py +55 -0
- dcscope/gui/widgets/simple_plot_widget.py +113 -0
- dcscope/gui/widgets/so_colorbaritem.py +29 -0
- dcscope/gui/widgets/wait_cursor.py +33 -0
- dcscope/idiom.py +26 -0
- dcscope/img/__init__.py +2 -0
- dcscope/img/icon-theme/breeze/COPYING-ICONS +209 -0
- dcscope/img/icon-theme/breeze/COPYING.LIB +510 -0
- dcscope/img/icon-theme/breeze/README +5 -0
- dcscope/img/icon-theme/breeze/actions/16/application-exit.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/16/code-context.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/dialog-cancel.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/dialog-close.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/16/dialog-messages.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/dialog-ok-apply.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/dialog-ok.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/document-open-folder.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/document-open.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/document-save.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/documentinfo.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/16/draw-watercolor.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/edit-clear-all.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/edit-clear.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/edit-paste.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/globe.svg +16 -0
- dcscope/img/icon-theme/breeze/actions/16/gtk-preferences.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/list-add.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/messagebox_warning.svg +20 -0
- dcscope/img/icon-theme/breeze/actions/16/object-columns.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/object-order-lower.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/object-rows.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/office-chart-line-stacked.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/office-chart-ring.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/office-chart-scatter.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/path-mode-polyline.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/preferences-activities.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/remove.svg +10 -0
- dcscope/img/icon-theme/breeze/actions/16/search.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/show-grid.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/special_paste.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/tools-wizard.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/view-calendar-list.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/view-filter.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/view-list-tree.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/view-statistics.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/visibility.svg +21 -0
- dcscope/img/icon-theme/breeze/actions/22/application-exit.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/22/code-context.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/dialog-cancel.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/dialog-close.svg +10 -0
- dcscope/img/icon-theme/breeze/actions/22/dialog-messages.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/dialog-ok-apply.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/dialog-ok.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/document-open-folder.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/document-open.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/document-save.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/documentinfo.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/draw-watercolor.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/edit-clear-all.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/edit-clear.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/edit-paste.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/globe.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/22/gtk-preferences.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/22/list-add.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/messagebox_warning.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/22/object-columns.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/object-order-lower.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/22/object-rows.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/22/office-chart-line-stacked.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/22/office-chart-ring.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/22/office-chart-scatter.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/22/path-mode-polyline.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/22/preferences-activities.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/remove.svg +10 -0
- dcscope/img/icon-theme/breeze/actions/22/special_paste.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/tools-wizard.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/view-calendar-list.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/view-filter.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/view-list-tree.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/view-statistics.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/visibility.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/24/application-exit.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/code-context.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/dialog-cancel.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/dialog-close.svg +10 -0
- dcscope/img/icon-theme/breeze/actions/24/dialog-messages.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/dialog-ok-apply.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/dialog-ok.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/24/document-open-folder.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/document-open.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/document-save.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/documentinfo.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/24/draw-watercolor.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/edit-clear-all.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/24/edit-clear.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/edit-paste.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/globe.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/24/gtk-preferences.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/24/list-add.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/messagebox_warning.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/24/object-columns.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/object-order-lower.svg +15 -0
- dcscope/img/icon-theme/breeze/actions/24/object-rows.svg +15 -0
- dcscope/img/icon-theme/breeze/actions/24/office-chart-line-stacked.svg +15 -0
- dcscope/img/icon-theme/breeze/actions/24/office-chart-ring.svg +15 -0
- dcscope/img/icon-theme/breeze/actions/24/office-chart-scatter.svg +15 -0
- dcscope/img/icon-theme/breeze/actions/24/path-mode-polyline.svg +15 -0
- dcscope/img/icon-theme/breeze/actions/24/preferences-activities.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/24/remove.svg +10 -0
- dcscope/img/icon-theme/breeze/actions/24/special_paste.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/tools-wizard.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/view-calendar-list.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/view-filter.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/view-list-tree.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/view-statistics.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/visibility.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/32/application-exit.svg +8 -0
- dcscope/img/icon-theme/breeze/actions/32/dialog-cancel.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/32/dialog-messages.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/32/dialog-ok-apply.svg +1 -0
- dcscope/img/icon-theme/breeze/actions/32/dialog-ok.svg +1 -0
- dcscope/img/icon-theme/breeze/actions/32/document-open-folder.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/32/document-open.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/32/document-save.svg +18 -0
- dcscope/img/icon-theme/breeze/actions/32/gtk-preferences.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/32/object-order-lower.svg +18 -0
- dcscope/img/icon-theme/breeze/actions/32/view-filter.svg +18 -0
- dcscope/img/icon-theme/breeze/actions/32/view-list-tree.svg +18 -0
- dcscope/img/icon-theme/breeze/places/16/folder-cloud.svg +13 -0
- dcscope/img/icon-theme/breeze/places/16/folder.svg +13 -0
- dcscope/img/icon-theme/breeze/places/22/folder-cloud.svg +13 -0
- dcscope/img/icon-theme/breeze/places/22/folder.svg +13 -0
- dcscope/img/icon-theme/breeze/places/24/folder-cloud.svg +12 -0
- dcscope/img/icon-theme/breeze/places/24/folder.svg +12 -0
- dcscope/img/icon-theme/breeze/places/32/folder-cloud.svg +35 -0
- dcscope/img/icon-theme/breeze/places/32/folder.svg +30 -0
- dcscope/img/icon-theme/breeze/places/64/folder-cloud.svg +35 -0
- dcscope/img/icon-theme/breeze/places/64/folder.svg +30 -0
- dcscope/img/icon-theme/breeze/status/16/dialog-error.svg +9 -0
- dcscope/img/icon-theme/breeze/status/16/dialog-information.svg +9 -0
- dcscope/img/icon-theme/breeze/status/16/dialog-question.svg +7 -0
- dcscope/img/icon-theme/breeze/status/16/dialog-warning.svg +9 -0
- dcscope/img/icon-theme/breeze/status/22/dialog-error.svg +9 -0
- dcscope/img/icon-theme/breeze/status/22/dialog-information.svg +9 -0
- dcscope/img/icon-theme/breeze/status/22/dialog-question.svg +7 -0
- dcscope/img/icon-theme/breeze/status/22/dialog-warning.svg +9 -0
- dcscope/img/icon-theme/breeze/status/24/dialog-error.svg +13 -0
- dcscope/img/icon-theme/breeze/status/24/dialog-information.svg +13 -0
- dcscope/img/icon-theme/breeze/status/24/dialog-question.svg +9 -0
- dcscope/img/icon-theme/breeze/status/24/dialog-warning.svg +1 -0
- dcscope/img/icon-theme/breeze/status/64/dialog-error.svg +25 -0
- dcscope/img/icon-theme/breeze/status/64/dialog-information.svg +25 -0
- dcscope/img/icon-theme/breeze/status/64/dialog-question.svg +25 -0
- dcscope/img/icon-theme/breeze/status/64/dialog-warning.svg +25 -0
- dcscope/img/icon-theme/collect_icons.py +124 -0
- dcscope/img/icon-theme/dcscope/dcor.png +0 -0
- dcscope/img/icon-theme/dcscope/edit-copy-anew.svg +13 -0
- dcscope/img/icon-theme/dcscope/emodulus.svg +69 -0
- dcscope/img/icon-theme/dcscope/filter_ray.svg +54 -0
- dcscope/img/icon-theme/dcscope/region_channel.svg +86 -0
- dcscope/img/icon-theme/dcscope/region_reservoir.svg +89 -0
- dcscope/img/icon-theme/dcscope/rlang.svg +108 -0
- dcscope/img/icon-theme/dcscope/statistical_significance.svg +106 -0
- dcscope/img/icon-theme/index.theme +81 -0
- dcscope/img/icon.png +0 -0
- dcscope/img/icon.svg +73 -0
- dcscope/img/splash.png +0 -0
- dcscope/meta_tool.py +143 -0
- dcscope/pipeline/__init__.py +5 -0
- dcscope/pipeline/core.py +632 -0
- dcscope/pipeline/dataslot.py +270 -0
- dcscope/pipeline/filter.py +161 -0
- dcscope/pipeline/filter_ray.py +170 -0
- dcscope/pipeline/plot.py +187 -0
- dcscope/plot_cache.py +79 -0
- dcscope/session.py +379 -0
- dcscope/util.py +34 -0
- dcscope-2.22.1.dist-info/METADATA +95 -0
- dcscope-2.22.1.dist-info/RECORD +267 -0
- dcscope-2.22.1.dist-info/WHEEL +5 -0
- dcscope-2.22.1.dist-info/entry_points.txt +2 -0
- dcscope-2.22.1.dist-info/licenses/LICENSE +621 -0
- dcscope-2.22.1.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,1297 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<ui version="4.0">
|
|
3
|
+
<class>quick_view</class>
|
|
4
|
+
<widget class="QWidget" name="quick_view">
|
|
5
|
+
<property name="geometry">
|
|
6
|
+
<rect>
|
|
7
|
+
<x>0</x>
|
|
8
|
+
<y>0</y>
|
|
9
|
+
<width>1013</width>
|
|
10
|
+
<height>795</height>
|
|
11
|
+
</rect>
|
|
12
|
+
</property>
|
|
13
|
+
<property name="minimumSize">
|
|
14
|
+
<size>
|
|
15
|
+
<width>800</width>
|
|
16
|
+
<height>0</height>
|
|
17
|
+
</size>
|
|
18
|
+
</property>
|
|
19
|
+
<property name="windowTitle">
|
|
20
|
+
<string>Form</string>
|
|
21
|
+
</property>
|
|
22
|
+
<property name="windowIcon">
|
|
23
|
+
<iconset theme="office-chart-scatter"/>
|
|
24
|
+
</property>
|
|
25
|
+
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
26
|
+
<item>
|
|
27
|
+
<widget class="QSplitter" name="splitter">
|
|
28
|
+
<property name="orientation">
|
|
29
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
30
|
+
</property>
|
|
31
|
+
<property name="childrenCollapsible">
|
|
32
|
+
<bool>false</bool>
|
|
33
|
+
</property>
|
|
34
|
+
<widget class="QWidget" name="widget_4" native="true">
|
|
35
|
+
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
|
36
|
+
<item>
|
|
37
|
+
<layout class="QVBoxLayout" name="verticalLayout_14">
|
|
38
|
+
<property name="leftMargin">
|
|
39
|
+
<number>0</number>
|
|
40
|
+
</property>
|
|
41
|
+
<item>
|
|
42
|
+
<widget class="QuickViewScatterWidget" name="widget_scatter" native="true">
|
|
43
|
+
<property name="sizePolicy">
|
|
44
|
+
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
45
|
+
<horstretch>0</horstretch>
|
|
46
|
+
<verstretch>0</verstretch>
|
|
47
|
+
</sizepolicy>
|
|
48
|
+
</property>
|
|
49
|
+
<property name="minimumSize">
|
|
50
|
+
<size>
|
|
51
|
+
<width>300</width>
|
|
52
|
+
<height>300</height>
|
|
53
|
+
</size>
|
|
54
|
+
</property>
|
|
55
|
+
</widget>
|
|
56
|
+
</item>
|
|
57
|
+
<item>
|
|
58
|
+
<widget class="QLabel" name="label_howto">
|
|
59
|
+
<property name="minimumSize">
|
|
60
|
+
<size>
|
|
61
|
+
<width>250</width>
|
|
62
|
+
<height>0</height>
|
|
63
|
+
</size>
|
|
64
|
+
</property>
|
|
65
|
+
<property name="maximumSize">
|
|
66
|
+
<size>
|
|
67
|
+
<width>16777215</width>
|
|
68
|
+
<height>50</height>
|
|
69
|
+
</size>
|
|
70
|
+
</property>
|
|
71
|
+
<property name="text">
|
|
72
|
+
<string><html><head/><body><p align="center">Use <span style=" font-weight:600;">Shift + Click</span> on a Block Matrix element<br/>to activate QuickView.</p></body></html></string>
|
|
73
|
+
</property>
|
|
74
|
+
</widget>
|
|
75
|
+
</item>
|
|
76
|
+
<item>
|
|
77
|
+
<widget class="QLabel" name="label_noevents">
|
|
78
|
+
<property name="sizePolicy">
|
|
79
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
80
|
+
<horstretch>0</horstretch>
|
|
81
|
+
<verstretch>0</verstretch>
|
|
82
|
+
</sizepolicy>
|
|
83
|
+
</property>
|
|
84
|
+
<property name="minimumSize">
|
|
85
|
+
<size>
|
|
86
|
+
<width>250</width>
|
|
87
|
+
<height>0</height>
|
|
88
|
+
</size>
|
|
89
|
+
</property>
|
|
90
|
+
<property name="text">
|
|
91
|
+
<string><html><head/><body><p align="center"><span style=" font-weight:600;">Hoppla!<br/></span>There are no events to display here.<br/>The current filter ray took them all away.<br/>If this is not what you expected,<br/>please revise your filters.</p></body></html></string>
|
|
92
|
+
</property>
|
|
93
|
+
</widget>
|
|
94
|
+
</item>
|
|
95
|
+
</layout>
|
|
96
|
+
</item>
|
|
97
|
+
<item>
|
|
98
|
+
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
99
|
+
<item>
|
|
100
|
+
<widget class="QWidget" name="widget_tool" native="true">
|
|
101
|
+
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
102
|
+
<property name="leftMargin">
|
|
103
|
+
<number>0</number>
|
|
104
|
+
</property>
|
|
105
|
+
<property name="topMargin">
|
|
106
|
+
<number>0</number>
|
|
107
|
+
</property>
|
|
108
|
+
<property name="rightMargin">
|
|
109
|
+
<number>0</number>
|
|
110
|
+
</property>
|
|
111
|
+
<property name="bottomMargin">
|
|
112
|
+
<number>0</number>
|
|
113
|
+
</property>
|
|
114
|
+
<item>
|
|
115
|
+
<widget class="QToolButton" name="toolButton_settings">
|
|
116
|
+
<property name="toolTip">
|
|
117
|
+
<string>Plot</string>
|
|
118
|
+
</property>
|
|
119
|
+
<property name="text">
|
|
120
|
+
<string>S</string>
|
|
121
|
+
</property>
|
|
122
|
+
<property name="icon">
|
|
123
|
+
<iconset theme="gtk-preferences"/>
|
|
124
|
+
</property>
|
|
125
|
+
<property name="iconSize">
|
|
126
|
+
<size>
|
|
127
|
+
<width>16</width>
|
|
128
|
+
<height>16</height>
|
|
129
|
+
</size>
|
|
130
|
+
</property>
|
|
131
|
+
<property name="checkable">
|
|
132
|
+
<bool>true</bool>
|
|
133
|
+
</property>
|
|
134
|
+
<property name="checked">
|
|
135
|
+
<bool>false</bool>
|
|
136
|
+
</property>
|
|
137
|
+
</widget>
|
|
138
|
+
</item>
|
|
139
|
+
<item>
|
|
140
|
+
<widget class="QToolButton" name="toolButton_event">
|
|
141
|
+
<property name="toolTip">
|
|
142
|
+
<string>Event</string>
|
|
143
|
+
</property>
|
|
144
|
+
<property name="text">
|
|
145
|
+
<string>E</string>
|
|
146
|
+
</property>
|
|
147
|
+
<property name="icon">
|
|
148
|
+
<iconset theme="visibility"/>
|
|
149
|
+
</property>
|
|
150
|
+
<property name="iconSize">
|
|
151
|
+
<size>
|
|
152
|
+
<width>16</width>
|
|
153
|
+
<height>16</height>
|
|
154
|
+
</size>
|
|
155
|
+
</property>
|
|
156
|
+
<property name="checkable">
|
|
157
|
+
<bool>true</bool>
|
|
158
|
+
</property>
|
|
159
|
+
</widget>
|
|
160
|
+
</item>
|
|
161
|
+
<item>
|
|
162
|
+
<widget class="QToolButton" name="toolButton_poly">
|
|
163
|
+
<property name="text">
|
|
164
|
+
<string>P</string>
|
|
165
|
+
</property>
|
|
166
|
+
<property name="icon">
|
|
167
|
+
<iconset theme="path-mode-polyline"/>
|
|
168
|
+
</property>
|
|
169
|
+
<property name="checkable">
|
|
170
|
+
<bool>true</bool>
|
|
171
|
+
</property>
|
|
172
|
+
</widget>
|
|
173
|
+
</item>
|
|
174
|
+
<item>
|
|
175
|
+
<spacer name="verticalSpacer_2">
|
|
176
|
+
<property name="orientation">
|
|
177
|
+
<enum>Qt::Orientation::Vertical</enum>
|
|
178
|
+
</property>
|
|
179
|
+
<property name="sizeHint" stdset="0">
|
|
180
|
+
<size>
|
|
181
|
+
<width>20</width>
|
|
182
|
+
<height>586</height>
|
|
183
|
+
</size>
|
|
184
|
+
</property>
|
|
185
|
+
</spacer>
|
|
186
|
+
</item>
|
|
187
|
+
</layout>
|
|
188
|
+
</widget>
|
|
189
|
+
</item>
|
|
190
|
+
</layout>
|
|
191
|
+
</item>
|
|
192
|
+
</layout>
|
|
193
|
+
</widget>
|
|
194
|
+
<widget class="QStackedWidget" name="stackedWidget">
|
|
195
|
+
<property name="minimumSize">
|
|
196
|
+
<size>
|
|
197
|
+
<width>400</width>
|
|
198
|
+
<height>0</height>
|
|
199
|
+
</size>
|
|
200
|
+
</property>
|
|
201
|
+
<property name="currentIndex">
|
|
202
|
+
<number>1</number>
|
|
203
|
+
</property>
|
|
204
|
+
<widget class="QWidget" name="page_settings">
|
|
205
|
+
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
206
|
+
<item>
|
|
207
|
+
<widget class="QLabel" name="label_7">
|
|
208
|
+
<property name="text">
|
|
209
|
+
<string><html><head/><body><p><span style=" font-weight:600;">Plot</span></p></body></html></string>
|
|
210
|
+
</property>
|
|
211
|
+
</widget>
|
|
212
|
+
</item>
|
|
213
|
+
<item>
|
|
214
|
+
<layout class="QGridLayout" name="gridLayout">
|
|
215
|
+
<item row="0" column="2">
|
|
216
|
+
<widget class="QWidget" name="widget_xrange" native="true">
|
|
217
|
+
<property name="sizePolicy">
|
|
218
|
+
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
219
|
+
<horstretch>0</horstretch>
|
|
220
|
+
<verstretch>0</verstretch>
|
|
221
|
+
</sizepolicy>
|
|
222
|
+
</property>
|
|
223
|
+
</widget>
|
|
224
|
+
</item>
|
|
225
|
+
<item row="0" column="0">
|
|
226
|
+
<widget class="QLabel" name="label">
|
|
227
|
+
<property name="text">
|
|
228
|
+
<string>X</string>
|
|
229
|
+
</property>
|
|
230
|
+
</widget>
|
|
231
|
+
</item>
|
|
232
|
+
<item row="0" column="1">
|
|
233
|
+
<widget class="FeatureComboBox" name="comboBox_x"/>
|
|
234
|
+
</item>
|
|
235
|
+
<item row="1" column="0">
|
|
236
|
+
<widget class="QLabel" name="label_2">
|
|
237
|
+
<property name="text">
|
|
238
|
+
<string>Y</string>
|
|
239
|
+
</property>
|
|
240
|
+
</widget>
|
|
241
|
+
</item>
|
|
242
|
+
<item row="1" column="1">
|
|
243
|
+
<widget class="FeatureComboBox" name="comboBox_y"/>
|
|
244
|
+
</item>
|
|
245
|
+
<item row="1" column="2">
|
|
246
|
+
<widget class="QWidget" name="widget_yrange" native="true">
|
|
247
|
+
<property name="sizePolicy">
|
|
248
|
+
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
249
|
+
<horstretch>0</horstretch>
|
|
250
|
+
<verstretch>0</verstretch>
|
|
251
|
+
</sizepolicy>
|
|
252
|
+
</property>
|
|
253
|
+
</widget>
|
|
254
|
+
</item>
|
|
255
|
+
</layout>
|
|
256
|
+
</item>
|
|
257
|
+
<item>
|
|
258
|
+
<layout class="QGridLayout" name="gridLayout_2">
|
|
259
|
+
<item row="1" column="1">
|
|
260
|
+
<widget class="QComboBox" name="comboBox_yscale">
|
|
261
|
+
<item>
|
|
262
|
+
<property name="text">
|
|
263
|
+
<string>linear</string>
|
|
264
|
+
</property>
|
|
265
|
+
</item>
|
|
266
|
+
<item>
|
|
267
|
+
<property name="text">
|
|
268
|
+
<string>logarithmic</string>
|
|
269
|
+
</property>
|
|
270
|
+
</item>
|
|
271
|
+
</widget>
|
|
272
|
+
</item>
|
|
273
|
+
<item row="0" column="0">
|
|
274
|
+
<widget class="QLabel" name="label_3">
|
|
275
|
+
<property name="text">
|
|
276
|
+
<string>X scale</string>
|
|
277
|
+
</property>
|
|
278
|
+
</widget>
|
|
279
|
+
</item>
|
|
280
|
+
<item row="1" column="0">
|
|
281
|
+
<widget class="QLabel" name="label_4">
|
|
282
|
+
<property name="text">
|
|
283
|
+
<string>Y scale</string>
|
|
284
|
+
</property>
|
|
285
|
+
</widget>
|
|
286
|
+
</item>
|
|
287
|
+
<item row="0" column="1">
|
|
288
|
+
<widget class="QComboBox" name="comboBox_xscale">
|
|
289
|
+
<item>
|
|
290
|
+
<property name="text">
|
|
291
|
+
<string>linear</string>
|
|
292
|
+
</property>
|
|
293
|
+
</item>
|
|
294
|
+
<item>
|
|
295
|
+
<property name="text">
|
|
296
|
+
<string>logarithmic</string>
|
|
297
|
+
</property>
|
|
298
|
+
</item>
|
|
299
|
+
</widget>
|
|
300
|
+
</item>
|
|
301
|
+
<item row="0" column="2">
|
|
302
|
+
<spacer name="horizontalSpacer">
|
|
303
|
+
<property name="orientation">
|
|
304
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
305
|
+
</property>
|
|
306
|
+
<property name="sizeHint" stdset="0">
|
|
307
|
+
<size>
|
|
308
|
+
<width>0</width>
|
|
309
|
+
<height>20</height>
|
|
310
|
+
</size>
|
|
311
|
+
</property>
|
|
312
|
+
</spacer>
|
|
313
|
+
</item>
|
|
314
|
+
</layout>
|
|
315
|
+
</item>
|
|
316
|
+
<item>
|
|
317
|
+
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
318
|
+
<item>
|
|
319
|
+
<widget class="QCheckBox" name="checkBox_downsample">
|
|
320
|
+
<property name="text">
|
|
321
|
+
<string>Downsampling</string>
|
|
322
|
+
</property>
|
|
323
|
+
<property name="checked">
|
|
324
|
+
<bool>true</bool>
|
|
325
|
+
</property>
|
|
326
|
+
</widget>
|
|
327
|
+
</item>
|
|
328
|
+
<item>
|
|
329
|
+
<widget class="QSpinBox" name="spinBox_downsample">
|
|
330
|
+
<property name="showGroupSeparator" stdset="0">
|
|
331
|
+
<bool>false</bool>
|
|
332
|
+
</property>
|
|
333
|
+
<property name="suffix">
|
|
334
|
+
<string> events</string>
|
|
335
|
+
</property>
|
|
336
|
+
<property name="minimum">
|
|
337
|
+
<number>10</number>
|
|
338
|
+
</property>
|
|
339
|
+
<property name="maximum">
|
|
340
|
+
<number>999999999</number>
|
|
341
|
+
</property>
|
|
342
|
+
<property name="singleStep">
|
|
343
|
+
<number>100</number>
|
|
344
|
+
</property>
|
|
345
|
+
<property name="value">
|
|
346
|
+
<number>2000</number>
|
|
347
|
+
</property>
|
|
348
|
+
</widget>
|
|
349
|
+
</item>
|
|
350
|
+
<item>
|
|
351
|
+
<spacer name="horizontalSpacer_4">
|
|
352
|
+
<property name="orientation">
|
|
353
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
354
|
+
</property>
|
|
355
|
+
<property name="sizeHint" stdset="0">
|
|
356
|
+
<size>
|
|
357
|
+
<width>0</width>
|
|
358
|
+
<height>20</height>
|
|
359
|
+
</size>
|
|
360
|
+
</property>
|
|
361
|
+
</spacer>
|
|
362
|
+
</item>
|
|
363
|
+
</layout>
|
|
364
|
+
</item>
|
|
365
|
+
<item>
|
|
366
|
+
<layout class="QHBoxLayout" name="horizontalLayout_12">
|
|
367
|
+
<item>
|
|
368
|
+
<widget class="QCheckBox" name="checkBox_isoelastics">
|
|
369
|
+
<property name="maximumSize">
|
|
370
|
+
<size>
|
|
371
|
+
<width>16777215</width>
|
|
372
|
+
<height>16777215</height>
|
|
373
|
+
</size>
|
|
374
|
+
</property>
|
|
375
|
+
<property name="text">
|
|
376
|
+
<string>Show isoelasticity lines</string>
|
|
377
|
+
</property>
|
|
378
|
+
<property name="checked">
|
|
379
|
+
<bool>true</bool>
|
|
380
|
+
</property>
|
|
381
|
+
</widget>
|
|
382
|
+
</item>
|
|
383
|
+
<item>
|
|
384
|
+
<widget class="QComboBox" name="comboBox_lut"/>
|
|
385
|
+
</item>
|
|
386
|
+
<item>
|
|
387
|
+
<spacer name="horizontalSpacer_9">
|
|
388
|
+
<property name="orientation">
|
|
389
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
390
|
+
</property>
|
|
391
|
+
<property name="sizeHint" stdset="0">
|
|
392
|
+
<size>
|
|
393
|
+
<width>40</width>
|
|
394
|
+
<height>20</height>
|
|
395
|
+
</size>
|
|
396
|
+
</property>
|
|
397
|
+
</spacer>
|
|
398
|
+
</item>
|
|
399
|
+
</layout>
|
|
400
|
+
</item>
|
|
401
|
+
<item>
|
|
402
|
+
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
|
403
|
+
<item>
|
|
404
|
+
<widget class="QCheckBox" name="checkBox_hue">
|
|
405
|
+
<property name="text">
|
|
406
|
+
<string>Colorize markers</string>
|
|
407
|
+
</property>
|
|
408
|
+
</widget>
|
|
409
|
+
</item>
|
|
410
|
+
<item>
|
|
411
|
+
<widget class="QComboBox" name="comboBox_hue">
|
|
412
|
+
<item>
|
|
413
|
+
<property name="text">
|
|
414
|
+
<string>KDE</string>
|
|
415
|
+
</property>
|
|
416
|
+
</item>
|
|
417
|
+
<item>
|
|
418
|
+
<property name="text">
|
|
419
|
+
<string>Feature</string>
|
|
420
|
+
</property>
|
|
421
|
+
</item>
|
|
422
|
+
</widget>
|
|
423
|
+
</item>
|
|
424
|
+
<item>
|
|
425
|
+
<widget class="QStackedWidget" name="stackedWidget_hue">
|
|
426
|
+
<property name="sizePolicy">
|
|
427
|
+
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
428
|
+
<horstretch>0</horstretch>
|
|
429
|
+
<verstretch>0</verstretch>
|
|
430
|
+
</sizepolicy>
|
|
431
|
+
</property>
|
|
432
|
+
<property name="currentIndex">
|
|
433
|
+
<number>1</number>
|
|
434
|
+
</property>
|
|
435
|
+
<widget class="QWidget" name="page"/>
|
|
436
|
+
<widget class="QWidget" name="page_2">
|
|
437
|
+
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
|
438
|
+
<property name="leftMargin">
|
|
439
|
+
<number>0</number>
|
|
440
|
+
</property>
|
|
441
|
+
<property name="topMargin">
|
|
442
|
+
<number>0</number>
|
|
443
|
+
</property>
|
|
444
|
+
<property name="rightMargin">
|
|
445
|
+
<number>0</number>
|
|
446
|
+
</property>
|
|
447
|
+
<property name="bottomMargin">
|
|
448
|
+
<number>0</number>
|
|
449
|
+
</property>
|
|
450
|
+
<item>
|
|
451
|
+
<widget class="FeatureComboBox" name="comboBox_z_hue"/>
|
|
452
|
+
</item>
|
|
453
|
+
</layout>
|
|
454
|
+
</widget>
|
|
455
|
+
</widget>
|
|
456
|
+
</item>
|
|
457
|
+
</layout>
|
|
458
|
+
</item>
|
|
459
|
+
<item>
|
|
460
|
+
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
|
461
|
+
<item>
|
|
462
|
+
<spacer name="horizontalSpacer_8">
|
|
463
|
+
<property name="orientation">
|
|
464
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
465
|
+
</property>
|
|
466
|
+
<property name="sizeHint" stdset="0">
|
|
467
|
+
<size>
|
|
468
|
+
<width>40</width>
|
|
469
|
+
<height>20</height>
|
|
470
|
+
</size>
|
|
471
|
+
</property>
|
|
472
|
+
</spacer>
|
|
473
|
+
</item>
|
|
474
|
+
<item>
|
|
475
|
+
<widget class="QCheckBox" name="checkBox_auto_apply">
|
|
476
|
+
<property name="text">
|
|
477
|
+
<string>Auto-apply</string>
|
|
478
|
+
</property>
|
|
479
|
+
<property name="checked">
|
|
480
|
+
<bool>true</bool>
|
|
481
|
+
</property>
|
|
482
|
+
</widget>
|
|
483
|
+
</item>
|
|
484
|
+
<item>
|
|
485
|
+
<widget class="QToolButton" name="toolButton_apply">
|
|
486
|
+
<property name="text">
|
|
487
|
+
<string>Apply</string>
|
|
488
|
+
</property>
|
|
489
|
+
<property name="popupMode">
|
|
490
|
+
<enum>QToolButton::ToolButtonPopupMode::DelayedPopup</enum>
|
|
491
|
+
</property>
|
|
492
|
+
</widget>
|
|
493
|
+
</item>
|
|
494
|
+
</layout>
|
|
495
|
+
</item>
|
|
496
|
+
<item>
|
|
497
|
+
<widget class="Line" name="line">
|
|
498
|
+
<property name="orientation">
|
|
499
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
500
|
+
</property>
|
|
501
|
+
</widget>
|
|
502
|
+
</item>
|
|
503
|
+
<item>
|
|
504
|
+
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
505
|
+
<property name="topMargin">
|
|
506
|
+
<number>0</number>
|
|
507
|
+
</property>
|
|
508
|
+
<item>
|
|
509
|
+
<widget class="QLabel" name="label_5">
|
|
510
|
+
<property name="text">
|
|
511
|
+
<string>Statistics</string>
|
|
512
|
+
</property>
|
|
513
|
+
<property name="alignment">
|
|
514
|
+
<set>Qt::AlignmentFlag::AlignBottom|Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft</set>
|
|
515
|
+
</property>
|
|
516
|
+
</widget>
|
|
517
|
+
</item>
|
|
518
|
+
<item>
|
|
519
|
+
<widget class="QToolButton" name="toolButton_stats2clipboard">
|
|
520
|
+
<property name="text">
|
|
521
|
+
<string>copy to clipboard</string>
|
|
522
|
+
</property>
|
|
523
|
+
</widget>
|
|
524
|
+
</item>
|
|
525
|
+
</layout>
|
|
526
|
+
</item>
|
|
527
|
+
<item>
|
|
528
|
+
<widget class="KeyValueTableWidget" name="tableWidget_stat">
|
|
529
|
+
<property name="sizeAdjustPolicy">
|
|
530
|
+
<enum>QAbstractScrollArea::SizeAdjustPolicy::AdjustToContentsOnFirstShow</enum>
|
|
531
|
+
</property>
|
|
532
|
+
<property name="textElideMode">
|
|
533
|
+
<enum>Qt::TextElideMode::ElideRight</enum>
|
|
534
|
+
</property>
|
|
535
|
+
<property name="wordWrap">
|
|
536
|
+
<bool>false</bool>
|
|
537
|
+
</property>
|
|
538
|
+
</widget>
|
|
539
|
+
</item>
|
|
540
|
+
<item>
|
|
541
|
+
<spacer name="verticalSpacer">
|
|
542
|
+
<property name="orientation">
|
|
543
|
+
<enum>Qt::Orientation::Vertical</enum>
|
|
544
|
+
</property>
|
|
545
|
+
<property name="sizeHint" stdset="0">
|
|
546
|
+
<size>
|
|
547
|
+
<width>20</width>
|
|
548
|
+
<height>190</height>
|
|
549
|
+
</size>
|
|
550
|
+
</property>
|
|
551
|
+
</spacer>
|
|
552
|
+
</item>
|
|
553
|
+
</layout>
|
|
554
|
+
</widget>
|
|
555
|
+
<widget class="QWidget" name="page_event">
|
|
556
|
+
<layout class="QVBoxLayout" name="verticalLayout_9">
|
|
557
|
+
<item>
|
|
558
|
+
<widget class="QLabel" name="label_8">
|
|
559
|
+
<property name="text">
|
|
560
|
+
<string><b>Event</b></string>
|
|
561
|
+
</property>
|
|
562
|
+
</widget>
|
|
563
|
+
</item>
|
|
564
|
+
<item>
|
|
565
|
+
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
566
|
+
<item>
|
|
567
|
+
<widget class="QLabel" name="label_6">
|
|
568
|
+
<property name="text">
|
|
569
|
+
<string>Index</string>
|
|
570
|
+
</property>
|
|
571
|
+
</widget>
|
|
572
|
+
</item>
|
|
573
|
+
<item>
|
|
574
|
+
<spacer name="horizontalSpacer_7">
|
|
575
|
+
<property name="orientation">
|
|
576
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
577
|
+
</property>
|
|
578
|
+
<property name="sizeType">
|
|
579
|
+
<enum>QSizePolicy::Policy::Fixed</enum>
|
|
580
|
+
</property>
|
|
581
|
+
<property name="sizeHint" stdset="0">
|
|
582
|
+
<size>
|
|
583
|
+
<width>20</width>
|
|
584
|
+
<height>20</height>
|
|
585
|
+
</size>
|
|
586
|
+
</property>
|
|
587
|
+
</spacer>
|
|
588
|
+
</item>
|
|
589
|
+
<item>
|
|
590
|
+
<widget class="QSpinBox" name="spinBox_event">
|
|
591
|
+
<property name="minimum">
|
|
592
|
+
<number>1</number>
|
|
593
|
+
</property>
|
|
594
|
+
<property name="maximum">
|
|
595
|
+
<number>99999999</number>
|
|
596
|
+
</property>
|
|
597
|
+
</widget>
|
|
598
|
+
</item>
|
|
599
|
+
<item>
|
|
600
|
+
<spacer name="horizontalSpacer_6">
|
|
601
|
+
<property name="orientation">
|
|
602
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
603
|
+
</property>
|
|
604
|
+
<property name="sizeHint" stdset="0">
|
|
605
|
+
<size>
|
|
606
|
+
<width>0</width>
|
|
607
|
+
<height>20</height>
|
|
608
|
+
</size>
|
|
609
|
+
</property>
|
|
610
|
+
</spacer>
|
|
611
|
+
</item>
|
|
612
|
+
</layout>
|
|
613
|
+
</item>
|
|
614
|
+
<item>
|
|
615
|
+
<widget class="QTabWidget" name="tabWidget_event">
|
|
616
|
+
<property name="minimumSize">
|
|
617
|
+
<size>
|
|
618
|
+
<width>350</width>
|
|
619
|
+
<height>0</height>
|
|
620
|
+
</size>
|
|
621
|
+
</property>
|
|
622
|
+
<property name="currentIndex">
|
|
623
|
+
<number>0</number>
|
|
624
|
+
</property>
|
|
625
|
+
<widget class="QWidget" name="tab_view">
|
|
626
|
+
<attribute name="title">
|
|
627
|
+
<string>View</string>
|
|
628
|
+
</attribute>
|
|
629
|
+
<layout class="QVBoxLayout" name="verticalLayout_8" stretch="0,1,0">
|
|
630
|
+
<property name="spacing">
|
|
631
|
+
<number>12</number>
|
|
632
|
+
</property>
|
|
633
|
+
<property name="leftMargin">
|
|
634
|
+
<number>0</number>
|
|
635
|
+
</property>
|
|
636
|
+
<property name="topMargin">
|
|
637
|
+
<number>9</number>
|
|
638
|
+
</property>
|
|
639
|
+
<property name="rightMargin">
|
|
640
|
+
<number>0</number>
|
|
641
|
+
</property>
|
|
642
|
+
<property name="bottomMargin">
|
|
643
|
+
<number>9</number>
|
|
644
|
+
</property>
|
|
645
|
+
<item>
|
|
646
|
+
<widget class="QWidget" name="widget_6" native="true">
|
|
647
|
+
<layout class="QVBoxLayout" name="verticalLayout_17">
|
|
648
|
+
<property name="leftMargin">
|
|
649
|
+
<number>6</number>
|
|
650
|
+
</property>
|
|
651
|
+
<property name="topMargin">
|
|
652
|
+
<number>0</number>
|
|
653
|
+
</property>
|
|
654
|
+
<property name="rightMargin">
|
|
655
|
+
<number>6</number>
|
|
656
|
+
</property>
|
|
657
|
+
<property name="bottomMargin">
|
|
658
|
+
<number>0</number>
|
|
659
|
+
</property>
|
|
660
|
+
<item>
|
|
661
|
+
<widget class="QGroupBox" name="groupBox_image">
|
|
662
|
+
<property name="styleSheet">
|
|
663
|
+
<string notr="true"/>
|
|
664
|
+
</property>
|
|
665
|
+
<property name="title">
|
|
666
|
+
<string>Brightfield image</string>
|
|
667
|
+
</property>
|
|
668
|
+
<property name="flat">
|
|
669
|
+
<bool>true</bool>
|
|
670
|
+
</property>
|
|
671
|
+
<layout class="QVBoxLayout" name="verticalLayout">
|
|
672
|
+
<property name="spacing">
|
|
673
|
+
<number>0</number>
|
|
674
|
+
</property>
|
|
675
|
+
<property name="leftMargin">
|
|
676
|
+
<number>0</number>
|
|
677
|
+
</property>
|
|
678
|
+
<property name="topMargin">
|
|
679
|
+
<number>0</number>
|
|
680
|
+
</property>
|
|
681
|
+
<property name="rightMargin">
|
|
682
|
+
<number>0</number>
|
|
683
|
+
</property>
|
|
684
|
+
<property name="bottomMargin">
|
|
685
|
+
<number>0</number>
|
|
686
|
+
</property>
|
|
687
|
+
<item>
|
|
688
|
+
<widget class="QWidget" name="widget_2" native="true">
|
|
689
|
+
<property name="styleSheet">
|
|
690
|
+
<string notr="true"/>
|
|
691
|
+
</property>
|
|
692
|
+
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
693
|
+
<item>
|
|
694
|
+
<layout class="QGridLayout" name="gridLayout_3">
|
|
695
|
+
<property name="topMargin">
|
|
696
|
+
<number>0</number>
|
|
697
|
+
</property>
|
|
698
|
+
<item row="0" column="0">
|
|
699
|
+
<widget class="QCheckBox" name="checkBox_image_contour">
|
|
700
|
+
<property name="text">
|
|
701
|
+
<string>Show contour</string>
|
|
702
|
+
</property>
|
|
703
|
+
<property name="checked">
|
|
704
|
+
<bool>true</bool>
|
|
705
|
+
</property>
|
|
706
|
+
</widget>
|
|
707
|
+
</item>
|
|
708
|
+
<item row="1" column="0">
|
|
709
|
+
<widget class="QCheckBox" name="checkBox_image_contrast">
|
|
710
|
+
<property name="text">
|
|
711
|
+
<string>Auto contrast</string>
|
|
712
|
+
</property>
|
|
713
|
+
<property name="checked">
|
|
714
|
+
<bool>true</bool>
|
|
715
|
+
</property>
|
|
716
|
+
</widget>
|
|
717
|
+
</item>
|
|
718
|
+
<item row="0" column="1">
|
|
719
|
+
<widget class="QCheckBox" name="checkBox_image_zoom">
|
|
720
|
+
<property name="text">
|
|
721
|
+
<string>Zoom to event</string>
|
|
722
|
+
</property>
|
|
723
|
+
<property name="checked">
|
|
724
|
+
<bool>true</bool>
|
|
725
|
+
</property>
|
|
726
|
+
</widget>
|
|
727
|
+
</item>
|
|
728
|
+
<item row="1" column="1">
|
|
729
|
+
<widget class="QCheckBox" name="checkBox_image_background">
|
|
730
|
+
<property name="text">
|
|
731
|
+
<string>Subtract background</string>
|
|
732
|
+
</property>
|
|
733
|
+
<property name="checked">
|
|
734
|
+
<bool>true</bool>
|
|
735
|
+
</property>
|
|
736
|
+
</widget>
|
|
737
|
+
</item>
|
|
738
|
+
<item row="0" column="2">
|
|
739
|
+
<spacer name="horizontalSpacer_2">
|
|
740
|
+
<property name="orientation">
|
|
741
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
742
|
+
</property>
|
|
743
|
+
<property name="sizeHint" stdset="0">
|
|
744
|
+
<size>
|
|
745
|
+
<width>0</width>
|
|
746
|
+
<height>20</height>
|
|
747
|
+
</size>
|
|
748
|
+
</property>
|
|
749
|
+
</spacer>
|
|
750
|
+
</item>
|
|
751
|
+
</layout>
|
|
752
|
+
</item>
|
|
753
|
+
</layout>
|
|
754
|
+
</widget>
|
|
755
|
+
</item>
|
|
756
|
+
</layout>
|
|
757
|
+
</widget>
|
|
758
|
+
</item>
|
|
759
|
+
</layout>
|
|
760
|
+
</widget>
|
|
761
|
+
</item>
|
|
762
|
+
<item>
|
|
763
|
+
<layout class="QVBoxLayout" name="verticalLayout_11">
|
|
764
|
+
<property name="sizeConstraint">
|
|
765
|
+
<enum>QLayout::SizeConstraint::SetNoConstraint</enum>
|
|
766
|
+
</property>
|
|
767
|
+
<property name="bottomMargin">
|
|
768
|
+
<number>0</number>
|
|
769
|
+
</property>
|
|
770
|
+
<item>
|
|
771
|
+
<widget class="SimpleImageView" name="imageView_image">
|
|
772
|
+
<property name="minimumSize">
|
|
773
|
+
<size>
|
|
774
|
+
<width>300</width>
|
|
775
|
+
<height>100</height>
|
|
776
|
+
</size>
|
|
777
|
+
</property>
|
|
778
|
+
<property name="styleSheet">
|
|
779
|
+
<string notr="true">background-color:transparent</string>
|
|
780
|
+
</property>
|
|
781
|
+
</widget>
|
|
782
|
+
</item>
|
|
783
|
+
<item>
|
|
784
|
+
<widget class="SimpleImageView" name="imageView_image_pha">
|
|
785
|
+
<property name="minimumSize">
|
|
786
|
+
<size>
|
|
787
|
+
<width>300</width>
|
|
788
|
+
<height>100</height>
|
|
789
|
+
</size>
|
|
790
|
+
</property>
|
|
791
|
+
<property name="styleSheet">
|
|
792
|
+
<string notr="true">background-color:transparent</string>
|
|
793
|
+
</property>
|
|
794
|
+
</widget>
|
|
795
|
+
</item>
|
|
796
|
+
<item>
|
|
797
|
+
<widget class="SimpleImageView" name="imageView_image_amp">
|
|
798
|
+
<property name="minimumSize">
|
|
799
|
+
<size>
|
|
800
|
+
<width>300</width>
|
|
801
|
+
<height>100</height>
|
|
802
|
+
</size>
|
|
803
|
+
</property>
|
|
804
|
+
<property name="styleSheet">
|
|
805
|
+
<string notr="true">background-color:transparent</string>
|
|
806
|
+
</property>
|
|
807
|
+
</widget>
|
|
808
|
+
</item>
|
|
809
|
+
</layout>
|
|
810
|
+
</item>
|
|
811
|
+
<item>
|
|
812
|
+
<widget class="QWidget" name="widget_7" native="true">
|
|
813
|
+
<layout class="QVBoxLayout" name="verticalLayout_18">
|
|
814
|
+
<property name="leftMargin">
|
|
815
|
+
<number>6</number>
|
|
816
|
+
</property>
|
|
817
|
+
<property name="topMargin">
|
|
818
|
+
<number>0</number>
|
|
819
|
+
</property>
|
|
820
|
+
<property name="rightMargin">
|
|
821
|
+
<number>6</number>
|
|
822
|
+
</property>
|
|
823
|
+
<property name="bottomMargin">
|
|
824
|
+
<number>0</number>
|
|
825
|
+
</property>
|
|
826
|
+
<item>
|
|
827
|
+
<widget class="QGroupBox" name="groupBox_trace">
|
|
828
|
+
<property name="styleSheet">
|
|
829
|
+
<string notr="true"/>
|
|
830
|
+
</property>
|
|
831
|
+
<property name="title">
|
|
832
|
+
<string>Fluorescence traces</string>
|
|
833
|
+
</property>
|
|
834
|
+
<property name="flat">
|
|
835
|
+
<bool>true</bool>
|
|
836
|
+
</property>
|
|
837
|
+
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
838
|
+
<property name="spacing">
|
|
839
|
+
<number>0</number>
|
|
840
|
+
</property>
|
|
841
|
+
<property name="leftMargin">
|
|
842
|
+
<number>0</number>
|
|
843
|
+
</property>
|
|
844
|
+
<property name="topMargin">
|
|
845
|
+
<number>0</number>
|
|
846
|
+
</property>
|
|
847
|
+
<property name="rightMargin">
|
|
848
|
+
<number>0</number>
|
|
849
|
+
</property>
|
|
850
|
+
<property name="bottomMargin">
|
|
851
|
+
<number>0</number>
|
|
852
|
+
</property>
|
|
853
|
+
<item>
|
|
854
|
+
<widget class="QWidget" name="widget" native="true">
|
|
855
|
+
<property name="styleSheet">
|
|
856
|
+
<string notr="true"/>
|
|
857
|
+
</property>
|
|
858
|
+
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
859
|
+
<property name="spacing">
|
|
860
|
+
<number>6</number>
|
|
861
|
+
</property>
|
|
862
|
+
<property name="leftMargin">
|
|
863
|
+
<number>9</number>
|
|
864
|
+
</property>
|
|
865
|
+
<property name="topMargin">
|
|
866
|
+
<number>9</number>
|
|
867
|
+
</property>
|
|
868
|
+
<property name="rightMargin">
|
|
869
|
+
<number>9</number>
|
|
870
|
+
</property>
|
|
871
|
+
<property name="bottomMargin">
|
|
872
|
+
<number>9</number>
|
|
873
|
+
</property>
|
|
874
|
+
<item>
|
|
875
|
+
<layout class="QGridLayout" name="gridLayout_4">
|
|
876
|
+
<property name="sizeConstraint">
|
|
877
|
+
<enum>QLayout::SizeConstraint::SetMinimumSize</enum>
|
|
878
|
+
</property>
|
|
879
|
+
<property name="topMargin">
|
|
880
|
+
<number>0</number>
|
|
881
|
+
</property>
|
|
882
|
+
<item row="0" column="1">
|
|
883
|
+
<widget class="QCheckBox" name="checkBox_trace_zoom">
|
|
884
|
+
<property name="text">
|
|
885
|
+
<string>Zoom (experimental)</string>
|
|
886
|
+
</property>
|
|
887
|
+
<property name="checked">
|
|
888
|
+
<bool>false</bool>
|
|
889
|
+
</property>
|
|
890
|
+
</widget>
|
|
891
|
+
</item>
|
|
892
|
+
<item row="1" column="0">
|
|
893
|
+
<widget class="QCheckBox" name="checkBox_trace_legend">
|
|
894
|
+
<property name="text">
|
|
895
|
+
<string>Legend</string>
|
|
896
|
+
</property>
|
|
897
|
+
</widget>
|
|
898
|
+
</item>
|
|
899
|
+
<item row="0" column="0">
|
|
900
|
+
<widget class="QCheckBox" name="checkBox_trace_raw">
|
|
901
|
+
<property name="text">
|
|
902
|
+
<string>Show raw data</string>
|
|
903
|
+
</property>
|
|
904
|
+
<property name="checked">
|
|
905
|
+
<bool>true</bool>
|
|
906
|
+
</property>
|
|
907
|
+
</widget>
|
|
908
|
+
</item>
|
|
909
|
+
<item row="0" column="2">
|
|
910
|
+
<spacer name="horizontalSpacer_3">
|
|
911
|
+
<property name="orientation">
|
|
912
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
913
|
+
</property>
|
|
914
|
+
<property name="sizeHint" stdset="0">
|
|
915
|
+
<size>
|
|
916
|
+
<width>0</width>
|
|
917
|
+
<height>20</height>
|
|
918
|
+
</size>
|
|
919
|
+
</property>
|
|
920
|
+
</spacer>
|
|
921
|
+
</item>
|
|
922
|
+
</layout>
|
|
923
|
+
</item>
|
|
924
|
+
<item>
|
|
925
|
+
<widget class="SimplePlotWidget" name="graphicsView_trace">
|
|
926
|
+
<property name="minimumSize">
|
|
927
|
+
<size>
|
|
928
|
+
<width>0</width>
|
|
929
|
+
<height>100</height>
|
|
930
|
+
</size>
|
|
931
|
+
</property>
|
|
932
|
+
</widget>
|
|
933
|
+
</item>
|
|
934
|
+
</layout>
|
|
935
|
+
</widget>
|
|
936
|
+
</item>
|
|
937
|
+
</layout>
|
|
938
|
+
</widget>
|
|
939
|
+
</item>
|
|
940
|
+
</layout>
|
|
941
|
+
</widget>
|
|
942
|
+
</item>
|
|
943
|
+
</layout>
|
|
944
|
+
</widget>
|
|
945
|
+
<widget class="QWidget" name="tab_features">
|
|
946
|
+
<attribute name="title">
|
|
947
|
+
<string>Features</string>
|
|
948
|
+
</attribute>
|
|
949
|
+
<layout class="QVBoxLayout" name="verticalLayout_10">
|
|
950
|
+
<property name="leftMargin">
|
|
951
|
+
<number>9</number>
|
|
952
|
+
</property>
|
|
953
|
+
<property name="topMargin">
|
|
954
|
+
<number>9</number>
|
|
955
|
+
</property>
|
|
956
|
+
<property name="rightMargin">
|
|
957
|
+
<number>9</number>
|
|
958
|
+
</property>
|
|
959
|
+
<property name="bottomMargin">
|
|
960
|
+
<number>9</number>
|
|
961
|
+
</property>
|
|
962
|
+
<item>
|
|
963
|
+
<widget class="KeyValueTableWidget" name="tableWidget_feats">
|
|
964
|
+
<property name="wordWrap">
|
|
965
|
+
<bool>false</bool>
|
|
966
|
+
</property>
|
|
967
|
+
</widget>
|
|
968
|
+
</item>
|
|
969
|
+
</layout>
|
|
970
|
+
</widget>
|
|
971
|
+
</widget>
|
|
972
|
+
</item>
|
|
973
|
+
</layout>
|
|
974
|
+
</widget>
|
|
975
|
+
<widget class="QWidget" name="page_poly">
|
|
976
|
+
<property name="sizePolicy">
|
|
977
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
978
|
+
<horstretch>0</horstretch>
|
|
979
|
+
<verstretch>0</verstretch>
|
|
980
|
+
</sizepolicy>
|
|
981
|
+
</property>
|
|
982
|
+
<layout class="QVBoxLayout" name="verticalLayout_5" stretch="0,0,0,0,0,1">
|
|
983
|
+
<item>
|
|
984
|
+
<widget class="QLabel" name="label_9">
|
|
985
|
+
<property name="text">
|
|
986
|
+
<string><b>Polygon Filter</b></string>
|
|
987
|
+
</property>
|
|
988
|
+
</widget>
|
|
989
|
+
</item>
|
|
990
|
+
<item>
|
|
991
|
+
<widget class="QPushButton" name="pushButton_poly_create">
|
|
992
|
+
<property name="text">
|
|
993
|
+
<string>Create</string>
|
|
994
|
+
</property>
|
|
995
|
+
</widget>
|
|
996
|
+
</item>
|
|
997
|
+
<item>
|
|
998
|
+
<widget class="QComboBox" name="comboBox_poly"/>
|
|
999
|
+
</item>
|
|
1000
|
+
<item>
|
|
1001
|
+
<widget class="QGroupBox" name="groupBox_poly">
|
|
1002
|
+
<property name="title">
|
|
1003
|
+
<string>Details</string>
|
|
1004
|
+
</property>
|
|
1005
|
+
<layout class="QVBoxLayout" name="verticalLayout_12">
|
|
1006
|
+
<item>
|
|
1007
|
+
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
1008
|
+
<property name="topMargin">
|
|
1009
|
+
<number>0</number>
|
|
1010
|
+
</property>
|
|
1011
|
+
<item>
|
|
1012
|
+
<widget class="QLabel" name="label_12">
|
|
1013
|
+
<property name="text">
|
|
1014
|
+
<string>Name</string>
|
|
1015
|
+
</property>
|
|
1016
|
+
</widget>
|
|
1017
|
+
</item>
|
|
1018
|
+
<item>
|
|
1019
|
+
<widget class="QLineEdit" name="lineEdit_poly"/>
|
|
1020
|
+
</item>
|
|
1021
|
+
</layout>
|
|
1022
|
+
</item>
|
|
1023
|
+
<item>
|
|
1024
|
+
<layout class="QGridLayout" name="gridLayout_5">
|
|
1025
|
+
<property name="topMargin">
|
|
1026
|
+
<number>0</number>
|
|
1027
|
+
</property>
|
|
1028
|
+
<item row="0" column="0">
|
|
1029
|
+
<widget class="QLabel" name="label_10">
|
|
1030
|
+
<property name="text">
|
|
1031
|
+
<string>X</string>
|
|
1032
|
+
</property>
|
|
1033
|
+
</widget>
|
|
1034
|
+
</item>
|
|
1035
|
+
<item row="0" column="1">
|
|
1036
|
+
<widget class="QLabel" name="label_poly_x">
|
|
1037
|
+
<property name="sizePolicy">
|
|
1038
|
+
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
1039
|
+
<horstretch>0</horstretch>
|
|
1040
|
+
<verstretch>0</verstretch>
|
|
1041
|
+
</sizepolicy>
|
|
1042
|
+
</property>
|
|
1043
|
+
<property name="text">
|
|
1044
|
+
<string>Axis label X</string>
|
|
1045
|
+
</property>
|
|
1046
|
+
</widget>
|
|
1047
|
+
</item>
|
|
1048
|
+
<item row="1" column="1">
|
|
1049
|
+
<widget class="QLabel" name="label_poly_y">
|
|
1050
|
+
<property name="sizePolicy">
|
|
1051
|
+
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
1052
|
+
<horstretch>0</horstretch>
|
|
1053
|
+
<verstretch>0</verstretch>
|
|
1054
|
+
</sizepolicy>
|
|
1055
|
+
</property>
|
|
1056
|
+
<property name="text">
|
|
1057
|
+
<string>Axis label Y</string>
|
|
1058
|
+
</property>
|
|
1059
|
+
</widget>
|
|
1060
|
+
</item>
|
|
1061
|
+
<item row="1" column="0">
|
|
1062
|
+
<widget class="QLabel" name="label_11">
|
|
1063
|
+
<property name="text">
|
|
1064
|
+
<string>Y</string>
|
|
1065
|
+
</property>
|
|
1066
|
+
</widget>
|
|
1067
|
+
</item>
|
|
1068
|
+
<item row="0" column="2">
|
|
1069
|
+
<spacer name="horizontalSpacer_5">
|
|
1070
|
+
<property name="orientation">
|
|
1071
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1072
|
+
</property>
|
|
1073
|
+
<property name="sizeHint" stdset="0">
|
|
1074
|
+
<size>
|
|
1075
|
+
<width>0</width>
|
|
1076
|
+
<height>20</height>
|
|
1077
|
+
</size>
|
|
1078
|
+
</property>
|
|
1079
|
+
</spacer>
|
|
1080
|
+
</item>
|
|
1081
|
+
</layout>
|
|
1082
|
+
</item>
|
|
1083
|
+
<item>
|
|
1084
|
+
<widget class="QCheckBox" name="checkBox_poly">
|
|
1085
|
+
<property name="text">
|
|
1086
|
+
<string>Inverted</string>
|
|
1087
|
+
</property>
|
|
1088
|
+
</widget>
|
|
1089
|
+
</item>
|
|
1090
|
+
</layout>
|
|
1091
|
+
</widget>
|
|
1092
|
+
</item>
|
|
1093
|
+
<item>
|
|
1094
|
+
<widget class="QWidget" name="widget_5" native="true">
|
|
1095
|
+
<layout class="QVBoxLayout" name="verticalLayout_16">
|
|
1096
|
+
<property name="leftMargin">
|
|
1097
|
+
<number>0</number>
|
|
1098
|
+
</property>
|
|
1099
|
+
<property name="topMargin">
|
|
1100
|
+
<number>0</number>
|
|
1101
|
+
</property>
|
|
1102
|
+
<property name="rightMargin">
|
|
1103
|
+
<number>0</number>
|
|
1104
|
+
</property>
|
|
1105
|
+
<property name="bottomMargin">
|
|
1106
|
+
<number>0</number>
|
|
1107
|
+
</property>
|
|
1108
|
+
<item>
|
|
1109
|
+
<widget class="QLabel" name="label_poly_create">
|
|
1110
|
+
<property name="text">
|
|
1111
|
+
<string><html><head/><body><p><span style=" color:#a40000;">You are creating a new polygon<br/>filter. You may add new vertices<br/>by clicking in the plot or by clicking<br/>on the line segments.</span></p></body></html></string>
|
|
1112
|
+
</property>
|
|
1113
|
+
</widget>
|
|
1114
|
+
</item>
|
|
1115
|
+
<item>
|
|
1116
|
+
<widget class="QLabel" name="label_poly_modify">
|
|
1117
|
+
<property name="text">
|
|
1118
|
+
<string><html><head/><body><p><span style=" color:#a40000;">You are modifying a polygon filter.<br/>You may add new vertices by<br/>clicking on the line segments.</span></p></body></html></string>
|
|
1119
|
+
</property>
|
|
1120
|
+
</widget>
|
|
1121
|
+
</item>
|
|
1122
|
+
<item>
|
|
1123
|
+
<widget class="QWidget" name="widget_3" native="true">
|
|
1124
|
+
<layout class="QVBoxLayout" name="verticalLayout_13">
|
|
1125
|
+
<item>
|
|
1126
|
+
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
1127
|
+
<property name="topMargin">
|
|
1128
|
+
<number>0</number>
|
|
1129
|
+
</property>
|
|
1130
|
+
<item>
|
|
1131
|
+
<widget class="QPushButton" name="pushButton_poly_delete">
|
|
1132
|
+
<property name="text">
|
|
1133
|
+
<string>Delete</string>
|
|
1134
|
+
</property>
|
|
1135
|
+
</widget>
|
|
1136
|
+
</item>
|
|
1137
|
+
<item>
|
|
1138
|
+
<widget class="QPushButton" name="pushButton_poly_cancel">
|
|
1139
|
+
<property name="text">
|
|
1140
|
+
<string>Cancel</string>
|
|
1141
|
+
</property>
|
|
1142
|
+
</widget>
|
|
1143
|
+
</item>
|
|
1144
|
+
<item>
|
|
1145
|
+
<widget class="QPushButton" name="pushButton_poly_save">
|
|
1146
|
+
<property name="text">
|
|
1147
|
+
<string>Save</string>
|
|
1148
|
+
</property>
|
|
1149
|
+
</widget>
|
|
1150
|
+
</item>
|
|
1151
|
+
</layout>
|
|
1152
|
+
</item>
|
|
1153
|
+
</layout>
|
|
1154
|
+
</widget>
|
|
1155
|
+
</item>
|
|
1156
|
+
</layout>
|
|
1157
|
+
</widget>
|
|
1158
|
+
</item>
|
|
1159
|
+
<item>
|
|
1160
|
+
<widget class="QWidget" name="widget_poly_images" native="true">
|
|
1161
|
+
<property name="sizePolicy">
|
|
1162
|
+
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
1163
|
+
<horstretch>0</horstretch>
|
|
1164
|
+
<verstretch>0</verstretch>
|
|
1165
|
+
</sizepolicy>
|
|
1166
|
+
</property>
|
|
1167
|
+
<layout class="QVBoxLayout" name="verticalLayout_15">
|
|
1168
|
+
<property name="sizeConstraint">
|
|
1169
|
+
<enum>QLayout::SizeConstraint::SetNoConstraint</enum>
|
|
1170
|
+
</property>
|
|
1171
|
+
<property name="leftMargin">
|
|
1172
|
+
<number>0</number>
|
|
1173
|
+
</property>
|
|
1174
|
+
<property name="topMargin">
|
|
1175
|
+
<number>0</number>
|
|
1176
|
+
</property>
|
|
1177
|
+
<property name="rightMargin">
|
|
1178
|
+
<number>0</number>
|
|
1179
|
+
</property>
|
|
1180
|
+
<property name="bottomMargin">
|
|
1181
|
+
<number>0</number>
|
|
1182
|
+
</property>
|
|
1183
|
+
<item>
|
|
1184
|
+
<widget class="SimpleImageView" name="imageView_image_poly">
|
|
1185
|
+
<property name="sizePolicy">
|
|
1186
|
+
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
1187
|
+
<horstretch>0</horstretch>
|
|
1188
|
+
<verstretch>0</verstretch>
|
|
1189
|
+
</sizepolicy>
|
|
1190
|
+
</property>
|
|
1191
|
+
<property name="minimumSize">
|
|
1192
|
+
<size>
|
|
1193
|
+
<width>300</width>
|
|
1194
|
+
<height>100</height>
|
|
1195
|
+
</size>
|
|
1196
|
+
</property>
|
|
1197
|
+
<property name="styleSheet">
|
|
1198
|
+
<string notr="true">opacity: 0</string>
|
|
1199
|
+
</property>
|
|
1200
|
+
</widget>
|
|
1201
|
+
</item>
|
|
1202
|
+
<item>
|
|
1203
|
+
<widget class="SimpleImageView" name="imageView_image_poly_pha">
|
|
1204
|
+
<property name="sizePolicy">
|
|
1205
|
+
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
1206
|
+
<horstretch>0</horstretch>
|
|
1207
|
+
<verstretch>0</verstretch>
|
|
1208
|
+
</sizepolicy>
|
|
1209
|
+
</property>
|
|
1210
|
+
<property name="minimumSize">
|
|
1211
|
+
<size>
|
|
1212
|
+
<width>300</width>
|
|
1213
|
+
<height>100</height>
|
|
1214
|
+
</size>
|
|
1215
|
+
</property>
|
|
1216
|
+
<property name="styleSheet">
|
|
1217
|
+
<string notr="true">opacity: 0</string>
|
|
1218
|
+
</property>
|
|
1219
|
+
</widget>
|
|
1220
|
+
</item>
|
|
1221
|
+
<item>
|
|
1222
|
+
<widget class="SimpleImageView" name="imageView_image_poly_amp">
|
|
1223
|
+
<property name="sizePolicy">
|
|
1224
|
+
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
1225
|
+
<horstretch>0</horstretch>
|
|
1226
|
+
<verstretch>0</verstretch>
|
|
1227
|
+
</sizepolicy>
|
|
1228
|
+
</property>
|
|
1229
|
+
<property name="minimumSize">
|
|
1230
|
+
<size>
|
|
1231
|
+
<width>300</width>
|
|
1232
|
+
<height>100</height>
|
|
1233
|
+
</size>
|
|
1234
|
+
</property>
|
|
1235
|
+
<property name="styleSheet">
|
|
1236
|
+
<string notr="true">opacity: 0</string>
|
|
1237
|
+
</property>
|
|
1238
|
+
</widget>
|
|
1239
|
+
</item>
|
|
1240
|
+
</layout>
|
|
1241
|
+
</widget>
|
|
1242
|
+
</item>
|
|
1243
|
+
</layout>
|
|
1244
|
+
</widget>
|
|
1245
|
+
</widget>
|
|
1246
|
+
</widget>
|
|
1247
|
+
</item>
|
|
1248
|
+
</layout>
|
|
1249
|
+
</widget>
|
|
1250
|
+
<customwidgets>
|
|
1251
|
+
<customwidget>
|
|
1252
|
+
<class>FeatureComboBox</class>
|
|
1253
|
+
<extends>QComboBox</extends>
|
|
1254
|
+
<header>dcscope.gui.widgets</header>
|
|
1255
|
+
</customwidget>
|
|
1256
|
+
<customwidget>
|
|
1257
|
+
<class>SimplePlotWidget</class>
|
|
1258
|
+
<extends>QGraphicsView</extends>
|
|
1259
|
+
<header>dcscope.gui.widgets</header>
|
|
1260
|
+
</customwidget>
|
|
1261
|
+
<customwidget>
|
|
1262
|
+
<class>SimpleImageView</class>
|
|
1263
|
+
<extends>QGraphicsView</extends>
|
|
1264
|
+
<header>dcscope.gui.widgets</header>
|
|
1265
|
+
</customwidget>
|
|
1266
|
+
<customwidget>
|
|
1267
|
+
<class>QuickViewScatterWidget</class>
|
|
1268
|
+
<extends>QWidget</extends>
|
|
1269
|
+
<header>dcscope.gui.quick_view.qv_scatter</header>
|
|
1270
|
+
<container>1</container>
|
|
1271
|
+
</customwidget>
|
|
1272
|
+
<customwidget>
|
|
1273
|
+
<class>KeyValueTableWidget</class>
|
|
1274
|
+
<extends>QTableWidget</extends>
|
|
1275
|
+
<header>dcscope.gui.widgets</header>
|
|
1276
|
+
</customwidget>
|
|
1277
|
+
</customwidgets>
|
|
1278
|
+
<resources/>
|
|
1279
|
+
<connections>
|
|
1280
|
+
<connection>
|
|
1281
|
+
<sender>comboBox_hue</sender>
|
|
1282
|
+
<signal>currentIndexChanged(int)</signal>
|
|
1283
|
+
<receiver>stackedWidget_hue</receiver>
|
|
1284
|
+
<slot>setCurrentIndex(int)</slot>
|
|
1285
|
+
<hints>
|
|
1286
|
+
<hint type="sourcelabel">
|
|
1287
|
+
<x>692</x>
|
|
1288
|
+
<y>271</y>
|
|
1289
|
+
</hint>
|
|
1290
|
+
<hint type="destinationlabel">
|
|
1291
|
+
<x>867</x>
|
|
1292
|
+
<y>271</y>
|
|
1293
|
+
</hint>
|
|
1294
|
+
</hints>
|
|
1295
|
+
</connection>
|
|
1296
|
+
</connections>
|
|
1297
|
+
</ui>
|