~babiloo-developers/babiloo/trunk

« back to all changes in this revision

Viewing changes to qt/settings.ui

  • Committer: Marco Rodrigues
  • Date: 2010-09-18 13:08:16 UTC
  • Revision ID: gothicx@gmail.com-20100918130816-tfedqrzsmsk7dpr2
Bump copyright year to 2010 and change button text form Accept to Ok

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="geometry" >
 
4
 <widget class="QDialog" name="SettingsDialog">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
9
10
    <height>518</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
13
14
   <string>Babiloo Settings</string>
14
15
  </property>
15
 
  <property name="toolTip" >
 
16
  <property name="toolTip">
16
17
   <string/>
17
18
  </property>
18
 
  <property name="modal" >
 
19
  <property name="modal">
19
20
   <bool>true</bool>
20
21
  </property>
21
 
  <layout class="QVBoxLayout" name="verticalLayout_7" >
 
22
  <layout class="QVBoxLayout" name="verticalLayout_7">
22
23
   <item>
23
 
    <widget class="QTabWidget" name="tabWidget" >
24
 
     <property name="enabled" >
 
24
    <widget class="QTabWidget" name="tabWidget">
 
25
     <property name="enabled">
25
26
      <bool>true</bool>
26
27
     </property>
27
 
     <property name="currentIndex" >
28
 
      <number>0</number>
 
28
     <property name="currentIndex">
 
29
      <number>4</number>
29
30
     </property>
30
 
     <widget class="QWidget" name="tabGlobalSettings" >
31
 
      <attribute name="title" >
 
31
     <widget class="QWidget" name="tabGlobalSettings">
 
32
      <attribute name="title">
32
33
       <string>Global settings</string>
33
34
      </attribute>
34
 
      <layout class="QVBoxLayout" name="verticalLayout_4" >
 
35
      <layout class="QVBoxLayout" name="verticalLayout_4">
35
36
       <item>
36
 
        <layout class="QHBoxLayout" name="horizontalLayout_2" >
 
37
        <layout class="QHBoxLayout" name="horizontalLayout_2">
37
38
         <item>
38
 
          <widget class="QLabel" name="label_61" >
39
 
           <property name="font" >
 
39
          <widget class="QLabel" name="label_61">
 
40
           <property name="font">
40
41
            <font>
41
42
             <weight>75</weight>
42
43
             <bold>true</bold>
43
44
            </font>
44
45
           </property>
45
 
           <property name="text" >
 
46
           <property name="text">
46
47
            <string>Interface Language:</string>
47
48
           </property>
48
49
          </widget>
49
50
         </item>
50
51
         <item>
51
 
          <widget class="QComboBox" name="optionInterfaceLanguage" >
52
 
           <property name="sizePolicy" >
53
 
            <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
 
52
          <widget class="QComboBox" name="optionInterfaceLanguage">
 
53
           <property name="sizePolicy">
 
54
            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
54
55
             <horstretch>0</horstretch>
55
56
             <verstretch>0</verstretch>
56
57
            </sizepolicy>
57
58
           </property>
58
 
           <property name="minimumSize" >
 
59
           <property name="minimumSize">
59
60
            <size>
60
61
             <width>150</width>
61
62
             <height>0</height>
64
65
          </widget>
65
66
         </item>
66
67
         <item>
67
 
          <widget class="QPushButton" name="helpTranslateButton" >
68
 
           <property name="text" >
 
68
          <widget class="QPushButton" name="helpTranslateButton">
 
69
           <property name="text">
69
70
            <string>Translate this Application...</string>
70
71
           </property>
71
 
           <property name="icon" >
72
 
            <iconset resource="../images/images.qrc" >
 
72
           <property name="icon">
 
73
            <iconset resource="../images/images.qrc">
73
74
             <normaloff>:/icons/preferences-desktop-locale.png</normaloff>:/icons/preferences-desktop-locale.png</iconset>
74
75
           </property>
75
76
          </widget>
77
78
        </layout>
78
79
       </item>
79
80
       <item>
80
 
        <widget class="QCheckBox" name="caseSensitive" >
81
 
         <property name="text" >
 
81
        <widget class="QCheckBox" name="caseSensitive">
 
82
         <property name="text">
82
83
          <string>Case sensitive</string>
83
84
         </property>
84
85
        </widget>
85
86
       </item>
86
87
       <item>
87
 
        <widget class="QCheckBox" name="autoComplete" >
88
 
         <property name="text" >
 
88
        <widget class="QCheckBox" name="autoComplete">
 
89
         <property name="text">
89
90
          <string>AutoComplete</string>
90
91
         </property>
91
 
         <property name="checked" >
 
92
         <property name="checked">
92
93
          <bool>true</bool>
93
94
         </property>
94
95
        </widget>
95
96
       </item>
96
97
       <item>
97
 
        <widget class="QCheckBox" name="ignoreAccents" >
98
 
         <property name="text" >
 
98
        <widget class="QCheckBox" name="ignoreAccents">
 
99
         <property name="text">
99
100
          <string>Ignore accents</string>
100
101
         </property>
101
 
         <property name="checked" >
 
102
         <property name="checked">
102
103
          <bool>true</bool>
103
104
         </property>
104
105
        </widget>
105
106
       </item>
106
107
       <item>
107
 
        <layout class="QHBoxLayout" >
108
 
         <property name="spacing" >
 
108
        <layout class="QHBoxLayout">
 
109
         <property name="spacing">
109
110
          <number>6</number>
110
111
         </property>
111
 
         <property name="margin" >
 
112
         <property name="margin">
112
113
          <number>0</number>
113
114
         </property>
114
115
         <item>
115
 
          <widget class="QLabel" name="label_7" >
116
 
           <property name="text" >
 
116
          <widget class="QLabel" name="label_7">
 
117
           <property name="text">
117
118
            <string/>
118
119
           </property>
119
120
          </widget>
120
121
         </item>
121
122
         <item>
122
 
          <widget class="QLabel" name="label" >
123
 
           <property name="enabled" >
 
123
          <widget class="QLabel" name="label">
 
124
           <property name="enabled">
124
125
            <bool>false</bool>
125
126
           </property>
126
 
           <property name="text" >
 
127
           <property name="text">
127
128
            <string>Pronounce words using this command:</string>
128
129
           </property>
129
 
           <property name="textFormat" >
 
130
           <property name="textFormat">
130
131
            <enum>Qt::PlainText</enum>
131
132
           </property>
132
133
          </widget>
133
134
         </item>
134
135
         <item>
135
 
          <widget class="QLineEdit" name="speechCmdEdit" >
136
 
           <property name="enabled" >
 
136
          <widget class="QLineEdit" name="speechCmdEdit">
 
137
           <property name="enabled">
137
138
            <bool>false</bool>
138
139
           </property>
139
 
           <property name="toolTip" >
 
140
           <property name="toolTip">
140
141
            <string/>
141
142
           </property>
142
143
          </widget>
145
146
       </item>
146
147
       <item>
