~ubuntu-branches/ubuntu/saucy/kopete/saucy-proposed

« back to all changes in this revision

Viewing changes to protocols/yahoo/ui/yahooeditaccountbase.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-06-21 02:22:39 UTC
  • Revision ID: package-import@ubuntu.com-20130621022239-63l3zc8p0nf26pt6
Tags: upstream-4.10.80
ImportĀ upstreamĀ versionĀ 4.10.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>YahooEditAccountBase</class>
 
3
 <widget class="QWidget" name="YahooEditAccountBase" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>478</width>
 
9
    <height>433</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Account Preferences - Yahoo</string>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" >
 
16
   <property name="spacing" >
 
17
    <number>6</number>
 
18
   </property>
 
19
   <property name="leftMargin" >
 
20
    <number>0</number>
 
21
   </property>
 
22
   <property name="topMargin" >
 
23
    <number>0</number>
 
24
   </property>
 
25
   <property name="rightMargin" >
 
26
    <number>0</number>
 
27
   </property>
 
28
   <property name="bottomMargin" >
 
29
    <number>0</number>
 
30
   </property>
 
31
   <item>
 
32
    <widget class="QTabWidget" name="tabWidget11" >
 
33
     <property name="minimumSize" >
 
34
      <size>
 
35
       <width>460</width>
 
36
       <height>0</height>
 
37
      </size>
 
38
     </property>
 
39
     <property name="currentIndex" >
 
40
      <number>0</number>
 
41
     </property>
 
42
     <widget class="QWidget" name="tab" >
 
43
      <attribute name="title" >
 
44
       <string>&amp;Basic Setup</string>
 
45
      </attribute>
 
46
      <layout class="QVBoxLayout" >
 
47
       <property name="spacing" >
 
48
        <number>6</number>
 
49
       </property>
 
50
       <property name="leftMargin" >
 
51
        <number>9</number>
 
52
       </property>
 
53
       <property name="topMargin" >
 
54
        <number>9</number>
 
55
       </property>
 
56
       <property name="rightMargin" >
 
57
        <number>9</number>
 
58
       </property>
 
59
       <property name="bottomMargin" >
 
60
        <number>9</number>
 
61
       </property>
 
62
       <item>
 
63
        <widget class="QGroupBox" name="mAccountInfo" >
 
64
         <property name="title" >
 
65
          <string>Account Information</string>
 
66
         </property>
 
67
         <layout class="QVBoxLayout" >
 
68
          <property name="spacing" >
 
69
           <number>6</number>
 
70
          </property>
 
71
          <property name="leftMargin" >
 
72
           <number>9</number>
 
73
          </property>
 
74
          <property name="topMargin" >
 
75
           <number>9</number>
 
76
          </property>
 
77
          <property name="rightMargin" >
 
78
           <number>9</number>
 
79
          </property>
 
80
          <property name="bottomMargin" >
 
81
           <number>9</number>
 
82
          </property>
 
83
          <item>
 
84
           <layout class="QHBoxLayout" >
 
85
            <property name="spacing" >
 
86
             <number>6</number>
 
87
            </property>
 
88
            <property name="leftMargin" >
 
89
             <number>0</number>
 
90
            </property>
 
91
            <property name="topMargin" >
 
92
             <number>0</number>
 
93
            </property>
 
94
            <property name="rightMargin" >
 
95
             <number>0</number>
 
96
            </property>
 
97
            <property name="bottomMargin" >
 
98
             <number>0</number>
 
99
            </property>
 
100
            <item>
 
101
             <widget class="QLabel" name="label1" >
 
102
              <property name="toolTip" >
 
103
               <string>The account name of your Yahoo account.</string>
 
104
              </property>
 
105
              <property name="whatsThis" >
 
106
               <string>The account name of your Yahoo account.  This should be in the form of an alphanumeric string (no spaces).</string>
 
107
              </property>
 
108
              <property name="text" >
 
109
               <string>&amp;Yahoo username:</string>
 
110
              </property>
 
111
              <property name="buddy" >
 
112
               <cstring>mScreenName</cstring>
 
113
              </property>
 
114
             </widget>
 
115
            </item>
 
116
            <item>
 
117
             <widget class="QLineEdit" name="mScreenName" >
 
