~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/ThirdParty/chartables/chartables_options.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>CT_OptionsWidget</class>
 
3
 <widget class="QWidget" name="CT_OptionsWidget" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>329</width>
 
9
    <height>728</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Form</string>
 
14
  </property>
 
15
  <layout class="QGridLayout" >
 
16
   <property name="margin" >
 
17
    <number>9</number>
 
18
   </property>
 
19
   <property name="spacing" >
 
20
    <number>6</number>
 
21
   </property>
 
22
   <item row="1" column="0" >
 
23
    <layout class="QVBoxLayout" >
 
24
     <property name="margin" >
 
25
      <number>0</number>
 
26
     </property>
 
27
     <property name="spacing" >
 
28
      <number>6</number>
 
29
     </property>
 
30
     <item>
 
31
      <widget class="QLabel" name="label_2" >
 
32
       <property name="text" >
 
33
        <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:8.09467pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600; text-decoration: underline;">Charset Tables:&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
 
34
       </property>
 
35
      </widget>
 
36
     </item>
 
37
     <item>
 
38
      <layout class="QHBoxLayout" >
 
39
       <property name="margin" >
 
40
        <number>0</number>
 
41
       </property>
 
42
       <property name="spacing" >
 
43
        <number>6</number>
 
44
       </property>
 
45
       <item>
 
46
        <spacer>
 
47
         <property name="orientation" >
 
48
          <enum>Qt::Horizontal</enum>
 
49
         </property>
 
50
         <property name="sizeType" >
 
51
          <enum>QSizePolicy::Fixed</enum>
 
52
         </property>
 
53
         <property name="sizeHint" >
 
54
          <size>
 
55
           <width>16</width>
 
56
           <height>64</height>
 
57
          </size>
 
58
         </property>
 
59
        </spacer>
 
60
       </item>
 
61
       <item>
 
62
        <layout class="QVBoxLayout" >
 
63
         <property name="margin" >
 
64
          <number>0</number>
 
65
         </property>
 
66
         <property name="spacing" >
 
67
          <number>6</number>
 
68
         </property>
 
69
         <item>
 
70
          <widget class="QCheckBox" name="ckShowCharHex" >
 
71
           <property name="toolTip" >
 
72
            <string>If checked,charset tables show hexadecimal value of a char</string>
 
73
           </property>
 
74
           <property name="whatsThis" >
 
75
            <string>If checked,charset tables show hexadecimal value of a char</string>
 
76
           </property>
 
77
           <property name="text" >
 
78
            <string>Show hex value</string>
 
79
           </property>
 
80
          </widget>
 
81
         </item>
 
82
         <item>
 
83
          <widget class="QCheckBox" name="ckShowCharInt" >
 
84
           <property name="toolTip" >
 
85
            <string>If checked,charset tables show integer value of a char</string>
 
86
           </property>
 
87
           <property name="whatsThis" >
 
88
            <string>If checked,charset tables show integer value of a char</string>
 
89
           </property>
 
90
           <property name="text" >
 
91
            <string>Show int value</string>
 
92
           </property>
 
93
          </widget>
 
94
         </item>
 
95
         <item>
 
96
          <widget class="QCheckBox" name="ckShowCharAbbr" >
 
97
           <property name="toolTip" >
 
98
            <string>If checked, shows the abbreviated name for a char (if available)</string>
 
99
           </property>
 
100
           <property name="whatsThis" >
 
101
            <string>If checked, shows the abbreviated name for a char (if available)</string>
 
102
           </property>
 
103
           <property name="text" >
 
104
            <string>Show abbreviated name</string>
 
105
           </property>
 
106
          </widget>
 
107
         </item>
 
108
         <item>
 
109
          <widget class="QCheckBox" name="ckShowCharName" >
 
110
           <property name="toolTip" >
 
111
            <string>If checked, shows the name for a char (if available)</string>
 
112
           </property>
 
113
           <property name="whatsThis" >
 
114
            <string>If checked, shows the name for a char (if available)</string>
 