147
148
        <spacer>
148
 
         <property name="orientation" >
 
149
         <property name="orientation">
149
150
          <enum>Qt::Vertical</enum>
150
151
         </property>
151
 
         <property name="sizeHint" stdset="0" >
 
152
         <property name="sizeHint" stdset="0">
152
153
          <size>
153
154
           <width>369</width>
154
155
           <height>171</height>
158
159
       </item>
159
160
      </layout>
160
161
     </widget>
161
 
     <widget class="QWidget" name="tabDictionaries" >
162
 
      <attribute name="title" >
 
162
     <widget class="QWidget" name="tabDictionaries">
 
163
      <attribute name="title">
163
164
       <string>Dictionaries</string>
164
165
      </attribute>
165
 
      <layout class="QVBoxLayout" >
 
166
      <layout class="QVBoxLayout">
166
167
       <item>
167
 
        <widget class="QTabWidget" name="tabInstallDictionaries" >
168
 
         <property name="enabled" >
 
168
        <widget class="QTabWidget" name="tabInstallDictionaries">
 
169
         <property name="enabled">
169
170
          <bool>true</bool>
170
171
         </property>
171
 
         <property name="currentIndex" >
 
172
         <property name="currentIndex">
172
173
          <number>1</number>
173
174
         </property>
174
 
         <widget class="QWidget" name="tab" >
175
 
          <attribute name="title" >
 
175
         <widget class="QWidget" name="tab">
 
176
          <attribute name="icon">
 
177
           <iconset resource="../images/images.qrc">
 
178
            <normaloff>:/icons/drive-harddisk.png</normaloff>:/icons/drive-harddisk.png</iconset>
 
179
          </attribute>
 
180
          <attribute name="title">
176
181
           <string>Installed Dictionaries</string>
177
182
          </attribute>
178
 
          <attribute name="icon" >
179
 
           <iconset resource="../images/images.qrc" >
180
 
            <normaloff>:/icons/drive-harddisk.png</normaloff>:/icons/drive-harddisk.png</iconset>
181
 
          </attribute>
182
 
          <layout class="QVBoxLayout" name="verticalLayout_3" >
 
183
          <layout class="QVBoxLayout" name="verticalLayout_3">
183
184
           <item>
184
 
            <widget class="QTableView" name="dictsTable" >
185
 
             <property name="dragDropMode" >
 
185
            <widget class="QTableView" name="dictsTable">
 
186
             <property name="dragDropMode">
186
187
              <enum>QAbstractItemView::DropOnly</enum>
187
188
             </property>
188
 
             <property name="alternatingRowColors" >
 
189
             <property name="alternatingRowColors">
189
190
              <bool>true</bool>
190
191
             </property>
191
 
             <property name="selectionMode" >
 
192
             <property name="selectionMode">
192
193
              <enum>QAbstractItemView::ExtendedSelection</enum>
193
194
             </property>
194
 
             <property name="selectionBehavior" >
 
195
             <property name="selectionBehavior">
195
196
              <enum>QAbstractItemView::SelectRows</enum>
196
197
             </property>
197
 
             <property name="showGrid" >
 
198
             <property name="showGrid">
198
199
              <bool>false</bool>
199
200
             </property>
200
201
            </widget>
201
202
           </item>
202
203
           <item>
203
 
            <layout class="QHBoxLayout" >
 
204
            <layout class="QHBoxLayout">
204
205
             <item>
205
 
              <widget class="QToolButton" name="importDictButton" >
206
 
               <property name="text" >
 
206
              <widget class="QToolButton" name="importDictButton">
 
207
               <property name="text">
207
208
                <string>...</string>
208
209
               </property>
209
 
               <property name="icon" >
210
 
                <iconset resource="../images/images.qrc" >
 
210
               <property name="icon">
 
211
                <iconset resource="../images/images.qrc">
211
212
                 <normaloff>:/icons/list-add.png</normaloff>:/icons/list-add.png</iconset>
212
213
               </property>
213
214
              </widget>
214
215
             </item>
215
216
             <item>
216
 
              <widget class="QToolButton" name="deleteDictButton" >
217
 
               <property name="enabled" >
 
217
              <widget class="QToolButton" name="deleteDictButton">
 
218
               <property name="enabled">
218
219
                <bool>true</bool>
219
220
               </property>
220
 
               <property name="text" >
 
221
               <property name="text">
221
222
                <string>...</string>
222
223
               </property>
223
 
               <property name="icon" >
224
 
                <iconset resource="../images/images.qrc" >
 
224
               <property name="icon">
 
225
                <iconset resource="../images/images.qrc">
225
226
                 <normaloff>:/icons/list-remove.png</normaloff>:/icons/list-remove.png</iconset>
226
227
               </property>
227
228
              </widget>
228
229
             </item>
229
230
             <item>
230
 
              <widget class="Line" name="line" >
231
 
               <property name="orientation" >
 
231
              <widget class="Line" name="line">
 
232
               <property name="orientation">
232
233
                <enum>Qt::Vertical</enum>
233
234
               </property>
234
235
              </widget>
235
236
             </item>
236
237
             <item>
237
 
              <widget class="QToolButton" name="moveUpDictButton" >
238
 
               <property name="enabled" >
 
238
              <widget class="QToolButton" name="moveUpDictButton">
 
239
               <property name="enabled">
239
240
                <bool>true</bool>
240
241
               </property>
241
 
               <property name="toolTip" >
 
242
               <property name="toolTip">
242
243
                <string>Move up</string>
243
244
               </property>
244
 
               <property name="text" >
 
245
               <property name="text">
245
246
                <string>Up</string>
246
247
               </property>
247
 
               <property name="icon" >
248
 
                <iconset resource="../images/images.qrc" >
 
248
               <property name="icon">
 
249
                <iconset resource="../images/images.qrc">
249
250
                 <normaloff>:/icons/arrow-up.png</normaloff>:/icons/arrow-up.png</iconset>
250
251
               </property>
251
252
              </widget>
252
253
             </item>
253
254
             <item>
254
 
              <widget class="QToolButton" name="moveDownDictButton" >
255
 
               <property name="enabled" >
 
255
              <widget class="QToolButton" name="moveDownDictButton">
 
256
               <property name="enabled">
256
257
                <bool>true</bool>
257
258
               </property>
258
 
               <property name="toolTip" >
 
259
               <property name="toolTip">
259
260
                <string>Move down</string>
260
261
               </property>
261
 
               <property name="text" >
 
262
               <property name="text">
262
263
                <string>Down</string>
263
264
               </property>
264
 
               <property name="icon" >
265
 
                <iconset resource="../images/images.qrc" >
 
265
               <property name="icon">
 
266
                <iconset resource="../images/images.qrc">
266
267
                 <normaloff>:/icons/arrow-down.png</normaloff>:/icons/arrow-down.png</iconset>
267
268
               </property>
268
269
              </widget>
269
270
             </item>
270
271
             <item>
271
 
              <widget class="Line" name="line_2" >
