~ubuntu-branches/debian/stretch/universalindentgui/stretch

« back to all changes in this revision

Viewing changes to src/UiGuiSettingsDialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2009-08-20 13:41:45 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090820134145-g5wu2b87qz1i9sy9
Tags: 1.1.0-1
* New upstream release.
* Update debian/control:
  - Bump quilt and debhelper build-dependency versions.
  - Bump Standards-Version to 3.8.3 (no changes needed).
* Convert debian/rules to dh usage.
* Rename debian/universalindentgui.lintian to
  debian/universalindentgui.lintian-overrides for dh_lintian usage.
* Add debian/README.source file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>SettingsDialog</class>
3
 
 <widget class="QDialog" name="SettingsDialog" >
4
 
  <property name="windowModality" >
 
4
 <widget class="QDialog" name="SettingsDialog">
 
5
  <property name="windowModality">
5
6
   <enum>Qt::ApplicationModal</enum>
6
7
  </property>
7
 
  <property name="geometry" >
 
8
  <property name="geometry">
8
9
   <rect>
9
10
    <x>0</x>
10
11
    <y>0</y>
11
 
    <width>409</width>
 
12
    <width>410</width>
12
13
    <height>285</height>
13
14
   </rect>
14
15
  </property>
15
 
  <property name="windowTitle" >
 
16
  <property name="windowTitle">
16
17
   <string>Settings</string>
17
18
  </property>
18
 
  <property name="windowIcon" >
19
 
   <iconset resource="../resources/Icons.qrc" >
 
19
  <property name="windowIcon">
 
20
   <iconset resource="../resources/Icons.qrc">
20
21
    <normaloff>:/mainWindow/preferences-system.png</normaloff>:/mainWindow/preferences-system.png</iconset>
21
22
  </property>
22
 
  <layout class="QVBoxLayout" >
23
 
   <property name="spacing" >
 
23
  <layout class="QVBoxLayout">
 
24
   <property name="spacing">
24
25
    <number>6</number>
25
26
   </property>
26
 
   <property name="margin" >
 
27
   <property name="margin">
27
28
    <number>9</number>
28
29
   </property>
29
30
   <item>
30
 
    <widget class="QTabWidget" name="tabWidget" >
31
 
     <property name="currentIndex" >
 
31
    <widget class="QTabWidget" name="tabWidget">
 
32
     <property name="currentIndex">
32
33
      <number>0</number>
33
34
     </property>
34
 
     <widget class="QWidget" name="tab" >
35
 
      <attribute name="title" >
 
35
     <widget class="QWidget" name="tab">
 
36
      <attribute name="icon">
 
37
       <iconset resource="../resources/Icons.qrc">
 
38
        <normaloff>:/settingsDialog/applications-system.png</normaloff>:/settingsDialog/applications-system.png</iconset>
 
39
      </attribute>
 
40
      <attribute name="title">
36
41
       <string>Common</string>
37
42
      </attribute>
38
 
      <attribute name="icon" >
39
 
       <iconset resource="../resources/Icons.qrc" >
40
 
        <normaloff>:/settingsDialog/applications-system.png</normaloff>:/settingsDialog/applications-system.png</iconset>
41
 
      </attribute>
42
 
      <layout class="QVBoxLayout" >
43
 
       <property name="spacing" >
 
43
      <layout class="QVBoxLayout">
 
44
       <property name="spacing">
44
45
        <number>6</number>
45
46
       </property>
46
 
       <property name="margin" >
 
47
       <property name="margin">
47
48
        <number>9</number>
48
49
       </property>
49
50
       <item>
50
 
        <layout class="QHBoxLayout" >
51
 
         <property name="spacing" >
 
51
        <layout class="QHBoxLayout">
 
52
         <property name="spacing">
52
53
          <number>6</number>
53
54
         </property>
54
 
         <property name="margin" >
 
55
         <property name="margin">
55
56
          <number>0</number>
56
57
         </property>
57
58
         <item>
58
 
          <widget class="QLabel" name="label" >
59
 
           <property name="toolTip" >
 
59
          <widget class="QLabel" name="label">
 
60
           <property name="toolTip">
60
61
            <string>Displays all available translations for UniversalIndentGui and lets you choose one.</string>