115
           </property>
 
116
           <property name="text" >
 
117
            <string>Show name</string>
 
118
           </property>
 
119
          </widget>
 
120
         </item>
 
121
        </layout>
 
122
       </item>
 
123
      </layout>
 
124
     </item>
 
125
    </layout>
 
126
   </item>
 
127
   <item row="3" column="0" >
 
128
    <layout class="QVBoxLayout" >
 
129
     <property name="margin" >
 
130
      <number>0</number>
 
131
     </property>
 
132
     <property name="spacing" >
 
133
      <number>6</number>
 
134
     </property>
 
135
     <item>
 
136
      <widget class="QLabel" name="label_4" >
 
137
       <property name="text" >
 
138
        <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:8.09467pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">&lt;span style=" font-weight:600; text-decoration: underline;">Entity Tables:&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
 
139
       </property>
 
140
      </widget>
 
141
     </item>
 
142
     <item>
 
143
      <layout class="QHBoxLayout" >
 
144
       <property name="margin" >
 
145
        <number>0</number>
 
146
       </property>
 
147
       <property name="spacing" >
 
148
        <number>6</number>
 
149
       </property>
 
150
       <item>
 
151
        <spacer>
 
152
         <property name="orientation" >
 
153
          <enum>Qt::Horizontal</enum>
 
154
         </property>
 
155
         <property name="sizeType" >
 
156
          <enum>QSizePolicy::Fixed</enum>
 
157
         </property>
 
158
         <property name="sizeHint" >
 
159
          <size>
 
160
           <width>16</width>
 
161
           <height>20</height>
 
162
          </size>
 
163
         </property>
 
164
        </spacer>
 
165
       </item>
 
166
       <item>
 
167
        <layout class="QVBoxLayout" >
 
168
         <property name="margin" >
 
169
          <number>0</number>
 
170
         </property>
 
171
         <property name="spacing" >
 
172
          <number>6</number>
 
173
         </property>
 
174
         <item>
 
175
          <widget class="QCheckBox" name="ckShowEntityHex" >
 
176
           <property name="toolTip" >
 
177
            <string>If checked, entity tables show hexadecimal representation of an entity</string>
 
178
           </property>
 
179
           <property name="whatsThis" >
 
180
            <string>If checked, entity tables show hexadecimal representation of an entity</string>
 
181
           </property>
 
182
           <property name="text" >
 
183
            <string>Show hex value</string>
 
184
           </property>
 
185
          </widget>
 
186
         </item>
 
187
         <item>
 
188
          <widget class="QCheckBox" name="ckShowEntityInt" >
 
189
           <property name="toolTip" >
 
190
            <string>If checked,entity tables show integer representation of an entity</string>
 
191
           </property>
 
192
           <property name="whatsThis" >
 
193
            <string>If checked,entity tables show integer representation of an entity</string>
 
194
           </property>
 
195
           <property name="text" >
 
196
            <string>Show int value</string>
 
197
           </property>
 
198
          </widget>
 
199
         </item>
 
200
        </layout>
 
201
       </item>
 
202
      </layout>
 
203
     </item>
 
204
    </layout>
 
205
   </item>
 
206
   <item row="2" column="0" >
 
207
    <layout class="QVBoxLayout" >
 
208
     <property name="margin" >
 
209
      <number>0</number>
 
210
     </property>
 
211
     <property name="spacing" >
 
212
      <number>6</number>
 
213
     </property>
 
214
     <item>
 
215
      <widget class="QLabel" name="label_3" >
 
216
       <property name="text" >
 
217
        <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:8.09467pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600; text-decoration: underline;">Color Tables:&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
 
218
       </property>
 
219
      </widget>
 
220
     </item>
 
221
     <item>
 
222
      <layout class="QHBoxLayout" >
 
223
       <property name="margin" >
 
224
        <number>0</number>
 
225
       </property>
 
226
       <property name="spacing" >
 
227
        <number>6</number>
 
228
       </property>
 