272
 
               <property name="orientation" >
 
272
              <widget class="Line" name="line_2">
 
273
               <property name="orientation">
273
274
                <enum>Qt::Vertical</enum>
274
275
               </property>
275
276
              </widget>
276
277
             </item>
277
278
             <item>
278
 
              <widget class="QToolButton" name="infoDictButton" >
279
 
               <property name="toolTip" >
 
279
              <widget class="QToolButton" name="infoDictButton">
 
280
               <property name="toolTip">
280
281
                <string>Show information about dictionary</string>
281
282
               </property>
282
 
               <property name="text" >
 
283
               <property name="text">
283
284
                <string>Show info</string>
284
285
               </property>
285
 
               <property name="icon" >
286
 
                <iconset resource="../images/images.qrc" >
 
286
               <property name="icon">
 
287
                <iconset resource="../images/images.qrc">
287
288
                 <normaloff>:/icons/dialog-information.png</normaloff>:/icons/dialog-information.png</iconset>
288
289
               </property>
289
290
              </widget>
290
291
             </item>
291
292
             <item>
292
 
              <widget class="QToolButton" name="exportDictButton" >
293
 
               <property name="text" >
 
293
              <widget class="QToolButton" name="exportDictButton">
 
294
               <property name="text">
294
295
                <string>...</string>
295
296
               </property>
296
 
               <property name="icon" >
297
 
                <iconset resource="../images/images.qrc" >
 
297
               <property name="icon">
 
298
                <iconset resource="../images/images.qrc">
298
299
                 <normaloff>:/icons/document-save-as.png</normaloff>:/icons/document-save-as.png</iconset>
299
300
               </property>
300
301
              </widget>
301
302
             </item>
302
303
             <item>
303
 
              <widget class="QToolButton" name="refreshDictButton" >
304
 
               <property name="text" >
 
304
              <widget class="QToolButton" name="refreshDictButton">
 
305
               <property name="text">
305
306
                <string>...</string>
306
307
               </property>
307
 
               <property name="icon" >
308
 
                <iconset resource="../images/images.qrc" >
 
308
               <property name="icon">
 
309
                <iconset resource="../images/images.qrc">
309
310
                 <normaloff>:/icons/view-refresh.png</normaloff>:/icons/view-refresh.png</iconset>
310
311
               </property>
311
312
              </widget>
312
313
             </item>
313
314
             <item>
314
315
              <spacer>
315
 
               <property name="orientation" >
 
316
               <property name="orientation">
316
317
                <enum>Qt::Horizontal</enum>
317
318
               </property>
318
 
               <property name="sizeHint" stdset="0" >
 
319
               <property name="sizeHint" stdset="0">
319
320
                <size>
320
321
                 <width>40</width>
321
322
                 <height>20</height>
326
327
            </layout>
327
328
           </item>
328
329
           <item>
329
 
            <widget class="QLabel" name="label_14" >
330
 
             <property name="text" >
 
330
            <widget class="QLabel" name="label_14">
 
331
             <property name="text">
331
332
              <string>Directory storing the dictionaries:</string>
332
333
             </property>
333
334
            </widget>
334
335
           </item>
335
336
           <item>
336
 
            <layout class="QHBoxLayout" name="horizontalLayout_4" >
 
337
            <layout class="QHBoxLayout" name="horizontalLayout_4">
337
338
             <item>
338
 
              <widget class="QLineEdit" name="dictionariesFolderEdit" />
 
339
              <widget class="QLineEdit" name="dictionariesFolderEdit"/>
339
340
             </item>
340
341
             <item>
341
 
              <widget class="QPushButton" name="dictionariesFolderButton" >
342
 
               <property name="text" >
 
342
              <widget class="QPushButton" name="dictionariesFolderButton">
 
343
               <property name="text">
343
344
                <string>Browse...</string>
344
345
               </property>
345
346
              </widget>
348
349
           </item>
349
350
          </layout>
350
351
         </widget>
351
 
         <widget class="QWidget" name="tab_2" >
352
 
          <attribute name="title" >
 
352
         <widget class="QWidget" name="tab_2">
 
353
          <attribute name="icon">
 
354
           <iconset resource="../images/images.qrc">
 
355
            <normaloff>:/icons/internet-web-browser.png</normaloff>:/icons/internet-web-browser.png</iconset>
 
356
          </attribute>
 
357
          <attribute name="title">
353
358
           <string>Download Dictionaries</string>
354
359
          </attribute>
355
 
          <attribute name="icon" >
356
 
           <iconset resource="../images/images.qrc" >
357
 
            <normaloff>:/icons/internet-web-browser.png</normaloff>:/icons/internet-web-browser.png</iconset>
358
 
          </attribute>
359
 
          <layout class="QVBoxLayout" name="verticalLayout_5" >
 
360
          <layout class="QVBoxLayout" name="verticalLayout_5">
360
361
           <item>
361
 
            <widget class="QLabel" name="label_12" >
362
 
             <property name="text" >
 
362
            <widget class="QLabel" name="label_12">
 
363
             <property name="text">
363
364
              <string>From link:</string>
364
365
             </property>
365
366
            </widget>
366
367
           </item>
367
368
           <item>
368
 
            <layout class="QHBoxLayout" name="horizontalLayout_3" >
 
369
            <layout class="QHBoxLayout" name="horizontalLayout_3">
369
370
             <item>
370
 
              <widget class="QLineEdit" name="downloadLinkEdit" />
 
371
              <widget class="QLineEdit" name="downloadLinkEdit"/>
371
372
             </item>
372
373
             <item>
373
 
              <widget class="QToolButton" name="downloadFromLinkButton" >
374
 
               <property name="toolTip" >
375
 
                <string>Download dictionary</string>
376
 
               </property>
377
 
               <property name="text" >
378
 
                <string>Download dictionary</string>
379
 
               </property>
380
 
               <property name="icon" >
381
 
                <iconset resource="../images/images.qrc" >
 
374
              <widget class="QToolButton" name="downloadFromLinkButton">
 
375
               <property name="toolTip">
 
376
                <string>Download dictionary</string>
 
377
               </property>
 
378
               <property name="text">
 
379
                <string>Download dictionary</string>
 
380
               </property>
 
381
               <property name="icon">
 
382
                <iconset resource="../images/images.qrc">
382
383
                 <normaloff>:/icons/download.png</normaloff>:/icons/download.png</iconset>
383
384
               </property>
384
385
              </widget>
386
387
            </layout>
387
388
           </item>
388
389
           <item>
389
 
            <widget class="QLabel" name="label_13" >
390
 
             <property name="text" >
 
390
            <widget class="QLabel" name="label_13">
 
391
             <property name="text">
391
392
              <string>From list:</string>
392
393
             </property>
393
394
            </widget>
394
395
           </item>
395
396
           <item>
396
 
            <widget class="QTreeView" name="onlineDictionariesView" />
 
397
            <widget class="QTreeView" name="onlineDictionariesView"/>
397
398
           </item>
398
399
           <item>
