Хранилища Subversion OpenInventory

Редакция

Редакция 211 | Редакция 214 | К новейшей редакции | Только различия | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 211 Редакция 212
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
2
<ui version="4.0">
3
 <class>MainWindow</class>
3
 <class>MainWindow</class>
4
 <widget class="QMainWindow" name="MainWindow">
4
 <widget class="QMainWindow" name="MainWindow">
5
  <property name="geometry">
5
  <property name="geometry">
6
   <rect>
6
   <rect>
7
    <x>0</x>
7
    <x>0</x>
8
    <y>0</y>
8
    <y>0</y>
9
    <width>1106</width>
9
    <width>1094</width>
10
    <height>705</height>
10
    <height>703</height>
11
   </rect>
11
   </rect>
12
  </property>
12
  </property>
13
  <property name="windowTitle">
13
  <property name="windowTitle">
14
   <string>MainWindow</string>
14
   <string>MainWindow</string>
15
  </property>
15
  </property>
16
  <widget class="QWidget" name="centralWidget">
16
  <widget class="QWidget" name="centralWidget">
17
   <widget class="QWidget" name="verticalLayoutWidget">
17
   <widget class="QWidget" name="verticalLayoutWidget">
18
    <property name="geometry">
18
    <property name="geometry">
19
     <rect>
19
     <rect>
20
      <x>10</x>
20
      <x>10</x>
21
      <y>20</y>
21
      <y>20</y>
22
      <width>1081</width>
22
      <width>1081</width>
23
      <height>611</height>
23
      <height>611</height>
24
     </rect>
24
     </rect>
25
    </property>
25
    </property>
26
    <layout class="QVBoxLayout" name="verticalLayout">
26
    <layout class="QVBoxLayout" name="verticalLayout">
27
     <item>
27
     <item>
28
      <widget class="QTabWidget" name="tabWidget">
28
      <widget class="QTabWidget" name="tabWidget">
29
       <property name="currentIndex">
29
       <property name="currentIndex">
30
        <number>1</number>
30
        <number>1</number>
31
       </property>
31
       </property>
32
       <widget class="QWidget" name="tab">
32
       <widget class="QWidget" name="tab">
33
        <attribute name="title">
33
        <attribute name="title">
34
         <string>Данные</string>
34
         <string>Данные</string>
35
        </attribute>
35
        </attribute>
36
        <widget class="QWidget" name="horizontalLayoutWidget">
36
        <widget class="QWidget" name="horizontalLayoutWidget">
37
         <property name="geometry">
37
         <property name="geometry">
38
          <rect>
38
          <rect>
39
           <x>0</x>
39
           <x>0</x>
40
           <y>10</y>
40
           <y>10</y>
41
           <width>1061</width>
41
           <width>1061</width>
42
           <height>561</height>
42
           <height>561</height>
43
          </rect>
43
          </rect>
44
         </property>
44
         </property>
45
         <layout class="QHBoxLayout" name="horizontalLayout">
45
         <layout class="QHBoxLayout" name="horizontalLayout">
46
          <item>
46
          <item>
47
           <widget class="QTreeWidget" name="treeWidget_2">
47
           <widget class="QTreeWidget" name="treeWidget_2">
48
            <property name="maximumSize">
48
            <property name="maximumSize">
49
             <size>
49
             <size>
50
              <width>400</width>
50
              <width>400</width>
51
              <height>16777215</height>
51
              <height>16777215</height>
52
             </size>
52
             </size>
53
            </property>
53
            </property>
54
            <column>
54
            <column>
55
             <property name="text">
55
             <property name="text">
56
              <string notr="true">1</string>
56
              <string notr="true">1</string>
57
             </property>
57
             </property>
58
            </column>
58
            </column>
59
            <column>
59
            <column>
60
             <property name="text">
60
             <property name="text">
61
              <string>Тип узла</string>
61
              <string>Тип узла</string>
62
             </property>
62
             </property>
63
            </column>
63
            </column>
64
            <column>
64
            <column>
65
             <property name="text">
65
             <property name="text">
66
              <string>ID</string>
66
              <string>ID</string>
67
             </property>
67
             </property>
68
            </column>
68
            </column>
69
            <column>
69
            <column>
70
             <property name="text">