229
       <item>
 
230
        <spacer>
 
231
         <property name="orientation" >
 
232
          <enum>Qt::Horizontal</enum>
 
233
         </property>
 
234
         <property name="sizeType" >
 
235
          <enum>QSizePolicy::Fixed</enum>
 
236
         </property>
 
237
         <property name="sizeHint" >
 
238
          <size>
 
239
           <width>16</width>
 
240
           <height>20</height>
 
241
          </size>
 
242
         </property>
 
243
        </spacer>
 
244
       </item>
 
245
       <item>
 
246
        <layout class="QVBoxLayout" >
 
247
         <property name="margin" >
 
248
          <number>0</number>
 
249
         </property>
 
250
         <property name="spacing" >
 
251
          <number>6</number>
 
252
         </property>
 
253
         <item>
 
254
          <widget class="QCheckBox" name="ckShowColorNames" >
 
255
           <property name="toolTip" >
 
256
            <string>If checked, color tables show name of a color (if available)</string>
 
257
           </property>
 
258
           <property name="whatsThis" >
 
259
            <string>If checked, color tables show name of a color (if available)</string>
 
260
           </property>
 
261
           <property name="text" >
 
262
            <string>Show color name</string>
 
263
           </property>
 
264
          </widget>
 
265
         </item>
 
266
         <item>
 
267
          <widget class="QCheckBox" name="ckShowCmyColors" >
 
268
           <property name="toolTip" >
 
269
            <string>If checked, color tables show the Cmy value of a color</string>
 
270
           </property>
 
271
           <property name="whatsThis" >
 
272
            <string>If checked, color tables show the Cmy value of a color</string>
 
273
           </property>
 
274
           <property name="text" >
 
275
            <string>Show Cmy color</string>
 
276
           </property>
 
277
          </widget>
 
278
         </item>
 
279
         <item>
 
280
          <widget class="QCheckBox" name="ckShowHlsColors" >
 
281
           <property name="toolTip" >
 
282
            <string>If checked, color tables show the Hls value of a color</string>
 
283
           </property>
 
284
           <property name="whatsThis" >
 
285
            <string>If checked, color tables show the Hls value of a color</string>
 
286
           </property>
 
287
           <property name="text" >
 
288
            <string>Show Hls color</string>
 
289
           </property>
 
290
          </widget>
 
291
         </item>
 
292
         <item>
 
293
          <widget class="QCheckBox" name="ckShowHtmlColors" >
 
294
           <property name="toolTip" >
 
295
            <string>If checked, color tables show the Html representation of a color</string>
 
296
           </property>
 
297
           <property name="whatsThis" >
 
298
            <string>If checked, color tables show the Html representation of a color</string>
 
299
           </property>
 
300
           <property name="text" >
 
301
            <string>Show Html color</string>
 
302
           </property>
 
303
          </widget>
 
304
         </item>
 
305
         <item>
 
306
          <widget class="QCheckBox" name="ckShowRgbColors" >
 
307
           <property name="toolTip" >
 
308
            <string>If checked, color tables show the Rgb value of a color</string>
 
309
           </property>
 
310
           <property name="whatsThis" >
 
311
            <string>If checked, color tables show the Rgb value of a color</string>
 
312
           </property>
 
313
           <property name="text" >
 
314
            <string>Show Rgb color</string>
 
315
           </property>
 
316
          </widget>
 
317
         </item>
 
318
        </layout>
 
319
       </item>
 
320
      </layout>
 
321
     </item>
 
322
    </layout>
 
323
   </item>
 
324
   <item row="0" column="0" >
 
325
    <layout class="QVBoxLayout" >
 
326
     <property name="margin" >
 
327
      <number>0</number>
 
328
     </property>
 
329
     <property name="spacing" >
 
330
      <number>6</number>
 
331
     </property>
 
332
     <item>
 
333
      <widget class="QLabel" name="label" >
 
334
       <property name="text" >
 
335
        <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:8.09467pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600; text-decoration: underline;">Global:&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
 