399
 
            <layout class="QHBoxLayout" name="_2" >
 
400
            <layout class="QHBoxLayout" name="_2">
400
401
             <item>
401
 
              <widget class="QToolButton" name="downloadFromListButton" >
402
 
               <property name="enabled" >
 
402
              <widget class="QToolButton" name="downloadFromListButton">
 
403
               <property name="enabled">
403
404
                <bool>true</bool>
404
405
               </property>
405
 
               <property name="toolTip" >
 
406
               <property name="toolTip">
406
407
                <string>Download dictionary</string>
407
408
               </property>
408
 
               <property name="text" >
 
409
               <property name="text">
409
410
                <string>Download</string>
410
411
               </property>
411
 
               <property name="icon" >
412
 
                <iconset resource="../images/images.qrc" >
 
412
               <property name="icon">
 
413
                <iconset resource="../images/images.qrc">
413
414
                 <normaloff>:/icons/download.png</normaloff>:/icons/download.png</iconset>
414
415
               </property>
415
416
              </widget>
416
417
             </item>
417
418
             <item>
418
 
              <widget class="Line" name="line_4" >
419
 
               <property name="orientation" >
 
419
              <widget class="Line" name="line_4">
 
420
               <property name="orientation">
420
421
                <enum>Qt::Vertical</enum>
421
422
               </property>
422
423
              </widget>
423
424
             </item>
424
425
             <item>
425
 
              <widget class="QToolButton" name="infoOnlineDictButton" >
426
 
               <property name="toolTip" >
 
426
              <widget class="QToolButton" name="infoOnlineDictButton">
 
427
               <property name="toolTip">
427
428
                <string>Show information about dictionary</string>
428
429
               </property>
429
 
               <property name="text" >
 
430
               <property name="text">
430
431
                <string>Show info</string>
431
432
               </property>
432
 
               <property name="icon" >
433
 
                <iconset resource="../images/images.qrc" >
 
433
               <property name="icon">
 
434
                <iconset resource="../images/images.qrc">
434
435
                 <normaloff>:/icons/dialog-information.png</normaloff>:/icons/dialog-information.png</iconset>
435
436
               </property>
436
437
              </widget>
437
438
             </item>
438
439
             <item>
439
 
              <widget class="QToolButton" name="refreshOnlineDictButton" >
440
 
               <property name="text" >
 
440
              <widget class="QToolButton" name="refreshOnlineDictButton">
 
441
               <property name="text">
441
442
                <string>...</string>
442
443
               </property>
443
 
               <property name="icon" >
444
 
                <iconset resource="../images/images.qrc" >
 
444
               <property name="icon">
 
445
                <iconset resource="../images/images.qrc">
445
446
                 <normaloff>:/icons/view-refresh.png</normaloff>:/icons/view-refresh.png</iconset>
446
447
               </property>
447
448
              </widget>
448
449
             </item>
449
450
             <item>
450
451
              <spacer>
451
 
               <property name="orientation" >
 
452
               <property name="orientation">
452
453
                <enum>Qt::Horizontal</enum>
453
454
               </property>
454
 
               <property name="sizeHint" stdset="0" >
 
455
               <property name="sizeHint" stdset="0">
455
456
                <size>
456
457
                 <width>40</width>
457
458
                 <height>20</height>
467
468
       </item>
468
469
      </layout>
469
470
     </widget>
470
 
     <widget class="QWidget" name="tabPlugins" >
471
 
      <property name="enabled" >
 
471
     <widget class="QWidget" name="tabPlugins">
 
472
      <property name="enabled">
472
473
       <bool>false</bool>
473
474
      </property>
474
 
      <attribute name="title" >
 
475
      <attribute name="title">
475
476
       <string>Plugins</string>
476
477
      </attribute>
477
 
      <layout class="QVBoxLayout" name="verticalLayout_6" >
 
478
      <layout class="QVBoxLayout" name="verticalLayout_6">
478
479
       <item>
479
 
        <widget class="QTableView" name="dictsTable_2" >
480
 
         <property name="dragDropMode" >
 
480
        <widget class="QTableView" name="dictsTable_2">
 
481
         <property name="dragDropMode">
481
482
          <enum>QAbstractItemView::DropOnly</enum>
482
483
         </property>
483
 
         <property name="alternatingRowColors" >
 
484
         <property name="alternatingRowColors">
484
485
          <bool>true</bool>
485
486
         </property>
486
 
         <property name="selectionMode" >
 
487
         <property name="selectionMode">
487
488
          <enum>QAbstractItemView::ExtendedSelection</enum>
488
489
         </property>
489
 
         <property name="selectionBehavior" >
 
490
         <property name="selectionBehavior">
490
491
          <enum>QAbstractItemView::SelectRows</enum>
491
492
         </property>
492
 
         <property name="showGrid" >
 
493
         <property name="showGrid">
493
494
          <bool>false</bool>
494
495
         </property>
495
496
        </widget>
496
497
       </item>
497
498
       <item>
498
 
        <layout class="QHBoxLayout" name="_3" >
 
499
        <layout class="QHBoxLayout" name="_3">
499
500
         <item>
500
 
          <widget class="QToolButton" name="importDictButton_2" >
501
 
           <property name="text" >
 
501
          <widget class="QToolButton" name="importDictButton_2">
 
502
           <property name="text">
502
503
            <string>...</string>
503
504
           </property>
504
 
           <property name="icon" >
505
 
            <iconset resource="../images/images.qrc" >
 
505
           <property name="icon">
 
506
            <iconset resource="../images/images.qrc">
506
507
             <normaloff>:/icons/list-add.png</normaloff>:/icons/list-add.png</iconset>
507
508
           </property>
508
509
          </widget>
509
510
         </item>
510
511
         <item>
511
 
          <widget class="QToolButton" name="deleteDictButton_2" >
512
 
           <property name="enabled" >
 
512
          <widget class="QToolButton" name="deleteDictButton_2">
 
513
           <property name="enabled">
513
514
            <bool>false</bool>
514
515
           </property>
515
 
           <property name="text" >
 
516
           <property name="text">
516
517
            <string>...</string>
517
518
           </property>
518
 
           <property name="icon" >
519
 
            <iconset resource="../images/images.qrc" >
 
519
           <property name="icon">
 
520
            <iconset resource="../images/images.qrc">
520
521
             <normaloff>:/icons/list-remove.png</normaloff>:/icons/list-remove.png</iconset>
521
522
           </property>
522
523
          </widget>
523
524
         </item>
524
525
         <item>
525
 
          <widget class="Line" name="line_5" >
526
 
           <property name="orientation" >
 
526
          <widget class="Line" name="line_5">
 
527
           <property name="orientation">
527
528
            <enum>Qt::Vertical</enum>
528
529
           </property>
529
530
          </widget>
530
531
         </item>
531
532
         <item>
532
 
          <widget class="QToolButton" name="infoDictButton_2" >
533
 
           <property name="toolTip" >
 
533
          <widget class="QToolButton" name="infoDictButton_2">
 