70
             <property name="text">
71
              <string>Хранилище</string>
71
              <string>Хранилище</string>
72
             </property>
72
             </property>
73
            </column>
73
            </column>
74
            <column>
74
            <column>
75
             <property name="text">
75
             <property name="text">
76
              <string>Поле-указатель</string>
76
              <string>Поле-указатель</string>
77
             </property>
77
             </property>
78
            </column>
78
            </column>
79
           </widget>
79
           </widget>
80
          </item>
80
          </item>
81
          <item>
81
          <item>
82
           <layout class="QVBoxLayout" name="verticalLayout_2">
82
           <layout class="QVBoxLayout" name="verticalLayout_2">
83
            <item>
83
            <item>
84
             <widget class="QTableView" name="tableView">
84
             <widget class="QTableView" name="tableView">
85
              <property name="sizePolicy">
85
              <property name="sizePolicy">
86
               <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
86
               <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
87
                <horstretch>3</horstretch>
87
                <horstretch>3</horstretch>
88
                <verstretch>0</verstretch>
88
                <verstretch>0</verstretch>
89
               </sizepolicy>
89
               </sizepolicy>
90
              </property>
90
              </property>
91
             </widget>
91
             </widget>
92
            </item>
92
            </item>
93
            <item>
93
            <item>
94
             <layout class="QHBoxLayout" name="horizontalLayout_2">
94
             <layout class="QHBoxLayout" name="horizontalLayout_2">
95
              <item>
95
              <item>
96
               <layout class="QVBoxLayout" name="verticalLayout_3">
96
               <layout class="QVBoxLayout" name="verticalLayout_3">
97
                <item>
97
                <item>
98
                 <widget class="QPushButton" name="pushButton">
98
                 <widget class="QPushButton" name="pushButton">
99
                  <property name="text">
99
                  <property name="text">
100
                   <string>Добавить новый объект</string>
100
                   <string>Добавить новый объект</string>
101
                  </property>
101
                  </property>
102
                 </widget>
102
                 </widget>
103
                </item>
103
                </item>
104
                <item>
104
                <item>
105
                 <widget class="QPushButton" name="pushButton_3">
105
                 <widget class="QPushButton" name="pushButton_3">
106
                  <property name="text">
106
                  <property name="text">
107
                   <string>Применить</string>
107
                   <string>Применить</string>
108
                  </property>
108
                  </property>
109
                 </widget>
109
                 </widget>
110
                </item>
110
                </item>
111
               </layout>
111
               </layout>
112
              </item>
112
              </item>
113
              <item>
113
              <item>
114
               <spacer name="horizontalSpacer">
114
               <spacer name="horizontalSpacer">
115
                <property name="orientation">
115
                <property name="orientation">
116
                 <enum>Qt::Horizontal</enum>
116
                 <enum>Qt::Horizontal</enum>
117
                </property>
117
                </property>
118
                <property name="sizeHint" stdset="0">
118
                <property name="sizeHint" stdset="0">
119
                 <size>
119
                 <size>
120
                  <width>40</width>
120
                  <width>40</width>
121
                  <height>20</height>
121
                  <height>20</height>
122
                 </size>
122
                 </size>
123
                </property>
123
                </property>
124
               </spacer>
124
               </spacer>
125
              </item>
125
              </item>
126
              <item>
126
              <item>
127
               <layout class="QVBoxLayout" name="verticalLayout_4">
127
               <layout class="QVBoxLayout" name="verticalLayout_4">
128
                <item>
128
                <item>
129
                 <widget class="QPushButton" name="pushButton_2">
129
                 <widget class="QPushButton" name="pushButton_2">
130
                  <property name="text">
130
                  <property name="text">
131
                   <string>Удалить объект</string>
131
                   <string>Удалить объект</string>
132
                  </property>
132
                  </property>
133
                 </widget>
133
                 </widget>
134
                </item>
134
                </item>
135
                <item>
135
                <item>
136
                 <widget class="QPushButton" name="pushButton_4">
136
                 <widget class="QPushButton" name="pushButton_4">
137
                  <property name="text">
137
                  <property name="text">
138
                   <string>Сбросить изменения</string>
138
                   <string>Сбросить изменения</string>
139
                  </property>