61
62
           </property>
62
 
           <property name="text" >
 
63
           <property name="text">
63
64
            <string>Application language</string>
64
65
           </property>
65
 
           <property name="buddy" >
 
66
           <property name="buddy">
66
67
            <cstring>uiGuiLanguageSelectionComboBox</cstring>
67
68
           </property>
68
69
          </widget>
69
70
         </item>
70
71
         <item>
71
 
          <widget class="QComboBox" name="uiGuiLanguageSelectionComboBox" >
72
 
           <property name="sizePolicy" >
73
 
            <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
 
72
          <widget class="QComboBox" name="uiGuiLanguageSelectionComboBox">
 
73
           <property name="sizePolicy">
 
74
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
74
75
             <horstretch>0</horstretch>
75
76
             <verstretch>0</verstretch>
76
77
            </sizepolicy>
77
78
           </property>
78
 
           <property name="toolTip" >
 
79
           <property name="toolTip">
79
80
            <string>Displays all available translations for UniversalIndentGui and lets you choose one.</string>
80
81
           </property>
81
 
           <property name="connectedSettingName" stdset="0" >
 
82
           <property name="connectedSettingName" stdset="0">
82
83
            <string>DONOTTRANSLATE:Language</string>
83
84
           </property>
84
85
          </widget>
85
86
         </item>
86
87
         <item>
87
88
          <spacer>
88
 
           <property name="orientation" >
 
89
           <property name="orientation">
89
90
            <enum>Qt::Horizontal</enum>
90
91
           </property>
91
 
           <property name="sizeHint" stdset="0" >
 
92
           <property name="sizeHint" stdset="0">
92
93
            <size>
93
94
             <width>40</width>
94
95
             <height>20</height>
99
100
        </layout>
100
101
       </item>
101
102
       <item>
102
 
        <widget class="QCheckBox" name="uiGuiLoadLastOpenedFileOnStartupComboBox" >
103
 
         <property name="toolTip" >
 
103
        <widget class="QCheckBox" name="uiGuiLoadLastOpenedFileOnStartupComboBox">
 
104
         <property name="toolTip">
104
105
          <string>If selected opens the source code file on startup that was opened last time.</string>
105
106
         </property>
106
 
         <property name="text" >
 
107
         <property name="text">
107
108
          <string>Automatically open last file on startup</string>
108
109
         </property>
109
 
         <property name="connectedSettingName" stdset="0" >
 
110
         <property name="connectedSettingName" stdset="0">
110
111
          <string>DONOTTRANSLATE:LoadLastOpenedFileOnStartup</string>
111
112
         </property>
112
113
        </widget>
113
114
       </item>
114
115
       <item>
115
 
        <widget class="QCheckBox" name="uiGuiEnableIndenterParameterTooltipsCheckBox" >
116
 
         <property name="toolTip" >
 
116
        <widget class="QCheckBox" name="uiGuiEnableIndenterParameterTooltipsCheckBox">
 
117
         <property name="toolTip">
117
118
          <string>If checked, tool tips will show up if the mouse cursor remains over an indenter parameter for a while.</string>
118
119
         </property>
119
 
         <property name="text" >
 
120
         <property name="text">
120
121
          <string>Enable Parameter Tooltips</string>
121
122
         </property>
122
 
         <property name="connectedSettingName" stdset="0" >
 
123
         <property name="connectedSettingName" stdset="0">
123
124
          <string>DONOTTRANSLATE:IndenterParameterTooltipsEnabled</string>
124
125
         </property>
125
126
        </widget>
126
127
       </item>
127
128
       <item>
128
 
        <layout class="QHBoxLayout" >
129
 
         <property name="spacing" >
 
129
        <layout class="QHBoxLayout">
 
130
         <property name="spacing">
130
131
          <number>6</number>
131
132
         </property>
132
 
         <property name="margin" >
 
133
         <property name="margin">
133
134
          <number>0</number>
134
135
         </property>
135
136
         <item>
136
 
          <widget class="QLabel" name="labelRecentlyOpenedListSize" >
137
 
           <property name="toolTip" >
 
137
          <widget class="QLabel" name="labelRecentlyOpenedListSize">
 
