oqtopus 0.1.14__py3-none-any.whl → 0.1.16__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.
@@ -0,0 +1,295 @@
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>513</width>
10
+ <height>540</height>
11
+ </rect>
12
+ </property>
13
+ <property name="windowTitle">
14
+ <string>Create Service</string>
15
+ </property>
16
+ <layout class="QVBoxLayout" name="verticalLayout">
17
+ <item>
18
+ <widget class="QGroupBox" name="groupBox_2">
19
+ <property name="title">
20
+ <string>Create database</string>
21
+ </property>
22
+ <layout class="QGridLayout" name="gridLayout_2">
23
+ <item row="0" column="1">
24
+ <widget class="QComboBox" name="existingService_comboBox">
25
+ <item>
26
+ <property name="text">
27
+ <string>tww_pully_admin</string>
28
+ </property>
29
+ </item>
30
+ <item>
31
+ <property name="text">
32
+ <string>tww_pully_user</string>
33
+ </property>
34
+ </item>
35
+ <item>
36
+ <property name="text">
37
+ <string>tdw_pully_admin</string>
38
+ </property>
39
+ </item>
40
+ <item>
41
+ <property name="text">
42
+ <string>tdw_pully_user</string>
43
+ </property>
44
+ </item>
45
+ </widget>
46
+ </item>
47
+ <item row="5" column="0" colspan="2">
48
+ <widget class="QFrame" name="parameters_frame">
49
+ <property name="enabled">
50
+ <bool>false</bool>
51
+ </property>
52
+ <property name="sizePolicy">
53
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
54
+ <horstretch>0</horstretch>
55
+ <verstretch>0</verstretch>
56
+ </sizepolicy>
57
+ </property>
58
+ <property name="frameShape">
59
+ <enum>QFrame::StyledPanel</enum>
60
+ </property>
61
+ <property name="frameShadow">
62
+ <enum>QFrame::Raised</enum>
63
+ </property>
64
+ <layout class="QGridLayout" name="gridLayout_5">
65
+ <item row="2" column="0">
66
+ <widget class="QLabel" name="label_10">
67
+ <property name="text">
68
+ <string>Port</string>
69
+ </property>
70
+ </widget>
71
+ </item>
72
+ <item row="3" column="0">
73
+ <widget class="QLabel" name="label_11">
74
+ <property name="text">
75
+ <string>SSL</string>
76
+ </property>
77
+ </widget>
78
+ </item>
79
+ <item row="3" column="1">
80
+ <widget class="QComboBox" name="parameters_ssl_comboBox">
81
+ <item>
82
+ <property name="text">
83
+ <string>disabled</string>
84
+ </property>
85
+ </item>
86
+ <item>
87
+ <property name="text">
88
+ <string>allow</string>
89
+ </property>
90
+ </item>
91
+ <item>
92
+ <property name="text">
93
+ <string>prefer</string>
94
+ </property>
95
+ </item>
96
+ <item>
97
+ <property name="text">
98
+ <string>require</string>
99
+ </property>
100
+ </item>
101
+ <item>
102
+ <property name="text">
103
+ <string>verify-ca</string>
104
+ </property>
105
+ </item>
106
+ <item>
107
+ <property name="text">
108
+ <string>verify-full</string>
109
+ </property>
110
+ </item>
111
+ </widget>
112
+ </item>
113
+ <item row="2" column="1">
114
+ <widget class="QLineEdit" name="parameters_port_lineEdit">
115
+ <property name="clearButtonEnabled">
116
+ <bool>true</bool>
117
+ </property>
118
+ </widget>
119
+ </item>
120
+ <item row="1" column="1">
121
+ <widget class="QLineEdit" name="parameters_host_lineEdit">
122
+ <property name="clearButtonEnabled">
123
+ <bool>true</bool>
124
+ </property>
125
+ </widget>
126
+ </item>
127
+ <item row="1" column="0">
128
+ <widget class="QLabel" name="label_9">
129
+ <property name="text">
130
+ <string>Host</string>
131
+ </property>
132
+ </widget>
133
+ </item>
134
+ <item row="4" column="0">
135
+ <widget class="QLabel" name="label_8">
136
+ <property name="text">
137
+ <string>User</string>
138
+ </property>
139
+ </widget>
140
+ </item>
141
+ <item row="4" column="1">
142
+ <widget class="QLineEdit" name="parameters_user_lineEdit">
143
+ <property name="clearButtonEnabled">
144
+ <bool>true</bool>
145
+ </property>
146
+ </widget>
147
+ </item>
148
+ <item row="5" column="0">
149
+ <widget class="QLabel" name="label_12">
150
+ <property name="text">
151
+ <string>Password</string>
152
+ </property>
153
+ </widget>
154
+ </item>
155
+ <item row="5" column="1">
156
+ <widget class="QLineEdit" name="parameters_password_lineEdit">
157
+ <property name="clearButtonEnabled">
158
+ <bool>true</bool>
159
+ </property>
160
+ </widget>
161
+ </item>
162
+ </layout>
163
+ </widget>
164
+ </item>
165
+ <item row="1" column="0">
166
+ <widget class="QRadioButton" name="enterManually_radioButton">
167
+ <property name="text">
168
+ <string>Enter manually</string>
169
+ </property>
170
+ <attribute name="buttonGroup">
171
+ <string notr="true">buttonGroup</string>
172
+ </attribute>
173
+ </widget>
174
+ </item>
175
+ <item row="6" column="1">
176
+ <widget class="QLineEdit" name="database_lineEdit">
177
+ <property name="font">
178
+ <font>
179
+ <italic>false</italic>
180
+ </font>
181
+ </property>
182
+ <property name="text">
183
+ <string/>
184
+ </property>
185
+ </widget>
186
+ </item>
187
+ <item row="6" column="0">
188
+ <widget class="QLabel" name="label_4">
189
+ <property name="text">
190
+ <string>Database</string>
191
+ </property>
192
+ </widget>
193
+ </item>
194
+ <item row="0" column="0">
195
+ <widget class="QRadioButton" name="useService_radioButton">
196
+ <property name="text">
197
+ <string>Use service</string>
198
+ </property>
199
+ <property name="checked">
200
+ <bool>true</bool>
201
+ </property>
202
+ <attribute name="buttonGroup">
203
+ <string notr="true">buttonGroup</string>
204
+ </attribute>
205
+ </widget>
206
+ </item>
207
+ </layout>
208
+ </widget>
209
+ </item>
210
+ <item>
211
+ <widget class="QGroupBox" name="groupBox">
212
+ <property name="title">
213
+ <string>Create service</string>
214
+ </property>
215
+ <layout class="QGridLayout" name="gridLayout_3">
216
+ <item row="0" column="0">
217
+ <widget class="QLabel" name="label">
218
+ <property name="text">
219
+ <string>Service</string>
220
+ </property>
221
+ </widget>
222
+ </item>
223
+ <item row="0" column="1">
224
+ <widget class="QLineEdit" name="service_lineEdit"/>
225
+ </item>
226
+ <item row="1" column="1">
227
+ <widget class="QLabel" name="database_label">
228
+ <property name="font">
229
+ <font>
230
+ <italic>true</italic>
231
+ </font>
232
+ </property>
233
+ <property name="text">
234
+ <string>-</string>
235
+ </property>
236
+ </widget>
237
+ </item>
238
+ <item row="1" column="0">
239
+ <widget class="QLabel" name="label_2">
240
+ <property name="text">
241
+ <string>Database</string>
242
+ </property>
243
+ </widget>
244
+ </item>
245
+ </layout>
246
+ </widget>
247
+ </item>
248
+ <item>
249
+ <spacer name="verticalSpacer">
250
+ <property name="orientation">
251
+ <enum>Qt::Vertical</enum>
252
+ </property>
253
+ <property name="sizeHint" stdset="0">
254
+ <size>
255
+ <width>20</width>
256
+ <height>40</height>
257
+ </size>
258
+ </property>
259
+ </spacer>
260
+ </item>
261
+ <item>
262
+ <widget class="QDialogButtonBox" name="buttonBox">
263
+ <property name="orientation">
264
+ <enum>Qt::Horizontal</enum>
265
+ </property>
266
+ <property name="standardButtons">
267
+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
268
+ </property>
269
+ </widget>
270
+ </item>
271
+ </layout>
272
+ </widget>
273
+ <resources/>
274
+ <connections>
275
+ <connection>
276
+ <sender>buttonBox</sender>
277
+ <signal>rejected()</signal>
278
+ <receiver>Dialog</receiver>
279
+ <slot>reject()</slot>
280
+ <hints>
281
+ <hint type="sourcelabel">
282
+ <x>316</x>
283
+ <y>260</y>
284
+ </hint>
285
+ <hint type="destinationlabel">
286
+ <x>286</x>
287
+ <y>274</y>
288
+ </hint>
289
+ </hints>
290
+ </connection>
291
+ </connections>
292
+ <buttongroups>
293
+ <buttongroup name="buttonGroup"/>
294
+ </buttongroups>
295
+ </ui>
@@ -0,0 +1,146 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <ui version="4.0">
3
+ <class>DatabaseDuplicateDialog</class>
4
+ <widget class="QDialog" name="DatabaseDuplicateDialog">
5
+ <property name="geometry">
6
+ <rect>
7
+ <x>0</x>
8
+ <y>0</y>
9
+ <width>423</width>
10
+ <height>405</height>
11
+ </rect>
12
+ </property>
13
+ <property name="windowTitle">
14
+ <string>Duplicate database</string>
15
+ </property>
16
+ <layout class="QVBoxLayout" name="verticalLayout">
17
+ <item>
18
+ <widget class="QGroupBox" name="groupBox">
19
+ <property name="title">
20
+ <string>Create from existing</string>
21
+ </property>
22
+ <layout class="QGridLayout" name="gridLayout_2">
23
+ <item row="0" column="0">
24
+ <widget class="QLabel" name="label">
25
+ <property name="text">
26
+ <string>Service</string>
27
+ </property>
28
+ </widget>
29
+ </item>
30
+ <item row="1" column="0">
31
+ <widget class="QLabel" name="label_2">
32
+ <property name="text">
33
+ <string>Database</string>
34
+ </property>
35
+ </widget>
36
+ </item>
37
+ <item row="0" column="1">
38
+ <widget class="QLabel" name="existingService_label">
39
+ <property name="font">
40
+ <font>
41
+ <italic>true</italic>
42
+ </font>
43
+ </property>
44
+ <property name="text">
45
+ <string>tww_pully_admin</string>
46
+ </property>
47
+ </widget>
48
+ </item>
49
+ <item row="1" column="1">
50
+ <widget class="QLabel" name="existingDatabase_label">
51
+ <property name="font">
52
+ <font>
53
+ <italic>true</italic>
54
+ </font>
55
+ </property>
56
+ <property name="text">
57
+ <string>tww_pully_production</string>
58
+ </property>
59
+ </widget>
60
+ </item>
61
+ </layout>
62
+ </widget>
63
+ </item>
64
+ <item>
65
+ <widget class="QGroupBox" name="groupBox_2">
66
+ <property name="title">
67
+ <string>New database</string>
68
+ </property>
69
+ <layout class="QGridLayout" name="gridLayout_3">
70
+ <item row="0" column="1">
71
+ <widget class="QLineEdit" name="newDatabase_lineEdit"/>
72
+ </item>
73
+ <item row="0" column="0">
74
+ <widget class="QLabel" name="label_4">
75
+ <property name="text">
76
+ <string>Database</string>
77
+ </property>
78
+ </widget>
79
+ </item>
80
+ </layout>
81
+ </widget>
82
+ </item>
83
+ <item>
84
+ <widget class="QGroupBox" name="groupBox_3">
85
+ <property name="title">
86
+ <string>Create associated service</string>
87
+ </property>
88
+ <layout class="QGridLayout" name="gridLayout_4">
89
+ <item row="0" column="0">
90
+ <widget class="QLabel" name="label_5">
91
+ <property name="text">
92
+ <string>Service name</string>
93
+ </property>
94
+ </widget>
95
+ </item>
96
+ <item row="0" column="1">
97
+ <widget class="QLineEdit" name="newService_lineEdit"/>
98
+ </item>
99
+ </layout>
100
+ </widget>
101
+ </item>
102
+ <item>
103
+ <spacer name="verticalSpacer">
104
+ <property name="orientation">
105
+ <enum>Qt::Vertical</enum>
106
+ </property>
107
+ <property name="sizeHint" stdset="0">
108
+ <size>
109
+ <width>20</width>
110
+ <height>40</height>
111
+ </size>
112
+ </property>
113
+ </spacer>
114
+ </item>
115
+ <item>
116
+ <widget class="QDialogButtonBox" name="buttonBox">
117
+ <property name="orientation">
118
+ <enum>Qt::Horizontal</enum>
119
+ </property>
120
+ <property name="standardButtons">
121
+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
122
+ </property>
123
+ </widget>
124
+ </item>
125
+ </layout>
126
+ </widget>
127
+ <resources/>
128
+ <connections>
129
+ <connection>
130
+ <sender>buttonBox</sender>
131
+ <signal>rejected()</signal>
132
+ <receiver>DatabaseDuplicateDialog</receiver>
133
+ <slot>reject()</slot>
134
+ <hints>
135
+ <hint type="sourcelabel">
136
+ <x>316</x>
137
+ <y>260</y>
138
+ </hint>
139
+ <hint type="destinationlabel">
140
+ <x>286</x>
141
+ <y>274</y>
142
+ </hint>
143
+ </hints>
144
+ </connection>
145
+ </connections>
146
+ </ui>
@@ -0,0 +1,108 @@
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>833</width>
10
+ <height>502</height>
11
+ </rect>
12
+ </property>
13
+ <property name="windowTitle">
14
+ <string>Form</string>
15
+ </property>
16
+ <layout class="QGridLayout" name="gridLayout">
17
+ <item row="5" column="1">
18
+ <spacer name="verticalSpacer">
19
+ <property name="orientation">
20
+ <enum>Qt::Orientation::Vertical</enum>
21
+ </property>
22
+ <property name="sizeHint" stdset="0">
23
+ <size>
24
+ <width>20</width>
25
+ <height>40</height>
26
+ </size>
27
+ </property>
28
+ </spacer>
29
+ </item>
30
+ <item row="4" column="1">
31
+ <widget class="QToolButton" name="logs_clear_toolButton">
32
+ <property name="toolTip">
33
+ <string>Clear logs panel</string>
34
+ </property>
35
+ <property name="text">
36
+ <string>...</string>
37
+ </property>
38
+ </widget>
39
+ </item>
40
+ <item row="2" column="1">
41
+ <widget class="QToolButton" name="logs_openFile_toolButton">
42
+ <property name="toolTip">
43
+ <string>Open current log file in system editor</string>
44
+ </property>
45
+ <property name="text">
46
+ <string>...</string>
47
+ </property>
48
+ </widget>
49
+ </item>
50
+ <item row="2" column="0" rowspan="4">
51
+ <widget class="QTreeView" name="logs_treeView"/>
52
+ </item>
53
+ <item row="3" column="1">
54
+ <widget class="QToolButton" name="logs_openFolder_toolButton">
55
+ <property name="toolTip">
56
+ <string>Open logs folder</string>
57
+ </property>
58
+ <property name="text">
59
+ <string>...</string>
60
+ </property>
61
+ </widget>
62
+ </item>
63
+ <item row="0" column="0">
64
+ <layout class="QHBoxLayout" name="horizontalLayout">
65
+ <item>
66
+ <widget class="QLabel" name="label">
67
+ <property name="text">
68
+ <string>Minimum level</string>
69
+ </property>
70
+ </widget>
71
+ </item>
72
+ <item>
73
+ <widget class="QComboBox" name="logs_level_comboBox"/>
74
+ </item>
75
+ <item>
76
+ <widget class="QLabel" name="label_2">
77
+ <property name="text">
78
+ <string>Filter</string>
79
+ </property>
80
+ </widget>
81
+ </item>
82
+ <item>
83
+ <widget class="QLineEdit" name="logs_filter_LineEdit">
84
+ <property name="clearButtonEnabled">
85
+ <bool>true</bool>
86
+ </property>
87
+ </widget>
88
+ </item>
89
+ <item>
90
+ <spacer name="horizontalSpacer">
91
+ <property name="orientation">
92
+ <enum>Qt::Orientation::Horizontal</enum>
93
+ </property>
94
+ <property name="sizeHint" stdset="0">
95
+ <size>
96
+ <width>40</width>
97
+ <height>20</height>
98
+ </size>
99
+ </property>
100
+ </spacer>
101
+ </item>
102
+ </layout>
103
+ </item>
104
+ </layout>
105
+ </widget>
106
+ <resources/>
107
+ <connections/>
108
+ </ui>