534
           <property name="toolTip">
534
535
            <string>Show information about dictionary</string>
535
536
           </property>
536
 
           <property name="text" >
 
537
           <property name="text">
537
538
            <string>Show info</string>
538
539
           </property>
539
 
           <property name="icon" >
540
 
            <iconset resource="../images/images.qrc" >
 
540
           <property name="icon">
 
541
            <iconset resource="../images/images.qrc">
541
542
             <normaloff>:/icons/dialog-information.png</normaloff>:/icons/dialog-information.png</iconset>
542
543
           </property>
543
544
          </widget>
544
545
         </item>
545
546
         <item>
546
 
          <widget class="QToolButton" name="refreshDictButton_2" >
547
 
           <property name="text" >
 
547
          <widget class="QToolButton" name="refreshDictButton_2">
 
548
           <property name="text">
548
549
            <string>...</string>
549
550
           </property>
550
 
           <property name="icon" >
551
 
            <iconset resource="../images/images.qrc" >
 
551
           <property name="icon">
 
552
            <iconset resource="../images/images.qrc">
552
553
             <normaloff>:/icons/view-refresh.png</normaloff>:/icons/view-refresh.png</iconset>
553
554
           </property>
554
555
          </widget>
555
556
         </item>
556
557
         <item>
557
558
          <spacer>
558
 
           <property name="orientation" >
 
559
           <property name="orientation">
559
560
            <enum>Qt::Horizontal</enum>
560
561
           </property>
561
 
           <property name="sizeHint" stdset="0" >
 
562
           <property name="sizeHint" stdset="0">
562
563
            <size>
563
564
             <width>40</width>
564
565
             <height>20</height>
570
571
       </item>
571
572
      </layout>
572
573
     </widget>
573
 
     <widget class="QWidget" name="tabPopupWindow" >
574
 
      <property name="enabled" >
 
574
     <widget class="QWidget" name="tabPopupWindow">
 
575
      <property name="enabled">
575
576
       <bool>false</bool>
576
577
      </property>
577
 
      <attribute name="title" >
 
578
      <attribute name="title">
578
579
       <string>Popup window</string>
579
580
      </attribute>
580
 
      <layout class="QGridLayout" >
581
 
       <property name="margin" >
 
581
      <layout class="QGridLayout">
 
582
       <property name="margin">
582
583
        <number>9</number>
583
584
       </property>
584
 
       <property name="spacing" >
 
585
       <property name="spacing">
585
586
        <number>6</number>
586
587
       </property>
587
 
       <item row="0" column="0" >
588
 
        <widget class="QGroupBox" name="groupBox" >
589
 
         <property name="enabled" >
 
588
       <item row="0" column="0">
 
589
        <widget class="QGroupBox" name="groupBox">
 
590
         <property name="enabled">
590
591
          <bool>false</bool>
591
592
         </property>
592
 
         <property name="title" >
 
593
         <property name="title">
593
594
          <string>Behavior</string>
594
595
         </property>
595
 
         <layout class="QGridLayout" >
596
 
          <property name="margin" >
 
596
         <layout class="QGridLayout">
 
597
          <property name="margin">
597
598
           <number>9</number>
598
599
          </property>
599
 
          <property name="spacing" >
 
600
          <property name="spacing">
600
601
           <number>6</number>
601
602
          </property>
602
 
          <item row="4" column="0" >
603
 
           <layout class="QVBoxLayout" >
604
 
            <property name="spacing" >
 
603
          <item row="4" column="0">
 
604
           <layout class="QVBoxLayout">
 
605
            <property name="spacing">
605
606
             <number>6</number>
606
607
            </property>
607
 
            <property name="margin" >
 
608
            <property name="margin">
608
609
             <number>0</number>
609
610
            </property>
610
611
            <item>
611
 
             <widget class="QCheckBox" name="pronounceWordBox" >
612
 
              <property name="text" >
 
612
             <widget class="QCheckBox" name="pronounceWordBox">
 
613
              <property name="text">
613
614
               <string>Pronounce the word</string>
614
615
              </property>
615
616
             </widget>
616
617
            </item>
617
618
           </layout>
618
619
          </item>
619
 
          <item row="3" column="0" >
620
 
           <layout class="QHBoxLayout" >
621
 
            <property name="spacing" >
 
620
          <item row="3" column="0">
 
621
           <layout class="QHBoxLayout">
 
622
            <property name="spacing">
622
623
             <number>6</number>
623
624
            </property>
624
 
            <property name="margin" >
 
625
            <property name="margin">
625
626
             <number>0</number>
626
627
            </property>
627
628
            <item>
628
 
             <widget class="QLabel" name="label_4" >
629
 
              <property name="text" >
 
629
             <widget class="QLabel" name="label_4">
 
630
              <property name="text">
630
631
               <string>Timeout before hide after mouse over</string>
631
632
              </property>
632
633
             </widget>
633
634
            </item>
634
635
            <item>
635
 
             <widget class="QDoubleSpinBox" name="timeoutBeforeHideSpin" >
636
 
              <property name="specialValueText" >
 
636
             <widget class="QDoubleSpinBox" name="timeoutBeforeHideSpin">
 
637
              <property name="specialValueText">
637
638
               <string>Don't hide</string>
638
639
              </property>
639
 
              <property name="suffix" >
 
640
              <property name="suffix">
640
641
               <string> seconds</string>
641
642
              </property>
642
 
              <property name="decimals" >
 
643
              <property name="decimals">
643
644
               <number>1</number>
644
645
              </property>
645
 
              <property name="minimum" >
 
646
              <property name="minimum">
646
647
               <double>0.000000000000000</double>
647
648
              </property>
648
 
              <property name="maximum" >
 
649
              <property name="maximum">
649
650
               <double>10.000000000000000</double>
650
651
              </property>
651
 
              <property name="singleStep" >
 
652
              <property name="singleStep">
652
653
               <double>0.100000000000000</double>
653
654
              </property>
654
 
              <property name="value" >
 
655
              <property name="value">
655
656
               <double>0.500000000000000</double>
656
657
              </property>
657
658
             </widget>
658
659
            </item>
659
660
           </layout>
660
661
          </item>
661
 
          <item row="2" column="0" >
662
 
           <layout class="QHBoxLayout" >
663
 
            <property name="spacing" >
 
662
          <item row="2" column="0">
 
663
           <layout class="QHBoxLayout">
 
664
            <property name="spacing">
664
665
             <number>6</number>
665
666
            </property>
666
 
            <property name="margin" >
 
667
            <property name="margin">
667
668
             <number>0</number>
668
669
            </property>
669
670
            <item>
670
 
             <widget class="QCheckBox" name="useScanModifierBox" >
671
 
              <property name="enabled" >
 
671
             <widget class="QCheckBox" name="useScanModifierBox">
 
672
              <property name="enabled">
672
673
               <bool>false</bool>
673
674
              </property>
674
 
              <property name="text" >
 
675
              <property name="text">
