~ubuntu-branches/ubuntu/oneiric/mozc/oneiric

« back to all changes in this revision

Viewing changes to gui/config_dialog/config_dialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Nobuhiro Iwamatsu
  • Date: 2010-07-14 03:26:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100714032647-13qjisj6m8cm8jdx
Tags: 0.12.410.102-1
* New upstream release (Closes: #588971).
  - Add mozc-server, mozc-utils-gui and scim-mozc packages.
* Update debian/rules.
  Add --gypdir option to build_mozc.py.
* Update debian/control.
  - Bumped standards-version to 3.9.0.
  - Update description.
* Add mozc icon (Closes: #588972).
* Add patch which revises issue 18.
  ibus_mozc_issue18.patch
* kFreeBSD build support.
  support_kfreebsd.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>ConfigDialog</class>
 
4
 <widget class="QDialog" name="ConfigDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>450</width>
 
10
    <height>400</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="minimumSize">
 
20
   <size>
 
21
    <width>450</width>
 
22
    <height>400</height>
 
23
   </size>
 
24
  </property>
 
25
  <property name="maximumSize">
 
26
   <size>
 
27
    <width>450</width>
 
28
    <height>400</height>
 
29
   </size>
 
30
  </property>
 
31
  <property name="windowTitle">
 
32
   <string>Mozc settings</string>
 
33
  </property>
 
34
  <widget class="QWidget" name="centralwidget" native="true">
 
35
   <property name="geometry">
 
36
    <rect>
 
37
     <x>0</x>
 
38
     <y>0</y>
 
39
     <width>451</width>
 
40
     <height>401</height>
 
41
    </rect>
 
42
   </property>
 
43
   <widget class="QTabWidget" name="configDialogTabWidget">
 
44
    <property name="geometry">
 
45
     <rect>
 
46
      <x>10</x>
 
47
      <y>10</y>
 
48
      <width>431</width>
 
49
      <height>341</height>
 
50
     </rect>
 
51
    </property>
 
52
    <property name="currentIndex">
 
53
     <number>0</number>
 
54
    </property>
 
55
    <widget class="QWidget" name="basicTab">
 
56
     <attribute name="title">
 
57
      <string>General</string>
 
58
     </attribute>
 
59
     <widget class="QWidget" name="gridLayoutWidget">
 
60
      <property name="geometry">
 
61
       <rect>
 
62
        <x>30</x>
 
63
        <y>30</y>
 
64
        <width>371</width>
 
65
        <height>181</height>
 
66
       </rect>
 
67
      </property>
 
68
      <layout class="QGridLayout" name="gridLayout">
 
69
       <item row="0" column="1">
 
70
        <widget class="QComboBox" name="inputModeComboBox"/>
 
71
       </item>
 
72
       <item row="1" column="1">
 
73
        <widget class="QComboBox" name="punctuationsSettingComboBox"/>
 
74
       </item>
 
75
       <item row="2" column="1">
 
76
        <widget class="QComboBox" name="symbolsSettingComboBox">
 
77
         <property name="enabled">
 
78
          <bool>true</bool>
 
79
         </property>
 
80
        </widget>
 
81
       </item>
 
82
       <item row="3" column="1">
 
83
        <widget class="QComboBox" name="spaceCharacterFormComboBox">
 
84
         <property name="enabled">
 
85
          <bool>true</bool>
 
86
         </property>
 
87
        </widget>
 
88
       </item>
 
89
       <item row="0" column="0">
 
90
        <widget class="QLabel" name="inputModeLabel">
 
91
         <property name="text">
 
92
          <string>Input mode</string>
 
93
         </property>
 
94
        </widget>
 
95
       </item>
 
96
       <item row="1" column="0">
 
97
        <widget class="QLabel" name="PunctuationsSettingLabel">
 
98
         <property name="text">
 
99
          <string>Punctuation style</string>
 
100
         </property>
 
101
        </widget>
 
102
       </item>
 
103
       <item row="2" column="0">
 
104
        <widget class="QLabel" name="symbolsSettingLabel">
 
105
         <property name="text">
 
106
          <string>Symbol style</string>
 
107
         </property>
 
108
        </widget>
 
109
       </item>
 
110
       <item row="3" column="0">
 
111
        <widget class="QLabel" name="spaceInputSettingLabel">
 
112
         <property name="text">
 
113
          <string>Space input style</string>
 
114
         </property>
 
115
        </widget>
 
116
       </item>
 
117
       <item row="4" column="1">
 
118
        <widget class="QComboBox" name="selectionShortcutModeComboBox"/>
 
119
       </item>
 
120
       <item row="4" column="0">
 
121
        <widget class="QLabel" name="selectionShortcutModeLabel">
 
122
         <property name="text">
 
123
          <string>Selection shortcut</string>
 
124
         </property>
 
125
        </widget>
 
126
       </item>
 
127
       <item row="5" column="0">
 
128
        <widget class="QLabel" name="numpadCharacterFormLabel">
 
129
         <property name="text">
 
130
          <string>Numpad style</string>
 
131
         </property>
 
132
        </widget>
 
133
       </item>
 
134
       <item row="5" column="1">
 
135
        <widget class="QComboBox" name="numpadCharacterFormComboBox">
 
136
         <property name="minimumSize">
 
137
          <size>
 
138
           <width>150</width>
 
139
           <height>0</height>
 
140
          </size>
 
141
         </property>
 
142
        </widget>
 
143
       </item>
 
144
      </layout>
 
145
     </widget>
 
146
     <widget class="QWidget" name="gridLayoutWidget_2">
 
147
      <property name="geometry">
 
148
       <rect>
 
149
        <x>30</x>
 
150
        <y>240</y>
 
151
        <width>371</width>
 
152
        <height>66</height>
 
153
       </rect>
 
154
      </property>
 
155
      <layout class="QGridLayout" name="gridLayout_2">
 
156
       <item row="0" column="1">
 
157
        <widget class="QComboBox" name="keymapSettingComboBox"/>
 
158
       </item>
 
159
       <item row="0" column="0">
 
160
        <widget class="QLabel" name="keymapSettingLabel">
 
161
         <property name="text">
 
162
          <string>Keymap style</string>
 
163
         </property>
 
164
        </widget>
 
165
       </item>
 
166
       <item row="0" column="2">
 
167
        <widget class="QPushButton" name="editKeymapButton">
 
168
         <property name="sizePolicy">
 
169
          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
170
           <horstretch>0</horstretch>
 
171
           <verstretch>0</verstretch>
 
172
          </sizepolicy>
 
173
         </property>
 
174
         <property name="minimumSize">
 
175
          <size>
 
176
           <width>70</width>
 
177
           <height>0</height>
 
178
          </size>
 
179
         </property>
 
180
         <property name="maximumSize">
 
181
          <size>
 
182
           <width>100</width>
 
183
           <height>16777215</height>
 
184
          </size>
 
185
         </property>
 
186
         <property name="text">
 
187
          <string>Customize...</string>
 
188
         </property>
 
189
        </widget>
 
190
       </item>
 
191
       <item row="1" column="2">
 
192
        <widget class="QPushButton" name="editRomanTableButton">
 
193
         <property name="text">
 
194
          <string>Customize...</string>
 
195
         </property>
 
196
        </widget>
 
197
       </item>
 
198
       <item row="1" column="0">
 
199
        <widget class="QLabel" name="label_11">
 
200
         <property name="text">
 
201
          <string>Romaji table</string>
 
202
         </property>
 
203
        </widget>
 
204
       </item>
 
205
      </layout>
 
206
     </widget>
 
207
     <widget class="QWidget" name="horizontalLayoutWidget">
 
208
      <property name="geometry">
 
209
       <rect>
 
210
        <x>20</x>
 
211
        <y>10</y>
 
212
        <width>391</width>
 
213
        <height>21</height>
 
214
       </rect>
 
215
      </property>
 
216
      <layout class="QHBoxLayout" name="horizontalLayout">
 
217
       <item>
 
218
        <widget class="QLabel" name="basicsLabel">
 
219
         <property name="text">
 
220
          <string>Basics</string>
 
221
         </property>
 
222
        </widget>
 
223
       </item>
 
224
       <item>
 
225
        <widget class="Line" name="basicsLine">
 
226
         <property name="sizePolicy">
 
227
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
228
           <horstretch>0</horstretch>
 
229
           <verstretch>0</verstretch>
 
230
          </sizepolicy>
 
231
         </property>
 
232
         <property name="orientation">
 
233
          <enum>Qt::Horizontal</enum>
 
234
         </property>
 
235
        </widget>
 
236
       </item>
 
237
      </layout>
 
238
     </widget>
 
239
     <widget class="QWidget" name="horizontalLayoutWidget_8">
 
240
      <property name="geometry">
 
241
       <rect>
 
242
        <x>20</x>
 
243
        <y>220</y>
 
244
        <width>391</width>
 
245
        <height>20</height>
 
246
       </rect>
 
247
      </property>
 
248
      <layout class="QHBoxLayout" name="horizontalLayout_11">
 
249
       <item>
 
250
        <widget class="QLabel" name="label_4">
 
251
         <property name="text">
 
252
          <string>Keymap</string>
 
253
         </property>
 
254
        </widget>
 
255
       </item>
 
256
       <item>
 
257
        <widget class="Line" name="line_3">
 
258
         <property name="sizePolicy">
 
259
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
260
           <horstretch>0</horstretch>
 
261
           <verstretch>0</verstretch>
 
262
          </sizepolicy>
 
263
         </property>
 
264
         <property name="orientation">
 
265
          <enum>Qt::Horizontal</enum>
 
266
         </property>
 
267
        </widget>
 
268
       </item>
 
269
      </layout>
 
270
     </widget>
 
271
    </widget>
 
272
    <widget class="QWidget" name="dictionaryTab">
 
273
     <attribute name="title">
 
274
      <string>Dictionary</string>
 
275
     </attribute>
 
276
     <widget class="QWidget" name="gridLayoutWidget_5">
 
277
      <property name="geometry">
 
278
       <rect>
 
279
        <x>30</x>
 
280
        <y>30</y>
 
281
        <width>371</width>
 
282
        <height>91</height>
 
283
       </rect>
 
284
      </property>
 
285
      <layout class="QGridLayout" name="gridLayout_5">
 
286
       <item row="1" column="1">
 
287
        <widget class="QPushButton" name="clearUserHistoryButton">
 
288
         <property name="text">
 
289
          <string>Clear personalization data</string>
 
290
         </property>
 
291
        </widget>
 
292
       </item>
 
293
       <item row="0" column="0">
 
294
        <widget class="QLabel" name="label_7">
 
295
         <property name="text">
 
296
          <string>Adjust conversion based on previous input</string>
 
297
         </property>
 
298
         <property name="wordWrap">
 
299
          <bool>true</bool>
 
300
         </property>
 
301
        </widget>
 
302
       </item>
 
303
       <item row="0" column="1">
 
304
        <widget class="QComboBox" name="historyLearningLevelComboBox">
 
305
         <property name="minimumSize">
 
306
          <size>
 
307
           <width>150</width>
 
308
           <height>0</height>
 
309
          </size>
 
310
         </property>
 
311
        </widget>
 
312
       </item>
 
313
       <item row="1" column="0">
 
314
        <spacer name="horizontalSpacer_2">
 
315
         <property name="orientation">
 
316
          <enum>Qt::Horizontal</enum>
 
317
         </property>
 
318
         <property name="sizeHint" stdset="0">
 
319
          <size>
 
320
           <width>40</width>
 
321
           <height>20</height>
 
322
          </size>
 
323
         </property>
 
324
        </spacer>
 
325
       </item>
 
326
      </layout>
 
327
     </widget>
 
328
     <widget class="QWidget" name="gridLayoutWidget_6">
 
329
      <property name="geometry">
 
330
       <rect>
 
331
        <x>30</x>
 
332
        <y>150</y>
 
333
        <width>351</width>
 
334
        <height>32</height>
 
335
       </rect>
 
336
      </property>
 
337
      <layout class="QGridLayout" name="gridLayout_6">
 
338
       <item row="0" column="1">
 
339
        <spacer name="horizontalSpacer">
 
340
         <property name="orientation">
 
341
          <enum>Qt::Horizontal</enum>
 
342
         </property>
 
343
         <property name="sizeHint" stdset="0">
 
344
          <size>
 
345
           <width>40</width>
 
346
           <height>20</height>
 
347
          </size>
 
348
         </property>
 
349
        </spacer>
 
350
       </item>
 
351
       <item row="0" column="2">
 
352
        <widget class="QPushButton" name="editUserDictionaryButton">
 
353
         <property name="sizePolicy">
 
354
          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
 
355
           <horstretch>0</horstretch>
 
356
           <verstretch>0</verstretch>
 
357
          </sizepolicy>
 
358
         </property>
 
359
         <property name="minimumSize">
 
360
          <size>
 
361
           <width>150</width>
 
362
           <height>0</height>
 
363
          </size>
 
364
         </property>
 
365
         <property name="text">
 
366
          <string>Edit user dictionary...</string>
 
367
         </property>
 
368
        </widget>
 
369
       </item>
 
370
      </layout>
 
371
     </widget>
 
372
     <widget class="QWidget" name="gridLayoutWidget_3">
 
373
      <property name="geometry">
 
374
       <rect>
 
375
        <x>30</x>
 
376
        <y>210</y>
 
377
        <width>371</width>
 
378
        <height>71</height>
 
379
       </rect>
 
380
      </property>
 
381
      <layout class="QGridLayout" name="gridLayout_3">
 
382
       <item row="0" column="0">
 
383
        <widget class="QCheckBox" name="singleKanjiDictionaryCheckBox">
 
384
         <property name="text">
 
385
          <string>Single kanji dictionary</string>
 
386
         </property>
 
387
        </widget>
 
388
       </item>
 
389
       <item row="1" column="0">
 
390
        <widget class="QCheckBox" name="symbolDictionaryCheckBox">
 
391
         <property name="text">
 
392
          <string>Symbol dictionary</string>
 
393
         </property>
 
394
        </widget>
 
395
       </item>
 
396
       <item row="0" column="1">
 
397
        <widget class="QCheckBox" name="dateConversionCheckBox">
 
398
         <property name="text">
 
399
          <string>Date/time conversion</string>
 
400
         </property>
 
401
        </widget>
 
402
       </item>
 
403
       <item row="1" column="1">
 
404
        <widget class="QCheckBox" name="numberConversionCheckBox">
 
405
         <property name="text">
 
406
          <string>Special number conversion</string>
 
407
         </property>
 
408
        </widget>
 
409
       </item>
 
410
      </layout>
 
411
     </widget>
 
412
     <widget class="QWidget" name="horizontalLayoutWidget_5">
 
413
      <property name="geometry">
 
414
       <rect>
 
415
        <x>20</x>
 
416
        <y>10</y>
 
417
        <width>391</width>
 
418
        <height>21</height>
 
419
       </rect>
 
420
      </property>
 
421
      <layout class="QHBoxLayout" name="horizontalLayout_8">
 
422
       <item>
 
423
        <widget class="QLabel" name="label">
 
424
         <property name="text">
 
425
          <string>Personalization</string>
 
426
         </property>
 
427
        </widget>
 
428
       </item>
 
429
       <item>
 
430
        <widget class="Line" name="line">
 
431
         <property name="sizePolicy">
 
432
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
433
           <horstretch>0</horstretch>
 
434
           <verstretch>0</verstretch>
 
435
          </sizepolicy>
 
436
         </property>
 
437
         <property name="orientation">
 
438
          <enum>Qt::Horizontal</enum>
 
439
         </property>
 
440
        </widget>
 
441
       </item>
 
442
      </layout>
 
443
     </widget>
 
444
     <widget class="QWidget" name="horizontalLayoutWidget_6">
 
445
      <property name="geometry">
 
446
       <rect>
 
447
        <x>20</x>
 
448
        <y>190</y>
 
449
        <width>391</width>
 
450
        <height>21</height>
 
451
       </rect>
 
452
      </property>
 
453
      <layout class="QHBoxLayout" name="horizontalLayout_9">
 
454
       <item>
 
455
        <widget class="QLabel" name="additionalDictionariesLabel">
 
456
         <property name="text">
 
457
          <string>Additional dictionaries</string>
 
458
         </property>
 
459
        </widget>
 
460
       </item>
 
461
       <item>
 
462
        <widget class="Line" name="additionalDictionariesLine">
 
463
         <property name="sizePolicy">
 
464
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
465
           <horstretch>0</horstretch>
 
466
           <verstretch>0</verstretch>
 
467
          </sizepolicy>
 
468
         </property>
 
469
         <property name="orientation">
 
470
          <enum>Qt::Horizontal</enum>
 
471
         </property>
 
472
        </widget>
 
473
       </item>
 
474
      </layout>
 
475
     </widget>
 
476
     <widget class="QWidget" name="horizontalLayoutWidget_11">
 
477
      <property name="geometry">
 
478
       <rect>
 
479
        <x>20</x>
 
480
        <y>131</y>
 
481
        <width>391</width>
 
482
        <height>20</height>
 
483
       </rect>
 
484
      </property>
 
485
      <layout class="QHBoxLayout" name="horizontalLayout_14">
 
486
       <item>
 
487
        <widget class="QLabel" name="label_6">
 
488
         <property name="text">
 
489
          <string>User dictionary</string>
 
490
         </property>
 
491
        </widget>
 
492
       </item>
 
493
       <item>
 
494
        <widget class="Line" name="line_6">
 
495
         <property name="sizePolicy">
 
496
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
497
           <horstretch>0</horstretch>
 
498
           <verstretch>0</verstretch>
 
499
          </sizepolicy>
 
500
         </property>
 
501
         <property name="orientation">
 
502
          <enum>Qt::Horizontal</enum>
 
503
         </property>
 
504
        </widget>
 
505
       </item>
 
506
      </layout>
 
507
     </widget>
 
508
    </widget>
 
509
    <widget class="QWidget" name="inputsupport_tab">
 
510
     <attribute name="title">
 
511
      <string>Advanced</string>
 
512
     </attribute>
 
513
     <widget class="CharacterFormEditor" name="characterFormEditor">
 
514
      <property name="geometry">
 
515
       <rect>
 
516
        <x>30</x>
 
517
        <y>170</y>
 
518
        <width>371</width>
 
519
        <height>131</height>
 
520
       </rect>
 
521
      </property>
 
522
     </widget>
 
523
     <widget class="QWidget" name="horizontalLayoutWidget_2">
 
524
      <property name="geometry">
 
525
       <rect>
 
526
        <x>20</x>
 
527
        <y>10</y>
 
528
        <width>391</width>
 
529
        <height>21</height>
 
530
       </rect>
 
531
      </property>
 
532
      <layout class="QHBoxLayout" name="horizontalLayout_4">
 
533
       <item>
 
534
        <widget class="QLabel" name="autoCorrectionLable">
 
535
         <property name="text">
 
536
          <string>Input Assistance</string>
 
537
         </property>
 
538
        </widget>
 
539
       </item>
 
540
       <item>
 
541
        <widget class="Line" name="autoCorrectionLine_2">
 
542
         <property name="sizePolicy">
 
543
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
544
           <horstretch>0</horstretch>
 
545
           <verstretch>0</verstretch>
 
546
          </sizepolicy>
 
547
         </property>
 
548
         <property name="orientation">
 
549
          <enum>Qt::Horizontal</enum>
 
550
         </property>
 
551
        </widget>
 
552
       </item>
 
553
      </layout>
 
554
     </widget>
 
555
     <widget class="QWidget" name="horizontalLayoutWidget_3">
 
556
      <property name="geometry">
 
557
       <rect>
 
558
        <x>20</x>
 
559
        <y>140</y>
 
560
        <width>391</width>
 
561
        <height>21</height>
 
562
       </rect>
 
563
      </property>
 
564
      <layout class="QHBoxLayout" name="horizontalLayout_6">
 
565
       <item>
 
566
        <widget class="QLabel" name="autoCorrectionLable_2">
 
567
         <property name="text">
 
568
          <string>Fullwidth/Halfwidth</string>
 
569
         </property>
 
570
        </widget>
 
571
       </item>
 
572
       <item>
 
573
        <widget class="Line" name="halffullWidthLine">
 
574
         <property name="sizePolicy">
 
575
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
576
           <horstretch>0</horstretch>
 
577
           <verstretch>0</verstretch>
 
578
          </sizepolicy>
 
579
         </property>
 
580
         <property name="orientation">
 
581
          <enum>Qt::Horizontal</enum>
 
582
         </property>
 
583
        </widget>
 
584
       </item>
 
585
      </layout>
 
586
     </widget>
 
587
     <widget class="QWidget" name="horizontalLayoutWidget_4">
 
588
      <property name="geometry">
 
589
       <rect>
 
590
        <x>30</x>
 
591
        <y>30</y>
 
592
        <width>361</width>
 
593
        <height>32</height>
 
594
       </rect>
 
595
      </property>
 
596
      <layout class="QHBoxLayout" name="horizontalLayout_7">
 
597
       <item>
 
598
        <widget class="QCheckBox" name="useAutoImeTurnOff">
 
599
         <property name="text">
 
600
          <string>Automatically switch to halfwidth</string>
 
601
         </property>
 
602
        </widget>
 
603
       </item>
 
604
      </layout>
 
605
     </widget>
 
606
     <widget class="QWidget" name="horizontalLayoutWidget_7">
 
607
      <property name="geometry">
 
608
       <rect>
 
609
        <x>20</x>
 
610
        <y>80</y>
 
611
        <width>391</width>
 
612
        <height>21</height>
 
613
       </rect>
 
614
      </property>
 
615
      <layout class="QHBoxLayout" name="horizontalLayout_5">
 
616
       <item>
 
617
        <widget class="QLabel" name="autoCorrectionLable_3">
 
618
         <property name="text">
 
619
          <string>Shift key mode switch</string>
 
620
         </property>
 
621
        </widget>
 
622
       </item>
 
623
       <item>
 
624
        <widget class="Line" name="autoCorrectionLine_3">
 
625
         <property name="sizePolicy">
 
626
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
627
           <horstretch>0</horstretch>
 
628
           <verstretch>0</verstretch>
 
629
          </sizepolicy>
 
630
         </property>
 
631
         <property name="orientation">
 
632
          <enum>Qt::Horizontal</enum>
 
633
         </property>
 
634
        </widget>
 
635
       </item>
 
636
      </layout>
 
637
     </widget>
 
638
     <widget class="QComboBox" name="shiftKeyModeSwitchComboBox">
 
639
      <property name="geometry">
 
640
       <rect>
 
641
        <x>30</x>
 
642
        <y>100</y>
 
643
        <width>200</width>
 
644
        <height>26</height>
 
645
       </rect>
 
646
      </property>
 
647
      <property name="minimumSize">
 
648
       <size>
 
649
        <width>150</width>
 
650
        <height>0</height>
 
651
       </size>
 
652
      </property>
 
653
     </widget>
 
654
    </widget>
 
655
    <widget class="QWidget" name="suggestionsTab">
 
656
     <attribute name="title">
 
657
      <string>Suggest</string>
 
658
     </attribute>
 
659
     <widget class="QWidget" name="horizontalLayoutWidget_9">
 
660
      <property name="geometry">
 
661
       <rect>
 
662
        <x>20</x>
 
663
        <y>10</y>
 
664
        <width>381</width>
 
665
        <height>24</height>
 
666
       </rect>
 
667
      </property>
 
668
      <layout class="QHBoxLayout" name="horizontalLayout_12">
 
669
       <item>
 
670
        <widget class="QLabel" name="label_3">
 
671
         <property name="text">
 
672
          <string>Source data</string>
 
673
         </property>
 
674
        </widget>
 
675
       </item>
 
676
       <item>
 
677
        <widget class="Line" name="line_4">
 
678
         <property name="sizePolicy">
 
679
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
680
           <horstretch>0</horstretch>
 
681
           <verstretch>0</verstretch>
 
682
          </sizepolicy>
 
683
         </property>
 
684
         <property name="orientation">
 
685
          <enum>Qt::Horizontal</enum>
 
686
         </property>
 
687
        </widget>
 
688
       </item>
 
689
      </layout>
 
690
     </widget>
 
691
     <widget class="QWidget" name="horizontalLayoutWidget_14">
 
692
      <property name="geometry">
 
693
       <rect>
 
694
        <x>20</x>
 
695
        <y>170</y>
 
696
        <width>381</width>
 
697
        <height>21</height>
 
698
       </rect>
 
699
      </property>
 
700
      <layout class="QHBoxLayout" name="horizontalLayout_16">
 
701
       <item>
 
702
        <widget class="QLabel" name="SuggestionPreferenceLabel">
 
703
         <property name="text">
 
704
          <string>Other settings</string>
 
705
         </property>
 
706
        </widget>
 
707
       </item>
 
708
       <item>
 
709
        <widget class="Line" name="line_8">
 
710
         <property name="sizePolicy">
 
711
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
712
           <horstretch>0</horstretch>
 
713
           <verstretch>0</verstretch>
 
714
          </sizepolicy>
 
715
         </property>
 
716
         <property name="orientation">
 
717
          <enum>Qt::Horizontal</enum>
 
718
         </property>
 
719
        </widget>
 
720
       </item>
 
721
      </layout>
 
722
     </widget>
 
723
     <widget class="QWidget" name="gridLayoutWidget_10">
 
724
      <property name="geometry">
 
725
       <rect>
 
726
        <x>30</x>
 
727
        <y>190</y>
 
728
        <width>361</width>
 
729
        <height>31</height>
 
730
       </rect>
 
731
      </property>
 
732
      <layout class="QGridLayout" name="gridLayout_11">
 
733
       <item row="0" column="0">
 
734
        <widget class="QLabel" name="defaultNUmberofSuggestionsLabel">
 
735
         <property name="text">
 
736
          <string>Maximum number of suggestions</string>
 
737
         </property>
 
738
        </widget>
 
739
       </item>
 
740
       <item row="0" column="2">
 
741
        <widget class="QSpinBox" name="suggestionsSizeSpinBox"/>
 
742
       </item>
 
743
       <item row="0" column="3">
 
744
        <spacer name="horizontalSpacer_5">
 
745
         <property name="orientation">
 
746
          <enum>Qt::Horizontal</enum>
 
747
         </property>
 
748
         <property name="sizeHint" stdset="0">
 
749
          <size>
 
750
           <width>40</width>
 
751
           <height>20</height>
 
752
          </size>
 
753
         </property>
 
754
        </spacer>
 
755
       </item>
 
756
       <item row="0" column="1">
 
757
        <spacer name="horizontalSpacer_8">
 
758
         <property name="orientation">
 
759
          <enum>Qt::Horizontal</enum>
 
760
         </property>
 
761
         <property name="sizeHint" stdset="0">
 
762
          <size>
 
763
           <width>40</width>
 
764
           <height>20</height>
 
765
          </size>
 
766
         </property>
 
767
        </spacer>
 
768
       </item>
 
769
      </layout>
 
770
     </widget>
 
771
     <widget class="QWidget" name="gridLayoutWidget_4">
 
772
      <property name="geometry">
 
773
       <rect>
 
774
        <x>30</x>
 
775
        <y>40</y>
 
776
        <width>361</width>
 
777
        <height>101</height>
 
778
       </rect>
 
779
      </property>
 
780
      <layout class="QGridLayout" name="gridLayout_4">
 
781
       <item row="0" column="0" colspan="3">
 
782
        <widget class="QCheckBox" name="historySuggestCheckBox">
 
783
         <property name="text">
 
784
          <string>Use input history</string>
 
785
         </property>
 
786
        </widget>
 
787
       </item>
 
788
       <item row="1" column="2">
 
789
        <widget class="QPushButton" name="clearUserPredictionButton">
 
790
         <property name="minimumSize">
 
791
          <size>
 
792
           <width>120</width>
 
793
           <height>0</height>
 
794
          </size>
 
795
         </property>
 
796
         <property name="text">
 
797
          <string>Clear all history</string>
 
798
         </property>
 
799
        </widget>
 
800
       </item>
 
801
       <item row="3" column="0" colspan="3">
 
802
        <widget class="QCheckBox" name="dictionarySuggestCheckBox">
 
803
         <property name="text">
 
804
          <string>Use system dictionary</string>
 
805
         </property>
 
806
        </widget>
 
807
       </item>
 
808
       <item row="1" column="1">
 
809
        <widget class="QPushButton" name="clearUnusedUserPredictionButton">
 
810
         <property name="minimumSize">
 
811
          <size>
 
812
           <width>120</width>
 
813
           <height>0</height>
 
814
          </size>
 
815
         </property>
 
816
         <property name="text">
 
817
          <string>Clear unused history</string>
 
818
         </property>
 
819
        </widget>
 
820
       </item>
 
821
       <item row="1" column="0">
 
822
        <spacer name="horizontalSpacer_6">
 
823
         <property name="orientation">
 
824
          <enum>Qt::Horizontal</enum>
 
825
         </property>
 
826
         <property name="sizeHint" stdset="0">
 
827
          <size>
 
828
           <width>40</width>
 
829
           <height>20</height>
 
830
          </size>
 
831
         </property>
 
832
        </spacer>
 
833
       </item>
 
834
       <item row="2" column="1">
 
835
        <spacer name="verticalSpacer">
 
836
         <property name="orientation">
 
837
          <enum>Qt::Vertical</enum>
 
838
         </property>
 
839
         <property name="sizeHint" stdset="0">
 
840
          <size>
 
841
           <width>20</width>
 
842
           <height>40</height>
 
843
          </size>
 
844
         </property>
 
845
        </spacer>
 
846
       </item>
 
847
      </layout>
 
848
     </widget>
 
849
    </widget>
 
850
    <widget class="QWidget" name="privacyTab">
 
851
     <attribute name="title">
 
852
      <string>Privacy</string>
 
853
     </attribute>
 
854
     <widget class="QCheckBox" name="usageStatsCheckBox">
 
855
      <property name="geometry">
 
856
       <rect>
 
857
        <x>30</x>
 
858
        <y>140</y>
 
859
        <width>20</width>
 
860
        <height>20</height>
 
861
       </rect>
 
862
      </property>
 
863
      <property name="sizePolicy">
 
864
       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
865
        <horstretch>0</horstretch>
 
866
        <verstretch>0</verstretch>
 
867
       </sizepolicy>
 
868
      </property>
 
869
      <property name="text">
 
870
       <string/>
 
871
      </property>
 
872
      <property name="tristate">
 
873
       <bool>false</bool>
 
874
      </property>
 
875
     </widget>
 
876
     <widget class="QLabel" name="usageStatsMessage">
 
877
      <property name="geometry">
 
878
       <rect>
 
879
        <x>50</x>
 
880
        <y>130</y>
 
881
        <width>351</width>
 
882
        <height>61</height>
 
883
       </rect>
 
884
      </property>
 
885
      <property name="text">
 
886
       <string>Help make Mozc better by automatically sending usage statistics and crash reports to Google (changes will take effect after you log out and log back in)</string>
 
887
      </property>
 
888
      <property name="wordWrap">
 
889
       <bool>true</bool>
 
890
      </property>
 
891
     </widget>
 
892
     <widget class="QWidget" name="horizontalLayoutWidget_16">
 
893
      <property name="geometry">
 
894
       <rect>
 
895
        <x>20</x>
 
896
        <y>110</y>
 
897
        <width>391</width>
 
898
        <height>27</height>
 
899
       </rect>
 
900
      </property>
 
901
      <layout class="QHBoxLayout" name="horizontalLayout_18">
 
902
       <item>
 
903
        <widget class="QLabel" name="usageStatsLabel">
 
904
         <property name="text">
 
905
          <string>Usage statistics and crash reports</string>
 
906
         </property>
 
907
        </widget>
 
908
       </item>
 
909
       <item>
 
910
        <widget class="Line" name="usageStatsLine">
 
911
         <property name="sizePolicy">
 
912
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
913
           <horstretch>0</horstretch>
 
914
           <verstretch>0</verstretch>
 
915
          </sizepolicy>
 
916
         </property>
 
917
         <property name="orientation">
 
918
          <enum>Qt::Horizontal</enum>
 
919
         </property>
 
920
        </widget>
 
921
       </item>
 
922
      </layout>
 
923
     </widget>
 
924
     <widget class="QWidget" name="horizontalLayoutWidget_18">
 
925
      <property name="geometry">
 
926
       <rect>
 
927
        <x>20</x>
 
928
        <y>20</y>
 
929
        <width>391</width>
 
930
        <height>27</height>
 
931
       </rect>
 
932
      </property>
 
933
      <layout class="QHBoxLayout" name="horizontalLayout_20">
 
934
       <item>
 
935
        <widget class="QLabel" name="label_10">
 
936
         <property name="text">
 
937
          <string>Secret mode</string>
 
938
         </property>
 
939
        </widget>
 
940
       </item>
 
941
       <item>
 
942
        <widget class="Line" name="line_11">
 
943
         <property name="sizePolicy">
 
944
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
945
           <horstretch>0</horstretch>
 
946
           <verstretch>0</verstretch>
 
947
          </sizepolicy>
 
948
         </property>
 
949
         <property name="orientation">
 
950
          <enum>Qt::Horizontal</enum>
 
951
         </property>
 
952
        </widget>
 
953
       </item>
 
954
      </layout>
 
955
     </widget>
 
956
     <widget class="QCheckBox" name="incognitoModeCheckBox">
 
957
      <property name="geometry">
 
958
       <rect>
 
959
        <x>30</x>
 
960
        <y>50</y>
 
961
        <width>20</width>
 
962
        <height>20</height>
 
963
       </rect>
 
964
      </property>
 
965
      <property name="sizePolicy">
 
966
       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
967
        <horstretch>0</horstretch>
 
968
        <verstretch>0</verstretch>
 
969
       </sizepolicy>
 
970
      </property>
 
971
      <property name="text">
 
972
       <string/>
 
973
      </property>
 
974
      <property name="tristate">
 
975
       <bool>false</bool>
 
976
      </property>
 
977
     </widget>
 
978
     <widget class="QLabel" name="incognitoModeMessage">
 
979
      <property name="geometry">
 
980
       <rect>
 
981
        <x>50</x>
 
982
        <y>40</y>
 
983
        <width>351</width>
 
984
        <height>51</height>
 
985
       </rect>
 
986
      </property>
 
987
      <property name="text">
 
988
       <string>Temporarily disable conversion personalization, history-based suggestions and user dictionary</string>
 
989
      </property>
 
990
      <property name="wordWrap">
 
991
       <bool>true</bool>
 
992
      </property>
 
993
     </widget>
 
994
     <widget class="QPushButton" name="launchAdministrationDialogButtonForUsageStats">
 
995
      <property name="geometry">
 
996
       <rect>
 
997
        <x>250</x>
 
998
        <y>130</y>
 
999
        <width>150</width>
 
1000
        <height>25</height>
 
1001
       </rect>
 
1002
      </property>
 
1003
      <property name="minimumSize">
 
1004
       <size>
 
1005
        <width>150</width>
 
1006
        <height>0</height>
 
1007
       </size>
 
1008
      </property>
 
1009
      <property name="maximumSize">
 
1010
       <size>
 
1011
        <width>150</width>
 
1012
        <height>16777215</height>
 
1013
       </size>
 
1014
      </property>
 
1015
      <property name="text">
 
1016
       <string>Settings...</string>
 
1017
      </property>
 
1018
     </widget>
 
1019
    </widget>
 
1020
    <widget class="QWidget" name="miscTab">
 
1021
     <attribute name="title">
 
1022
      <string>Misc</string>
 
1023
     </attribute>
 
1024
     <widget class="QWidget" name="horizontalLayoutWidget_17">
 
1025
      <property name="geometry">
 
1026
       <rect>
 
1027
        <x>20</x>
 
1028
        <y>16</y>
 
1029
        <width>391</width>
 
1030
        <height>21</height>
 
1031
       </rect>
 
1032
      </property>
 
1033
      <layout class="QHBoxLayout" name="horizontalLayout_19">
 
1034
       <item>
 
1035
        <widget class="QLabel" name="checkDefaultLabel">
 
1036
         <property name="text">
 
1037
          <string>Default IME</string>
 
1038
         </property>
 
1039
        </widget>
 
1040
       </item>
 
1041
       <item>
 
1042
        <widget class="Line" name="checkDefaultLine">
 
1043
         <property name="sizePolicy">
 
1044
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
1045
           <horstretch>0</horstretch>
 
1046
           <verstretch>0</verstretch>
 
1047
          </sizepolicy>
 
1048
         </property>
 
1049
         <property name="orientation">
 
1050
          <enum>Qt::Horizontal</enum>
 
1051
         </property>
 
1052
        </widget>
 
1053
       </item>
 
1054
      </layout>
 
1055
     </widget>
 
1056
     <widget class="QWidget" name="gridLayoutWidget_7">
 
1057
      <property name="geometry">
 
1058
       <rect>
 
1059
        <x>30</x>
 
1060
        <y>170</y>
 
1061
        <width>371</width>
 
1062
        <height>41</height>
 
1063
       </rect>
 
1064
      </property>
 
1065
      <layout class="QGridLayout" name="gridLayout_7">
 
1066
       <item row="0" column="0">
 
1067
        <widget class="QLabel" name="verboseLevelLabel">
 
1068
         <property name="text">
 
1069
          <string>Logging level (debug only)</string>
 
1070
         </property>
 
1071
        </widget>
 
1072
       </item>
 
1073
       <item row="0" column="1">
 
1074
        <widget class="QComboBox" name="verboseLevelComboBox">
 
1075
         <property name="minimumSize">
 
1076
          <size>
 
1077
           <width>100</width>
 
1078
           <height>0</height>
 
1079
          </size>
 
1080
         </property>
 
1081
        </widget>
 
1082
       </item>
 
1083
      </layout>
 
1084
     </widget>
 
1085
     <widget class="QWidget" name="horizontalLayoutWidget_10">
 
1086
      <property name="geometry">
 
1087
       <rect>
 
1088
        <x>20</x>
 
1089
        <y>151</y>
 
1090
        <width>391</width>
 
1091
        <height>20</height>
 
1092
       </rect>
 
1093
      </property>
 
1094
      <layout class="QHBoxLayout" name="horizontalLayout_13">
 
1095
       <item>
 
1096
        <widget class="QLabel" name="loggingLabel">
 
1097
         <property name="text">
 
1098
          <string>Logging</string>
 
1099
         </property>
 
1100
        </widget>
 
1101
       </item>
 
1102
       <item>
 
1103
        <widget class="Line" name="loggingLine">
 
1104
         <property name="sizePolicy">
 
1105
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
1106
           <horstretch>0</horstretch>
 
1107
           <verstretch>0</verstretch>
 
1108
          </sizepolicy>
 
1109
         </property>
 
1110
         <property name="orientation">
 
1111
          <enum>Qt::Horizontal</enum>
 
1112
         </property>
 
1113
        </widget>
 
1114
       </item>
 
1115
      </layout>
 
1116
     </widget>
 
1117
     <widget class="QWidget" name="horizontalLayoutWidget_15">
 
1118
      <property name="geometry">
 
1119
       <rect>
 
1120
        <x>20</x>
 
1121
        <y>84</y>
 
1122
        <width>391</width>
 
1123
        <height>21</height>
 
1124
       </rect>
 
1125
      </property>
 
1126
      <layout class="QHBoxLayout" name="horizontalLayout_15">
 
1127
       <item>
 
1128
        <widget class="QLabel" name="administrationLabel">
 
1129
         <property name="text">
 
1130
          <string>Administration</string>
 
1131
         </property>
 
1132
        </widget>
 
1133
       </item>
 
1134
       <item>
 
1135
        <widget class="Line" name="administrationLine">
 
1136
         <property name="sizePolicy">
 
1137
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
1138
           <horstretch>0</horstretch>
 
1139
           <verstretch>0</verstretch>
 
1140
          </sizepolicy>
 
1141
         </property>
 
1142
         <property name="orientation">
 
1143
          <enum>Qt::Horizontal</enum>
 
1144
         </property>
 
1145
        </widget>
 
1146
       </item>
 
1147
      </layout>
 
1148
     </widget>
 
1149
     <widget class="QWidget" name="gridLayoutWidget_11">
 
1150
      <property name="geometry">
 
1151
       <rect>
 
1152
        <x>30</x>
 
1153
        <y>104</y>
 
1154
        <width>371</width>
 
1155
        <height>32</height>
 
1156
       </rect>
 
1157
      </property>
 
1158
      <layout class="QGridLayout" name="gridLayout_10">
 
1159
       <item row="0" column="2">
 
1160
        <widget class="QPushButton" name="launchAdministrationDialogButton">
 
1161
         <property name="minimumSize">
 
1162
          <size>
 
1163
           <width>120</width>
 
1164
           <height>0</height>
 
1165
          </size>
 
1166
         </property>
 
1167
         <property name="text">
 
1168
          <string>Settings...</string>
 
1169
         </property>
 
1170
        </widget>
 
1171
       </item>
 
1172
       <item row="0" column="1">
 
1173
        <spacer name="horizontalSpacer_9">
 
1174
         <property name="orientation">
 
1175
          <enum>Qt::Horizontal</enum>
 
1176
         </property>
 
1177
         <property name="sizeHint" stdset="0">
 
1178
          <size>
 
1179
           <width>40</width>
 
1180
           <height>20</height>
 
1181
          </size>
 
1182
         </property>
 
1183
        </spacer>
 
1184
       </item>
 
1185
       <item row="0" column="0">
 
1186
        <widget class="QLabel" name="dictionaryPreloadingAndUACLabel">
 
1187
         <property name="text">
 
1188
          <string>Dictionary preloading and UAC settings</string>
 
1189
         </property>
 
1190
        </widget>
 
1191
       </item>
 
1192
      </layout>
 
1193
     </widget>
 
1194
     <widget class="QLabel" name="checkDefaultMessage">
 
1195
      <property name="geometry">
 
1196
       <rect>
 
1197
        <x>51</x>
 
1198
        <y>36</y>
 
1199
        <width>361</width>
 
1200
        <height>41</height>
 
1201
       </rect>
 
1202
      </property>
 
1203
      <property name="text">
 
1204
       <string>Check if Mozc is the default IME on startup</string>
 
1205
      </property>
 
1206
      <property name="wordWrap">
 
1207
       <bool>true</bool>
 
1208
      </property>
 
1209
     </widget>
 
1210
     <widget class="QCheckBox" name="checkDefaultCheckBox">
 
1211
      <property name="geometry">
 
1212
       <rect>
 
1213
        <x>30</x>
 
1214
        <y>40</y>
 
1215
        <width>21</width>
 
1216
        <height>31</height>
 
1217
       </rect>
 
1218
      </property>
 
1219
      <property name="sizePolicy">
 
1220
       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
1221
        <horstretch>0</horstretch>
 
1222
        <verstretch>0</verstretch>
 
1223
       </sizepolicy>
 
1224
      </property>
 
1225
      <property name="text">
 
1226
       <string/>
 
1227
      </property>
 
1228
      <property name="tristate">
 
1229
       <bool>false</bool>
 
1230
      </property>
 
1231
     </widget>
 
1232
    </widget>
 
1233
   </widget>
 
1234
   <widget class="QWidget" name="horizontalLayoutWidget_12">
 
1235
    <property name="geometry">
 
1236
     <rect>
 
1237
      <x>10</x>
 
1238
      <y>360</y>
 
1239
      <width>431</width>
 
1240
      <height>32</height>
 
1241
     </rect>
 
1242
    </property>
 
1243
    <layout class="QHBoxLayout" name="horizontalLayout_2">
 
1244
     <item>
 
1245
      <widget class="QPushButton" name="resetToDefaultsButton">
 
1246
       <property name="sizePolicy">
 
1247
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
1248
         <horstretch>0</horstretch>
 
1249
         <verstretch>0</verstretch>
 
1250
        </sizepolicy>
 
1251
       </property>
 
1252
       <property name="minimumSize">
 
1253
        <size>
 
1254
         <width>110</width>
 
1255
         <height>0</height>
 
1256
        </size>
 
1257
       </property>
 
1258
       <property name="maximumSize">
 
1259
        <size>
 
1260
         <width>200</width>
 
1261
         <height>16777215</height>
 
1262
        </size>
 
1263
       </property>
 
1264
       <property name="text">
 
1265
        <string>Reset to defaults</string>
 
1266
       </property>
 
1267
      </widget>
 
1268
     </item>
 
1269
     <item>
 
1270
      <spacer name="horizontalSpacer_4">
 
1271
       <property name="orientation">
 
1272
        <enum>Qt::Horizontal</enum>
 
1273
       </property>
 
1274
       <property name="sizeHint" stdset="0">
 
1275
        <size>
 
1276
         <width>40</width>
 
1277
         <height>20</height>
 
1278
        </size>
 
1279
       </property>
 
1280
      </spacer>
 
1281
     </item>
 
1282
     <item>
 
1283
      <widget class="QDialogButtonBox" name="configDialogButtonBox">
 
1284
       <property name="sizePolicy">
 
1285
        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 
1286
         <horstretch>0</horstretch>
 
1287
         <verstretch>0</verstretch>
 
1288
        </sizepolicy>
 
1289
       </property>
 
1290
       <property name="standardButtons">
 
1291
        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
1292
       </property>
 
1293
      </widget>
 
1294
     </item>
 
1295
    </layout>
 
1296
   </widget>
 
1297
  </widget>
 
1298
 </widget>
 
1299
 <customwidgets>
 
1300
  <customwidget>
 
1301
   <class>CharacterFormEditor</class>
 
1302
   <extends>QTableWidget</extends>
 
1303
   <header>gui/config_dialog/character_form_editor.h</header>
 
1304
  </customwidget>
 
1305
 </customwidgets>
 
1306
 <tabstops>
 
1307
  <tabstop>configDialogTabWidget</tabstop>
 
1308
  <tabstop>inputModeComboBox</tabstop>
 
1309
  <tabstop>punctuationsSettingComboBox</tabstop>
 
1310
  <tabstop>symbolsSettingComboBox</tabstop>
 
1311
  <tabstop>spaceCharacterFormComboBox</tabstop>
 
1312
  <tabstop>selectionShortcutModeComboBox</tabstop>
 
1313
  <tabstop>numpadCharacterFormComboBox</tabstop>
 
1314
  <tabstop>keymapSettingComboBox</tabstop>
 
1315
  <tabstop>editKeymapButton</tabstop>
 
1316
  <tabstop>editRomanTableButton</tabstop>
 
1317
  <tabstop>resetToDefaultsButton</tabstop>
 
1318
  <tabstop>configDialogButtonBox</tabstop>
 
1319
  <tabstop>historyLearningLevelComboBox</tabstop>
 
1320
  <tabstop>clearUserHistoryButton</tabstop>
 
1321
  <tabstop>editUserDictionaryButton</tabstop>
 
1322
  <tabstop>singleKanjiDictionaryCheckBox</tabstop>
 
1323
  <tabstop>dateConversionCheckBox</tabstop>
 
1324
  <tabstop>symbolDictionaryCheckBox</tabstop>
 
1325
  <tabstop>numberConversionCheckBox</tabstop>
 
1326
  <tabstop>useAutoImeTurnOff</tabstop>
 
1327
  <tabstop>characterFormEditor</tabstop>
 
1328
  <tabstop>historySuggestCheckBox</tabstop>
 
1329
  <tabstop>clearUnusedUserPredictionButton</tabstop>
 
1330
  <tabstop>clearUserPredictionButton</tabstop>
 
1331
  <tabstop>dictionarySuggestCheckBox</tabstop>
 
1332
  <tabstop>suggestionsSizeSpinBox</tabstop>
 
1333
  <tabstop>incognitoModeCheckBox</tabstop>
 
1334
  <tabstop>usageStatsCheckBox</tabstop>
 
1335
  <tabstop>launchAdministrationDialogButtonForUsageStats</tabstop>
 
1336
  <tabstop>checkDefaultCheckBox</tabstop>
 
1337
  <tabstop>launchAdministrationDialogButton</tabstop>
 
1338
  <tabstop>verboseLevelComboBox</tabstop>
 
1339
 </tabstops>
 
1340
 <resources/>
 
1341
 <connections/>
 
1342
</ui>