138
           <property name="toolTip">
138
139
            <string>Sets how many files should be remembered in the list of recently opened files.</string>
139
140
           </property>
140
 
           <property name="text" >
 
141
           <property name="text">
141
142
            <string>Number of files in recently opened list</string>
142
143
           </property>
143
144
          </widget>
144
145
         </item>
145
146
         <item>
146
 
          <widget class="QSpinBox" name="uiGuiRecentlyOpenedListSizeSpinBox" >
147
 
           <property name="sizePolicy" >
148
 
            <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
 
147
          <widget class="QSpinBox" name="uiGuiRecentlyOpenedListSizeSpinBox">
 
148
           <property name="sizePolicy">
 
149
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
149
150
             <horstretch>0</horstretch>
150
151
             <verstretch>0</verstretch>
151
152
            </sizepolicy>
152
153
           </property>
153
 
           <property name="toolTip" >
 
154
           <property name="toolTip">
154
155
            <string>Sets how many files should be remembered in the list of recently opened files.</string>
155
156
           </property>
156
 
           <property name="minimum" >
 
157
           <property name="minimum">
157
158
            <number>1</number>
158
159
           </property>
159
 
           <property name="maximum" >
 
160
           <property name="maximum">
160
161
            <number>30</number>
161
162
           </property>
162
 
           <property name="value" >
 
163
           <property name="value">
163
164
            <number>1</number>
164
165
           </property>
165
 
           <property name="connectedSettingName" stdset="0" >
 
166
           <property name="connectedSettingName" stdset="0">
166
167
            <string>DONOTTRANSLATE:RecentlyOpenedListSize</string>
167
168
           </property>
168
169
          </widget>
169
170
         </item>
170
171
         <item>
171
172
          <spacer>
172
 
           <property name="orientation" >
 
173
           <property name="orientation">
173
174
            <enum>Qt::Horizontal</enum>
174
175
           </property>
175
 
           <property name="sizeHint" stdset="0" >
 
176
           <property name="sizeHint" stdset="0">
176
177
            <size>
177
178
             <width>40</width>
178
179
             <height>20</height>
183
184
        </layout>
184
185
       </item>
185
186
       <item>
186
 
        <widget class="QCheckBox" name="uiGuiCheckForUpdateCheckBox" >
187
 
         <property name="toolTip" >
 
187
        <widget class="QCheckBox" name="uiGuiCheckForUpdateCheckBox">
 
188
         <property name="toolTip">
188
189
          <string>Checks whether a new version of UniversalIndentGUI exists on program start, but only once a day.</string>
189
190
         </property>
190
 
         <property name="text" >
 
191
         <property name="text">
191
192
          <string>Check online for update on program start</string>
192
193
         </property>
193
 
         <property name="connectedSettingName" stdset="0" >
 
194
         <property name="connectedSettingName" stdset="0">
194
195
          <string>DONOTTRANSLATE:CheckForUpdate</string>
195
196
         </property>
196
197
        </widget>
197
198
       </item>
198
199
       <item>
199
200
        <spacer>
200
 
         <property name="orientation" >
 
201
         <property name="orientation">
201
202
          <enum>Qt::Vertical</enum>
202
203
         </property>
203
 
         <property name="sizeHint" stdset="0" >
 
204
         <property name="sizeHint" stdset="0">
204
205
          <size>
205
206
           <width>20</width>
206
207
           <height>40</height>
210
211
       </item>
211
212
      </layout>
212
213
     </widget>
213
 
     <widget class="QWidget" name="tab_2" >
214
 
      <attribute name="title" >
 
214
     <widget class="QWidget" name="tab_2">
 
215
      <attribute name="icon">
 
216
       <iconset resource="../resources/Icons.qrc">
 
217
        <normaloff>:/settingsDialog/accessories-text-editor.png</normaloff>:/settingsDialog/accessories-text-editor.png</iconset>
 
218
      </attribute>
 
219
      <attribute name="title">
215
220
       <string>Editor</string>
216
221
      </attribute>
217
 
      <attribute name="icon" >
218
 
       <iconset resource="../resources/Icons.qrc" >
219
 
        <normaloff>:/settingsDialog/accessories-text-editor.png</normaloff>:/settingsDialog/accessories-text-editor.png</iconset>
