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,554 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<ui version="4.0">
|
|
3
|
+
<class>Dialog</class>
|
|
4
|
+
<widget class="QDialog" name="Dialog">
|
|
5
|
+
<property name="geometry">
|
|
6
|
+
<rect>
|
|
7
|
+
<x>0</x>
|
|
8
|
+
<y>0</y>
|
|
9
|
+
<width>720</width>
|
|
10
|
+
<height>512</height>
|
|
11
|
+
</rect>
|
|
12
|
+
</property>
|
|
13
|
+
<property name="windowTitle">
|
|
14
|
+
<string>Preferences</string>
|
|
15
|
+
</property>
|
|
16
|
+
<property name="windowIcon">
|
|
17
|
+
<iconset theme="gtk-preferences">
|
|
18
|
+
<normaloff>../../../../.designer/backup</normaloff>../../../../.designer/backup</iconset>
|
|
19
|
+
</property>
|
|
20
|
+
<layout class="QVBoxLayout" name="verticalLayout">
|
|
21
|
+
<item>
|
|
22
|
+
<widget class="QTabWidget" name="tabWidget">
|
|
23
|
+
<property name="currentIndex">
|
|
24
|
+
<number>1</number>
|
|
25
|
+
</property>
|
|
26
|
+
<widget class="QWidget" name="tab_general">
|
|
27
|
+
<attribute name="title">
|
|
28
|
+
<string>General</string>
|
|
29
|
+
</attribute>
|
|
30
|
+
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
31
|
+
<item>
|
|
32
|
+
<widget class="QCheckBox" name="general_check_for_updates">
|
|
33
|
+
<property name="text">
|
|
34
|
+
<string>Check for updates on startup</string>
|
|
35
|
+
</property>
|
|
36
|
+
</widget>
|
|
37
|
+
</item>
|
|
38
|
+
<item>
|
|
39
|
+
<spacer name="verticalSpacer_2">
|
|
40
|
+
<property name="orientation">
|
|
41
|
+
<enum>Qt::Vertical</enum>
|
|
42
|
+
</property>
|
|
43
|
+
<property name="sizeHint" stdset="0">
|
|
44
|
+
<size>
|
|
45
|
+
<width>20</width>
|
|
46
|
+
<height>40</height>
|
|
47
|
+
</size>
|
|
48
|
+
</property>
|
|
49
|
+
</spacer>
|
|
50
|
+
</item>
|
|
51
|
+
</layout>
|
|
52
|
+
</widget>
|
|
53
|
+
<widget class="QWidget" name="tab_dcor">
|
|
54
|
+
<attribute name="title">
|
|
55
|
+
<string>DCOR</string>
|
|
56
|
+
</attribute>
|
|
57
|
+
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
58
|
+
<item>
|
|
59
|
+
<layout class="QFormLayout" name="formLayout_2">
|
|
60
|
+
<item row="0" column="0">
|
|
61
|
+
<widget class="QLabel" name="label_2">
|
|
62
|
+
<property name="text">
|
|
63
|
+
<string>Server</string>
|
|
64
|
+
</property>
|
|
65
|
+
</widget>
|
|
66
|
+
</item>
|
|
67
|
+
<item row="0" column="1">
|
|
68
|
+
<widget class="QComboBox" name="dcor_servers">
|
|
69
|
+
<property name="editable">
|
|
70
|
+
<bool>true</bool>
|
|
71
|
+
</property>
|
|
72
|
+
<item>
|
|
73
|
+
<property name="text">
|
|
74
|
+
<string>dcor.mpl.mpg.de</string>
|
|
75
|
+
</property>
|
|
76
|
+
</item>
|
|
77
|
+
</widget>
|
|
78
|
+
</item>
|
|
79
|
+
<item row="1" column="0">
|
|
80
|
+
<widget class="QLabel" name="label_3">
|
|
81
|
+
<property name="text">
|
|
82
|
+
<string>API Key</string>
|
|
83
|
+
</property>
|
|
84
|
+
</widget>
|
|
85
|
+
</item>
|
|
86
|
+
<item row="1" column="1">
|
|
87
|
+
<widget class="QLineEdit" name="dcor_api_key">
|
|
88
|
+
<property name="text">
|
|
89
|
+
<string/>
|
|
90
|
+
</property>
|
|
91
|
+
<property name="echoMode">
|
|
92
|
+
<enum>QLineEdit::Password</enum>
|
|
93
|
+
</property>
|
|
94
|
+
<property name="placeholderText">
|
|
95
|
+
<string>optional (to access private data)</string>
|
|
96
|
+
</property>
|
|
97
|
+
</widget>
|
|
98
|
+
</item>
|
|
99
|
+
</layout>
|
|
100
|
+
</item>
|
|
101
|
+
<item>
|
|
102
|
+
<widget class="QCheckBox" name="dcor_use_ssl">
|
|
103
|
+
<property name="text">
|
|
104
|
+
<string>use SSL</string>
|
|
105
|
+
</property>
|
|
106
|
+
<property name="checked">
|
|
107
|
+
<bool>true</bool>
|
|
108
|
+
</property>
|
|
109
|
+
</widget>
|
|
110
|
+
</item>
|
|
111
|
+
<item>
|
|
112
|
+
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
113
|
+
<item>
|
|
114
|
+
<widget class="QPushButton" name="pushButton_enc_token">
|
|
115
|
+
<property name="sizePolicy">
|
|
116
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
117
|
+
<horstretch>0</horstretch>
|
|
118
|
+
<verstretch>0</verstretch>
|
|
119
|
+
</sizepolicy>
|
|
120
|
+
</property>
|
|
121
|
+
<property name="text">
|
|
122
|
+
<string>Load an encrypted DCOR access token...</string>
|
|
123
|
+
</property>
|
|
124
|
+
</widget>
|
|
125
|
+
</item>
|
|
126
|
+
<item>
|
|
127
|
+
<widget class="QLabel" name="label_6">
|
|
128
|
+
<property name="text">
|
|
129
|
+
<string><html><head/><body><p><a href="https://dc.readthedocs.io/en/latest/sec_self_hosting/operations.html#creating-an-encrypted-access-token"><span style=" text-decoration: underline; color:#0000ff;">What are encrypted tokens?</span></a></p></body></html></string>
|
|
130
|
+
</property>
|
|
131
|
+
</widget>
|
|
132
|
+
</item>
|
|
133
|
+
</layout>
|
|
134
|
+
</item>
|
|
135
|
+
<item>
|
|
136
|
+
<spacer name="verticalSpacer_3">
|
|
137
|
+
<property name="orientation">
|
|
138
|
+
<enum>Qt::Vertical</enum>
|
|
139
|
+
</property>
|
|
140
|
+
<property name="sizeHint" stdset="0">
|
|
141
|
+
<size>
|
|
142
|
+
<width>20</width>
|
|
143
|
+
<height>40</height>
|
|
144
|
+
</size>
|
|
145
|
+
</property>
|
|
146
|
+
</spacer>
|
|
147
|
+
</item>
|
|
148
|
+
</layout>
|
|
149
|
+
</widget>
|
|
150
|
+
<widget class="QWidget" name="tab">
|
|
151
|
+
<attribute name="title">
|
|
152
|
+
<string>S3 basins</string>
|
|
153
|
+
</attribute>
|
|
154
|
+
<layout class="QVBoxLayout" name="verticalLayout_9">
|
|
155
|
+
<item>
|
|
156
|
+
<widget class="QLabel" name="label_10">
|
|
157
|
+
<property name="maximumSize">
|
|
158
|
+
<size>
|
|
159
|
+
<width>500</width>
|
|
160
|
+
<height>16777215</height>
|
|
161
|
+
</size>
|
|
162
|
+
</property>
|
|
163
|
+
<property name="text">
|
|
164
|
+
<string>If you are working with DC datasets that have basins in an S3 object store, you can specify the corresponding access credentials here. Please restart DCscope for the settings to take effect.</string>
|
|
165
|
+
</property>
|
|
166
|
+
<property name="wordWrap">
|
|
167
|
+
<bool>true</bool>
|
|
168
|
+
</property>
|
|
169
|
+
</widget>
|
|
170
|
+
</item>
|
|
171
|
+
<item>
|
|
172
|
+
<layout class="QFormLayout" name="formLayout_3">
|
|
173
|
+
<item row="0" column="0">
|
|
174
|
+
<widget class="QLabel" name="label_7">
|
|
175
|
+
<property name="text">
|
|
176
|
+
<string>Endpoint URL</string>
|
|
177
|
+
</property>
|
|
178
|
+
</widget>
|
|
179
|
+
</item>
|
|
180
|
+
<item row="0" column="1">
|
|
181
|
+
<widget class="QLineEdit" name="lineEdit_s3_endpoint_url">
|
|
182
|
+
<property name="toolTip">
|
|
183
|
+
<string>This is the endpoint URL that boto3 will attempt to connect to</string>
|
|
184
|
+
</property>
|
|
185
|
+
<property name="placeholderText">
|
|
186
|
+
<string>e.g. https://objectstore.hpccloud.mpcdf.mpg.de</string>
|
|
187
|
+
</property>
|
|
188
|
+
</widget>
|
|
189
|
+
</item>
|
|
190
|
+
<item row="1" column="0">
|
|
191
|
+
<widget class="QLabel" name="label_8">
|
|
192
|
+
<property name="text">
|
|
193
|
+
<string>Access Key ID</string>
|
|
194
|
+
</property>
|
|
195
|
+
</widget>
|
|
196
|
+
</item>
|
|
197
|
+
<item row="1" column="1">
|
|
198
|
+
<widget class="QLineEdit" name="lineEdit_s3_access_key_id">
|
|
199
|
+
<property name="toolTip">
|
|
200
|
+
<string>This is the access key for accessing .rtdc resources on S3</string>
|
|
201
|
+
</property>
|
|
202
|
+
<property name="placeholderText">
|
|
203
|
+
<string>e.g. 1ad3afa49c7241bac142ed4108343ea</string>
|
|
204
|
+
</property>
|
|
205
|
+
</widget>
|
|
206
|
+
</item>
|
|
207
|
+
<item row="2" column="0">
|
|
208
|
+
<widget class="QLabel" name="label_9">
|
|
209
|
+
<property name="text">
|
|
210
|
+
<string>Secret Acces Key</string>
|
|
211
|
+
</property>
|
|
212
|
+
</widget>
|
|
213
|
+
</item>
|
|
214
|
+
<item row="2" column="1">
|
|
215
|
+
<widget class="QLineEdit" name="lineEdit_s3_secret_access_key">
|
|
216
|
+
<property name="toolTip">
|
|
217
|
+
<string>This is the secret access key matching the Access Key ID</string>
|
|
218
|
+
</property>
|
|
219
|
+
<property name="echoMode">
|
|
220
|
+
<enum>QLineEdit::Password</enum>
|
|
221
|
+
</property>
|
|
222
|
+
<property name="placeholderText">
|
|
223
|
+
<string>e.g. a3a4862a92643be730c946d267015e20</string>
|
|
224
|
+
</property>
|
|
225
|
+
</widget>
|
|
226
|
+
</item>
|
|
227
|
+
</layout>
|
|
228
|
+
</item>
|
|
229
|
+
<item>
|
|
230
|
+
<spacer name="verticalSpacer_5">
|
|
231
|
+
<property name="orientation">
|
|
232
|
+
<enum>Qt::Vertical</enum>
|
|
233
|
+
</property>
|
|
234
|
+
<property name="sizeHint" stdset="0">
|
|
235
|
+
<size>
|
|
236
|
+
<width>20</width>
|
|
237
|
+
<height>281</height>
|
|
238
|
+
</size>
|
|
239
|
+
</property>
|
|
240
|
+
</spacer>
|
|
241
|
+
</item>
|
|
242
|
+
</layout>
|
|
243
|
+
</widget>
|
|
244
|
+
<widget class="QWidget" name="tab_r">
|
|
245
|
+
<attribute name="title">
|
|
246
|
+
<string>R/lme4</string>
|
|
247
|
+
</attribute>
|
|
248
|
+
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
249
|
+
<item>
|
|
250
|
+
<layout class="QFormLayout" name="formLayout">
|
|
251
|
+
<item row="0" column="0">
|
|
252
|
+
<widget class="QLabel" name="label">
|
|
253
|
+
<property name="text">
|
|
254
|
+
<string>R executable</string>
|
|
255
|
+
</property>
|
|
256
|
+
</widget>
|
|
257
|
+
</item>
|
|
258
|
+
<item row="0" column="1">
|
|
259
|
+
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
260
|
+
<item>
|
|
261
|
+
<widget class="QLineEdit" name="lme4_rpath"/>
|
|
262
|
+
</item>
|
|
263
|
+
<item>
|
|
264
|
+
<widget class="QPushButton" name="pushButton_lme4_search">
|
|
265
|
+
<property name="text">
|
|
266
|
+
<string>Search manually...</string>
|
|
267
|
+
</property>
|
|
268
|
+
</widget>
|
|
269
|
+
</item>
|
|
270
|
+
</layout>
|
|
271
|
+
</item>
|
|
272
|
+
<item row="1" column="0">
|
|
273
|
+
<widget class="QLabel" name="label_5">
|
|
274
|
+
<property name="text">
|
|
275
|
+
<string>R version</string>
|
|
276
|
+
</property>
|
|
277
|
+
</widget>
|
|
278
|
+
</item>
|
|
279
|
+
<item row="1" column="1">
|
|
280
|
+
<widget class="QLabel" name="label_r_version">
|
|
281
|
+
<property name="text">
|
|
282
|
+
<string>R version</string>
|
|
283
|
+
</property>
|
|
284
|
+
</widget>
|
|
285
|
+
</item>
|
|
286
|
+
<item row="2" column="0">
|
|
287
|
+
<widget class="QLabel" name="label_4">
|
|
288
|
+
<property name="text">
|
|
289
|
+
<string>lme4 package</string>
|
|
290
|
+
</property>
|
|
291
|
+
</widget>
|
|
292
|
+
</item>
|
|
293
|
+
<item row="2" column="1">
|
|
294
|
+
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
295
|
+
<item>
|
|
296
|
+
<widget class="QLabel" name="label_lme4_installed">
|
|
297
|
+
<property name="text">
|
|
298
|
+
<string>installed / not installed</string>
|
|
299
|
+
</property>
|
|
300
|
+
</widget>
|
|
301
|
+
</item>
|
|
302
|
+
<item>
|
|
303
|
+
<widget class="QPushButton" name="pushButton_lme4_install">
|
|
304
|
+
<property name="text">
|
|
305
|
+
<string>Install...</string>
|
|
306
|
+
</property>
|
|
307
|
+
</widget>
|
|
308
|
+
</item>
|
|
309
|
+
</layout>
|
|
310
|
+
</item>
|
|
311
|
+
</layout>
|
|
312
|
+
</item>
|
|
313
|
+
<item>
|
|
314
|
+
<spacer name="verticalSpacer_4">
|
|
315
|
+
<property name="orientation">
|
|
316
|
+
<enum>Qt::Vertical</enum>
|
|
317
|
+
</property>
|
|
318
|
+
<property name="sizeHint" stdset="0">
|
|
319
|
+
<size>
|
|
320
|
+
<width>20</width>
|
|
321
|
+
<height>40</height>
|
|
322
|
+
</size>
|
|
323
|
+
</property>
|
|
324
|
+
</spacer>
|
|
325
|
+
</item>
|
|
326
|
+
</layout>
|
|
327
|
+
</widget>
|
|
328
|
+
<widget class="QWidget" name="tab_extensions">
|
|
329
|
+
<attribute name="title">
|
|
330
|
+
<string>Extensions</string>
|
|
331
|
+
</attribute>
|
|
332
|
+
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
333
|
+
<item>
|
|
334
|
+
<widget class="QListWidget" name="listWidget_ext">
|
|
335
|
+
<property name="sizeAdjustPolicy">
|
|
336
|
+
<enum>QAbstractScrollArea::AdjustIgnored</enum>
|
|
337
|
+
</property>
|
|
338
|
+
<property name="showDropIndicator" stdset="0">
|
|
339
|
+
<bool>false</bool>
|
|
340
|
+
</property>
|
|
341
|
+
<property name="alternatingRowColors">
|
|
342
|
+
<bool>true</bool>
|
|
343
|
+
</property>
|
|
344
|
+
<property name="selectionMode">
|
|
345
|
+
<enum>QAbstractItemView::NoSelection</enum>
|
|
346
|
+
</property>
|
|
347
|
+
<property name="selectionBehavior">
|
|
348
|
+
<enum>QAbstractItemView::SelectItems</enum>
|
|
349
|
+
</property>
|
|
350
|
+
</widget>
|
|
351
|
+
</item>
|
|
352
|
+
<item>
|
|
353
|
+
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
354
|
+
<property name="spacing">
|
|
355
|
+
<number>3</number>
|
|
356
|
+
</property>
|
|
357
|
+
<item>
|
|
358
|
+
<widget class="QPushButton" name="pushButton_ext_load">
|
|
359
|
+
<property name="text">
|
|
360
|
+
<string>Add extension...</string>
|
|
361
|
+
</property>
|
|
362
|
+
</widget>
|
|
363
|
+
</item>
|
|
364
|
+
<item>
|
|
365
|
+
<widget class="Line" name="line">
|
|
366
|
+
<property name="orientation">
|
|
367
|
+
<enum>Qt::Vertical</enum>
|
|
368
|
+
</property>
|
|
369
|
+
</widget>
|
|
370
|
+
</item>
|
|
371
|
+
<item>
|
|
372
|
+
<widget class="QWidget" name="widget_ext_controls" native="true">
|
|
373
|
+
<layout class="QVBoxLayout" name="verticalLayout_8" stretch="0,10000,0">
|
|
374
|
+
<property name="leftMargin">
|
|
375
|
+
<number>0</number>
|
|
376
|
+
</property>
|
|
377
|
+
<property name="topMargin">
|
|
378
|
+
<number>0</number>
|
|
379
|
+
</property>
|
|
380
|
+
<property name="rightMargin">
|
|
381
|
+
<number>0</number>
|
|
382
|
+
</property>
|
|
383
|
+
<property name="bottomMargin">
|
|
384
|
+
<number>0</number>
|
|
385
|
+
</property>
|
|
386
|
+
<item>
|
|
387
|
+
<widget class="QLabel" name="label_ext_name">
|
|
388
|
+
<property name="text">
|
|
389
|
+
<string>TextLabel</string>
|
|
390
|
+
</property>
|
|
391
|
+
<property name="textFormat">
|
|
392
|
+
<enum>Qt::PlainText</enum>
|
|
393
|
+
</property>
|
|
394
|
+
<property name="wordWrap">
|
|
395
|
+
<bool>true</bool>
|
|
396
|
+
</property>
|
|
397
|
+
</widget>
|
|
398
|
+
</item>
|
|
399
|
+
<item>
|
|
400
|
+
<widget class="QScrollArea" name="scrollArea">
|
|
401
|
+
<property name="maximumSize">
|
|
402
|
+
<size>
|
|
403
|
+
<width>16777215</width>
|
|
404
|
+
<height>16777215</height>
|
|
405
|
+
</size>
|
|
406
|
+
</property>
|
|
407
|
+
<property name="widgetResizable">
|
|
408
|
+
<bool>true</bool>
|
|
409
|
+
</property>
|
|
410
|
+
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
411
|
+
<property name="geometry">
|
|
412
|
+
<rect>
|
|
413
|
+
<x>0</x>
|
|
414
|
+
<y>0</y>
|
|
415
|
+
<width>333</width>
|
|
416
|
+
<height>336</height>
|
|
417
|
+
</rect>
|
|
418
|
+
</property>
|
|
419
|
+
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
420
|
+
<item>
|
|
421
|
+
<widget class="QLabel" name="label_ext_description">
|
|
422
|
+
<property name="sizePolicy">
|
|
423
|
+
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
424
|
+
<horstretch>0</horstretch>
|
|
425
|
+
<verstretch>0</verstretch>
|
|
426
|
+
</sizepolicy>
|
|
427
|
+
</property>
|
|
428
|
+
<property name="text">
|
|
429
|
+
<string><html><head/><body><p>Description that may span multiple lines in this scrolling panel.<br/></p></body></html></string>
|
|
430
|
+
</property>
|
|
431
|
+
<property name="wordWrap">
|
|
432
|
+
<bool>true</bool>
|
|
433
|
+
</property>
|
|
434
|
+
</widget>
|
|
435
|
+
</item>
|
|
436
|
+
</layout>
|
|
437
|
+
</widget>
|
|
438
|
+
</widget>
|
|
439
|
+
</item>
|
|
440
|
+
<item>
|
|
441
|
+
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
442
|
+
<item>
|
|
443
|
+
<widget class="QCheckBox" name="checkBox_ext_enabled">
|
|
444
|
+
<property name="text">
|
|
445
|
+
<string>enabled</string>
|
|
446
|
+
</property>
|
|
447
|
+
</widget>
|
|
448
|
+
</item>
|
|
449
|
+
<item>
|
|
450
|
+
<spacer name="horizontalSpacer">
|
|
451
|
+
<property name="orientation">
|
|
452
|
+
<enum>Qt::Vertical</enum>
|
|
453
|
+
</property>
|
|
454
|
+
<property name="sizeHint" stdset="0">
|
|
455
|
+
<size>
|
|
456
|
+
<width>40</width>
|
|
457
|
+
<height>20</height>
|
|
458
|
+
</size>
|
|
459
|
+
</property>
|
|
460
|
+
</spacer>
|
|
461
|
+
</item>
|
|
462
|
+
<item>
|
|
463
|
+
<widget class="QPushButton" name="pushButton_ext_remove">
|
|
464
|
+
<property name="text">
|
|
465
|
+
<string>Remove</string>
|
|
466
|
+
</property>
|
|
467
|
+
</widget>
|
|
468
|
+
</item>
|
|
469
|
+
</layout>
|
|
470
|
+
</item>
|
|
471
|
+
</layout>
|
|
472
|
+
</widget>
|
|
473
|
+
</item>
|
|
474
|
+
</layout>
|
|
475
|
+
</item>
|
|
476
|
+
</layout>
|
|
477
|
+
</widget>
|
|
478
|
+
<widget class="QWidget" name="tab_advanced">
|
|
479
|
+
<attribute name="title">
|
|
480
|
+
<string>Advanced</string>
|
|
481
|
+
</attribute>
|
|
482
|
+
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
483
|
+
<item>
|
|
484
|
+
<widget class="QCheckBox" name="advanced_developer_mode">
|
|
485
|
+
<property name="text">
|
|
486
|
+
<string>Developer mode</string>
|
|
487
|
+
</property>
|
|
488
|
+
</widget>
|
|
489
|
+
</item>
|
|
490
|
+
<item>
|
|
491
|
+
<spacer name="verticalSpacer">
|
|
492
|
+
<property name="orientation">
|
|
493
|
+
<enum>Qt::Vertical</enum>
|
|
494
|
+
</property>
|
|
495
|
+
<property name="sizeHint" stdset="0">
|
|
496
|
+
<size>
|
|
497
|
+
<width>20</width>
|
|
498
|
+
<height>40</height>
|
|
499
|
+
</size>
|
|
500
|
+
</property>
|
|
501
|
+
</spacer>
|
|
502
|
+
</item>
|
|
503
|
+
</layout>
|
|
504
|
+
</widget>
|
|
505
|
+
</widget>
|
|
506
|
+
</item>
|
|
507
|
+
<item>
|
|
508
|
+
<widget class="QDialogButtonBox" name="buttonBox">
|
|
509
|
+
<property name="standardButtons">
|
|
510
|
+
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
|
|
511
|
+
</property>
|
|
512
|
+
<property name="centerButtons">
|
|
513
|
+
<bool>false</bool>
|
|
514
|
+
</property>
|
|
515
|
+
</widget>
|
|
516
|
+
</item>
|
|
517
|
+
</layout>
|
|
518
|
+
</widget>
|
|
519
|
+
<resources/>
|
|
520
|
+
<connections>
|
|
521
|
+
<connection>
|
|
522
|
+
<sender>buttonBox</sender>
|
|
523
|
+
<signal>accepted()</signal>
|
|
524
|
+
<receiver>Dialog</receiver>
|
|
525
|
+
<slot>accept()</slot>
|
|
526
|
+
<hints>
|
|
527
|
+
<hint type="sourcelabel">
|
|
528
|
+
<x>227</x>
|
|
529
|
+
<y>393</y>
|
|
530
|
+
</hint>
|
|
531
|
+
<hint type="destinationlabel">
|
|
532
|
+
<x>157</x>
|
|
533
|
+
<y>274</y>
|
|
534
|
+
</hint>
|
|
535
|
+
</hints>
|
|
536
|
+
</connection>
|
|
537
|
+
<connection>
|
|
538
|
+
<sender>buttonBox</sender>
|
|
539
|
+
<signal>rejected()</signal>
|
|
540
|
+
<receiver>Dialog</receiver>
|
|
541
|
+
<slot>reject()</slot>
|
|
542
|
+
<hints>
|
|
543
|
+
<hint type="sourcelabel">
|
|
544
|
+
<x>295</x>
|
|
545
|
+
<y>399</y>
|
|
546
|
+
</hint>
|
|
547
|
+
<hint type="destinationlabel">
|
|
548
|
+
<x>286</x>
|
|
549
|
+
<y>274</y>
|
|
550
|
+
</hint>
|
|
551
|
+
</hints>
|
|
552
|
+
</connection>
|
|
553
|
+
</connections>
|
|
554
|
+
</ui>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .qv_main import QuickView # noqa: F401
|