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.
- oqtopus/gui/module_selection_widget.py +4 -4
- oqtopus/gui/project_widget.py +60 -72
- 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 +61 -0
- oqtopus/ui/settings_dialog.ui +94 -0
- {oqtopus-0.1.14.dist-info → oqtopus-0.1.16.dist-info}/METADATA +1 -1
- {oqtopus-0.1.14.dist-info → oqtopus-0.1.16.dist-info}/RECORD +17 -7
- {oqtopus-0.1.14.dist-info → oqtopus-0.1.16.dist-info}/WHEEL +0 -0
- {oqtopus-0.1.14.dist-info → oqtopus-0.1.16.dist-info}/licenses/LICENSE +0 -0
- {oqtopus-0.1.14.dist-info → oqtopus-0.1.16.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,159 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<ui version="4.0">
|
3
|
+
<class>MainDialog</class>
|
4
|
+
<widget class="QWidget" name="MainDialog">
|
5
|
+
<property name="geometry">
|
6
|
+
<rect>
|
7
|
+
<x>0</x>
|
8
|
+
<y>0</y>
|
9
|
+
<width>1091</width>
|
10
|
+
<height>598</height>
|
11
|
+
</rect>
|
12
|
+
</property>
|
13
|
+
<property name="windowTitle">
|
14
|
+
<string>Oqtopus Module Management Tool</string>
|
15
|
+
</property>
|
16
|
+
<layout class="QGridLayout" name="gridLayout_8" rowstretch="0,0,0,0,0,0">
|
17
|
+
<item row="2" column="0" rowspan="2">
|
18
|
+
<widget class="QGroupBox" name="db_groupBox">
|
19
|
+
<property name="title">
|
20
|
+
<string>Database connection</string>
|
21
|
+
</property>
|
22
|
+
<layout class="QGridLayout" name="gridLayout_5"/>
|
23
|
+
</widget>
|
24
|
+
</item>
|
25
|
+
<item row="4" column="0" colspan="3">
|
26
|
+
<widget class="QGroupBox" name="logs_groupBox">
|
27
|
+
<property name="sizePolicy">
|
28
|
+
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
|
29
|
+
<horstretch>0</horstretch>
|
30
|
+
<verstretch>0</verstretch>
|
31
|
+
</sizepolicy>
|
32
|
+
</property>
|
33
|
+
<property name="minimumSize">
|
34
|
+
<size>
|
35
|
+
<width>0</width>
|
36
|
+
<height>200</height>
|
37
|
+
</size>
|
38
|
+
</property>
|
39
|
+
<property name="title">
|
40
|
+
<string>Logs</string>
|
41
|
+
</property>
|
42
|
+
<layout class="QGridLayout" name="gridLayout_11"/>
|
43
|
+
</widget>
|
44
|
+
</item>
|
45
|
+
<item row="0" column="1" rowspan="4">
|
46
|
+
<widget class="QTabWidget" name="tabWidget">
|
47
|
+
<property name="currentIndex">
|
48
|
+
<number>0</number>
|
49
|
+
</property>
|
50
|
+
<widget class="QWidget" name="module_tab">
|
51
|
+
<attribute name="title">
|
52
|
+
<string>Module</string>
|
53
|
+
</attribute>
|
54
|
+
<layout class="QGridLayout" name="gridLayout_4"/>
|
55
|
+
</widget>
|
56
|
+
<widget class="QWidget" name="project_tab">
|
57
|
+
<attribute name="title">
|
58
|
+
<string>Project</string>
|
59
|
+
</attribute>
|
60
|
+
<layout class="QGridLayout" name="gridLayout_3"/>
|
61
|
+
</widget>
|
62
|
+
<widget class="QWidget" name="plugin_tab">
|
63
|
+
<attribute name="title">
|
64
|
+
<string>Plugin</string>
|
65
|
+
</attribute>
|
66
|
+
<layout class="QGridLayout" name="gridLayout_6">
|
67
|
+
<item row="1" column="1">
|
68
|
+
<widget class="QLabel" name="label_8">
|
69
|
+
<property name="font">
|
70
|
+
<font>
|
71
|
+
<italic>true</italic>
|
72
|
+
</font>
|
73
|
+
</property>
|
74
|
+
<property name="text">
|
75
|
+
<string>no current version</string>
|
76
|
+
</property>
|
77
|
+
</widget>
|
78
|
+
</item>
|
79
|
+
<item row="2" column="0">
|
80
|
+
<widget class="QPushButton" name="pushButton_5">
|
81
|
+
<property name="text">
|
82
|
+
<string>Install 1.6.3</string>
|
83
|
+
</property>
|
84
|
+
</widget>
|
85
|
+
</item>
|
86
|
+
<item row="0" column="0">
|
87
|
+
<widget class="QLabel" name="label_6">
|
88
|
+
<property name="text">
|
89
|
+
<string>Current QGIS profile</string>
|
90
|
+
</property>
|
91
|
+
</widget>
|
92
|
+
</item>
|
93
|
+
<item row="1" column="0">
|
94
|
+
<widget class="QLabel" name="label_5">
|
95
|
+
<property name="text">
|
96
|
+
<string>Current version</string>
|
97
|
+
</property>
|
98
|
+
</widget>
|
99
|
+
</item>
|
100
|
+
<item row="3" column="0">
|
101
|
+
<widget class="QPushButton" name="pushButton_8">
|
102
|
+
<property name="text">
|
103
|
+
<string>Copy ZIP to directory</string>
|
104
|
+
</property>
|
105
|
+
</widget>
|
106
|
+
</item>
|
107
|
+
<item row="2" column="1">
|
108
|
+
<widget class="QPushButton" name="pushButton_11">
|
109
|
+
<property name="text">
|
110
|
+
<string>See changelog</string>
|
111
|
+
</property>
|
112
|
+
</widget>
|
113
|
+
</item>
|
114
|
+
<item row="0" column="1">
|
115
|
+
<widget class="QLabel" name="label_7">
|
116
|
+
<property name="font">
|
117
|
+
<font>
|
118
|
+
<italic>true</italic>
|
119
|
+
</font>
|
120
|
+
</property>
|
121
|
+
<property name="text">
|
122
|
+
<string>tww_user_profile</string>
|
123
|
+
</property>
|
124
|
+
</widget>
|
125
|
+
</item>
|
126
|
+
<item row="4" column="0">
|
127
|
+
<spacer name="verticalSpacer_6">
|
128
|
+
<property name="sizeHint" stdset="0">
|
129
|
+
<size>
|
130
|
+
<width>20</width>
|
131
|
+
<height>40</height>
|
132
|
+
</size>
|
133
|
+
</property>
|
134
|
+
</spacer>
|
135
|
+
</item>
|
136
|
+
</layout>
|
137
|
+
</widget>
|
138
|
+
</widget>
|
139
|
+
</item>
|
140
|
+
<item row="5" column="0" colspan="3">
|
141
|
+
<widget class="QDialogButtonBox" name="buttonBox">
|
142
|
+
<property name="standardButtons">
|
143
|
+
<set>QDialogButtonBox::NoButton</set>
|
144
|
+
</property>
|
145
|
+
</widget>
|
146
|
+
</item>
|
147
|
+
<item row="0" column="0" rowspan="2">
|
148
|
+
<widget class="QGroupBox" name="moduleSelection_groupBox">
|
149
|
+
<property name="title">
|
150
|
+
<string>Module selection</string>
|
151
|
+
</property>
|
152
|
+
<layout class="QGridLayout" name="gridLayout" columnstretch="0"/>
|
153
|
+
</widget>
|
154
|
+
</item>
|
155
|
+
</layout>
|
156
|
+
</widget>
|
157
|
+
<resources/>
|
158
|
+
<connections/>
|
159
|
+
</ui>
|
@@ -0,0 +1,188 @@
|
|
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>571</width>
|
10
|
+
<height>328</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="2">
|
18
|
+
<widget class="QLabel" name="module_latestVersion_label">
|
19
|
+
<property name="text">
|
20
|
+
<string>latest</string>
|
21
|
+
</property>
|
22
|
+
</widget>
|
23
|
+
</item>
|
24
|
+
<item row="6" column="1" colspan="2">
|
25
|
+
<widget class="QLabel" name="module_informationProject_label">
|
26
|
+
<property name="text">
|
27
|
+
<string>-</string>
|
28
|
+
</property>
|
29
|
+
</widget>
|
30
|
+
</item>
|
31
|
+
<item row="0" column="0">
|
32
|
+
<widget class="QLabel" name="label">
|
33
|
+
<property name="text">
|
34
|
+
<string>Module</string>
|
35
|
+
</property>
|
36
|
+
</widget>
|
37
|
+
</item>
|
38
|
+
<item row="7" column="0">
|
39
|
+
<widget class="QLabel" name="label_19">
|
40
|
+
<property name="text">
|
41
|
+
<string>Plugin:</string>
|
42
|
+
</property>
|
43
|
+
</widget>
|
44
|
+
</item>
|
45
|
+
<item row="1" column="2">
|
46
|
+
<widget class="QPushButton" name="module_seeChangeLog_pushButton">
|
47
|
+
<property name="text">
|
48
|
+
<string>See changelog</string>
|
49
|
+
</property>
|
50
|
+
</widget>
|
51
|
+
</item>
|
52
|
+
<item row="7" column="1" colspan="2">
|
53
|
+
<widget class="QLabel" name="module_informationPlugin_label">
|
54
|
+
<property name="text">
|
55
|
+
<string>-</string>
|
56
|
+
</property>
|
57
|
+
</widget>
|
58
|
+
</item>
|
59
|
+
<item row="2" column="0" colspan="3">
|
60
|
+
<widget class="QGroupBox" name="module_zipPackage_groupBox">
|
61
|
+
<property name="title">
|
62
|
+
<string>Zip package</string>
|
63
|
+
</property>
|
64
|
+
<property name="flat">
|
65
|
+
<bool>true</bool>
|
66
|
+
</property>
|
67
|
+
<layout class="QGridLayout" name="gridLayout_9">
|
68
|
+
<item row="0" column="1">
|
69
|
+
<widget class="QToolButton" name="module_browseZip_toolButton">
|
70
|
+
<property name="text">
|
71
|
+
<string>...</string>
|
72
|
+
</property>
|
73
|
+
</widget>
|
74
|
+
</item>
|
75
|
+
<item row="0" column="0">
|
76
|
+
<widget class="QLineEdit" name="module_fromZip_lineEdit"/>
|
77
|
+
</item>
|
78
|
+
</layout>
|
79
|
+
</widget>
|
80
|
+
</item>
|
81
|
+
<item row="6" column="0">
|
82
|
+
<widget class="QLabel" name="label_17">
|
83
|
+
<property name="text">
|
84
|
+
<string>Project:</string>
|
85
|
+
</property>
|
86
|
+
</widget>
|
87
|
+
</item>
|
88
|
+
<item row="1" column="0">
|
89
|
+
<widget class="QLabel" name="label_2">
|
90
|
+
<property name="text">
|
91
|
+
<string>Version</string>
|
92
|
+
</property>
|
93
|
+
</widget>
|
94
|
+
</item>
|
95
|
+
<item row="0" column="1">
|
96
|
+
<widget class="QComboBox" name="module_module_comboBox">
|
97
|
+
<item>
|
98
|
+
<property name="text">
|
99
|
+
<string>Oqtopus WW</string>
|
100
|
+
</property>
|
101
|
+
</item>
|
102
|
+
<item>
|
103
|
+
<property name="text">
|
104
|
+
<string>Oqtopus DW</string>
|
105
|
+
</property>
|
106
|
+
</item>
|
107
|
+
</widget>
|
108
|
+
</item>
|
109
|
+
<item row="5" column="1" colspan="2">
|
110
|
+
<widget class="QLabel" name="module_information_label">
|
111
|
+
<property name="text">
|
112
|
+
<string>-</string>
|
113
|
+
</property>
|
114
|
+
<property name="textInteractionFlags">
|
115
|
+
<set>Qt::NoTextInteraction</set>
|
116
|
+
</property>
|
117
|
+
</widget>
|
118
|
+
</item>
|
119
|
+
<item row="5" column="0">
|
120
|
+
<widget class="QLabel" name="label_18">
|
121
|
+
<property name="text">
|
122
|
+
<string>Source:</string>
|
123
|
+
</property>
|
124
|
+
</widget>
|
125
|
+
</item>
|
126
|
+
<item row="8" column="0" colspan="3">
|
127
|
+
<widget class="QProgressBar" name="module_progressBar">
|
128
|
+
<property name="maximum">
|
129
|
+
<number>0</number>
|
130
|
+
</property>
|
131
|
+
<property name="value">
|
132
|
+
<number>0</number>
|
133
|
+
</property>
|
134
|
+
</widget>
|
135
|
+
</item>
|
136
|
+
<item row="9" column="0">
|
137
|
+
<spacer name="verticalSpacer">
|
138
|
+
<property name="orientation">
|
139
|
+
<enum>Qt::Vertical</enum>
|
140
|
+
</property>
|
141
|
+
<property name="sizeHint" stdset="0">
|
142
|
+
<size>
|
143
|
+
<width>20</width>
|
144
|
+
<height>40</height>
|
145
|
+
</size>
|
146
|
+
</property>
|
147
|
+
</spacer>
|
148
|
+
</item>
|
149
|
+
<item row="3" column="0">
|
150
|
+
<spacer name="verticalSpacer_8">
|
151
|
+
<property name="orientation">
|
152
|
+
<enum>Qt::Vertical</enum>
|
153
|
+
</property>
|
154
|
+
<property name="sizeType">
|
155
|
+
<enum>QSizePolicy::Fixed</enum>
|
156
|
+
</property>
|
157
|
+
<property name="sizeHint" stdset="0">
|
158
|
+
<size>
|
159
|
+
<width>20</width>
|
160
|
+
<height>10</height>
|
161
|
+
</size>
|
162
|
+
</property>
|
163
|
+
</spacer>
|
164
|
+
</item>
|
165
|
+
<item row="1" column="1">
|
166
|
+
<widget class="QComboBox" name="module_package_comboBox">
|
167
|
+
<item>
|
168
|
+
<property name="text">
|
169
|
+
<string>1.6.3</string>
|
170
|
+
</property>
|
171
|
+
</item>
|
172
|
+
<item>
|
173
|
+
<property name="text">
|
174
|
+
<string>1.6.2</string>
|
175
|
+
</property>
|
176
|
+
</item>
|
177
|
+
<item>
|
178
|
+
<property name="text">
|
179
|
+
<string>testing (Attention! Never use in production)</string>
|
180
|
+
</property>
|
181
|
+
</item>
|
182
|
+
</widget>
|
183
|
+
</item>
|
184
|
+
</layout>
|
185
|
+
</widget>
|
186
|
+
<resources/>
|
187
|
+
<connections/>
|
188
|
+
</ui>
|
@@ -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,61 @@
|
|
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="openExternalLinks">
|
30
|
+
<bool>true</bool>
|
31
|
+
</property>
|
32
|
+
<property name="textInteractionFlags">
|
33
|
+
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
34
|
+
</property>
|
35
|
+
</widget>
|
36
|
+
</item>
|
37
|
+
<item row="0" column="1">
|
38
|
+
<widget class="QPushButton" name="project_seeChangelog_pushButton">
|
39
|
+
<property name="text">
|
40
|
+
<string>See changelog</string>
|
41
|
+
</property>
|
42
|
+
</widget>
|
43
|
+
</item>
|
44
|
+
<item row="2" column="0">
|
45
|
+
<spacer name="verticalSpacer">
|
46
|
+
<property name="orientation">
|
47
|
+
<enum>Qt::Vertical</enum>
|
48
|
+
</property>
|
49
|
+
<property name="sizeHint" stdset="0">
|
50
|
+
<size>
|
51
|
+
<width>20</width>
|
52
|
+
<height>40</height>
|
53
|
+
</size>
|
54
|
+
</property>
|
55
|
+
</spacer>
|
56
|
+
</item>
|
57
|
+
</layout>
|
58
|
+
</widget>
|
59
|
+
<resources/>
|
60
|
+
<connections/>
|
61
|
+
</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>
|