220
 
      </attribute>
221
 
      <layout class="QVBoxLayout" >
222
 
       <property name="spacing" >
 
222
      <layout class="QVBoxLayout">
 
223
       <property name="spacing">
223
224
        <number>6</number>
224
225
       </property>
225
 
       <property name="margin" >
 
226
       <property name="margin">
226
227
        <number>9</number>
227
228
       </property>
228
229
       <item>
229
 
        <widget class="QCheckBox" name="uiGuiWhiteSpaceIsVisibleCheckBox" >
230
 
         <property name="toolTip" >
 
230
        <widget class="QCheckBox" name="uiGuiWhiteSpaceIsVisibleCheckBox">
 
231
         <property name="toolTip">
231
232
          <string>Enables or disables displaying of white space characters in the editor.</string>
232
233
         </property>
233
 
         <property name="text" >
 
234
         <property name="text">
234
235
          <string>Display white space character (tabs, spaces, etc.)</string>
235
236
         </property>
236
 
         <property name="connectedSettingName" stdset="0" >
 
237
         <property name="connectedSettingName" stdset="0">
237
238
          <string>DONOTTRANSLATE:WhiteSpaceIsVisible</string>
238
239
         </property>
239
240
        </widget>
240
241
       </item>
241
242
       <item>
242
 
        <layout class="QHBoxLayout" >
243
 
         <property name="spacing" >
 
243
        <layout class="QHBoxLayout">
 
244
         <property name="spacing">
244
245
          <number>6</number>
245
246
         </property>
246
 
         <property name="margin" >
 
247
         <property name="margin">
247
248
          <number>0</number>
248
249
         </property>
249
250
         <item>
250
 
          <widget class="QLabel" name="labelTabWidth" >
251
 
           <property name="toolTip" >
 
251
          <widget class="QLabel" name="labelTabWidth">
 
252
           <property name="toolTip">
252
253
            <string>Sets width in single spaces used for tabs</string>
253
254
           </property>
254
 
           <property name="statusTip" >
 
255
           <property name="statusTip">
255
256
            <string>Defines how many spaces should be displayed in the editor for one tab.</string>
256
257
           </property>
257
 
           <property name="text" >
 
258
           <property name="text">
258
259
            <string>Displayed width of tabs</string>
259
260
           </property>
260
261
          </widget>
261
262
         </item>
262
263
         <item>
263
 
          <widget class="QSpinBox" name="uiGuiTabWidthSpinBox" >
264
 
           <property name="sizePolicy" >
265
 
            <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
 
264
          <widget class="QSpinBox" name="uiGuiTabWidthSpinBox">
 
265
           <property name="sizePolicy">
 
266
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
266
267
             <horstretch>0</horstretch>
267
268
             <verstretch>0</verstretch>
268
269
            </sizepolicy>
269
270
           </property>
270
 
           <property name="toolTip" >
 
271
           <property name="toolTip">
271
272
            <string>Defines how many spaces should be displayed in the editor for one tab character.</string>
272
273
           </property>
273
 
           <property name="minimum" >
 
274
           <property name="minimum">
274
275
            <number>1</number>
275
276
           </property>
276
 
           <property name="maximum" >
 
277
           <property name="maximum">
277
278
            <number>99</number>
278
279
           </property>
279
 
           <property name="value" >
 
280
           <property name="value">
280
281
            <number>1</number>
281
282
           </property>
282
 
           <property name="connectedSettingName" stdset="0" >
 
283
           <property name="connectedSettingName" stdset="0">
283
284
            <string>DONOTTRANSLATE:TabWidth</string>
284
285
           </property>
285
286
          </widget>
286
287
         </item>
287
288
         <item>
288
289
          <spacer>
289
 
           <property name="orientation" >
 
290
           <property name="orientation">
290
291
            <enum>Qt::Horizontal</enum>
291
292
           </property>
292
 
           <property name="sizeHint" stdset="0" >
 
293
           <property name="sizeHint" stdset="0">
293
294
            <size>
294
295
             <width>40</width>
295
296
             <height>20</height>
301
302
       </item>
302
303
       <item>
303
304
        <spacer>
