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,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>
|
@@ -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>
|