oqtopus 0.1.14__tar.gz → 0.1.15__tar.gz
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-0.1.14 → oqtopus-0.1.15}/PKG-INFO +1 -1
- oqtopus-0.1.15/oqtopus/ui/about_dialog.ui +200 -0
- oqtopus-0.1.15/oqtopus/ui/database_connection_widget.ui +148 -0
- oqtopus-0.1.15/oqtopus/ui/database_create_dialog.ui +295 -0
- oqtopus-0.1.15/oqtopus/ui/database_duplicate_dialog.ui +146 -0
- oqtopus-0.1.15/oqtopus/ui/logs_widget.ui +108 -0
- oqtopus-0.1.15/oqtopus/ui/main_dialog.ui +159 -0
- oqtopus-0.1.15/oqtopus/ui/module_selection_widget.ui +188 -0
- oqtopus-0.1.15/oqtopus/ui/module_widget.ui +187 -0
- oqtopus-0.1.15/oqtopus/ui/project_widget.ui +58 -0
- oqtopus-0.1.15/oqtopus/ui/settings_dialog.ui +94 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus.egg-info/PKG-INFO +1 -1
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus.egg-info/SOURCES.txt +10 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/pyproject.toml +3 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/LICENSE +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/README.md +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/__init__.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/core/module.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/core/module_asset.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/core/module_package.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/core/modules_config.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/core/package_prepare_task.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/gui/__init__.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/gui/about_dialog.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/gui/database_connection_widget.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/gui/database_create_dialog.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/gui/database_duplicate_dialog.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/gui/logs_widget.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/gui/main_dialog.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/gui/module_selection_widget.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/gui/module_widget.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/gui/parameters_groupbox.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/gui/project_widget.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/gui/settings_dialog.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/oqtopus.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/oqtopus_plugin.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/ui/__init__.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/utils/__init__.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/utils/plugin_utils.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/utils/qt_utils.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/utils/tmmtlogging.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus/utils/translation.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus.egg-info/dependency_links.txt +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus.egg-info/requires.txt +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/oqtopus.egg-info/top_level.txt +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/setup.cfg +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/tests/__init__.py +0 -0
- {oqtopus-0.1.14 → oqtopus-0.1.15}/tests/test_plugin_load.py +0 -0
@@ -0,0 +1,200 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<ui version="4.0">
|
3
|
+
<class>AboutDialog</class>
|
4
|
+
<widget class="QDialog" name="AboutDialog">
|
5
|
+
<property name="geometry">
|
6
|
+
<rect>
|
7
|
+
<x>0</x>
|
8
|
+
<y>0</y>
|
9
|
+
<width>634</width>
|
10
|
+
<height>426</height>
|
11
|
+
</rect>
|
12
|
+
</property>
|
13
|
+
<property name="windowTitle">
|
14
|
+
<string>Dialog</string>
|
15
|
+
</property>
|
16
|
+
<layout class="QGridLayout" name="gridLayout">
|
17
|
+
<item row="1" column="0">
|
18
|
+
<layout class="QVBoxLayout" name="verticalLayout">
|
19
|
+
<item>
|
20
|
+
<widget class="QLabel" name="titleLabel">
|
21
|
+
<property name="font">
|
22
|
+
<font>
|
23
|
+
<family>Sans Serif</family>
|
24
|
+
<pointsize>16</pointsize>
|
25
|
+
<weight>75</weight>
|
26
|
+
<bold>true</bold>
|
27
|
+
</font>
|
28
|
+
</property>
|
29
|
+
<property name="text">
|
30
|
+
<string>TITLE</string>
|
31
|
+
</property>
|
32
|
+
</widget>
|
33
|
+
</item>
|
34
|
+
<item>
|
35
|
+
<widget class="QLabel" name="descriptionLabel">
|
36
|
+
<property name="font">
|
37
|
+
<font>
|
38
|
+
<pointsize>12</pointsize>
|
39
|
+
</font>
|
40
|
+
</property>
|
41
|
+
<property name="text">
|
42
|
+
<string>DESCRIPTION</string>
|
43
|
+
</property>
|
44
|
+
</widget>
|
45
|
+
</item>
|
46
|
+
<item>
|
47
|
+
<widget class="QLabel" name="aboutLabel">
|
48
|
+
<property name="font">
|
49
|
+
<font>
|
50
|
+
<italic>true</italic>
|
51
|
+
</font>
|
52
|
+
</property>
|
53
|
+
<property name="text">
|
54
|
+
<string>ABOUT</string>
|
55
|
+
</property>
|
56
|
+
<property name="wordWrap">
|
57
|
+
<bool>true</bool>
|
58
|
+
</property>
|
59
|
+
</widget>
|
60
|
+
</item>
|
61
|
+
</layout>
|
62
|
+
</item>
|
63
|
+
<item row="6" column="0">
|
64
|
+
<spacer name="verticalSpacer">
|
65
|
+
<property name="orientation">
|
66
|
+
<enum>Qt::Vertical</enum>
|
67
|
+
</property>
|
68
|
+
<property name="sizeHint" stdset="0">
|
69
|
+
<size>
|
70
|
+
<width>20</width>
|
71
|
+
<height>40</height>
|
72
|
+
</size>
|
73
|
+
</property>
|
74
|
+
</spacer>
|
75
|
+
</item>
|
76
|
+
<item row="4" column="0">
|
77
|
+
<widget class="QLabel" name="label">
|
78
|
+
<property name="text">
|
79
|
+
<string><html><head/><body><p>For any feedback, bugs or comments, please visit <a href="https://github.com/Oqtopus/Oqtopus/issues"><span style=" text-decoration: underline; color:#2980b9;">https://github.com/Oqtopus/Oqtopus/issues</span></a>. </p><p>For the changelog: <a href="https://github.com/Oqtopus/Oqtopus/releases"><span style=" text-decoration: underline; color:#2980b9;">https://github.com/Oqtopus/Oqtopus/releases</span></a>.</p></body></html></string>
|
80
|
+
</property>
|
81
|
+
<property name="openExternalLinks">
|
82
|
+
<bool>true</bool>
|
83
|
+
</property>
|
84
|
+
</widget>
|
85
|
+
</item>
|
86
|
+
<item row="5" column="0">
|
87
|
+
<layout class="QGridLayout" name="gridLayout_2">
|
88
|
+
<item row="1" column="1">
|
89
|
+
<widget class="QLabel" name="label_8">
|
90
|
+
<property name="text">
|
91
|
+
<string><html><head/><body><p><a href="https://github.com/Oqtopus/Home/wiki/Oqtopus-open-source-Community#contributors"><span style=" text-decoration: underline; color:#2980b9;">Oqtopus open source contributors</span></a></p></body></html></string>
|
92
|
+
</property>
|
93
|
+
<property name="openExternalLinks">
|
94
|
+
<bool>true</bool>
|
95
|
+
</property>
|
96
|
+
</widget>
|
97
|
+
</item>
|
98
|
+
<item row="4" column="0">
|
99
|
+
<widget class="QLabel" name="label_11">
|
100
|
+
<property name="font">
|
101
|
+
<font>
|
102
|
+
<weight>75</weight>
|
103
|
+
<bold>true</bold>
|
104
|
+
</font>
|
105
|
+
</property>
|
106
|
+
<property name="text">
|
107
|
+
<string>Python requirements:</string>
|
108
|
+
</property>
|
109
|
+
</widget>
|
110
|
+
</item>
|
111
|
+
<item row="1" column="0">
|
112
|
+
<widget class="QLabel" name="label_4">
|
113
|
+
<property name="font">
|
114
|
+
<font>
|
115
|
+
<weight>75</weight>
|
116
|
+
<bold>true</bold>
|
117
|
+
</font>
|
118
|
+
</property>
|
119
|
+
<property name="text">
|
120
|
+
<string>Author:</string>
|
121
|
+
</property>
|
122
|
+
</widget>
|
123
|
+
</item>
|
124
|
+
<item row="3" column="1">
|
125
|
+
<widget class="QLabel" name="qgisMinimumVersionLabel">
|
126
|
+
<property name="text">
|
127
|
+
<string>QGIS MIN VERSION</string>
|
128
|
+
</property>
|
129
|
+
</widget>
|
130
|
+
</item>
|
131
|
+
<item row="3" column="0">
|
132
|
+
<widget class="QLabel" name="label_6">
|
133
|
+
<property name="font">
|
134
|
+
<font>
|
135
|
+
<weight>75</weight>
|
136
|
+
<bold>true</bold>
|
137
|
+
</font>
|
138
|
+
</property>
|
139
|
+
<property name="text">
|
140
|
+
<string>QGIS minimum version:</string>
|
141
|
+
</property>
|
142
|
+
</widget>
|
143
|
+
</item>
|
144
|
+
<item row="0" column="0">
|
145
|
+
<widget class="QLabel" name="label_2">
|
146
|
+
<property name="font">
|
147
|
+
<font>
|
148
|
+
<weight>75</weight>
|
149
|
+
<bold>true</bold>
|
150
|
+
</font>
|
151
|
+
</property>
|
152
|
+
<property name="text">
|
153
|
+
<string>License:</string>
|
154
|
+
</property>
|
155
|
+
</widget>
|
156
|
+
</item>
|
157
|
+
<item row="2" column="0">
|
158
|
+
<widget class="QLabel" name="label_5">
|
159
|
+
<property name="font">
|
160
|
+
<font>
|
161
|
+
<weight>75</weight>
|
162
|
+
<bold>true</bold>
|
163
|
+
</font>
|
164
|
+
</property>
|
165
|
+
<property name="text">
|
166
|
+
<string>Sponsor:</string>
|
167
|
+
</property>
|
168
|
+
</widget>
|
169
|
+
</item>
|
170
|
+
<item row="2" column="1">
|
171
|
+
<widget class="QLabel" name="label_9">
|
172
|
+
<property name="text">
|
173
|
+
<string><html><head/><body><p><a href="https://github.com/Oqtopus/Home/wiki/Oqtopus-open-source-Community#sponsors"><span style=" text-decoration: underline; color:#2980b9;">Oqtopus open source sponsors</span></a></p></body></html></string>
|
174
|
+
</property>
|
175
|
+
<property name="openExternalLinks">
|
176
|
+
<bool>true</bool>
|
177
|
+
</property>
|
178
|
+
</widget>
|
179
|
+
</item>
|
180
|
+
<item row="0" column="1">
|
181
|
+
<widget class="QLabel" name="label_7">
|
182
|
+
<property name="text">
|
183
|
+
<string>GNU GPL 2</string>
|
184
|
+
</property>
|
185
|
+
</widget>
|
186
|
+
</item>
|
187
|
+
</layout>
|
188
|
+
</item>
|
189
|
+
<item row="0" column="1" rowspan="5">
|
190
|
+
<widget class="QLabel" name="iconLabel">
|
191
|
+
<property name="text">
|
192
|
+
<string>ICON</string>
|
193
|
+
</property>
|
194
|
+
</widget>
|
195
|
+
</item>
|
196
|
+
</layout>
|
197
|
+
</widget>
|
198
|
+
<resources/>
|
199
|
+
<connections/>
|
200
|
+
</ui>
|
@@ -0,0 +1,148 @@
|
|
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>413</width>
|
10
|
+
<height>183</height>
|
11
|
+
</rect>
|
12
|
+
</property>
|
13
|
+
<property name="windowTitle">
|
14
|
+
<string>Form</string>
|
15
|
+
</property>
|
16
|
+
<layout class="QGridLayout" name="gridLayout">
|
17
|
+
<item row="2" column="0">
|
18
|
+
<widget class="QLabel" name="label_4">
|
19
|
+
<property name="text">
|
20
|
+
<string>Database</string>
|
21
|
+
</property>
|
22
|
+
</widget>
|
23
|
+
</item>
|
24
|
+
<item row="1" column="1">
|
25
|
+
<widget class="QComboBox" name="db_services_comboBox">
|
26
|
+
<item>
|
27
|
+
<property name="text">
|
28
|
+
<string>Select PG service</string>
|
29
|
+
</property>
|
30
|
+
</item>
|
31
|
+
<item>
|
32
|
+
<property name="text">
|
33
|
+
<string>tww_pully_admin</string>
|
34
|
+
</property>
|
35
|
+
</item>
|
36
|
+
<item>
|
37
|
+
<property name="text">
|
38
|
+
<string>tww_pully_user</string>
|
39
|
+
</property>
|
40
|
+
</item>
|
41
|
+
<item>
|
42
|
+
<property name="text">
|
43
|
+
<string>tdw_pully_admin</string>
|
44
|
+
</property>
|
45
|
+
</item>
|
46
|
+
<item>
|
47
|
+
<property name="text">
|
48
|
+
<string>tdw_pully_user</string>
|
49
|
+
</property>
|
50
|
+
</item>
|
51
|
+
<item>
|
52
|
+
<property name="text">
|
53
|
+
<string>jardins_admin</string>
|
54
|
+
</property>
|
55
|
+
</item>
|
56
|
+
</widget>
|
57
|
+
</item>
|
58
|
+
<item row="0" column="0">
|
59
|
+
<widget class="QLabel" name="label_9">
|
60
|
+
<property name="text">
|
61
|
+
<string>PG Service config</string>
|
62
|
+
</property>
|
63
|
+
</widget>
|
64
|
+
</item>
|
65
|
+
<item row="3" column="0">
|
66
|
+
<widget class="QLabel" name="label_11">
|
67
|
+
<property name="text">
|
68
|
+
<string>Status</string>
|
69
|
+
</property>
|
70
|
+
</widget>
|
71
|
+
</item>
|
72
|
+
<item row="0" column="1">
|
73
|
+
<widget class="QLabel" name="db_servicesConfigFilePath_label">
|
74
|
+
<property name="font">
|
75
|
+
<font>
|
76
|
+
<italic>true</italic>
|
77
|
+
</font>
|
78
|
+
</property>
|
79
|
+
<property name="text">
|
80
|
+
<string>/Users/denisrouzaud/.pg_service.conf</string>
|
81
|
+
</property>
|
82
|
+
<property name="openExternalLinks">
|
83
|
+
<bool>true</bool>
|
84
|
+
</property>
|
85
|
+
<property name="textInteractionFlags">
|
86
|
+
<set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
87
|
+
</property>
|
88
|
+
</widget>
|
89
|
+
</item>
|
90
|
+
<item row="1" column="0">
|
91
|
+
<widget class="QLabel" name="label_3">
|
92
|
+
<property name="text">
|
93
|
+
<string>PG Service</string>
|
94
|
+
</property>
|
95
|
+
</widget>
|
96
|
+
</item>
|
97
|
+
<item row="2" column="1">
|
98
|
+
<widget class="QLabel" name="db_database_label">
|
99
|
+
<property name="font">
|
100
|
+
<font>
|
101
|
+
<italic>true</italic>
|
102
|
+
</font>
|
103
|
+
</property>
|
104
|
+
<property name="text">
|
105
|
+
<string>No database</string>
|
106
|
+
</property>
|
107
|
+
</widget>
|
108
|
+
</item>
|
109
|
+
<item row="3" column="1">
|
110
|
+
<widget class="QLabel" name="db_moduleInfo_label">
|
111
|
+
<property name="font">
|
112
|
+
<font>
|
113
|
+
<italic>true</italic>
|
114
|
+
</font>
|
115
|
+
</property>
|
116
|
+
<property name="text">
|
117
|
+
<string>No module found</string>
|
118
|
+
</property>
|
119
|
+
</widget>
|
120
|
+
</item>
|
121
|
+
<item row="0" column="2">
|
122
|
+
<widget class="QToolButton" name="db_operations_toolButton">
|
123
|
+
<property name="text">
|
124
|
+
<string>...</string>
|
125
|
+
</property>
|
126
|
+
<property name="popupMode">
|
127
|
+
<enum>QToolButton::InstantPopup</enum>
|
128
|
+
</property>
|
129
|
+
</widget>
|
130
|
+
</item>
|
131
|
+
<item row="4" column="0">
|
132
|
+
<spacer name="verticalSpacer">
|
133
|
+
<property name="orientation">
|
134
|
+
<enum>Qt::Vertical</enum>
|
135
|
+
</property>
|
136
|
+
<property name="sizeHint" stdset="0">
|
137
|
+
<size>
|
138
|
+
<width>20</width>
|
139
|
+
<height>40</height>
|
140
|
+
</size>
|
141
|
+
</property>
|
142
|
+
</spacer>
|
143
|
+
</item>
|
144
|
+
</layout>
|
145
|
+
</widget>
|
146
|
+
<resources/>
|
147
|
+
<connections/>
|
148
|
+
</ui>
|
@@ -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>
|