304
 
         <property name="orientation" >
 
305
         <property name="orientation">
305
306
          <enum>Qt::Vertical</enum>
306
307
         </property>
307
 
         <property name="sizeHint" stdset="0" >
 
308
         <property name="sizeHint" stdset="0">
308
309
          <size>
309
310
           <width>20</width>
310
311
           <height>40</height>
314
315
       </item>
315
316
      </layout>
316
317
     </widget>
317
 
     <widget class="QWidget" name="tab_3" >
318
 
      <attribute name="title" >
 
318
     <widget class="QWidget" name="tab_3">
 
319
      <attribute name="icon">
 
320
       <iconset resource="../resources/Icons.qrc">
 
321
        <normaloff>:/settingsDialog/syntax-highlight.png</normaloff>:/settingsDialog/syntax-highlight.png</iconset>
 
322
      </attribute>
 
323
      <attribute name="title">
319
324
       <string>Syntax Highlighting</string>
320
325
      </attribute>
321
 
      <attribute name="icon" >
322
 
       <iconset resource="../resources/Icons.qrc" >
323
 
        <normaloff>:/settingsDialog/syntax-highlight.png</normaloff>:/settingsDialog/syntax-highlight.png</iconset>
324
 
      </attribute>
325
 
      <layout class="QVBoxLayout" >
326
 
       <property name="spacing" >
 
326
      <layout class="QVBoxLayout">
 
327
       <property name="spacing">
327
328
        <number>6</number>
328
329
       </property>
329
 
       <property name="margin" >
 
330
       <property name="margin">
330
331
        <number>9</number>
331
332
       </property>
332
333
       <item>
333
 
        <widget class="QCheckBox" name="uiGuiEnableSyntaxHighlightningCheckBox" >
334
 
         <property name="toolTip" >
 
334
        <widget class="QCheckBox" name="uiGuiEnableSyntaxHighlightningCheckBox">
 
335
         <property name="toolTip">
335
336
          <string>By enabling special key words of the source code are highlighted.</string>
336
337
         </property>
337
 
         <property name="text" >
 
338
         <property name="text">
338
339
          <string>Enable syntax highlighting</string>
339
340
         </property>
340
 
         <property name="connectedSettingName" stdset="0" >
 
341
         <property name="connectedSettingName" stdset="0">
341
342
          <string>DONOTTRANSLATE:SyntaxHighlightningEnabled</string>
342
343
         </property>
343
344
        </widget>
344
345
       </item>
345
346
       <item>
346
 
        <widget class="QGroupBox" name="groupBoxSyntaxHighlighterProperties" >
347
 
         <property name="enabled" >
 
347
        <widget class="QGroupBox" name="groupBoxSyntaxHighlighterProperties">
 
348
         <property name="enabled">
348
349
          <bool>false</bool>
349
350
         </property>
350
 
         <property name="toolTip" >
 
351
         <property name="toolTip">
351
352
          <string>Lets you make settings for all properties of the available syntax highlighters, like font and color.</string>
352
353
         </property>
353
 
         <property name="title" >
 
354
         <property name="title">
354
355
          <string>Highlighter settings</string>
355
356
         </property>
356
 
         <layout class="QHBoxLayout" >
357
 
          <property name="spacing" >
 
357
         <layout class="QHBoxLayout">
 
358
          <property name="spacing">
358
359
           <number>6</number>
359
360
          </property>
360
 
          <property name="margin" >
 
361
          <property name="margin">
361
362
           <number>9</number>
362
363
          </property>
363
364
          <item>
364
 
           <widget class="QListWidget" name="listWidget" >
365
 
            <property name="currentRow" >
366
 
             <number>-1</number>
367
 
            </property>
368
 
           </widget>
369
 
          </item>
370
 
          <item>
371
 
           <widget class="QListWidget" name="listWidget_2" >
372
 
            <property name="currentRow" >
373
 
             <number>-1</number>
374
 
            </property>
375
 
           </widget>
376
 
          </item>
377
 
          <item>
378
 
           <layout class="QVBoxLayout" >
379
 
            <property name="spacing" >
 
365
           <widget class="QListWidget" name="listWidget">
 
366
            <property name="currentRow">
 