139
                  </property>
140
                 </widget>
140
                 </widget>
141
                </item>
141
                </item>
142
               </layout>
142
               </layout>
143
              </item>
143
              </item>
144
             </layout>
144
             </layout>
145
            </item>
145
            </item>
146
           </layout>
146
           </layout>
147
          </item>
147
          </item>
148
         </layout>
148
         </layout>
149
        </widget>
149
        </widget>
150
       </widget>
150
       </widget>
151
       <widget class="QWidget" name="tab_2">
151
       <widget class="QWidget" name="tab_2">
152
        <attribute name="title">
152
        <attribute name="title">
153
         <string>Модели</string>
153
         <string>Модели</string>
154
        </attribute>
154
        </attribute>
155
        <widget class="QWidget" name="horizontalLayoutWidget_2">
155
        <widget class="QWidget" name="horizontalLayoutWidget_2">
156
         <property name="geometry">
156
         <property name="geometry">
157
          <rect>
157
          <rect>
158
           <x>10</x>
158
           <x>10</x>
159
           <y>9</y>
159
           <y>9</y>
160
           <width>1051</width>
160
           <width>1051</width>
161
           <height>561</height>
161
           <height>561</height>
162
          </rect>
162
          </rect>
163
         </property>
163
         </property>
164
         <layout class="QHBoxLayout" name="horizontalLayout_3">
164
         <layout class="QHBoxLayout" name="horizontalLayout_3">
165
          <item>
165
          <item>
166
           <layout class="QVBoxLayout" name="verticalLayout_5">
166
           <layout class="QVBoxLayout" name="verticalLayout_5">
167
            <item>
167
            <item>
168
             <widget class="QTreeWidget" name="treeWidget">
168
             <widget class="QTreeWidget" name="treeWidget">
169
              <column>
169
              <column>
170
               <property name="text">
170
               <property name="text">
171
                <string notr="true">Имя класа</string>
171
                <string notr="true">Имя класа</string>
172
               </property>
172
               </property>
173
              </column>
173
              </column>
174
              <column>
174
              <column>
175
               <property name="text">
175
               <property name="text">
176
                <string>ID класса</string>
176
                <string>ID класса</string>
177
               </property>
177
               </property>
178
              </column>
178
              </column>
179
              <column>
179
              <column>
180
               <property name="text">
180
               <property name="text">
181
                <string>Ном. стр.</string>
181
                <string>Ном. стр.</string>
182
               </property>
182
               </property>
183
              </column>
183
              </column>
184
              <column>
184
              <column>
185
               <property name="text">
185
               <property name="text">
186
                <string>Ур. вл.</string>
186
                <string>Ур. вл.</string>
187
               </property>
187
               </property>
188
              </column>
188
              </column>
189
              <column>
189
              <column>
190
               <property name="text">
190
               <property name="text">
191
                <string>row</string>
191
                <string>row</string>
192
               </property>
192
               </property>
193
              </column>
193
              </column>
194
              <column>
194
              <column>
195
               <property name="text">
195
               <property name="text">
196
                <string>Фильтр</string>
196
                <string>Фильтр</string>
197
               </property>
197
               </property>
198
              </column>
198
              </column>
199
             </widget>
199
             </widget>
200
            </item>
200
            </item>
201
            <item>
201
            <item>
202
             <layout class="QHBoxLayout" name="horizontalLayout_4">
202
             <layout class="QHBoxLayout" name="horizontalLayout_4">
203
              <item>
203
              <item>
204
               <widget class="QComboBox" name="comboBox">
204
               <widget class="QComboBox" name="comboBox">
205
                <property name="enabled">
205
                <property name="enabled">
206
                 <bool>false</bool>
206
                 <bool>false</bool>
207
                </property>
207
                </property>
208
                <property name="editable">
208
                <property name="editable">
209
                 <bool>false</bool>
209
                 <bool>false</bool>
210
                </property>
210
                </property>
211
               </widget>
211
               </widget>
212
              </item>
212
              </item>
213
              <item>
213
              <item>
214
               <widget class="QLabel" name="label">
214
               <widget class="QLabel" name="label">
215
                <property name="text">
215
                <property name="text">
216
                 <string>ID</string>
216
                 <string>ID</string>