118
              <property name="toolTip" >
 
119
               <string>The account name of your Yahoo account.</string>
 
120
              </property>
 
121
              <property name="whatsThis" >
 
122
               <string>The account name of your Yahoo account.  This should be in the form of an alphanumeric string (no spaces).</string>
 
123
              </property>
 
124
             </widget>
 
125
            </item>
 
126
           </layout>
 
127
          </item>
 
128
          <item>
 
129
           <widget class="Kopete::UI::PasswordWidget" native="1" name="mPasswordWidget" />
 
130
          </item>
 
131
          <item>
 
132
           <widget class="QCheckBox" name="mAutoConnect" >
 
133
            <property name="whatsThis" >
 
134
             <string>Check to disable automatic connection.  If checked, you can connect manually to this account, using the icon at the bottom of the main Kopete window</string>
 
135
            </property>
 
136
            <property name="text" >
 
137
             <string>E&amp;xclude from connect all</string>
 
138
            </property>
 
139
           </widget>
 
140
          </item>
 
141
         </layout>
 
142
        </widget>
 
143
       </item>
 
144
       <item>
 
145
        <widget class="QGroupBox" name="groupBox" >
 
146
         <property name="title" >
 
147
          <string>Registration</string>
 
148
         </property>
 
149
         <layout class="QGridLayout" >
 
150
          <property name="leftMargin" >
 
151
           <number>9</number>
 
152
          </property>
 
153
          <property name="topMargin" >
 
154
           <number>9</number>
 
155
          </property>
 
156
          <property name="rightMargin" >
 
157
           <number>9</number>
 
158
          </property>
 
159
          <property name="bottomMargin" >
 
160
           <number>9</number>
 
161
          </property>
 
162
          <property name="horizontalSpacing" >
 
163
           <number>6</number>
 
164
          </property>
 
165
          <property name="verticalSpacing" >
 
166
           <number>6</number>
 
167
          </property>
 
168
          <item row="0" column="0" colspan="3" >
 
169
           <widget class="QLabel" name="textLabel6" >
 
170
            <property name="sizePolicy" >
 
171
             <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" >
 
172
              <horstretch>0</horstretch>
 
173
              <verstretch>0</verstretch>
 
174
             </sizepolicy>
 
175
            </property>
 
176
            <property name="minimumSize" >
 
177
             <size>
 
178
              <width>0</width>
 
179
              <height>0</height>
 
180
             </size>
 
181
            </property>
 
182
            <property name="text" >
 
183
             <string>To connect to the Yahoo network, you will need a Yahoo account.&lt;br>&lt;br>If you do not currently have a Yahoo account, please click the button to create one.</string>
 
184
            </property>
 
185
            <property name="alignment" >
 
186
             <set>Qt::AlignVCenter</set>
 
187
            </property>
 
188
            <property name="wordWrap" >
 
189
             <bool>true</bool>
 
190
            </property>
 
191
           </widget>
 
192
          </item>
 
193
          <item row="1" column="0" >
 
194
           <spacer>
 
195
            <property name="orientation" >
 
196
             <enum>Qt::Horizontal</enum>
 
197
            </property>
 
198
            <property name="sizeHint" >
 
199
             <size>
 
200
              <width>61</width>
 
201
              <height>20</height>
 
202
             </size>
 
203
            </property>
 
204
           </spacer>
 
205
          </item>
 
206
          <item row="1" column="1" >
 
207
           <widget class="QPushButton" name="buttonRegister" >
 
208
            <property name="enabled" >
 
209
             <bool>true</bool>
 
210
            </property>
 
211
            <property name="toolTip" >
 
212
             <string>Register a new account on this network.</string>
 
213
            </property>
 
214
            <property name="whatsThis" >
 
215
             <string>Register a new account on this network.</string>
 
216
            </property>
 
217
            <property name="text" >
 
218
             <string>Register &amp;New Account</string>
 
219
            </property>
 
220
           </widget>
 
221
          </item>
 
222
          <item row="1" column="2" >
 
223
           <spacer>
 
224
            <property name="orientation" >
 
225
             <enum>Qt::Horizontal</enum>
 
226
            </property>
 
227
            <property name="sizeHint" >
 