367
             <number>-1</number>
 
368
            </property>
 
369
           </widget>
 
370
          </item>
 
371
          <item>
 
372
           <widget class="QListWidget" name="listWidget_2">
 
373
            <property name="currentRow">
 
374
             <number>-1</number>
 
375
            </property>
 
376
           </widget>
 
377
          </item>
 
378
          <item>
 
379
           <layout class="QVBoxLayout">
 
380
            <property name="spacing">
380
381
             <number>6</number>
381
382
            </property>
382
 
            <property name="margin" >
 
383
            <property name="margin">
383
384
             <number>0</number>
384
385
            </property>
385
386
            <item>
386
 
             <widget class="QPushButton" name="pushButton_2" >
387
 
              <property name="toolTip" >
 
387
             <widget class="QPushButton" name="pushButton_2">
 
388
              <property name="toolTip">
388
389
               <string>Set the font for the current selected highlighter property.</string>
389
390
              </property>
390
 
              <property name="text" >
 
391
              <property name="text">
391
392
               <string>Set Font</string>
392
393
              </property>
393
394
             </widget>
394
395
            </item>
395
396
            <item>
396
 
             <widget class="QPushButton" name="pushButton" >
397
 
              <property name="toolTip" >
 
397
             <widget class="QPushButton" name="pushButton">
 
398
              <property name="toolTip">
398
399
               <string>Set the color for the current selected highlighter property.</string>
399
400
              </property>
400
 
              <property name="text" >
 
401
              <property name="text">
401
402
               <string>Set Color</string>
402
403
              </property>
403
404
             </widget>
404
405
            </item>
405
406
            <item>
406
407
             <spacer>
407
 
              <property name="orientation" >
 
408
              <property name="orientation">
408
409
               <enum>Qt::Vertical</enum>
409
410
              </property>
410
 
              <property name="sizeHint" stdset="0" >
 
411
              <property name="sizeHint" stdset="0">
411
412
               <size>
412
413
                <width>20</width>
413
414
                <height>40</height>
422
423
       </item>
423
424
       <item>
424
425
        <spacer>
425
 
         <property name="orientation" >
 
426
         <property name="orientation">
426
427
          <enum>Qt::Vertical</enum>
427
428
         </property>
428
 
         <property name="sizeHint" stdset="0" >
 
429
         <property name="sizeHint" stdset="0">
429
430
          <size>
430
431
           <width>20</width>
431
432
           <height>40</height>
438
439
    </widget>
439
440
   </item>
440
441
   <item>
441
 
    <widget class="QDialogButtonBox" name="buttonBox" >
442
 
     <property name="orientation" >
 
442
    <widget class="QDialogButtonBox" name="buttonBox">
 
443
     <property name="orientation">
443
444
      <enum>Qt::Horizontal</enum>
444
445
     </property>
445
 
     <property name="standardButtons" >
 
446
     <property name="standardButtons">
446
447
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
447
448
     </property>
448
449
    </widget>
450
451
  </layout>
451
452
 </widget>
452
453
 <resources>
453
 
  <include location="../resources/Icons.qrc" />
 
454
  <include location="../resources/Icons.qrc"/>
454
455
 </resources>
455
456
 <connections>
456
457
  <connection>
459
460
   <receiver>SettingsDialog</receiver>
460
461
   <slot>accept()</slot>
461
462
   <hints>
462
 
    <hint type="sourcelabel" >
 
463
    <hint type="sourcelabel">
463
464
     <x>244</x>
464
465
     <y>224</y>
465
466
    </hint>
466
 
    <hint type="destinationlabel" >
 
467
    <hint type="destinationlabel">
467
468
     <x>153</x>
468
469
     <y>236</y>
469
470
    </hint>
475
476
   <receiver>SettingsDialog</receiver>
476
477
   <slot>reject()</slot>
477
478
   <hints>
478
 
    <hint type="sourcelabel" >
 
479
    <hint type="sourcelabel">
479
480
     <x>321</x>
480
481
     <y>227</y>
481
482
    </hint>
482
 
    <hint type="destinationlabel" >
 
483
    <hint type="destinationlabel">
483
484
     <x>282</x>
484
485
     <y>236</y>
485
486
    </hint>