336
       </property>
 
337
      </widget>
 
338
     </item>
 
339
     <item>
 
340
      <layout class="QHBoxLayout" >
 
341
       <property name="margin" >
 
342
        <number>0</number>
 
343
       </property>
 
344
       <property name="spacing" >
 
345
        <number>6</number>
 
346
       </property>
 
347
       <item>
 
348
        <spacer>
 
349
         <property name="orientation" >
 
350
          <enum>Qt::Horizontal</enum>
 
351
         </property>
 
352
         <property name="sizeType" >
 
353
          <enum>QSizePolicy::Fixed</enum>
 
354
         </property>
 
355
         <property name="sizeHint" >
 
356
          <size>
 
357
           <width>16</width>
 
358
           <height>168</height>
 
359
          </size>
 
360
         </property>
 
361
        </spacer>
 
362
       </item>
 
363
       <item>
 
364
        <layout class="QVBoxLayout" >
 
365
         <property name="margin" >
 
366
          <number>0</number>
 
367
         </property>
 
368
         <property name="spacing" >
 
369
          <number>6</number>
 
370
         </property>
 
371
         <item>
 
372
          <widget class="QCheckBox" name="ckLastTab" >
 
373
           <property name="toolTip" >
 
374
            <string>If checked, the dialog will remember the the last selected tab</string>
 
375
           </property>
 
376
           <property name="whatsThis" >
 
377
            <string>If checked, the dialog will remember the the last selected tab</string>
 
378
           </property>
 
379
           <property name="text" >
 
380
            <string>Remember last tab</string>
 
381
           </property>
 
382
          </widget>
 
383
         </item>
 
384
         <item>
 
385
          <widget class="QCheckBox" name="ckLastType" >
 
386
           <property name="sizePolicy" >
 
387
            <sizepolicy>
 
388
             <hsizetype>3</hsizetype>
 
389
             <vsizetype>0</vsizetype>
 
390
             <horstretch>0</horstretch>
 
391
             <verstretch>0</verstretch>
 
392
            </sizepolicy>
 
393
           </property>
 
394
           <property name="toolTip" >
 
395
            <string>If checked, the dialog will remember the last selected type on each tab</string>
 
396
           </property>
 
397
           <property name="whatsThis" >
 
398
            <string>If checked, the dialog will remember the last selected type on each tab</string>
 
399
           </property>
 
400
           <property name="text" >
 
401
            <string>Remember last type</string>
 
402
           </property>
 
403
          </widget>
 
404
         </item>
 
405
         <item>
 
406
          <widget class="QCheckBox" name="ckLastTable" >
 
407
           <property name="sizePolicy" >
 
408
            <sizepolicy>
 
409
             <hsizetype>0</hsizetype>
 
410
             <vsizetype>0</vsizetype>
 
411
             <horstretch>0</horstretch>
 
412
             <verstretch>0</verstretch>
 
413
            </sizepolicy>
 
414
           </property>
 
415
           <property name="toolTip" >
 
416
            <string>If checked, the dialog will remember the last selected table of each tab</string>
 
417
           </property>
 
418
           <property name="whatsThis" >
 
419
            <string>If checked, the dialog will remember the last selected table of each tab</string>
 
420
           </property>
 
421
           <property name="text" >
 
422
            <string>Remember last table</string>
 
423
           </property>
 
424
          </widget>
 
425
         </item>
 
426
         <item>
 
427
          <widget class="QCheckBox" name="ckAllTables" >
 
428
           <property name="toolTip" >
 
429
            <string>If checked, the dialog will remember the last selected tables on all tabs for all types</string>
 
430
           </property>
 
431
           <property name="whatsThis" >
 
432
            <string>If checked, the dialog will remember the last selected tables on all tabs for all types</string>
 
433
           </property>
 
434
           <property name="text" >
 
435
            <string>Remember all tables</string>
 
436
           </property>
 
437
          </widget>
 
438
         </item>
 
439
         <item>
 