228
             <size>
 
229
              <width>91</width>
 
230
              <height>20</height>
 
231
             </size>
 
232
            </property>
 
233
           </spacer>
 
234
          </item>
 
235
         </layout>
 
236
        </widget>
 
237
       </item>
 
238
       <item>
 
239
        <spacer>
 
240
         <property name="orientation" >
 
241
          <enum>Qt::Vertical</enum>
 
242
         </property>
 
243
         <property name="sizeType" >
 
244
          <enum>QSizePolicy::Expanding</enum>
 
245
         </property>
 
246
         <property name="sizeHint" >
 
247
          <size>
 
248
           <width>20</width>
 
249
           <height>81</height>
 
250
          </size>
 
251
         </property>
 
252
        </spacer>
 
253
       </item>
 
254
      </layout>
 
255
     </widget>
 
256
     <widget class="QWidget" name="TabPage" >
 
257
      <attribute name="title" >
 
258
       <string>Accoun&amp;t Preferences</string>
 
259
      </attribute>
 
260
      <layout class="QVBoxLayout" >
 
261
       <property name="spacing" >
 
262
        <number>6</number>
 
263
       </property>
 
264
       <property name="leftMargin" >
 
265
        <number>9</number>
 
266
       </property>
 
267
       <property name="topMargin" >
 
268
        <number>9</number>
 
269
       </property>
 
270
       <property name="rightMargin" >
 
271
        <number>9</number>
 
272
       </property>
 
273
       <property name="bottomMargin" >
 
274
        <number>9</number>
 
275
       </property>
 
276
       <item>
 
277
        <widget class="QGroupBox" name="groupBox_2" >
 
278
         <property name="title" >
 
279
          <string>Connection Preferences</string>
 
280
         </property>
 
281
         <layout class="QVBoxLayout" >
 
282
          <property name="spacing" >
 
283
           <number>6</number>
 
284
          </property>
 
285
          <property name="leftMargin" >
 
286
           <number>9</number>
 
287
          </property>
 
288
          <property name="topMargin" >
 
289
           <number>9</number>
 
290
          </property>
 
291
          <property name="rightMargin" >
 
292
           <number>9</number>
 
293
          </property>
 
294
          <property name="bottomMargin" >
 
295
           <number>9</number>
 
296
          </property>
 
297
          <item>
 
298
           <widget class="QCheckBox" name="optionOverrideServer" >
 
299
            <property name="text" >
 
300
             <string>O&amp;verride default server information</string>
 
301
            </property>
 
302
            <property name="checked" >
 
303
             <bool>false</bool>
 
304
            </property>
 
305
           </widget>
 
306
          </item>
 
307
          <item>
 
308
           <layout class="QHBoxLayout" >
 
309
            <property name="spacing" >
 
310
             <number>6</number>
 
311
            </property>
 
312
            <property name="leftMargin" >
 
313
             <number>0</number>
 
314
            </property>
 
315
            <property name="topMargin" >
 
316
             <number>0</number>
 
317
            </property>
 
318
            <property name="rightMargin" >
 
319
             <number>0</number>
 
320
            </property>
 
321
            <property name="bottomMargin" >
 
322
             <number>0</number>
 
323
            </property>
 
324
            <item>
 
325
             <spacer>
 
326
              <property name="orientation" >
 
327
               <enum>Qt::Horizontal</enum>
 
328
              </property>
 
329
              <property name="sizeType" >
 
330
               <enum>QSizePolicy::Fixed</enum>
 
331
              </property>
 
332
              <property name="sizeHint" >
 
333
               <size>
 
334
                <width>16</width>
 
335
                <height>20</height>
 
336
               </size>
 
337
              </property>
 
338
             </spacer>
 
339
            </item>
 
340
            <item>
 
341
             <widget class="QLabel" name="lblServer" >
 
342
              <property name="enabled" >
 
343
               <bool>false</bool>
 
344
              </property>
 
345
              <property name="toolTip" >
 
346
               <string>The IP address or hostmask of the Yahoo server you wish to connect to.</string>
 
347
              </property>
 
348
              <property name="whatsThis" >
 
349
               <string>The IP address or hostmask of the Yahoo server you wish to connect to.  Normally you will want the default (scs.msg.yahoo.com).</string>
 
