|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0" stdsetdef="1"> |
|
3 <author></author> |
|
4 <comment>********************************************************************* |
|
5 ** |
|
6 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
7 ** All rights reserved. |
|
8 ** Contact: Nokia Corporation (qt-info@nokia.com) |
|
9 ** |
|
10 ** This file is part of the autotests of the Qt Toolkit. |
|
11 ** |
|
12 ** $QT_BEGIN_LICENSE:LGPL$ |
|
13 ** No Commercial Usage |
|
14 ** This file contains pre-release code and may not be distributed. |
|
15 ** You may use this file in accordance with the terms and conditions |
|
16 ** contained in the Technology Preview License Agreement accompanying |
|
17 ** this package. |
|
18 ** |
|
19 ** GNU Lesser General Public License Usage |
|
20 ** Alternatively, this file may be used under the terms of the GNU Lesser |
|
21 ** General Public License version 2.1 as published by the Free Software |
|
22 ** Foundation and appearing in the file LICENSE.LGPL included in the |
|
23 ** packaging of this file. Please review the following information to |
|
24 ** ensure the GNU Lesser General Public License version 2.1 requirements |
|
25 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
26 ** |
|
27 ** In addition, as a special exception, Nokia gives you certain additional |
|
28 ** rights. These rights are described in the Nokia Qt LGPL Exception |
|
29 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
30 ** |
|
31 ** If you have questions regarding the use of this file, please contact |
|
32 ** Nokia at qt-info@nokia.com. |
|
33 ** |
|
34 ** |
|
35 ** |
|
36 ** |
|
37 ** |
|
38 ** |
|
39 ** |
|
40 ** |
|
41 ** $QT_END_LICENSE$ |
|
42 ** |
|
43 *********************************************************************</comment> |
|
44 <exportmacro></exportmacro> |
|
45 <class>Preferences</class> |
|
46 <widget class="QDialog" name="Preferences"> |
|
47 <property name="geometry"> |
|
48 <rect> |
|
49 <x>0</x> |
|
50 <y>0</y> |
|
51 <width>482</width> |
|
52 <height>480</height> |
|
53 </rect> |
|
54 </property> |
|
55 <property name="windowTitle"> |
|
56 <string>Preferences</string> |
|
57 </property> |
|
58 <property name="sizeGripEnabled"> |
|
59 <bool>true</bool> |
|
60 </property> |
|
61 <property name="whatsThis" stdset="0"> |
|
62 <string><b>Preferences</b><p>Change the preferences of Qt Designer. There is always one tab with general preferences. There may be additional tabs, depending on which plugins are installed.</p></string> |
|
63 </property> |
|
64 <layout class="QVBoxLayout"> |
|
65 <property name="margin"> |
|
66 <number>11</number> |
|
67 </property> |
|
68 <property name="spacing"> |
|
69 <number>6</number> |
|
70 </property> |
|
71 <item> |
|
72 <widget class="QTabWidget" name="tabWidget"> |
|
73 <widget class="QWidget" name="pageGeneral"> |
|
74 <attribute name="title"> |
|
75 <string>General</string> |
|
76 </attribute> |
|
77 <layout class="QGridLayout"> |
|
78 <item row="1" column="1"> |
|
79 <widget class="Q3GroupBox" name="groupBox4"> |
|
80 <property name="title"> |
|
81 <string>File Saving</string> |
|
82 </property> |
|
83 <layout class="QVBoxLayout"> |
|
84 <item> |
|
85 <widget class="QCheckBox" name="checkBoxAutoSave"> |
|
86 <property name="text"> |
|
87 <string>Enable Auto Sa&ve</string> |
|
88 </property> |
|
89 <property name="shortcut"> |
|
90 <string>Alt+V</string> |
|
91 </property> |
|
92 <property name="checked"> |
|
93 <bool>true</bool> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 <item> |
|
98 <layout class="QHBoxLayout"> |
|
99 <item> |
|
100 <widget class="QLabel" name="textLabelAutoSave"> |
|
101 <property name="text"> |
|
102 <string>Auto Save &Interval:</string> |
|
103 </property> |
|
104 <property name="buddy" stdset="0"> |
|
105 <cstring>timeEditAutoSave</cstring> |
|
106 </property> |
|
107 <property name="wordWrap"> |
|
108 <bool>false</bool> |
|
109 </property> |
|
110 </widget> |
|
111 </item> |
|
112 <item> |
|
113 <widget class="Q3TimeEdit" name="timeEditAutoSave"> |
|
114 <property name="time"> |
|
115 <time> |
|
116 <hour>0</hour> |
|
117 <minute>30</minute> |
|
118 <second>0</second> |
|
119 </time> |
|
120 </property> |
|
121 </widget> |
|
122 </item> |
|
123 </layout> |
|
124 </item> |
|
125 </layout> |
|
126 </widget> |
|
127 </item> |
|
128 <item row="2" column="0" rowspan="1" colspan="2"> |
|
129 <widget class="Q3ButtonGroup" name="buttonGroup2"> |
|
130 <property name="title"> |
|
131 <string>Plu&gin Paths</string> |
|
132 </property> |
|
133 <layout class="QHBoxLayout"> |
|
134 <item> |
|
135 <widget class="Q3TextEdit" name="textEditPluginPaths"/> |
|
136 </item> |
|
137 </layout> |
|
138 </widget> |
|
139 </item> |
|
140 <item row="3" column="1"> |
|
141 <spacer name="Spacer3"> |
|
142 <property name="sizeHint"> |
|
143 <size> |
|
144 <width>20</width> |
|
145 <height>20</height> |
|
146 </size> |
|
147 </property> |
|
148 <property name="sizeType"> |
|
149 <enum>QSizePolicy::Expanding</enum> |
|
150 </property> |
|
151 <property name="orientation"> |
|
152 <enum>Qt::Vertical</enum> |
|
153 </property> |
|
154 </spacer> |
|
155 </item> |
|
156 <item row="1" column="0"> |
|
157 <widget class="Q3GroupBox" name="GroupBox5"> |
|
158 <property name="title"> |
|
159 <string>Ge&neral</string> |
|
160 </property> |
|
161 <layout class="QVBoxLayout"> |
|
162 <property name="margin"> |
|
163 <number>11</number> |
|
164 </property> |
|
165 <property name="spacing"> |
|
166 <number>6</number> |
|
167 </property> |
|
168 <item> |
|
169 <widget class="QCheckBox" name="checkBoxWorkspace"> |
|
170 <property name="text"> |
|
171 <string>Restore Last &Workspace on Startup</string> |
|
172 </property> |
|
173 <property name="shortcut"> |
|
174 <string>Alt+W</string> |
|
175 </property> |
|
176 <property name="checked"> |
|
177 <bool>true</bool> |
|
178 </property> |
|
179 <property name="toolTip" stdset="0"> |
|
180 <string>Restore last workspace</string> |
|
181 </property> |
|
182 <property name="whatsThis" stdset="0"> |
|
183 <string>The current workspace settings will be restored the next time you start Qt Designer if this option is checked.</string> |
|
184 </property> |
|
185 </widget> |
|
186 </item> |
|
187 <item> |
|
188 <widget class="QCheckBox" name="checkBoxSplash"> |
|
189 <property name="text"> |
|
190 <string>Show &Splash Screen on Startup</string> |
|
191 </property> |
|
192 <property name="checked"> |
|
193 <bool>true</bool> |
|
194 </property> |
|
195 <property name="toolTip" stdset="0"> |
|
196 <string>Show Splashscreen</string> |
|
197 </property> |
|
198 <property name="whatsThis" stdset="0"> |
|
199 <string>A splash screen is displayed when starting Qt Designer if this option is checked.</string> |
|
200 </property> |
|
201 </widget> |
|
202 </item> |
|
203 <item> |
|
204 <widget class="QCheckBox" name="checkBoxStartDialog"> |
|
205 <property name="text"> |
|
206 <string>Show Start &Dialog</string> |
|
207 </property> |
|
208 <property name="checked"> |
|
209 <bool>true</bool> |
|
210 </property> |
|
211 </widget> |
|
212 </item> |
|
213 <item> |
|
214 <widget class="QCheckBox" name="checkAutoEdit"> |
|
215 <property name="text"> |
|
216 <string>Disable Data&base Auto-Edit in Preview</string> |
|
217 </property> |
|
218 <property name="shortcut"> |
|
219 <string>Alt+B</string> |
|
220 </property> |
|
221 <property name="checked"> |
|
222 <bool>true</bool> |
|
223 </property> |
|
224 </widget> |
|
225 </item> |
|
226 <item> |
|
227 <widget class="QCheckBox" name="checkBoxTextLabels"> |
|
228 <property name="text"> |
|
229 <string>Show Toolbutton Lab&els</string> |
|
230 </property> |
|
231 <property name="shortcut"> |
|
232 <string>Alt+E</string> |
|
233 </property> |
|
234 <property name="toolTip" stdset="0"> |
|
235 <string>Text Labels</string> |
|
236 </property> |
|
237 <property name="whatsThis" stdset="0"> |
|
238 <string>Text labels will be usin in the toolbars if this is checked.</string> |
|
239 </property> |
|
240 </widget> |
|
241 </item> |
|
242 </layout> |
|
243 </widget> |
|
244 </item> |
|
245 <item row="0" column="1"> |
|
246 <widget class="Q3GroupBox" name="groupBoxGrid"> |
|
247 <property name="title"> |
|
248 <string>G&rid</string> |
|
249 </property> |
|
250 <property name="checkable"> |
|
251 <bool>true</bool> |
|
252 </property> |
|
253 <property name="whatsThis" stdset="0"> |
|
254 <string/> |
|
255 </property> |
|
256 <layout class="QVBoxLayout"> |
|
257 <property name="margin"> |
|
258 <number>11</number> |
|
259 </property> |
|
260 <property name="spacing"> |
|
261 <number>6</number> |
|
262 </property> |
|
263 <item> |
|
264 <widget class="QCheckBox" name="checkBoxSnapGrid"> |
|
265 <property name="text"> |
|
266 <string>Sn&ap to Grid</string> |
|
267 </property> |
|
268 <property name="shortcut"> |
|
269 <string>Alt+A</string> |
|
270 </property> |
|
271 <property name="checked"> |
|
272 <bool>true</bool> |
|
273 </property> |
|
274 <property name="toolTip" stdset="0"> |
|
275 <string>Snap to the grid</string> |
|
276 </property> |
|
277 <property name="whatsThis" stdset="0"> |
|
278 <string><b>Customize the grid-settings for all forms.</b><p>When <b>Snap to Grid</b> is checked, the widgets snap to the grid using the the X/Y resolution.</p></string> |
|
279 </property> |
|
280 </widget> |
|
281 </item> |
|
282 <item> |
|
283 <layout class="QGridLayout"> |
|
284 <property name="margin"> |
|
285 <number>0</number> |
|
286 </property> |
|
287 <property name="spacing"> |
|
288 <number>6</number> |
|
289 </property> |
|
290 <item row="0" column="1"> |
|
291 <widget class="QSpinBox" name="spinGridX"> |
|
292 <property name="maximum"> |
|
293 <number>50</number> |
|
294 </property> |
|
295 <property name="minimum"> |
|
296 <number>5</number> |
|
297 </property> |
|
298 <property name="value"> |
|
299 <number>10</number> |
|
300 </property> |
|
301 <property name="toolTip" stdset="0"> |
|
302 <string>Grid resolution</string> |
|
303 </property> |
|
304 <property name="whatsThis" stdset="0"> |
|
305 <string><b>Customize the grid-settings for all forms.</b><p>When <b>Show Grid</b> is checked, a grid is shown on all forms using the X/Y resolution.</p></string> |
|
306 </property> |
|
307 </widget> |
|
308 </item> |
|
309 <item row="1" column="1"> |
|
310 <widget class="QSpinBox" name="spinGridY"> |
|
311 <property name="maximum"> |
|
312 <number>50</number> |
|
313 </property> |
|
314 <property name="minimum"> |
|
315 <number>5</number> |
|
316 </property> |
|
317 <property name="value"> |
|
318 <number>10</number> |
|
319 </property> |
|
320 <property name="toolTip" stdset="0"> |
|
321 <string>Grid resolution</string> |
|
322 </property> |
|
323 <property name="whatsThis" stdset="0"> |
|
324 <string><b>Customize the grid-settings for all forms.</b><p>When <b>Show Grid</b> is checked, a grid is shown on all forms using the X/Y resolution.</p></string> |
|
325 </property> |
|
326 </widget> |
|
327 </item> |
|
328 <item row="0" column="0"> |
|
329 <widget class="QLabel" name="Label1"> |
|
330 <property name="text"> |
|
331 <string>Grid-&X:</string> |
|
332 </property> |
|
333 <property name="buddy" stdset="0"> |
|
334 <cstring>spinGridX</cstring> |
|
335 </property> |
|
336 <property name="wordWrap"> |
|
337 <bool>false</bool> |
|
338 </property> |
|
339 </widget> |
|
340 </item> |
|
341 <item row="1" column="0"> |
|
342 <widget class="QLabel" name="Label1_2"> |
|
343 <property name="text"> |
|
344 <string>Grid-&Y:</string> |
|
345 </property> |
|
346 <property name="buddy" stdset="0"> |
|
347 <cstring>spinGridY</cstring> |
|
348 </property> |
|
349 <property name="wordWrap"> |
|
350 <bool>false</bool> |
|
351 </property> |
|
352 </widget> |
|
353 </item> |
|
354 </layout> |
|
355 </item> |
|
356 </layout> |
|
357 </widget> |
|
358 </item> |
|
359 <item row="0" column="0"> |
|
360 <widget class="Q3ButtonGroup" name="ButtonGroup1"> |
|
361 <property name="title"> |
|
362 <string>Backgro&und</string> |
|
363 </property> |
|
364 <layout class="QGridLayout"> |
|
365 <property name="margin"> |
|
366 <number>11</number> |
|
367 </property> |
|
368 <property name="spacing"> |
|
369 <number>6</number> |
|
370 </property> |
|
371 <item row="0" column="1"> |
|
372 <widget class="StyledButton" name="buttonColor"> |
|
373 <property name="enabled"> |
|
374 <bool>false</bool> |
|
375 </property> |
|
376 <property name="sizePolicy"> |
|
377 <sizepolicy> |
|
378 <hsizetype>0</hsizetype> |
|
379 <vsizetype>0</vsizetype> |
|
380 <horstretch>0</horstretch> |
|
381 <verstretch>0</verstretch> |
|
382 </sizepolicy> |
|
383 </property> |
|
384 <property name="focusPolicy"> |
|
385 <enum>Qt::TabFocus</enum> |
|
386 </property> |
|
387 <property name="scale" stdset="0"> |
|
388 <bool>false</bool> |
|
389 </property> |
|
390 <property name="toolTip" stdset="0"> |
|
391 <string>Choose a color</string> |
|
392 </property> |
|
393 <property name="whatsThis" stdset="0"> |
|
394 <string>Select a color in the color dialog.</string> |
|
395 </property> |
|
396 </widget> |
|
397 </item> |
|
398 <item row="0" column="0"> |
|
399 <widget class="QRadioButton" name="radioColor"> |
|
400 <property name="focusPolicy"> |
|
401 <enum>Qt::NoFocus</enum> |
|
402 </property> |
|
403 <property name="text"> |
|
404 <string>Co&lor</string> |
|
405 </property> |
|
406 <property name="toolTip" stdset="0"> |
|
407 <string>Use a background color</string> |
|
408 </property> |
|
409 <property name="whatsThis" stdset="0"> |
|
410 <string>Use a background color.</string> |
|
411 </property> |
|
412 </widget> |
|
413 </item> |
|
414 <item row="1" column="0"> |
|
415 <widget class="QRadioButton" name="radioPixmap"> |
|
416 <property name="text"> |
|
417 <string>&Pixmap</string> |
|
418 </property> |
|
419 <property name="checked"> |
|
420 <bool>true</bool> |
|
421 </property> |
|
422 <property name="toolTip" stdset="0"> |
|
423 <string>Use a background pixmap</string> |
|
424 </property> |
|
425 <property name="whatsThis" stdset="0"> |
|
426 <string>Use a background pixmap.</string> |
|
427 </property> |
|
428 </widget> |
|
429 </item> |
|
430 <item row="1" column="1"> |
|
431 <widget class="StyledButton" name="buttonPixmap"> |
|
432 <property name="sizePolicy"> |
|
433 <sizepolicy> |
|
434 <hsizetype>0</hsizetype> |
|
435 <vsizetype>0</vsizetype> |
|
436 <horstretch>0</horstretch> |
|
437 <verstretch>0</verstretch> |
|
438 </sizepolicy> |
|
439 </property> |
|
440 <property name="focusPolicy"> |
|
441 <enum>Qt::TabFocus</enum> |
|
442 </property> |
|
443 <property name="scale" stdset="0"> |
|
444 <bool>false</bool> |
|
445 </property> |
|
446 <property name="toolTip" stdset="0"> |
|
447 <string>Select a pixmap</string> |
|
448 </property> |
|
449 <property name="whatsThis" stdset="0"> |
|
450 <string>Choose a pixmap file.</string> |
|
451 </property> |
|
452 </widget> |
|
453 </item> |
|
454 </layout> |
|
455 </widget> |
|
456 </item> |
|
457 </layout> |
|
458 </widget> |
|
459 </widget> |
|
460 </item> |
|
461 <item> |
|
462 <layout class="QHBoxLayout"> |
|
463 <property name="margin"> |
|
464 <number>0</number> |
|
465 </property> |
|
466 <property name="spacing"> |
|
467 <number>6</number> |
|
468 </property> |
|
469 <item> |
|
470 <widget class="QPushButton" name="helpButton"> |
|
471 <property name="text"> |
|
472 <string>&Help</string> |
|
473 </property> |
|
474 <property name="autoDefault"> |
|
475 <bool>true</bool> |
|
476 </property> |
|
477 </widget> |
|
478 </item> |
|
479 <item> |
|
480 <spacer name="Horizontal Spacing2"> |
|
481 <property name="sizeHint"> |
|
482 <size> |
|
483 <width>20</width> |
|
484 <height>20</height> |
|
485 </size> |
|
486 </property> |
|
487 <property name="sizeType"> |
|
488 <enum>QSizePolicy::Expanding</enum> |
|
489 </property> |
|
490 <property name="orientation"> |
|
491 <enum>Qt::Horizontal</enum> |
|
492 </property> |
|
493 </spacer> |
|
494 </item> |
|
495 <item> |
|
496 <widget class="QPushButton" name="buttonOk"> |
|
497 <property name="text"> |
|
498 <string>&OK</string> |
|
499 </property> |
|
500 <property name="autoDefault"> |
|
501 <bool>true</bool> |
|
502 </property> |
|
503 <property name="default"> |
|
504 <bool>true</bool> |
|
505 </property> |
|
506 <property name="whatsThis" stdset="0"> |
|
507 <string>Close the dialog and apply all the changes.</string> |
|
508 </property> |
|
509 </widget> |
|
510 </item> |
|
511 <item> |
|
512 <widget class="QPushButton" name="buttonCancel"> |
|
513 <property name="text"> |
|
514 <string>&Cancel</string> |
|
515 </property> |
|
516 <property name="autoDefault"> |
|
517 <bool>true</bool> |
|
518 </property> |
|
519 <property name="default"> |
|
520 <bool>false</bool> |
|
521 </property> |
|
522 <property name="whatsThis" stdset="0"> |
|
523 <string>Close the dialog and discard any changes.</string> |
|
524 </property> |
|
525 </widget> |
|
526 </item> |
|
527 </layout> |
|
528 </item> |
|
529 </layout> |
|
530 </widget> |
|
531 <layoutdefault spacing="6" margin="11"/> |
|
532 <customwidgets> |
|
533 <customwidget> |
|
534 <class>StyledButton</class> |
|
535 <extends>QWidget</extends> |
|
536 <header location="local">styledbutton.h</header> |
|
537 <sizehint> |
|
538 <width>40</width> |
|
539 <height>25</height> |
|
540 </sizehint> |
|
541 <container>0</container> |
|
542 <sizepolicy> |
|
543 <hordata>5</hordata> |
|
544 <verdata>5</verdata> |
|
545 </sizepolicy> |
|
546 <pixmap>image0</pixmap> |
|
547 <properties> |
|
548 <property type="Color">color</property> |
|
549 <property type="Pixmap">pixmap</property> |
|
550 <property type="Bool">scale</property> |
|
551 </properties> |
|
552 </customwidget> |
|
553 </customwidgets> |
|
554 <tabstops> |
|
555 <tabstop>buttonOk</tabstop> |
|
556 <tabstop>buttonCancel</tabstop> |
|
557 <tabstop>tabWidget</tabstop> |
|
558 <tabstop>radioColor</tabstop> |
|
559 <tabstop>radioPixmap</tabstop> |
|
560 <tabstop>buttonColor</tabstop> |
|
561 <tabstop>buttonPixmap</tabstop> |
|
562 <tabstop>checkBoxSnapGrid</tabstop> |
|
563 <tabstop>spinGridX</tabstop> |
|
564 <tabstop>spinGridY</tabstop> |
|
565 <tabstop>checkBoxWorkspace</tabstop> |
|
566 <tabstop>checkBoxSplash</tabstop> |
|
567 <tabstop>checkBoxStartDialog</tabstop> |
|
568 <tabstop>checkAutoEdit</tabstop> |
|
569 <tabstop>checkBoxTextLabels</tabstop> |
|
570 <tabstop>helpButton</tabstop> |
|
571 </tabstops> |
|
572 <images> |
|
573 <image name="image0"> |
|
574 <data format="XPM.GZ" length="1112">789c9dd2cb8e9b301406e07d9e0225bba89a09601350d505302c5b7559a9eac23e6672b363620c0ca9faeef53949da2e2a55eab123f9e38f2f217e5e475f3e7f8cd6cf8bde0b7f8008f6c2456b3518337ffdf6e1fb62992451e8691ac5cb778be55304d1277b6e71fc12c6ab0d157222e61bd8e4c812196f6216535a13f318624a6764b2495842e99558249014c81e99c6294b69d3376291424ae9806431638cd28628183081f4489e70ce13e4852878c129ad905992f18cd291283295517a466ed32ddfa64847945bb595c80e99a739cf29d54499ab9c528b2c58c10b86344428540148400a26b8a0541241b482d215523299494a0551c9562ae409091c32e0c82351410b942aa4e22a53941e882d36e41ed966d8903b2215f215f99a6143b6442afaafff5aff485658622584a091941256948443d1cabbdd6ebf3f28753c09a9e9cdc1fe703c9e4ea19f689a0430fa4c8908082be093d08d016bbb0bbd5e7ceafade5b30de19d083b3fa9e008cd39b9fafd69495b473af7fcfb15325c1d61eea0afaf005ddf97b5295c658a866338f97591babef7340fa396c6c5ca9e7fe650807d0bf566b4262299986ba335a3b4a2cc84b69ac85b1b673037d8fabf95b023a9c09cc7530e104dd5419ed6e27083fb09a7c752db5a9bd31cde4ec634ed8a39aebbe337618c3f6fdc5dee6d8b0bb0d6b5b8b1fad43d78fe4e14e3f6aace8e29d9d736777fea3c686eee0138c9726d4d00c548df7a315ff750f7ebc5ffc04a0e5308d</data> |
|
575 </image> |
|
576 </images> |
|
577 <includes> |
|
578 <include location="local">styledbutton.h</include> |
|
579 <include location="local">styledbutton.h</include> |
|
580 </includes> |
|
581 <connections> |
|
582 <connection> |
|
583 <sender>buttonOk</sender> |
|
584 <signal>clicked()</signal> |
|
585 <receiver>Preferences</receiver> |
|
586 <slot>accept()</slot> |
|
587 </connection> |
|
588 <connection> |
|
589 <sender>buttonCancel</sender> |
|
590 <signal>clicked()</signal> |
|
591 <receiver>Preferences</receiver> |
|
592 <slot>reject()</slot> |
|
593 </connection> |
|
594 <connection> |
|
595 <sender>radioColor</sender> |
|
596 <signal>toggled(bool)</signal> |
|
597 <receiver>buttonColor</receiver> |
|
598 <slot>setEnabled(bool)</slot> |
|
599 </connection> |
|
600 <connection> |
|
601 <sender>radioPixmap</sender> |
|
602 <signal>toggled(bool)</signal> |
|
603 <receiver>buttonPixmap</receiver> |
|
604 <slot>setEnabled(bool)</slot> |
|
605 </connection> |
|
606 </connections> |
|
607 </ui> |