217
                </property>
217
                </property>
218
               </widget>
218
               </widget>
219
              </item>
219
              </item>
220
             </layout>
220
             </layout>
221
            </item>
221
            </item>
222
           </layout>
222
           </layout>
223
          </item>
223
          </item>
224
          <item>
224
          <item>
225
           <layout class="QVBoxLayout" name="verticalLayout_8">
225
           <layout class="QVBoxLayout" name="verticalLayout_8">
226
            <item>
226
            <item>
-
 
227
             <widget class="QLabel" name="label_2">
-
 
228
              <property name="font">
-
 
229
               <font>
-
 
230
                <pointsize>16</pointsize>
-
 
231
                <weight>75</weight>
-
 
232
                <italic>true</italic>
-
 
233
                <bold>true</bold>
-
 
234
               </font>
-
 
235
              </property>
-
 
236
              <property name="text">
-
 
237
               <string>Модели</string>
-
 
238
              </property>
-
 
239
             </widget>
-
 
240
            </item>
-
 
241
            <item>
227
             <widget class="QTableView" name="tableView_2"/>
242
             <widget class="QTableView" name="tableView_2"/>
228
            </item>
243
            </item>
229
            <item>
244
            <item>
230
             <layout class="QHBoxLayout" name="horizontalLayout_5">
245
             <layout class="QHBoxLayout" name="horizontalLayout_5">
231
              <item>
246
              <item>
232
               <layout class="QVBoxLayout" name="verticalLayout_6">
247
               <layout class="QVBoxLayout" name="verticalLayout_6">
233
                <item>
248
                <item>
234
                 <widget class="QPushButton" name="pushButton_5">
249
                 <widget class="QPushButton" name="pushButton_5">
235
                  <property name="text">
250
                  <property name="text">
236
                   <string>Добавить модель</string>
251
                   <string>Добавить модель</string>
237
                  </property>
252
                  </property>
238
                 </widget>
253
                 </widget>
239
                </item>
254
                </item>
240
                <item>
255
                <item>
241
                 <widget class="QPushButton" name="pushButton_7">
256
                 <widget class="QPushButton" name="pushButton_7">
242
                  <property name="text">
257
                  <property name="text">
243
                   <string>Применить</string>
258
                   <string>Применить</string>
244
                  </property>
259
                  </property>
245
                 </widget>
260
                 </widget>
246
                </item>
261
                </item>
247
               </layout>
262
               </layout>
248
              </item>
263
              </item>
249
              <item>
264
              <item>
250
               <spacer name="horizontalSpacer_2">
265
               <spacer name="horizontalSpacer_2">
251
                <property name="orientation">
266
                <property name="orientation">
252
                 <enum>Qt::Horizontal</enum>
267
                 <enum>Qt::Horizontal</enum>
253
                </property>
268
                </property>
254
                <property name="sizeHint" stdset="0">
269
                <property name="sizeHint" stdset="0">
255
                 <size>
270
                 <size>
256
                  <width>40</width>
271
                  <width>40</width>
257
                  <height>20</height>
272
                  <height>20</height>
258
                 </size>
273
                 </size>
259
                </property>
274
                </property>
260
               </spacer>
275
               </spacer>
261
              </item>
276
              </item>
262
              <item>
277
              <item>
263
               <layout class="QVBoxLayout" name="verticalLayout_7">
278
               <layout class="QVBoxLayout" name="verticalLayout_7">
264
                <item>
279
                <item>
265
                 <widget class="QPushButton" name="pushButton_6">
280
                 <widget class="QPushButton" name="pushButton_6">
266
                  <property name="text">
281
                  <property name="text">
267
                   <string>Удалить модель</string>
282
                   <string>Удалить модель</string>
268
                  </property>
283
                  </property>
269
                 </widget>
284
                 </widget>
270
                </item>
285
                </item>
271
                <item>
286
                <item>
272
                 <widget class="QPushButton" name="pushButton_8">
287
                 <widget class="QPushButton" name="pushButton_8">
273
                  <property name="text">
288
                  <property name="text">
274
                   <string>Сбросить изменения</string>
289
                   <string>Сбросить изменения</string>
275
                  </property>
290
                  </property>
276
                 </widget>
291
                 </widget>