350
              </property>
 
351
              <property name="text" >
 
352
               <string>Ser&amp;ver:</string>
 
353
              </property>
 
354
              <property name="buddy" >
 
355
               <cstring>editServerAddress</cstring>
 
356
              </property>
 
357
             </widget>
 
358
            </item>
 
359
            <item>
 
360
             <widget class="QLineEdit" name="editServerAddress" >
 
361
              <property name="enabled" >
 
362
               <bool>false</bool>
 
363
              </property>
 
364
              <property name="toolTip" >
 
365
               <string>The IP address or hostmask of the Yahoo server you wish to connect to.</string>
 
366
              </property>
 
367
              <property name="whatsThis" >
 
368
               <string>The IP address or hostmask of the Yahoo server you wish to connect to.  Normally you will want the default (scs.msg.yahoo.com).</string>
 
369
              </property>
 
370
              <property name="text" >
 
371
               <string>scs.msg.yahoo.com</string>
 
372
              </property>
 
373
             </widget>
 
374
            </item>
 
375
            <item>
 
376
             <widget class="QLabel" name="lblPort" >
 
377
              <property name="enabled" >
 
378
               <bool>false</bool>
 
379
              </property>
 
380
              <property name="toolTip" >
 
381
               <string>The port on the Yahoo server that you would like to connect to.</string>
 
382
              </property>
 
383
              <property name="whatsThis" >
 
384
               <string>The port on the Yahoo server that you would like to connect to.  Normally this is 5050, but Yahoo also allows port 80 in case you are behind a firewall.</string>
 
385
              </property>
 
386
              <property name="text" >
 
387
               <string>P&amp;ort:</string>
 
388
              </property>
 
389
              <property name="buddy" >
 
390
               <cstring>sbxServerPort</cstring>
 
391
              </property>
 
392
             </widget>
 
393
            </item>
 
394
            <item>
 
395
             <widget class="QSpinBox" name="sbxServerPort" >
 
396
              <property name="enabled" >
 
397
               <bool>false</bool>
 
398
              </property>
 
399
              <property name="toolTip" >
 
400
               <string>The port on the Yahoo server that you would like to connect  to.</string>
 
401
              </property>
 
402
              <property name="whatsThis" >
 
403
               <string>The port on the Yahoo server that you would like to connect to.  Normally this is 5050, but Yahoo also allows port 80 in case you are behind a firewall.</string>
 
404
              </property>
 
405
              <property name="minimum" >
 
406
               <number>1</number>
 
407
              </property>
 
408
              <property name="maximum" >
 
409
               <number>65534</number>
 
410
              </property>
 
411
              <property name="value" >
 
412
               <number>5050</number>
 
413
              </property>
 
414
             </widget>
 
415
            </item>
 
416
           </layout>
 
417
          </item>
 
418
         </layout>
 
419
        </widget>
 
420
       </item>
 
421
       <item>
 
422
        <widget class="QGroupBox" name="groupBox_3" >
 
423
         <property name="title" >
 
424
          <string>Buddy Icon</string>
 
425
         </property>
 
426
         <layout class="QHBoxLayout" >
 
427
          <property name="spacing" >
 
428
           <number>6</number>
 
429
          </property>
 
430
          <property name="leftMargin" >
 
431
           <number>9</number>
 
432
          </property>
 
433
          <property name="topMargin" >
 
434
           <number>9</number>
 
435
          </property>
 
436
          <property name="rightMargin" >
 
437
           <number>9</number>
 
438
          </property>
 
439
          <property name="bottomMargin" >
 
440
           <number>9</number>
 
441
          </property>
 
442
          <item>
 
443
           <layout class="QGridLayout" >
 
444
            <property name="leftMargin" >
 
445
             <number>0</number>
 
446
            </property>
 
447
            <property name="topMargin" >
 
448
             <number>0</number>
 
449
            </property>
 
450
            <property name="rightMargin" >
 
451
             <number>0</number>
 
452
            </property>
 
453
            <property name="bottomMargin" >
 
454
             <number>0</number>
 
455
            </property>
 
456
            <property name="horizontalSpacing" >
 
457
             <number>6</number>
 