675
676
               <string>Show only if modifier pressed</string>
676
677
              </property>
677
678
             </widget>
678
679
            </item>
679
680
            <item>
680
 
             <widget class="QComboBox" name="modifierKeyBox" >
681
 
              <property name="enabled" >
 
681
             <widget class="QComboBox" name="modifierKeyBox">
 
682
              <property name="enabled">
682
683
               <bool>false</bool>
683
684
              </property>
684
685
              <item>
685
 
               <property name="text" >
 
686
               <property name="text">
686
687
                <string>Alt</string>
687
688
               </property>
688
689
              </item>
689
690
              <item>
690
 
               <property name="text" >
 
691
               <property name="text">
691
692
                <string>Control</string>
692
693
               </property>
693
694
              </item>
694
695
              <item>
695
 
               <property name="text" >
 
696
               <property name="text">
696
697
                <string>Shift</string>
697
698
               </property>
698
699
              </item>
699
700
              <item>
700
 
               <property name="text" >
 
701
               <property name="text">
701
702
                <string>Win</string>
702
703
               </property>
703
704
              </item>
705
706
            </item>
706
707
           </layout>
707
708
          </item>
708
 
          <item row="0" column="0" >
709
 
           <widget class="QCheckBox" name="useScanBox" >
710
 
            <property name="text" >
 
709
          <item row="0" column="0">
 
710
           <widget class="QCheckBox" name="useScanBox">
 
711
            <property name="text">
711
712
             <string>Scan selection</string>
712
713
            </property>
713
 
            <property name="checked" >
 
714
            <property name="checked">
714
715
             <bool>true</bool>
715
716
            </property>
716
717
           </widget>
717
718
          </item>
718
 
          <item row="1" column="0" >
719
 
           <widget class="QCheckBox" name="showIfNotFoundBox" >
720
 
            <property name="text" >
 
719
          <item row="1" column="0">
 
720
           <widget class="QCheckBox" name="showIfNotFoundBox">
 
721
            <property name="text">
721
722
             <string>Show if word not found</string>
722
723
            </property>
723
724
           </widget>
725
726
         </layout>
726
727
        </widget>
727
728
       </item>
728
 
       <item row="1" column="0" >
729
 
        <widget class="QGroupBox" name="groupBox_2" >
730
 
         <property name="enabled" >
 
729
       <item row="1" column="0">
 
730
        <widget class="QGroupBox" name="groupBox_2">
 
731
         <property name="enabled">
731
732
          <bool>false</bool>
732
733
         </property>
733
 
         <property name="title" >
 
734
         <property name="title">
734
735
          <string>Apperance</string>
735
736
         </property>
736
 
         <layout class="QGridLayout" >
737
 
          <property name="margin" >
 
737
         <layout class="QGridLayout">
 
738
          <property name="margin">
738
739
           <number>9</number>
739
740
          </property>
740
 
          <property name="spacing" >
 
741
          <property name="spacing">
741
742
           <number>6</number>
742
743
          </property>
743
 
          <item row="2" column="0" >
744
 
           <layout class="QHBoxLayout" >
745
 
            <property name="spacing" >
 
744
          <item row="2" column="0">
 
745
           <layout class="QHBoxLayout">
 
746
            <property name="spacing">
746
747
             <number>6</number>
747
748
            </property>
748
 
            <property name="margin" >
 
749
            <property name="margin">
749
750
             <number>0</number>
750
751
            </property>
751
752
            <item>
752
 
             <widget class="QLabel" name="label_3" >
753
 
              <property name="text" >
 
753
             <widget class="QLabel" name="label_3">
 
754
              <property name="text">
754
755
               <string>Transparency</string>
755
756
              </property>
756
757
             </widget>
757
758
            </item>
758
759
            <item>
759
 
             <widget class="QSpinBox" name="popupOpacitySpin" >
760
 
              <property name="suffix" >
 
760
             <widget class="QSpinBox" name="popupOpacitySpin">
 
761
              <property name="suffix">
761
762
               <string>%</string>
762
763
              </property>
763
 
              <property name="prefix" >
 
764
              <property name="prefix">
764
765
               <string/>
765
766
              </property>
766
 
              <property name="minimum" >
 
767
              <property name="minimum">
767
768
               <number>0</number>
768
769
              </property>
769
 
              <property name="maximum" >
 
770
              <property name="maximum">
770
771
               <number>100</number>
771
772
              </property>
772
 
              <property name="value" >
 
773
              <property name="value">
773
774
               <number>0</number>
774
775
              </property>
775
776
             </widget>
776
777
            </item>
777
778
           </layout>
778
779
          </item>
779
 
          <item row="0" column="0" >
780
 
           <layout class="QHBoxLayout" >
781
 
            <property name="spacing" >
 
780
          <item row="0" column="0">
 
781
           <layout class="QHBoxLayout">
 
782
            <property name="spacing">
782
783
             <number>6</number>
783
784
            </property>
784
 
            <property name="margin" >
 
785
            <property name="margin">
785
786
             <number>0</number>
786
787
            </property>
787
788
            <item>
788
 
             <widget class="QLabel" name="label_5" >
789
 
              <property name="text" >
 
789
             <widget class="QLabel" name="label_5">
 
790
              <property name="text">
790
791
               <string>Default width</string>
791
792
              </property>
792
793
             </widget>
793
794
            </item>
794
795
            <item>
795
 
             <widget class="QSpinBox" name="popupDefaultWidthSpin" >
796
 
              <property name="minimum" >
 
796
             <widget class="QSpinBox" name="popupDefaultWidthSpin">
 
797
              <property name="minimum">
797
798
               <number>96</number>
798
799
              </property>
799
 
              <property name="maximum" >
 
800
              <property name="maximum">
800
801
               <number>9999</number>
801
802
              </property>
802
 
              <property name="value" >
 
803
              <property name="value">
803
804
               <number>320</number>
804
805
              </property>
805
806
             </widget>
806
807
            </item>
807
808
           </layout>
808
809
          </item>
809
 
          <item row="1" column="0" >
810
 
           <layout class="QHBoxLayout" >
811
 
            <property name="spacing" >
 
810
          <item row="1" column="0">
 
811
           <layout class="QHBoxLayout">
 
812
            <property name="spacing">
812
813
             <number>6</number>
813
814
            </property>
814
 
            <property name="margin" >
 
815
            <property name="margin">
815
816
             <number>0</number>
816
817
            </property>
817
818
            <item>
818
 
             <widget class="QLabel" name="label_6" >
819
 
              <property name="text" >
 
819
             <widget class="QLabel" name="label_6">
 
820
              <property name="text">
820
821
               <string>Default height</string>
821
822
              </property>
822
823
             </widget>
823
824
            </item>
824
825
            <item>
825
 
             <widget class="QSpinBox" name="popupDefaultHeightSpin" >
826
 
              <property name="minimum" >
 
826
             <widget class="QSpinBox" name="popupDefaultHeightSpin">
 
827
              <property name="minimum">
827
828
               <number>96</number>