277
                </item>
292
                </item>
278
               </layout>
293
               </layout>
279
              </item>
294
              </item>
280
             </layout>
295
             </layout>
281
            </item>
296
            </item>
282
            <item>
297
            <item>
283
             <widget class="QLabel" name="label_5">
298
             <widget class="QLabel" name="label_5">
284
              <property name="font">
299
              <property name="font">
285
               <font>
300
               <font>
286
                <pointsize>16</pointsize>
301
                <pointsize>16</pointsize>
287
                <weight>75</weight>
302
                <weight>75</weight>
288
                <italic>true</italic>
303
                <italic>true</italic>
289
                <bold>true</bold>
304
                <bold>true</bold>
290
               </font>
305
               </font>
291
              </property>
306
              </property>
292
              <property name="text">
307
              <property name="text">
293
               <string>Добавить услови в фильтр:</string>
308
               <string>Фильтры</string>
294
              </property>
309
              </property>
295
             </widget>
310
             </widget>
296
            </item>
311
            </item>
297
            <item>
312
            <item>
-
 
313
             <widget class="QTableView" name="tableView_3"/>
-
 
314
            </item>
-
 
315
            <item>
298
             <layout class="QHBoxLayout" name="horizontalLayout_6">
316
             <layout class="QHBoxLayout" name="horizontalLayout_6">
299
              <item>
317
              <item>
300
               <widget class="QComboBox" name="comboBox_4">
318
               <widget class="QPushButton" name="pushButton_9">
301
                <property name="sizePolicy">
-
 
302
                 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
-
 
303
                  <horstretch>0</horstretch>
-
 
304
                  <verstretch>0</verstretch>
-
 
305
                 </sizepolicy>
-
 
306
                </property>
-
 
307
                <property name="font">
319
                <property name="text">
308
                 <font>
-
 
309
                  <pointsize>20</pointsize>
320
                 <string>Добавить фильтр</string>
310
                  <weight>75</weight>
-
 
311
                  <bold>true</bold>
-
 
312
                 </font>
-
 
313
                </property>
321
                </property>
314
                <item>
-
 
315
                 <property name="text">
-
 
316
                  <string>И</string>
-
 
317
                 </property>
-
 
318
                </item>
-
 
319
                <item>
-
 
320
                 <property name="text">
-
 
321
                  <string>ИЛИ</string>
-
 
322
                 </property>
-
 
323
                </item>
-
 
324
               </widget>
322
               </widget>
325
              </item>
323
              </item>
326
              <item>
324
              <item>
327
               <layout class="QVBoxLayout" name="verticalLayout_9">
-
 
328
                <item>
-
 
329
                 <widget class="QLabel" name="label_2">
325
               <widget class="QPushButton" name="pushButton_10">
330
                  <property name="text">
326
                <property name="text">
331
                   <string>Поле класса</string>
327
                 <string>Удалить фильтр</string>
332
                  </property>
-
 
333
                 </widget>
-
 
334
                </item>
-
 
335
                <item>
-
 
336
                 <widget class="QComboBox" name="comboBox_2"/>
-
 
337
                </item>
-
 
338
               </layout>
-
 
339
              </item>
-
 
340
              <item>
-
 
341
               <layout class="QVBoxLayout" name="verticalLayout_10">
-
 
342
                <item>
-
 
343
                 <widget class="QLabel" name="label_3">
-
 
344
                  <property name="text">
-
 
345
                   <string>Условие</string>
-
 
346
                  </property>
-
 
347
                  <property name="alignment">
-
 
348
                   <set>Qt::AlignCenter</set>
-
 
349
                  </property>
-
 
350
                 </widget>
-
 
351
                </item>
-
 
352
                <item>
-
 
353
                 <widget class="QComboBox" name="comboBox_3">
-
 
354
                  <item>
-
 
355
                   <property name="text">
-
 
356
                    <string>=</string>
-
 
357
                   </property>
-
 
358
                  </item>
-
 
359
                  <item>
-
 
360
                   <property name="text">
-
 
361
                    <string>&gt;</string>
-
 
362
                   </property>
-
 
363
                  </item>
-
 
364
                  <item>
-
 
365
                   <property name="text">
-
 
366
                    <string>&lt;</string>
