oqtopus 0.1.14__py3-none-any.whl → 0.1.15__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.
- oqtopus/ui/about_dialog.ui +200 -0
- oqtopus/ui/database_connection_widget.ui +148 -0
- oqtopus/ui/database_create_dialog.ui +295 -0
- oqtopus/ui/database_duplicate_dialog.ui +146 -0
- oqtopus/ui/logs_widget.ui +108 -0
- oqtopus/ui/main_dialog.ui +159 -0
- oqtopus/ui/module_selection_widget.ui +188 -0
- oqtopus/ui/module_widget.ui +187 -0
- oqtopus/ui/project_widget.ui +58 -0
- oqtopus/ui/settings_dialog.ui +94 -0
- {oqtopus-0.1.14.dist-info → oqtopus-0.1.15.dist-info}/METADATA +1 -1
- {oqtopus-0.1.14.dist-info → oqtopus-0.1.15.dist-info}/RECORD +15 -5
- {oqtopus-0.1.14.dist-info → oqtopus-0.1.15.dist-info}/WHEEL +0 -0
- {oqtopus-0.1.14.dist-info → oqtopus-0.1.15.dist-info}/licenses/LICENSE +0 -0
- {oqtopus-0.1.14.dist-info → oqtopus-0.1.15.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,187 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<ui version="4.0">
|
3
|
+
<class>Form</class>
|
4
|
+
<widget class="QWidget" name="Form">
|
5
|
+
<property name="geometry">
|
6
|
+
<rect>
|
7
|
+
<x>0</x>
|
8
|
+
<y>0</y>
|
9
|
+
<width>400</width>
|
10
|
+
<height>300</height>
|
11
|
+
</rect>
|
12
|
+
</property>
|
13
|
+
<property name="windowTitle">
|
14
|
+
<string>Form</string>
|
15
|
+
</property>
|
16
|
+
<layout class="QGridLayout" name="gridLayout">
|
17
|
+
<item row="0" column="0">
|
18
|
+
<widget class="QLabel" name="moduleInfo_label">
|
19
|
+
<property name="text">
|
20
|
+
<string>No module found</string>
|
21
|
+
</property>
|
22
|
+
</widget>
|
23
|
+
</item>
|
24
|
+
<item row="1" column="0">
|
25
|
+
<widget class="QStackedWidget" name="moduleInfo_stackedWidget">
|
26
|
+
<property name="currentIndex">
|
27
|
+
<number>0</number>
|
28
|
+
</property>
|
29
|
+
<widget class="QWidget" name="moduleInfo_stackedWidget_pageInstall">
|
30
|
+
<layout class="QGridLayout" name="gridLayout_7">
|
31
|
+
<item row="1" column="0">
|
32
|
+
<widget class="QGroupBox" name="groupBox_8">
|
33
|
+
<property name="title">
|
34
|
+
<string>New installation</string>
|
35
|
+
</property>
|
36
|
+
<property name="flat">
|
37
|
+
<bool>true</bool>
|
38
|
+
</property>
|
39
|
+
<layout class="QVBoxLayout" name="verticalLayout">
|
40
|
+
<item>
|
41
|
+
<widget class="QCheckBox" name="db_parameters_CreateAndGrantRoles_checkBox">
|
42
|
+
<property name="text">
|
43
|
+
<string>Create and grant roles</string>
|
44
|
+
</property>
|
45
|
+
<property name="checked">
|
46
|
+
<bool>true</bool>
|
47
|
+
</property>
|
48
|
+
</widget>
|
49
|
+
</item>
|
50
|
+
<item>
|
51
|
+
<layout class="QHBoxLayout" name="horizontalLayout">
|
52
|
+
<item>
|
53
|
+
<widget class="QCheckBox" name="db_demoData_checkBox">
|
54
|
+
<property name="text">
|
55
|
+
<string>Install demo data</string>
|
56
|
+
</property>
|
57
|
+
</widget>
|
58
|
+
</item>
|
59
|
+
<item>
|
60
|
+
<widget class="QComboBox" name="db_demoData_comboBox">
|
61
|
+
<property name="enabled">
|
62
|
+
<bool>false</bool>
|
63
|
+
</property>
|
64
|
+
</widget>
|
65
|
+
</item>
|
66
|
+
</layout>
|
67
|
+
</item>
|
68
|
+
<item>
|
69
|
+
<widget class="ParametersGroupBox" name="parameters_groupbox">
|
70
|
+
<property name="title">
|
71
|
+
<string>Parameters</string>
|
72
|
+
</property>
|
73
|
+
<layout class="QGridLayout" name="gridLayout_6"/>
|
74
|
+
</widget>
|
75
|
+
</item>
|
76
|
+
<item>
|
77
|
+
<widget class="QPushButton" name="moduleInfo_install_pushButton">
|
78
|
+
<property name="text">
|
79
|
+
<string>Install</string>
|
80
|
+
</property>
|
81
|
+
</widget>
|
82
|
+
</item>
|
83
|
+
<item>
|
84
|
+
<spacer name="verticalSpacer_3">
|
85
|
+
<property name="orientation">
|
86
|
+
<enum>Qt::Orientation::Vertical</enum>
|
87
|
+
</property>
|
88
|
+
<property name="sizeHint" stdset="0">
|
89
|
+
<size>
|
90
|
+
<width>20</width>
|
91
|
+
<height>40</height>
|
92
|
+
</size>
|
93
|
+
</property>
|
94
|
+
</spacer>
|
95
|
+
</item>
|
96
|
+
</layout>
|
97
|
+
</widget>
|
98
|
+
</item>
|
99
|
+
</layout>
|
100
|
+
</widget>
|
101
|
+
<widget class="QWidget" name="moduleInfo_stackedWidget_pageUpgrade">
|
102
|
+
<layout class="QGridLayout" name="gridLayout_10">
|
103
|
+
<item row="1" column="0">
|
104
|
+
<widget class="QLabel" name="label_12">
|
105
|
+
<property name="text">
|
106
|
+
<string>Version</string>
|
107
|
+
</property>
|
108
|
+
</widget>
|
109
|
+
</item>
|
110
|
+
<item row="4" column="0" colspan="2">
|
111
|
+
<widget class="QPushButton" name="moduleInfo_upgrade_pushButton">
|
112
|
+
<property name="text">
|
113
|
+
<string>Upgrade</string>
|
114
|
+
</property>
|
115
|
+
</widget>
|
116
|
+
</item>
|
117
|
+
<item row="2" column="0">
|
118
|
+
<widget class="QLabel" name="label_13">
|
119
|
+
<property name="text">
|
120
|
+
<string>CRS</string>
|
121
|
+
</property>
|
122
|
+
</widget>
|
123
|
+
</item>
|
124
|
+
<item row="3" column="0">
|
125
|
+
<spacer name="verticalSpacer_4">
|
126
|
+
<property name="orientation">
|
127
|
+
<enum>Qt::Orientation::Vertical</enum>
|
128
|
+
</property>
|
129
|
+
<property name="sizeHint" stdset="0">
|
130
|
+
<size>
|
131
|
+
<width>20</width>
|
132
|
+
<height>40</height>
|
133
|
+
</size>
|
134
|
+
</property>
|
135
|
+
</spacer>
|
136
|
+
</item>
|
137
|
+
<item row="1" column="1">
|
138
|
+
<widget class="QLabel" name="label_15">
|
139
|
+
<property name="text">
|
140
|
+
<string>module version</string>
|
141
|
+
</property>
|
142
|
+
</widget>
|
143
|
+
</item>
|
144
|
+
<item row="5" column="0" colspan="2">
|
145
|
+
<widget class="QPushButton" name="pushButton_7">
|
146
|
+
<property name="text">
|
147
|
+
<string>Edit settings</string>
|
148
|
+
</property>
|
149
|
+
</widget>
|
150
|
+
</item>
|
151
|
+
<item row="2" column="1">
|
152
|
+
<widget class="QLabel" name="label_16">
|
153
|
+
<property name="text">
|
154
|
+
<string>module crs</string>
|
155
|
+
</property>
|
156
|
+
</widget>
|
157
|
+
</item>
|
158
|
+
<item row="0" column="0" colspan="2">
|
159
|
+
<widget class="QLabel" name="label">
|
160
|
+
<property name="font">
|
161
|
+
<font>
|
162
|
+
<pointsize>12</pointsize>
|
163
|
+
<bold>true</bold>
|
164
|
+
</font>
|
165
|
+
</property>
|
166
|
+
<property name="text">
|
167
|
+
<string>Warning: Upgrade is not yet supported</string>
|
168
|
+
</property>
|
169
|
+
</widget>
|
170
|
+
</item>
|
171
|
+
</layout>
|
172
|
+
</widget>
|
173
|
+
</widget>
|
174
|
+
</item>
|
175
|
+
</layout>
|
176
|
+
</widget>
|
177
|
+
<customwidgets>
|
178
|
+
<customwidget>
|
179
|
+
<class>ParametersGroupBox</class>
|
180
|
+
<extends>QGroupBox</extends>
|
181
|
+
<header>oqtopus.gui.parameters_groupbox</header>
|
182
|
+
<container>1</container>
|
183
|
+
</customwidget>
|
184
|
+
</customwidgets>
|
185
|
+
<resources/>
|
186
|
+
<connections/>
|
187
|
+
</ui>
|
@@ -0,0 +1,58 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<ui version="4.0">
|
3
|
+
<class>Form</class>
|
4
|
+
<widget class="QWidget" name="Form">
|
5
|
+
<property name="geometry">
|
6
|
+
<rect>
|
7
|
+
<x>0</x>
|
8
|
+
<y>0</y>
|
9
|
+
<width>300</width>
|
10
|
+
<height>151</height>
|
11
|
+
</rect>
|
12
|
+
</property>
|
13
|
+
<property name="windowTitle">
|
14
|
+
<string>Form</string>
|
15
|
+
</property>
|
16
|
+
<layout class="QGridLayout" name="gridLayout">
|
17
|
+
<item row="0" column="0">
|
18
|
+
<widget class="QPushButton" name="project_install_pushButton">
|
19
|
+
<property name="text">
|
20
|
+
<string>Install demo project</string>
|
21
|
+
</property>
|
22
|
+
</widget>
|
23
|
+
</item>
|
24
|
+
<item row="1" column="0" colspan="2">
|
25
|
+
<widget class="QLabel" name="project_info_label">
|
26
|
+
<property name="text">
|
27
|
+
<string>-</string>
|
28
|
+
</property>
|
29
|
+
<property name="textInteractionFlags">
|
30
|
+
<set>Qt::NoTextInteraction</set>
|
31
|
+
</property>
|
32
|
+
</widget>
|
33
|
+
</item>
|
34
|
+
<item row="0" column="1">
|
35
|
+
<widget class="QPushButton" name="project_seeChangelog_pushButton">
|
36
|
+
<property name="text">
|
37
|
+
<string>See changelog</string>
|
38
|
+
</property>
|
39
|
+
</widget>
|
40
|
+
</item>
|
41
|
+
<item row="2" column="0">
|
42
|
+
<spacer name="verticalSpacer">
|
43
|
+
<property name="orientation">
|
44
|
+
<enum>Qt::Vertical</enum>
|
45
|
+
</property>
|
46
|
+
<property name="sizeHint" stdset="0">
|
47
|
+
<size>
|
48
|
+
<width>20</width>
|
49
|
+
<height>40</height>
|
50
|
+
</size>
|
51
|
+
</property>
|
52
|
+
</spacer>
|
53
|
+
</item>
|
54
|
+
</layout>
|
55
|
+
</widget>
|
56
|
+
<resources/>
|
57
|
+
<connections/>
|
58
|
+
</ui>
|
@@ -0,0 +1,94 @@
|
|
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>439</width>
|
10
|
+
<height>161</height>
|
11
|
+
</rect>
|
12
|
+
</property>
|
13
|
+
<property name="windowTitle">
|
14
|
+
<string>Oqtopus settings</string>
|
15
|
+
</property>
|
16
|
+
<layout class="QGridLayout" name="gridLayout">
|
17
|
+
<item row="0" column="1">
|
18
|
+
<widget class="QLineEdit" name="githubToken_lineEdit"/>
|
19
|
+
</item>
|
20
|
+
<item row="1" column="1">
|
21
|
+
<spacer name="verticalSpacer">
|
22
|
+
<property name="orientation">
|
23
|
+
<enum>Qt::Vertical</enum>
|
24
|
+
</property>
|
25
|
+
<property name="sizeHint" stdset="0">
|
26
|
+
<size>
|
27
|
+
<width>20</width>
|
28
|
+
<height>40</height>
|
29
|
+
</size>
|
30
|
+
</property>
|
31
|
+
</spacer>
|
32
|
+
</item>
|
33
|
+
<item row="0" column="0">
|
34
|
+
<widget class="QLabel" name="githubToken_label">
|
35
|
+
<property name="text">
|
36
|
+
<string>Github token</string>
|
37
|
+
</property>
|
38
|
+
</widget>
|
39
|
+
</item>
|
40
|
+
<item row="0" column="2">
|
41
|
+
<widget class="QToolButton" name="helpButton">
|
42
|
+
<property name="text">
|
43
|
+
<string>...</string>
|
44
|
+
</property>
|
45
|
+
</widget>
|
46
|
+
</item>
|
47
|
+
<item row="2" column="0" colspan="3">
|
48
|
+
<widget class="QDialogButtonBox" name="buttonBox">
|
49
|
+
<property name="orientation">
|
50
|
+
<enum>Qt::Horizontal</enum>
|
51
|
+
</property>
|
52
|
+
<property name="standardButtons">
|
53
|
+
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
54
|
+
</property>
|
55
|
+
</widget>
|
56
|
+
</item>
|
57
|
+
</layout>
|
58
|
+
</widget>
|
59
|
+
<resources/>
|
60
|
+
<connections>
|
61
|
+
<connection>
|
62
|
+
<sender>buttonBox</sender>
|
63
|
+
<signal>accepted()</signal>
|
64
|
+
<receiver>Dialog</receiver>
|
65
|
+
<slot>accept()</slot>
|
66
|
+
<hints>
|
67
|
+
<hint type="sourcelabel">
|
68
|
+
<x>248</x>
|
69
|
+
<y>254</y>
|
70
|
+
</hint>
|
71
|
+
<hint type="destinationlabel">
|
72
|
+
<x>157</x>
|
73
|
+
<y>274</y>
|
74
|
+
</hint>
|
75
|
+
</hints>
|
76
|
+
</connection>
|
77
|
+
<connection>
|
78
|
+
<sender>buttonBox</sender>
|
79
|
+
<signal>rejected()</signal>
|
80
|
+
<receiver>Dialog</receiver>
|
81
|
+
<slot>reject()</slot>
|
82
|
+
<hints>
|
83
|
+
<hint type="sourcelabel">
|
84
|
+
<x>316</x>
|
85
|
+
<y>260</y>
|
86
|
+
</hint>
|
87
|
+
<hint type="destinationlabel">
|
88
|
+
<x>286</x>
|
89
|
+
<y>274</y>
|
90
|
+
</hint>
|
91
|
+
</hints>
|
92
|
+
</connection>
|
93
|
+
</connections>
|
94
|
+
</ui>
|
@@ -19,15 +19,25 @@ oqtopus/gui/parameters_groupbox.py,sha256=Lgwv76epIvZOZA0y9sxNcbuZ0Tun-ObUzvOa6e
|
|
19
19
|
oqtopus/gui/project_widget.py,sha256=kSXa280Tb42hL6vp8bKsTI_3qLP880ThhtCi6NYS8Ug,6032
|
20
20
|
oqtopus/gui/settings_dialog.py,sha256=wgwVCuAIBh9iLrs9y5HfE99LrTV0rEYbL3frMBlW0cQ,1547
|
21
21
|
oqtopus/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
22
|
+
oqtopus/ui/about_dialog.ui,sha256=2oa5u3LIvN3prHyELUG-bwDuEHlBn9-uuA4CwYsEARo,6236
|
23
|
+
oqtopus/ui/database_connection_widget.ui,sha256=0hLBaOx0KcLTH6RlkziVj-tsczjHDUGC-3EXQYgcTuE,3729
|
24
|
+
oqtopus/ui/database_create_dialog.ui,sha256=Zu_YVSIL6MMOkg-1gPx5DQU-h-I93mhE5lpuViCFP7E,8295
|
25
|
+
oqtopus/ui/database_duplicate_dialog.ui,sha256=EzMRYhlxsiP_sr9ixBJn4lnefM5R_p1oXx4RCyMAj9U,3826
|
26
|
+
oqtopus/ui/logs_widget.ui,sha256=oAgEtRUBXB-DzLC0vmBP-PEA-Uu3d3ppFm0ahs1jHQI,2785
|
27
|
+
oqtopus/ui/main_dialog.ui,sha256=idp-jcLKdxbI22JrmXHsZtgmfT9YvOXkngMKxqqOJF0,4682
|
28
|
+
oqtopus/ui/module_selection_widget.ui,sha256=AqLPBtX1B8Q03s-JB75lDP__OkhGH04cFVjZnoFwurw,4849
|
29
|
+
oqtopus/ui/module_widget.ui,sha256=2sm0J-qb4CRiKaGk5lyg6AMWlq0d2hE0IW5OSYmJQZo,5662
|
30
|
+
oqtopus/ui/project_widget.ui,sha256=pTJX1B_vhaa8BLZg3UOWTeahaQ_YMSComAU2A40SsOA,1454
|
31
|
+
oqtopus/ui/settings_dialog.ui,sha256=3PqxTMo22Ola1zl6XkwhXCi6G-uum6g_1-nbjSXWilI,2216
|
22
32
|
oqtopus/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
23
33
|
oqtopus/utils/plugin_utils.py,sha256=v-Oxu2zs8tQWzEdHnwEl1mseapyvpPS-lHimJNK2zHY,5702
|
24
34
|
oqtopus/utils/qt_utils.py,sha256=HPe9tOQQH9R9xZp4rGphVhSJO7220q368xmreDu5-6g,3243
|
25
35
|
oqtopus/utils/tmmtlogging.py,sha256=BSAPrhQGCuH2boMG4bP8QFyLfoss1uR4pO_pXjTA1eQ,1733
|
26
36
|
oqtopus/utils/translation.py,sha256=p1d5N6CYIf94fGYdPQnJamdum9MVBlPkJ24c557rqdg,2647
|
27
|
-
oqtopus-0.1.
|
37
|
+
oqtopus-0.1.15.dist-info/licenses/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
28
38
|
tests/__init__.py,sha256=z5CxS92efenLcDm64Sifx26EjZBCWPO4oVvaEEHJJ6w,444
|
29
39
|
tests/test_plugin_load.py,sha256=HuVLdrsn2PSjKIrvcLj0EH7vNE8-0jBMmHZHihsqB3Q,517
|
30
|
-
oqtopus-0.1.
|
31
|
-
oqtopus-0.1.
|
32
|
-
oqtopus-0.1.
|
33
|
-
oqtopus-0.1.
|
40
|
+
oqtopus-0.1.15.dist-info/METADATA,sha256=BHlyrEtjV55GP4yp_7ct7JjaUNU8AR_-AysckxZMFy4,21475
|
41
|
+
oqtopus-0.1.15.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
42
|
+
oqtopus-0.1.15.dist-info/top_level.txt,sha256=i4DHi21kcGIzrF8DlgsKj-UCENHg_NebTRac7cwt32A,14
|
43
|
+
oqtopus-0.1.15.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|