828
829
              </property>
829
 
              <property name="maximum" >
 
830
              <property name="maximum">
830
831
               <number>9999</number>
831
832
              </property>
832
 
              <property name="value" >
 
833
              <property name="value">
833
834
               <number>240</number>
834
835
              </property>
835
836
             </widget>
839
840
         </layout>
840
841
        </widget>
841
842
       </item>
842
 
       <item row="2" column="0" >
 
843
       <item row="2" column="0">
843
844
        <spacer>
844
 
         <property name="orientation" >
 
845
         <property name="orientation">
845
846
          <enum>Qt::Vertical</enum>
846
847
         </property>
847
 
         <property name="sizeHint" stdset="0" >
 
848
         <property name="sizeHint" stdset="0">
848
849
          <size>
849
850
           <width>20</width>
850
851
           <height>101</height>
854
855
       </item>
855
856
      </layout>
856
857
     </widget>
857
 
     <widget class="QWidget" name="tabApperance" >
858
 
      <property name="enabled" >
 
858
     <widget class="QWidget" name="tabApperance">
 
859
      <property name="enabled">
859
860
       <bool>false</bool>
860
861
      </property>
861
 
      <attribute name="title" >
 
862
      <attribute name="title">
862
863
       <string>Appearance</string>
863
864
      </attribute>
864
 
      <layout class="QVBoxLayout" name="verticalLayout_2" >
 
865
      <layout class="QVBoxLayout" name="verticalLayout_2">
865
866
       <item>
866
 
        <widget class="QGroupBox" name="groupBox_5" >
867
 
         <property name="enabled" >
 
867
        <widget class="QGroupBox" name="groupBox_5">
 
868
         <property name="enabled">
868
869
          <bool>false</bool>
869
870
         </property>
870
 
         <property name="title" >
 
871
         <property name="title">
871
872
          <string>Preview</string>
872
873
         </property>
873
 
         <layout class="QVBoxLayout" name="verticalLayout" >
 
874
         <layout class="QVBoxLayout" name="verticalLayout">
874
875
          <item>
875
 
           <widget class="QTextEdit" name="m_preview" >
876
 
            <property name="readOnly" >
 
876
           <widget class="QTextEdit" name="m_preview">
 
877
            <property name="readOnly">
877
878
             <bool>true</bool>
878
879
            </property>
879
880
           </widget>
880
881
          </item>
881
882
          <item>
882
 
           <layout class="QGridLayout" name="gridLayout" >
883
 
            <item row="0" column="0" >
884
 
             <widget class="QLabel" name="label_2" >
885
 
              <property name="text" >
 
883
           <layout class="QGridLayout" name="gridLayout">
 
884
            <item row="0" column="0">
 
885
             <widget class="QLabel" name="label_2">
 
886
              <property name="text">
886
887
               <string>Element</string>
887
888
              </property>
888
889
             </widget>
889
890
            </item>
890
 
            <item row="1" column="0" >
891
 
             <widget class="QComboBox" name="m_elementCombo" >
892
 
              <property name="toolTip" >
 
891
            <item row="1" column="0">
 
892
             <widget class="QComboBox" name="m_elementCombo">
 
893
              <property name="toolTip">
893
894
               <string>Select element</string>
894
895
              </property>
895
896
              <item>
896
 
               <property name="text" >
 
897
               <property name="text">
897
898
                <string>Title</string>
898
899
               </property>
899
900
              </item>
900
901
              <item>
901
 
               <property name="text" >
 
902
               <property name="text">
902
903
                <string>Explanation</string>
903
904
               </property>
904
905
              </item>
905
906
              <item>
906
 
               <property name="text" >
 
907
               <property name="text">
907
908
                <string>Abbreviation</string>
908
909
               </property>
909
910
              </item>
910
911
              <item>
911
 
               <property name="text" >
 
912
               <property name="text">
912
913
                <string>Example</string>
913
914
               </property>
914
915
              </item>
915
916
              <item>
916
 
               <property name="text" >
 
917
               <property name="text">
917
918
                <string>Transcription</string>
918
919
               </property>
919
920
              </item>
920
921
             </widget>
921
922
            </item>
922
 
            <item row="3" column="0" >
923
 
             <widget class="QFontComboBox" name="m_fontCombo" >
924
 
              <property name="toolTip" >
 
923
            <item row="3" column="0">
 
924
             <widget class="QFontComboBox" name="m_fontCombo">
 
925
              <property name="toolTip">
925
926
               <string>Select font</string>
926
927
              </property>
927
928
             </widget>
928
929
            </item>
929
 
            <item row="0" column="1" >
930
 
             <widget class="QLabel" name="label_9" >
931
 
              <property name="text" >
 
930
            <item row="0" column="1">
 
931
             <widget class="QLabel" name="label_9">
 
932
              <property name="text">
932
933
               <string>Foreground</string>
933
934
              </property>
934
935
             </widget>
935
936
            </item>
936
 
            <item row="0" column="2" >
937
 
             <widget class="QLabel" name="label_10" >
938
 
              <property name="text" >
 
937
            <item row="0" column="2">
 
938
             <widget class="QLabel" name="label_10">
 
939
              <property name="text">
939
940
               <string>Background</string>
940
941
              </property>
941
942
             </widget>
942
943
            </item>
943
 
            <item row="1" column="1" >
944
 
             <widget class="QToolButton" name="m_colorButton" >
945
 
              <property name="statusTip" >
946
 
               <string>Click to select color</string>
947
 
              </property>
948
 
              <property name="text" >
949
 
               <string>#000000</string>
950
 
              </property>
951
 
             </widget>
952
 
            </item>
953
 
            <item row="1" column="2" >
954
 
             <widget class="QToolButton" name="m_backgroundButton" >
955
 
              <property name="statusTip" >
956
 
               <string>Click to select color</string>
957
 
              </property>
958
 
              <property name="text" >
959
 
               <string>#000000</string>
960
 
              </property>
961
 
             </widget>
962
 
            </item>
963
 
            <item row="3" column="1" >
964
 
             <widget class="QSpinBox" name="m_sizeSpin" >
965
 
              <property name="toolTip" >
 
944
            <item row="1" column="1">
 
945
             <widget class="QToolButton" name="m_colorButton">
 
946
              <property name="statusTip">
 
947
               <string>Click to select color</string>
 
948
              </property>
 
949
              <property name="text">
 
950
               <string>#000000</string>
 
951
              </property>
 
952
             </widget>
 
953
            </item>
 
954
            <item row="1" column="2">
 
955
             <widget class="QToolButton" name="m_backgroundButton">
 
956
              <property name="statusTip">
 
957
               <string>Click to select color</string>
 
958
              </property>
 
959
              <property name="text">
 
960
               <string>#000000</string>
 
961
              </property>
 
962
             </widget>
 
963
            </item>
 
964
            <item row="3" column="1">
 
965
             <widget class="QSpinBox" name="m_sizeSpin">
 
966
              <property name="toolTip">