-
 
367
                   </property>
-
 
368
                  </item>
-
 
369
                 </widget>
-
 
370
                </item>
-
 
371
               </layout>
-
 
372
              </item>
-
 
373
              <item>
-
 
374
               <layout class="QVBoxLayout" name="verticalLayout_11">
-
 
375
                <item>
-
 
376
                 <widget class="QLabel" name="label_4">
-
 
377
                  <property name="text">
-
 
378
                   <string>Значение для сравнения</string>
-
 
379
                  </property>
-
 
380
                  <property name="alignment">
-
 
381
                   <set>Qt::AlignCenter</set>
-
 
382
                  </property>
-
 
383
                 </widget>
-
 
384
                </item>
-
 
385
                <item>
-
 
386
                 <widget class="QLineEdit" name="lineEdit"/>
-
 
387
                </item>
-
 
388
               </layout>
-
 
389
              </item>
-
 
390
              <item>
-
 
391
               <spacer name="horizontalSpacer_3">
-
 
392
                <property name="orientation">
-
 
393
                 <enum>Qt::Horizontal</enum>
-
 
394
                </property>
-
 
395
                <property name="sizeHint" stdset="0">
-
 
396
                 <size>
-
 
397
                  <width>40</width>
-
 
398
                  <height>20</height>
-
 
399
                 </size>
-
 
400
                </property>
328
                </property>
401
               </spacer>
329
               </widget>
402
              </item>
330
              </item>
403
             </layout>
331
             </layout>
404
            </item>
332
            </item>
405
           </layout>
333
           </layout>
406
          </item>
334
          </item>
407
         </layout>
335
         </layout>
408
        </widget>
336
        </widget>
409
       </widget>
337
       </widget>
410
      </widget>
338
      </widget>
411
     </item>
339
     </item>
412
    </layout>
340
    </layout>
413
   </widget>
341
   </widget>
414
  </widget>
342
  </widget>
415
  <widget class="QMenuBar" name="menuBar">
343
  <widget class="QMenuBar" name="menuBar">
416
   <property name="geometry">
344
   <property name="geometry">
417
    <rect>
345
    <rect>
418
     <x>0</x>
346
     <x>0</x>
419
     <y>0</y>
347
     <y>0</y>
420
     <width>1106</width>
348
     <width>1094</width>
421
     <height>27</height>
349
     <height>24</height>
422
    </rect>
350
    </rect>
423
   </property>
351
   </property>
424
   <widget class="QMenu" name="menu">
352
   <widget class="QMenu" name="menu">
425
    <property name="title">
353
    <property name="title">
426
     <string>База данных</string>
354
     <string>База данных</string>
427
    </property>
355
    </property>
428
    <addaction name="getsettingAct"/>
356
    <addaction name="getsettingAct"/>
429
   </widget>
357
   </widget>
430
   <addaction name="menu"/>
358
   <addaction name="menu"/>
431
  </widget>
359
  </widget>
432
  <widget class="QToolBar" name="mainToolBar">
360
  <widget class="QToolBar" name="mainToolBar">
433
   <attribute name="toolBarArea">
361
   <attribute name="toolBarArea">
434
    <enum>TopToolBarArea</enum>
362
    <enum>TopToolBarArea</enum>
435
   </attribute>
363
   </attribute>
436
   <attribute name="toolBarBreak">
364
   <attribute name="toolBarBreak">
437
    <bool>false</bool>
365
    <bool>false</bool>
438
   </attribute>
366
   </attribute>
439
  </widget>
367
  </widget>
440
  <widget class="QStatusBar" name="statusBar"/>
368
  <widget class="QStatusBar" name="statusBar"/>
441
  <action name="getsettingAct">
369
  <action name="getsettingAct">
442
   <property name="text">
370
   <property name="text">
443
    <string>Параметры соединения</string>
371
    <string>Параметры соединения</string>
444
   </property>
372
   </property>
445
  </action>
373
  </action>
446
 </widget>
374
 </widget>
447
 <layoutdefault spacing="6" margin="11"/>
375
 <layoutdefault spacing="6" margin="11"/>
448
 <resources/>
376
 <resources/>
449
 <connections/>
377
 <connections/>
450
</ui>
378
</ui>