440
          <layout class="QHBoxLayout" >
 
441
           <property name="margin" >
 
442
            <number>0</number>
 
443
           </property>
 
444
           <property name="spacing" >
 
445
            <number>6</number>
 
446
           </property>
 
447
           <item>
 
448
            <widget class="QLabel" name="labelLanguageSelect" >
 
449
             <property name="text" >
 
450
              <string>Language:</string>
 
451
             </property>
 
452
            </widget>
 
453
           </item>
 
454
           <item>
 
455
            <widget class="QComboBox" name="cmbLanguageSelect" >
 
456
             <property name="sizePolicy" >
 
457
              <sizepolicy>
 
458
               <hsizetype>0</hsizetype>
 
459
               <vsizetype>0</vsizetype>
 
460
               <horstretch>0</horstretch>
 
461
               <verstretch>0</verstretch>
 
462
              </sizepolicy>
 
463
             </property>
 
464
             <property name="toolTip" >
 
465
              <string>Selects the language of the dialog</string>
 
466
             </property>
 
467
             <property name="whatsThis" >
 
468
              <string>Selects the language of the dialog</string>
 
469
             </property>
 
470
            </widget>
 
471
           </item>
 
472
           <item>
 
473
            <spacer>
 
474
             <property name="orientation" >
 
475
              <enum>Qt::Horizontal</enum>
 
476
             </property>
 
477
             <property name="sizeHint" >
 
478
              <size>
 
479
               <width>21</width>
 
480
               <height>16</height>
 
481
              </size>
 
482
             </property>
 
483
            </spacer>
 
484
           </item>
 
485
          </layout>
 
486
         </item>
 
487
        </layout>
 
488
       </item>
 
489
      </layout>
 
490
     </item>
 
491
    </layout>
 
492
   </item>
 
493
   <item rowspan="3" row="0" column="2" >
 
494
    <spacer>
 
495
     <property name="orientation" >
 
496
      <enum>Qt::Horizontal</enum>
 
497
     </property>
 
498
     <property name="sizeHint" >
 
499
      <size>
 
500
       <width>40</width>
 
501
       <height>20</height>
 
502
      </size>
 
503
     </property>
 
504
    </spacer>
 
505
   </item>
 
506
   <item rowspan="4" row="0" column="1" >
 
507
    <widget class="Line" name="line" >
 
508
     <property name="orientation" >
 
509
      <enum>Qt::Vertical</enum>
 
510
     </property>
 
511
    </widget>
 
512
   </item>
 
513
   <item row="4" column="0" >
 
514
    <spacer>
 
515
     <property name="orientation" >
 
516
      <enum>Qt::Vertical</enum>
 
517
     </property>
 
518
     <property name="sizeHint" >
 
519
      <size>
 
520
       <width>81</width>
 
521
       <height>20</height>
 
522
      </size>
 
523
     </property>
 
524
    </spacer>
 
525
   </item>
 
526
  </layout>
 
527
 </widget>
 
528
 <tabstops>
 
529
  <tabstop>ckLastTab</tabstop>
 
530
  <tabstop>ckLastType</tabstop>
 
531
  <tabstop>ckLastTable</tabstop>
 
532
  <tabstop>ckAllTables</tabstop>
 
533
  <tabstop>cmbLanguageSelect</tabstop>
 
534
  <tabstop>ckShowCharHex</tabstop>
 
535
  <tabstop>ckShowCharInt</tabstop>
 
536
  <tabstop>ckShowColorNames</tabstop>
 
537
  <tabstop>ckShowCmyColors</tabstop>
 
538
  <tabstop>ckShowHlsColors</tabstop>
 
539
  <tabstop>ckShowHtmlColors</tabstop>
 
540
  <tabstop>ckShowRgbColors</tabstop>
 
541
  <tabstop>ckShowEntityHex</tabstop>
 
542
  <tabstop>ckShowEntityInt</tabstop>
 
543
 </tabstops>
 
544
 <resources/>
 
545
 <connections/>
 
546
</ui>