966
967
               <string>Select font size</string>
967
968
              </property>
968
 
              <property name="suffix" >
 
969
              <property name="suffix">
969
970
               <string/>
970
971
              </property>
971
 
              <property name="minimum" >
 
972
              <property name="minimum">
972
973
               <number>4</number>
973
974
              </property>
974
 
              <property name="maximum" >
 
975
              <property name="maximum">
975
976
               <number>150</number>
976
977
              </property>
977
 
              <property name="singleStep" >
 
978
              <property name="singleStep">
978
979
               <number>2</number>
979
980
              </property>
980
 
              <property name="value" >
 
981
              <property name="value">
981
982
               <number>10</number>
982
983
              </property>
983
984
             </widget>
984
985
            </item>
985
 
            <item row="3" column="2" >
986
 
             <layout class="QHBoxLayout" name="horizontalLayout" >
 
986
            <item row="3" column="2">
 
987
             <layout class="QHBoxLayout" name="horizontalLayout">
987
988
              <item>
988
 
               <widget class="QToolButton" name="m_boldButton" >
989
 
                <property name="font" >
 
989
               <widget class="QToolButton" name="m_boldButton">
 
990
                <property name="font">
990
991
                 <font>
991
992
                  <weight>75</weight>
992
993
                  <bold>true</bold>
993
994
                 </font>
994
995
                </property>
995
 
                <property name="toolTip" >
 
996
                <property name="toolTip">
996
997
                 <string>Bold</string>
997
998
                </property>
998
 
                <property name="text" >
 
999
                <property name="text">
999
1000
                 <string>B</string>
1000
1001
                </property>
1001
 
                <property name="checkable" >
 
1002
                <property name="checkable">
1002
1003
                 <bool>true</bool>
1003
1004
                </property>
1004
1005
               </widget>
1005
1006
              </item>
1006
1007
              <item>
1007
 
               <widget class="QToolButton" name="m_italicButton" >
1008
 
                <property name="font" >
 
1008
               <widget class="QToolButton" name="m_italicButton">
 
1009
                <property name="font">
1009
1010
                 <font>
1010
1011
                  <weight>50</weight>
1011
1012
                  <italic>true</italic>
1012
1013
                  <bold>false</bold>
1013
1014
                 </font>
1014
1015
                </property>
1015
 
                <property name="toolTip" >
 
1016
                <property name="toolTip">
1016
1017
                 <string>Italic</string>
1017
1018
                </property>
1018
 
                <property name="text" >
 
1019
                <property name="text">
1019
1020
                 <string>I</string>
1020
1021
                </property>
1021
 
                <property name="checkable" >
 
1022
                <property name="checkable">
1022
1023
                 <bool>true</bool>
1023
1024
                </property>
1024
1025
               </widget>
1025
1026
              </item>
1026
1027
              <item>
1027
 
               <widget class="QToolButton" name="m_underlineButton" >
1028
 
                <property name="font" >
 
1028
               <widget class="QToolButton" name="m_underlineButton">
 
1029
                <property name="font">
1029
1030
                 <font>
1030
1031
                  <weight>50</weight>
1031
1032
                  <bold>false</bold>
1032
1033
                  <underline>true</underline>
1033
1034
                 </font>
1034
1035
                </property>
1035
 
                <property name="toolTip" >
 
1036
                <property name="toolTip">
1036
1037
                 <string>Underline</string>
1037
1038
                </property>
1038
 
                <property name="text" >
 
1039
                <property name="text">
1039
1040
                 <string>U</string>
1040
1041
                </property>
1041
 
                <property name="checkable" >
 
1042
                <property name="checkable">
1042
1043
                 <bool>true</bool>
1043
1044
                </property>
1044
1045
               </widget>
1045
1046
              </item>
1046
1047
             </layout>
1047
1048
            </item>
1048
 
            <item row="2" column="1" >
1049
 
             <widget class="QLabel" name="label_11" >
1050
 
              <property name="text" >
 
1049
            <item row="2" column="1">
 
1050
             <widget class="QLabel" name="label_11">
 
1051
              <property name="text">
1051
1052
               <string>Size</string>
1052
1053
              </property>
1053
1054
             </widget>
1054
1055
            </item>
1055
 
            <item row="2" column="0" >
1056
 
             <widget class="QLabel" name="label_8" >
1057
 
              <property name="text" >
 
1056
            <item row="2" column="0">
 
1057
             <widget class="QLabel" name="label_8">
 
1058
              <property name="text">
1058
1059
               <string>Font</string>
1059
1060
              </property>
1060
1061
             </widget>
1069
1070
    </widget>
1070
1071
   </item>
1071
1072
   <item>
1072
 
    <layout class="QHBoxLayout" name="horizontalLayout_5" >
 
1073
    <layout class="QHBoxLayout" name="horizontalLayout_5">
1073
1074
     <item>
1074
 
      <spacer name="horizontalSpacer" >
1075
 
       <property name="orientation" >
 
1075
      <spacer name="horizontalSpacer">
 
1076
       <property name="orientation">
1076
1077
        <enum>Qt::Horizontal</enum>
1077
1078
       </property>
1078
 
       <property name="sizeHint" stdset="0" >
 
1079
       <property name="sizeHint" stdset="0">
1079
1080
        <size>
1080
1081
         <width>40</width>
1081
1082
         <height>20</height>
1084
1085
      </spacer>
1085
1086
     </item>
1086
1087
     <item>
1087
 
      <widget class="QPushButton" name="buttonAccept" >
1088
 
       <property name="text" >
1089
 
        <string>Accept</string>
 
1088
      <widget class="QPushButton" name="buttonAccept">
 
1089
       <property name="text">
 
1090
        <string>Ok</string>
1090
1091
       </property>
1091
1092
      </widget>
1092
1093
     </item>
1093
1094
     <item>
1094
 
      <widget class="QPushButton" name="buttonCancel" >
1095
 
       <property name="text" >
 
1095
      <widget class="QPushButton" name="buttonCancel">
 
1096
       <property name="text">
1096
1097
        <string>Cancel</string>
1097
1098
       </property>
1098
1099
      </widget>
1118
1119
  <tabstop>popupOpacitySpin</tabstop>
1119
1120
 </tabstops>
1120
1121
 <resources>
1121
 
  <include location="../images/images.qrc" />
 
1122
  <include location="../images/images.qrc"/>
1122
1123
 </resources>
1123
1124
 <connections>
1124
1125
  <connection>
1127
1128
   <receiver>modifierKeyBox</receiver>
1128
1129
   <slot>setEnabled(bool)</slot>
1129
1130
   <hints>
1130
 
    <hint type="sourcelabel" >
 
1131
    <hint type="sourcelabel">
1131
1132
     <x>165</x>
1132
1133
     <y>140</y>
1133
1134
    </hint>
1134
 
    <hint type="destinationlabel" >
 
1135
    <hint type="destinationlabel">
1135
1136
     <x>273</x>
1136
1137
     <y>137</y>
1137
1138
    </hint>