|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>E5MessageBoxWizardDialog</class> |
|
4 <widget class="QDialog" name="E5MessageBoxWizardDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>535</width> |
|
10 <height>728</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>E5MessageBox Wizard</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="typeBox"> |
|
22 <property name="title"> |
|
23 <string>Type</string> |
|
24 </property> |
|
25 <layout class="QGridLayout" name="gridLayout"> |
|
26 <item row="0" column="0"> |
|
27 <widget class="QRadioButton" name="rInformation"> |
|
28 <property name="toolTip"> |
|
29 <string>Generate an Information message box</string> |
|
30 </property> |
|
31 <property name="text"> |
|
32 <string>Information</string> |
|
33 </property> |
|
34 <property name="checked"> |
|
35 <bool>true</bool> |
|
36 </property> |
|
37 </widget> |
|
38 </item> |
|
39 <item row="0" column="1"> |
|
40 <widget class="QRadioButton" name="rQuestion"> |
|
41 <property name="focusPolicy"> |
|
42 <enum>Qt::TabFocus</enum> |
|
43 </property> |
|
44 <property name="toolTip"> |
|
45 <string>Generate a Question message box</string> |
|
46 </property> |
|
47 <property name="text"> |
|
48 <string>Question</string> |
|
49 </property> |
|
50 </widget> |
|
51 </item> |
|
52 <item row="0" column="2"> |
|
53 <widget class="QRadioButton" name="rWarning"> |
|
54 <property name="focusPolicy"> |
|
55 <enum>Qt::TabFocus</enum> |
|
56 </property> |
|
57 <property name="toolTip"> |
|
58 <string>Generate a Warning message box</string> |
|
59 </property> |
|
60 <property name="text"> |
|
61 <string>Warning</string> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 <item row="0" column="3"> |
|
66 <widget class="QRadioButton" name="rCritical"> |
|
67 <property name="focusPolicy"> |
|
68 <enum>Qt::TabFocus</enum> |
|
69 </property> |
|
70 <property name="toolTip"> |
|
71 <string>Generate a Critical message box</string> |
|
72 </property> |
|
73 <property name="text"> |
|
74 <string>Critical</string> |
|
75 </property> |
|
76 </widget> |
|
77 </item> |
|
78 <item row="1" column="0"> |
|
79 <widget class="QRadioButton" name="rYesNo"> |
|
80 <property name="toolTip"> |
|
81 <string>Generate a Yes/No message box</string> |
|
82 </property> |
|
83 <property name="text"> |
|
84 <string>Yes/No</string> |
|
85 </property> |
|
86 </widget> |
|
87 </item> |
|
88 <item row="1" column="1"> |
|
89 <widget class="QRadioButton" name="rRetryAbort"> |
|
90 <property name="toolTip"> |
|
91 <string>Generate a retry/abort message box</string> |
|
92 </property> |
|
93 <property name="text"> |
|
94 <string>Retry/Abort</string> |
|
95 </property> |
|
96 </widget> |
|
97 </item> |
|
98 <item row="1" column="2"> |
|
99 <widget class="QRadioButton" name="rOkToClearData"> |
|
100 <property name="toolTip"> |
|
101 <string>Generate an "ok to clear data" message box</string> |
|
102 </property> |
|
103 <property name="text"> |
|
104 <string>OK to clear data</string> |
|
105 </property> |
|
106 </widget> |
|
107 </item> |
|
108 <item row="2" column="0"> |
|
109 <widget class="QRadioButton" name="rAbout"> |
|
110 <property name="focusPolicy"> |
|
111 <enum>Qt::TabFocus</enum> |
|
112 </property> |
|
113 <property name="toolTip"> |
|
114 <string>Generate an About message box</string> |
|
115 </property> |
|
116 <property name="text"> |
|
117 <string>About</string> |
|
118 </property> |
|
119 </widget> |
|
120 </item> |
|
121 <item row="2" column="1"> |
|
122 <widget class="QRadioButton" name="rAboutQt"> |
|
123 <property name="focusPolicy"> |
|
124 <enum>Qt::TabFocus</enum> |
|
125 </property> |
|
126 <property name="toolTip"> |
|
127 <string>Generate an AboutQt message box</string> |
|
128 </property> |
|
129 <property name="text"> |
|
130 <string>About Qt</string> |
|
131 </property> |
|
132 </widget> |
|
133 </item> |
|
134 <item row="2" column="2"> |
|
135 <widget class="QRadioButton" name="rStandard"> |
|
136 <property name="toolTip"> |
|
137 <string>Generate a standard message box</string> |
|
138 </property> |
|
139 <property name="text"> |
|
140 <string>Standard message box</string> |
|
141 </property> |
|
142 </widget> |
|
143 </item> |
|
144 </layout> |
|
145 </widget> |
|
146 </item> |
|
147 <item> |
|
148 <widget class="QLabel" name="textLabel1"> |
|
149 <property name="text"> |
|
150 <string>Title</string> |
|
151 </property> |
|
152 </widget> |
|
153 </item> |
|
154 <item> |
|
155 <widget class="QLineEdit" name="eCaption"> |
|
156 <property name="toolTip"> |
|
157 <string>Enter the title for the message box</string> |
|
158 </property> |
|
159 </widget> |
|
160 </item> |
|
161 <item> |
|
162 <widget class="QLabel" name="textLabel2"> |
|
163 <property name="text"> |
|
164 <string>Message</string> |
|
165 </property> |
|
166 </widget> |
|
167 </item> |
|
168 <item> |
|
169 <widget class="QTextEdit" name="eMessage"> |
|
170 <property name="toolTip"> |
|
171 <string>Enter the message to be shown in the message box</string> |
|
172 </property> |
|
173 <property name="tabChangesFocus"> |
|
174 <bool>true</bool> |
|
175 </property> |
|
176 </widget> |
|
177 </item> |
|
178 <item> |
|
179 <widget class="QGroupBox" name="parentGroup"> |
|
180 <property name="title"> |
|
181 <string>Parent</string> |
|
182 </property> |
|
183 <layout class="QGridLayout" name="gridLayout_3"> |
|
184 <item row="0" column="0"> |
|
185 <widget class="QRadioButton" name="parentSelf"> |
|
186 <property name="toolTip"> |
|
187 <string>Select "self" as parent</string> |
|
188 </property> |
|
189 <property name="text"> |
|
190 <string>self</string> |
|
191 </property> |
|
192 <property name="checked"> |
|
193 <bool>true</bool> |
|
194 </property> |
|
195 </widget> |
|
196 </item> |
|
197 <item row="0" column="1"> |
|
198 <widget class="QRadioButton" name="parentNone"> |
|
199 <property name="toolTip"> |
|
200 <string>Select "None" as parent</string> |
|
201 </property> |
|
202 <property name="text"> |
|
203 <string>None</string> |
|
204 </property> |
|
205 </widget> |
|
206 </item> |
|
207 <item row="1" column="0" colspan="2"> |
|
208 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
209 <item> |
|
210 <widget class="QRadioButton" name="parentOther"> |
|
211 <property name="toolTip"> |
|
212 <string>Select to enter a parent expression</string> |
|
213 </property> |
|
214 <property name="text"> |
|
215 <string>Expression:</string> |
|
216 </property> |
|
217 </widget> |
|
218 </item> |
|
219 <item> |
|
220 <widget class="QLineEdit" name="parentEdit"> |
|
221 <property name="enabled"> |
|
222 <bool>false</bool> |
|
223 </property> |
|
224 <property name="toolTip"> |
|
225 <string>Enter the parent expression</string> |
|
226 </property> |
|
227 </widget> |
|
228 </item> |
|
229 </layout> |
|
230 </item> |
|
231 </layout> |
|
232 </widget> |
|
233 </item> |
|
234 <item> |
|
235 <widget class="QGroupBox" name="standardButtons"> |
|
236 <property name="title"> |
|
237 <string>Standard Buttons</string> |
|
238 </property> |
|
239 <layout class="QGridLayout" name="gridLayout_2"> |
|
240 <item row="0" column="0"> |
|
241 <widget class="QCheckBox" name="abortCheck"> |
|
242 <property name="text"> |
|
243 <string>Abort</string> |
|
244 </property> |
|
245 </widget> |
|
246 </item> |
|
247 <item row="0" column="1"> |
|
248 <widget class="QCheckBox" name="applyCheck"> |
|
249 <property name="text"> |
|
250 <string>Apply</string> |
|
251 </property> |
|
252 </widget> |
|
253 </item> |
|
254 <item row="0" column="2"> |
|
255 <widget class="QCheckBox" name="cancelCheck"> |
|
256 <property name="text"> |
|
257 <string>Cancel</string> |
|
258 </property> |
|
259 </widget> |
|
260 </item> |
|
261 <item row="0" column="3"> |
|
262 <widget class="QCheckBox" name="closeCheck"> |
|
263 <property name="text"> |
|
264 <string>Close</string> |
|
265 </property> |
|
266 </widget> |
|
267 </item> |
|
268 <item row="0" column="4"> |
|
269 <widget class="QCheckBox" name="discardCheck"> |
|
270 <property name="text"> |
|
271 <string>Discard</string> |
|
272 </property> |
|
273 </widget> |
|
274 </item> |
|
275 <item row="1" column="0"> |
|
276 <widget class="QCheckBox" name="helpCheck"> |
|
277 <property name="text"> |
|
278 <string>Help</string> |
|
279 </property> |
|
280 </widget> |
|
281 </item> |
|
282 <item row="1" column="1"> |
|
283 <widget class="QCheckBox" name="ignoreCheck"> |
|
284 <property name="text"> |
|
285 <string>Ignore</string> |
|
286 </property> |
|
287 </widget> |
|
288 </item> |
|
289 <item row="1" column="2"> |
|
290 <widget class="QCheckBox" name="noCheck"> |
|
291 <property name="text"> |
|
292 <string>No</string> |
|
293 </property> |
|
294 </widget> |
|
295 </item> |
|
296 <item row="1" column="3"> |
|
297 <widget class="QCheckBox" name="notoallCheck"> |
|
298 <property name="text"> |
|
299 <string>No to all</string> |
|
300 </property> |
|
301 </widget> |
|
302 </item> |
|
303 <item row="1" column="4"> |
|
304 <widget class="QCheckBox" name="okCheck"> |
|
305 <property name="text"> |
|
306 <string>Ok</string> |
|
307 </property> |
|
308 </widget> |
|
309 </item> |
|
310 <item row="2" column="0"> |
|
311 <widget class="QCheckBox" name="openCheck"> |
|
312 <property name="text"> |
|
313 <string>Open</string> |
|
314 </property> |
|
315 </widget> |
|
316 </item> |
|
317 <item row="2" column="1"> |
|
318 <widget class="QCheckBox" name="resetCheck"> |
|
319 <property name="text"> |
|
320 <string>Reset</string> |
|
321 </property> |
|
322 </widget> |
|
323 </item> |
|
324 <item row="2" column="2"> |
|
325 <widget class="QCheckBox" name="restoreCheck"> |
|
326 <property name="text"> |
|
327 <string>Restore defaults</string> |
|
328 </property> |
|
329 </widget> |
|
330 </item> |
|
331 <item row="2" column="3"> |
|
332 <widget class="QCheckBox" name="retryCheck"> |
|
333 <property name="text"> |
|
334 <string>Retry</string> |
|
335 </property> |
|
336 </widget> |
|
337 </item> |
|
338 <item row="2" column="4"> |
|
339 <widget class="QCheckBox" name="saveCheck"> |
|
340 <property name="text"> |
|
341 <string>Save</string> |
|
342 </property> |
|
343 </widget> |
|
344 </item> |
|
345 <item row="3" column="0"> |
|
346 <widget class="QCheckBox" name="saveallCheck"> |
|
347 <property name="text"> |
|
348 <string>Save all</string> |
|
349 </property> |
|
350 </widget> |
|
351 </item> |
|
352 <item row="3" column="1"> |
|
353 <widget class="QCheckBox" name="yesCheck"> |
|
354 <property name="text"> |
|
355 <string>Yes</string> |
|
356 </property> |
|
357 </widget> |
|
358 </item> |
|
359 <item row="3" column="2"> |
|
360 <widget class="QCheckBox" name="yestoallCheck"> |
|
361 <property name="text"> |
|
362 <string>Yes to all</string> |
|
363 </property> |
|
364 </widget> |
|
365 </item> |
|
366 </layout> |
|
367 </widget> |
|
368 </item> |
|
369 <item> |
|
370 <widget class="QGroupBox" name="defaultButton"> |
|
371 <property name="title"> |
|
372 <string>Default Button</string> |
|
373 </property> |
|
374 <layout class="QVBoxLayout" name="verticalLayout"> |
|
375 <item> |
|
376 <widget class="QComboBox" name="defaultCombo"> |
|
377 <property name="sizePolicy"> |
|
378 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
379 <horstretch>0</horstretch> |
|
380 <verstretch>0</verstretch> |
|
381 </sizepolicy> |
|
382 </property> |
|
383 <property name="toolTip"> |
|
384 <string>Select the default button</string> |
|
385 </property> |
|
386 </widget> |
|
387 </item> |
|
388 </layout> |
|
389 </widget> |
|
390 </item> |
|
391 <item> |
|
392 <widget class="QGroupBox" name="iconBox"> |
|
393 <property name="title"> |
|
394 <string>Icon</string> |
|
395 </property> |
|
396 <layout class="QHBoxLayout" name="_2"> |
|
397 <item> |
|
398 <widget class="QRadioButton" name="iconInformation"> |
|
399 <property name="toolTip"> |
|
400 <string>Show an Information icon</string> |
|
401 </property> |
|
402 <property name="text"> |
|
403 <string>Information</string> |
|
404 </property> |
|
405 <property name="checked"> |
|
406 <bool>false</bool> |
|
407 </property> |
|
408 </widget> |
|
409 </item> |
|
410 <item> |
|
411 <widget class="QRadioButton" name="iconQuestion"> |
|
412 <property name="focusPolicy"> |
|
413 <enum>Qt::TabFocus</enum> |
|
414 </property> |
|
415 <property name="toolTip"> |
|
416 <string>Show a Question icon</string> |
|
417 </property> |
|
418 <property name="text"> |
|
419 <string>Question</string> |
|
420 </property> |
|
421 <property name="checked"> |
|
422 <bool>true</bool> |
|
423 </property> |
|
424 </widget> |
|
425 </item> |
|
426 <item> |
|
427 <widget class="QRadioButton" name="iconWarning"> |
|
428 <property name="focusPolicy"> |
|
429 <enum>Qt::TabFocus</enum> |
|
430 </property> |
|
431 <property name="toolTip"> |
|
432 <string>Show a Warning icon</string> |
|
433 </property> |
|
434 <property name="text"> |
|
435 <string>Warning</string> |
|
436 </property> |
|
437 </widget> |
|
438 </item> |
|
439 <item> |
|
440 <widget class="QRadioButton" name="iconCritical"> |
|
441 <property name="focusPolicy"> |
|
442 <enum>Qt::TabFocus</enum> |
|
443 </property> |
|
444 <property name="toolTip"> |
|
445 <string>Show a Critical icon</string> |
|
446 </property> |
|
447 <property name="text"> |
|
448 <string>Critical</string> |
|
449 </property> |
|
450 </widget> |
|
451 </item> |
|
452 </layout> |
|
453 </widget> |
|
454 </item> |
|
455 <item> |
|
456 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
457 <item> |
|
458 <widget class="QCheckBox" name="modalCheck"> |
|
459 <property name="enabled"> |
|
460 <bool>false</bool> |
|
461 </property> |
|
462 <property name="toolTip"> |
|
463 <string>Select to generate a modal message box</string> |
|
464 </property> |
|
465 <property name="text"> |
|
466 <string>Modal Message Box</string> |
|
467 </property> |
|
468 </widget> |
|
469 </item> |
|
470 <item> |
|
471 <widget class="QCheckBox" name="yesDefaultCheck"> |
|
472 <property name="enabled"> |
|
473 <bool>false</bool> |
|
474 </property> |
|
475 <property name="toolTip"> |
|
476 <string>Select to make 'Yes' the default</string> |
|
477 </property> |
|
478 <property name="text"> |
|
479 <string>Yes is default</string> |
|
480 </property> |
|
481 </widget> |
|
482 </item> |
|
483 <item> |
|
484 <widget class="QLabel" name="label"> |
|
485 <property name="enabled"> |
|
486 <bool>false</bool> |
|
487 </property> |
|
488 <property name="text"> |
|
489 <string>Save function:</string> |
|
490 </property> |
|
491 </widget> |
|
492 </item> |
|
493 <item> |
|
494 <widget class="QLineEdit" name="saveFuncEdit"> |
|
495 <property name="enabled"> |
|
496 <bool>false</bool> |
|
497 </property> |
|
498 <property name="toolTip"> |
|
499 <string>Enter the name of the save function</string> |
|
500 </property> |
|
501 </widget> |
|
502 </item> |
|
503 </layout> |
|
504 </item> |
|
505 <item> |
|
506 <widget class="QDialogButtonBox" name="buttonBox"> |
|
507 <property name="orientation"> |
|
508 <enum>Qt::Horizontal</enum> |
|
509 </property> |
|
510 <property name="standardButtons"> |
|
511 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
512 </property> |
|
513 </widget> |
|
514 </item> |
|
515 </layout> |
|
516 </widget> |
|
517 <layoutdefault spacing="6" margin="6"/> |
|
518 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
519 <tabstops> |
|
520 <tabstop>rInformation</tabstop> |
|
521 <tabstop>rQuestion</tabstop> |
|
522 <tabstop>rWarning</tabstop> |
|
523 <tabstop>rCritical</tabstop> |
|
524 <tabstop>rYesNo</tabstop> |
|
525 <tabstop>rRetryAbort</tabstop> |
|
526 <tabstop>rOkToClearData</tabstop> |
|
527 <tabstop>rAbout</tabstop> |
|
528 <tabstop>rAboutQt</tabstop> |
|
529 <tabstop>eCaption</tabstop> |
|
530 <tabstop>eMessage</tabstop> |
|
531 <tabstop>parentSelf</tabstop> |
|
532 <tabstop>parentNone</tabstop> |
|
533 <tabstop>parentOther</tabstop> |
|
534 <tabstop>parentEdit</tabstop> |
|
535 <tabstop>abortCheck</tabstop> |
|
536 <tabstop>applyCheck</tabstop> |
|
537 <tabstop>cancelCheck</tabstop> |
|
538 <tabstop>closeCheck</tabstop> |
|
539 <tabstop>discardCheck</tabstop> |
|
540 <tabstop>helpCheck</tabstop> |
|
541 <tabstop>ignoreCheck</tabstop> |
|
542 <tabstop>noCheck</tabstop> |
|
543 <tabstop>notoallCheck</tabstop> |
|
544 <tabstop>okCheck</tabstop> |
|
545 <tabstop>openCheck</tabstop> |
|
546 <tabstop>resetCheck</tabstop> |
|
547 <tabstop>restoreCheck</tabstop> |
|
548 <tabstop>retryCheck</tabstop> |
|
549 <tabstop>saveCheck</tabstop> |
|
550 <tabstop>saveallCheck</tabstop> |
|
551 <tabstop>yesCheck</tabstop> |
|
552 <tabstop>yestoallCheck</tabstop> |
|
553 <tabstop>defaultCombo</tabstop> |
|
554 <tabstop>iconInformation</tabstop> |
|
555 <tabstop>iconQuestion</tabstop> |
|
556 <tabstop>iconWarning</tabstop> |
|
557 <tabstop>iconCritical</tabstop> |
|
558 <tabstop>modalCheck</tabstop> |
|
559 <tabstop>yesDefaultCheck</tabstop> |
|
560 <tabstop>saveFuncEdit</tabstop> |
|
561 <tabstop>buttonBox</tabstop> |
|
562 </tabstops> |
|
563 <resources/> |
|
564 <connections> |
|
565 <connection> |
|
566 <sender>buttonBox</sender> |
|
567 <signal>accepted()</signal> |
|
568 <receiver>E5MessageBoxWizardDialog</receiver> |
|
569 <slot>accept()</slot> |
|
570 <hints> |
|
571 <hint type="sourcelabel"> |
|
572 <x>52</x> |
|
573 <y>744</y> |
|
574 </hint> |
|
575 <hint type="destinationlabel"> |
|
576 <x>34</x> |
|
577 <y>604</y> |
|
578 </hint> |
|
579 </hints> |
|
580 </connection> |
|
581 <connection> |
|
582 <sender>buttonBox</sender> |
|
583 <signal>rejected()</signal> |
|
584 <receiver>E5MessageBoxWizardDialog</receiver> |
|
585 <slot>reject()</slot> |
|
586 <hints> |
|
587 <hint type="sourcelabel"> |
|
588 <x>144</x> |
|
589 <y>744</y> |
|
590 </hint> |
|
591 <hint type="destinationlabel"> |
|
592 <x>126</x> |
|
593 <y>605</y> |
|
594 </hint> |
|
595 </hints> |
|
596 </connection> |
|
597 <connection> |
|
598 <sender>rStandard</sender> |
|
599 <signal>toggled(bool)</signal> |
|
600 <receiver>modalCheck</receiver> |
|
601 <slot>setEnabled(bool)</slot> |
|
602 <hints> |
|
603 <hint type="sourcelabel"> |
|
604 <x>82</x> |
|
605 <y>131</y> |
|
606 </hint> |
|
607 <hint type="destinationlabel"> |
|
608 <x>67</x> |
|
609 <y>705</y> |
|
610 </hint> |
|
611 </hints> |
|
612 </connection> |
|
613 <connection> |
|
614 <sender>rYesNo</sender> |
|
615 <signal>toggled(bool)</signal> |
|
616 <receiver>yesDefaultCheck</receiver> |
|
617 <slot>setEnabled(bool)</slot> |
|
618 <hints> |
|
619 <hint type="sourcelabel"> |
|
620 <x>95</x> |
|
621 <y>79</y> |
|
622 </hint> |
|
623 <hint type="destinationlabel"> |
|
624 <x>250</x> |
|
625 <y>705</y> |
|
626 </hint> |
|
627 </hints> |
|
628 </connection> |
|
629 <connection> |
|
630 <sender>rOkToClearData</sender> |
|
631 <signal>toggled(bool)</signal> |
|
632 <receiver>label</receiver> |
|
633 <slot>setEnabled(bool)</slot> |
|
634 <hints> |
|
635 <hint type="sourcelabel"> |
|
636 <x>388</x> |
|
637 <y>79</y> |
|
638 </hint> |
|
639 <hint type="destinationlabel"> |
|
640 <x>332</x> |
|
641 <y>706</y> |
|
642 </hint> |
|
643 </hints> |
|
644 </connection> |
|
645 <connection> |
|
646 <sender>rOkToClearData</sender> |
|
647 <signal>toggled(bool)</signal> |
|
648 <receiver>saveFuncEdit</receiver> |
|
649 <slot>setEnabled(bool)</slot> |
|
650 <hints> |
|
651 <hint type="sourcelabel"> |
|
652 <x>388</x> |
|
653 <y>79</y> |
|
654 </hint> |
|
655 <hint type="destinationlabel"> |
|
656 <x>524</x> |
|
657 <y>706</y> |
|
658 </hint> |
|
659 </hints> |
|
660 </connection> |
|
661 <connection> |
|
662 <sender>parentOther</sender> |
|
663 <signal>toggled(bool)</signal> |
|
664 <receiver>parentEdit</receiver> |
|
665 <slot>setEnabled(bool)</slot> |
|
666 <hints> |
|
667 <hint type="sourcelabel"> |
|
668 <x>90</x> |
|
669 <y>384</y> |
|
670 </hint> |
|
671 <hint type="destinationlabel"> |
|
672 <x>142</x> |
|
673 <y>386</y> |
|
674 </hint> |
|
675 </hints> |
|
676 </connection> |
|
677 </connections> |
|
678 </ui> |