458
            </property>
 
459
            <property name="verticalSpacing" >
 
460
             <number>6</number>
 
461
            </property>
 
462
            <item row="0" column="0" >
 
463
             <widget class="QCheckBox" name="optionSendBuddyIcon" >
 
464
              <property name="text" >
 
465
               <string>Se&amp;nd buddy icon to other users</string>
 
466
              </property>
 
467
             </widget>
 
468
            </item>
 
469
            <item row="1" column="0" >
 
470
             <layout class="QHBoxLayout" >
 
471
              <property name="spacing" >
 
472
               <number>6</number>
 
473
              </property>
 
474
              <property name="leftMargin" >
 
475
               <number>0</number>
 
476
              </property>
 
477
              <property name="topMargin" >
 
478
               <number>0</number>
 
479
              </property>
 
480
              <property name="rightMargin" >
 
481
               <number>0</number>
 
482
              </property>
 
483
              <property name="bottomMargin" >
 
484
               <number>0</number>
 
485
              </property>
 
486
              <item>
 
487
               <spacer>
 
488
                <property name="orientation" >
 
489
                 <enum>Qt::Horizontal</enum>
 
490
                </property>
 
491
                <property name="sizeType" >
 
492
                 <enum>QSizePolicy::Fixed</enum>
 
493
                </property>
 
494
                <property name="sizeHint" >
 
495
                 <size>
 
496
                  <width>16</width>
 
497
                  <height>10</height>
 
498
                 </size>
 
499
                </property>
 
500
               </spacer>
 
501
              </item>
 
502
              <item>
 
503
               <widget class="QPushButton" name="buttonSelectPicture" >
 
504
                <property name="enabled" >
 
505
                 <bool>false</bool>
 
506
                </property>
 
507
                <property name="text" >
 
508
                 <string>Select Picture...</string>
 
509
                </property>
 
510
                <property name="shortcut" >
 
511
                 <string/>
 
512
                </property>
 
513
               </widget>
 
514
              </item>
 
515
              <item>
 
516
               <spacer>
 
517
                <property name="orientation" >
 
518
                 <enum>Qt::Horizontal</enum>
 
519
                </property>
 
520
                <property name="sizeHint" >
 
521
                 <size>
 
522
                  <width>40</width>
 
523
                  <height>10</height>
 
524
                 </size>
 
525
                </property>
 
526
               </spacer>
 
527
              </item>
 
528
             </layout>
 
529
            </item>
 
530
           </layout>
 
531
          </item>
 
532
          <item>
 
533
           <spacer>
 
534
            <property name="orientation" >
 
535
             <enum>Qt::Horizontal</enum>
 
536
            </property>
 
537
            <property name="sizeType" >
 
538
             <enum>QSizePolicy::Fixed</enum>
 
539
            </property>
 
540
            <property name="sizeHint" >
 
541
             <size>
 
542
              <width>16</width>
 
543
              <height>20</height>
 
544
             </size>
 
545
            </property>
 
546
           </spacer>
 
547
          </item>
 
548
          <item>
 
549
           <widget class="QLabel" name="m_Picture" >
 
550
            <property name="minimumSize" >
 
551
             <size>
 
552
              <width>96</width>
 
553
              <height>96</height>
 
554
             </size>
 
555
            </property>
 
556
            <property name="maximumSize" >
 
557
             <size>
 
558
              <width>96</width>
 
559
              <height>96</height>
 
560
             </size>
 
561
            </property>
 
562
            <property name="frameShape" >
 
563
             <enum>QFrame::StyledPanel</enum>
 
564
            </property>
 
565
            <property name="text" >
 
566
             <string/>
 
567
            </property>
 
568
            <property name="scaledContents" >
 
569
             <bool>true</bool>
 
570
            </property>
 
571
            <property name="margin" >
 
572
             <number>0</number>
 
573
            </property>
 
574
           </widget>
 
575
          </item>
 
576
         </layout>
 
577
        </widget>
 
578
       </item>
 
579
       <item>
 
580
        <spacer>
 
581
         <property name="orientation" >
 
582
          <enum>Qt::Vertical</enum>
 
583
         </property>
 
584
         <property name="sizeType" >
 
585
          <enum>QSizePolicy::Expanding</enum>
 
586
         </property>
 
587
         <property name="sizeHint" >
 
588
          <size>
 
589
           <width>20</width>
 
590
           <height>110</height>
 
591
          </size>
 
592
         </property>
 
593
        </spacer>
 
594
       </item>
 
595
      </layout>
 
596
     </widget>
 
597
    </widget>
 
598
   </item>
 
599
   <item>
 
600
    <widget class="QLabel" name="labelStatusMessage" >
 
601
     <property name="text" >
 
602
      <string/>
 
603
     </property>
 
604
     <property name="alignment" >
 
605
      <set>Qt::AlignCenter</set>
 
606
     </property>
 
607
    </widget>
 
608
   </item>
 
609
  </layout>
 
610
 </widget>
 
611
 <customwidgets>
 
612
  <customwidget>
 
613
   <class>Kopete::UI::PasswordWidget</class>
 
614
   <extends></extends>
 
615
   <header>kopetepasswordwidget.h</header>
 
616
  </customwidget>
 
617
 </customwidgets>
 
618
 <tabstops>
 
619
  <tabstop>mScreenName</tabstop>
 
620
  <tabstop>mAutoConnect</tabstop>
 
621
  <tabstop>buttonRegister</tabstop>
 
622
  <tabstop>tabWidget11</tabstop>
 
623
  <tabstop>optionOverrideServer</tabstop>
 
624
  <tabstop>editServerAddress</tabstop>
 
625
  <tabstop>sbxServerPort</tabstop>
 
626
  <tabstop>optionSendBuddyIcon</tabstop>
 
627
  <tabstop>buttonSelectPicture</tabstop>
 
628
 </tabstops>
 
629
 <resources/>
 
630
 <connections>
 
631
  <connection>
 
632
   <sender>optionOverrideServer</sender>
 
633
   <signal>toggled(bool)</signal>
 
634
   <receiver>lblServer</receiver>
 
635
   <slot>setEnabled(bool)</slot>
 
636
   <hints>
 
637
    <hint type="sourcelabel" >
 
638
     <x>141</x>
 
639
     <y>74</y>
 
640
    </hint>
 
641
    <hint type="destinationlabel" >
 
642
     <x>58</x>
 
643
     <y>105</y>
 
644
    </hint>
 
645
   </hints>
 
646
  </connection>
 
647
  <connection>
 
648
   <sender>optionOverrideServer</sender>
 
649
   <signal>toggled(bool)</signal>
 
650
   <receiver>editServerAddress</receiver>
 
651
   <slot>setEnabled(bool)</slot>
 
652
   <hints>
 
653
    <hint type="sourcelabel" >
 
654
     <x>220</x>
 
655
     <y>80</y>
 
656
    </hint>
 
657
    <hint type="destinationlabel" >
 
658
     <x>220</x>
 
659
     <y>95</y>
 
660
    </hint>
 
661
   </hints>
 
662
  </connection>
 
663
  <connection>
 
664
   <sender>optionOverrideServer</sender>
 
665
   <signal>toggled(bool)</signal>
 
666
   <receiver>sbxServerPort</receiver>
 
667
   <slot>setEnabled(bool)</slot>
 
668
   <hints>
 
669
    <hint type="sourcelabel" >
 
670
     <x>385</x>
 
671
     <y>75</y>
 
672
    </hint>
 
673
    <hint type="destinationlabel" >
 
674
     <x>403</x>
 
675
     <y>98</y>
 
676
    </hint>
 
677
   </hints>
 
678
  </connection>
 
679
  <connection>
 
680
   <sender>optionSendBuddyIcon</sender>
 
681
   <signal>toggled(bool)</signal>
 
682
   <receiver>buttonSelectPicture</receiver>
 
683
   <slot>setEnabled(bool)</slot>
 
684
   <hints>
 
685
    <hint type="sourcelabel" >
 
686
     <x>283</x>
 
687
     <y>192</y>
 
688
    </hint>
 
689
    <hint type="destinationlabel" >
 
690
     <x>292</x>
 
691
     <y>239</y>
 
692
    </hint>
 
693
   </hints>
 
694
  </connection>
 
695
 </connections>
 
696
</ui>