~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to tools/assistant/settingsdialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <author></author>
 
3
 <comment>*********************************************************************
 
4
 **
 
5
 ** Copyright (C) 1992-2005 Trolltech AS. All rights reserved.
 
6
 **
 
7
 ** This file is part of the assistant application of the Qt Toolkit.
 
8
 **
 
9
 ** This file may be distributed under the terms of the Q Public License
 
10
** as defined by Trolltech AS of Norway and appearing in the file
 
11
** LICENSE.QPL included in the packaging of this file.
 
12
**
 
13
** This file may be distributed and/or modified under the terms of the
 
14
** GNU General Public License version 2 as published by the Free Software
 
15
** Foundation and appearing in the file LICENSE.GPL included in the
 
16
** packaging of this file.
 
17
**
 
18
** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for
 
19
**   information about Qt Commercial License Agreements.
 
20
** See http://www.trolltech.com/qpl/ for QPL licensing information.
 
21
** See http://www.trolltech.com/gpl/ for GPL licensing information.
 
22
**
 
23
** Contact info@trolltech.com if any conditions of this licensing are
 
24
** not clear to you.
 
25
 **
 
26
 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
 
27
 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
28
 **
 
29
 *********************************************************************</comment>
 
30
 <exportmacro></exportmacro>
 
31
 <class>SettingsDialog</class>
 
32
 <widget class="QDialog" name="SettingsDialog" >
 
33
  <property name="geometry" >
 
34
   <rect>
 
35
    <x>0</x>
 
36
    <y>0</y>
 
37
    <width>434</width>
 
38
    <height>325</height>
 
39
   </rect>
 
40
  </property>
 
41
  <property name="windowTitle" >
 
42
   <string>Qt Assistant - Settings</string>
 
43
  </property>
 
44
  <property name="sizeGripEnabled" >
 
45
   <bool>true</bool>
 
46
  </property>
 
47
  <layout class="QVBoxLayout" >
 
48
   <property name="margin" >
 
49
    <number>9</number>
 
50
   </property>
 
51
   <property name="spacing" >
 
52
    <number>6</number>
 
53
   </property>
 
54
   <item>
 
55
    <widget class="QTabWidget" name="settingsTab" >
 
56
     <property name="sizePolicy" >
 
57
      <sizepolicy>
 
58
       <hsizetype>5</hsizetype>
 
59
       <vsizetype>5</vsizetype>
 
60
       <horstretch>0</horstretch>
 
61
       <verstretch>0</verstretch>
 
62
      </sizepolicy>
 
63
     </property>
 
64
     <widget class="QWidget" name="tab" >
 
65
      <attribute name="title" >
 
66
       <string>&amp;General</string>
 
67
      </attribute>
 
68
      <layout class="QGridLayout" >
 
69
       <property name="margin" >
 
70
        <number>8</number>
 
71
       </property>
 
72
       <property name="spacing" >
 
73
        <number>6</number>
 
74
       </property>
 
75
       <item row="2" column="1" >
 
76
        <widget class="QToolButton" name="colorButton" >
 
77
         <property name="sizePolicy" >
 
78
          <sizepolicy>
 
79
           <hsizetype>0</hsizetype>
 
80
           <vsizetype>0</vsizetype>
 
81
           <horstretch>0</horstretch>
 
82
           <verstretch>0</verstretch>
 
83
          </sizepolicy>
 
84
         </property>
 
85
         <property name="minimumSize" >
 
86
          <size>
 
87
           <width>40</width>
 
88
           <height>20</height>
 
89
          </size>
 
90
         </property>
 
91
         <property name="focusPolicy" >
 
92
          <enum>Qt::TabFocus</enum>
 
93
         </property>
 
94
         <property name="text" >
 
95
          <string/>
 
96
         </property>
 
97
        </widget>
 
98
       </item>
 
99
       <item row="1" column="0" >
 
100
        <widget class="QLabel" name="TextLabel1" >
 
101
         <property name="text" >
 
102
          <string>Fix&amp;ed font:</string>
 
103
         </property>
 
104
         <property name="buddy" >
 
105
          <cstring>fixedfontCombo</cstring>
 
106
         </property>
 
107
        </widget>
 
108
       </item>
 
109
       <item row="0" column="1" >
 
110
        <widget class="QComboBox" name="fontCombo" >
 
111
         <property name="sizePolicy" >
 
112
          <sizepolicy>
 
113
           <hsizetype>7</hsizetype>
 
114
           <vsizetype>0</vsizetype>
 
115
           <horstretch>0</horstretch>
 
116
           <verstretch>0</verstretch>
 
117
          </sizepolicy>
 
118
         </property>
 
119
         <property name="editable" >
 
120
          <bool>true</bool>
 
121
         </property>
 
122
        </widget>
 
123
       </item>
 
124
       <item row="3" column="0" >
 
125
        <widget class="QCheckBox" name="linkUnderlineCB" >
 
126
         <property name="text" >
 
127
          <string>&amp;Underline links</string>
 
128
         </property>
 
129
         <property name="checked" >
 
130
          <bool>true</bool>
 
131
         </property>
 
132
        </widget>
 
133
       </item>
 
134
       <item row="0" column="0" >
 
135
        <widget class="QLabel" name="fontLabel" >
 
136
         <property name="text" >
 
137
          <string>&amp;Font:</string>
 
138
         </property>
 
139
         <property name="buddy" >
 
140
          <cstring>fontCombo</cstring>
 
141
         </property>
 
142
        </widget>
 
143
       </item>
 
144
       <item row="2" column="0" >
 
145
        <widget class="QLabel" name="TextLabel2" >
 
146
         <property name="text" >
 
147
          <string>Link color:</string>
 
148
         </property>
 
149
        </widget>
 
150
       </item>
 
151
       <item row="1" column="1" >
 
152
        <widget class="QComboBox" name="fixedfontCombo" >
 
153
         <property name="sizePolicy" >
 
154
          <sizepolicy>
 
155
           <hsizetype>7</hsizetype>
 
156
           <vsizetype>0</vsizetype>
 
157
           <horstretch>0</horstretch>
 
158
           <verstretch>0</verstretch>
 
159
          </sizepolicy>
 
160
         </property>
 
161
         <property name="editable" >
 
162
          <bool>true</bool>
 
163
         </property>
 
164
        </widget>
 
165
       </item>
 
166
       <item row="4" column="0" colspan="2" >
 
167
        <spacer>
 
168
         <property name="orientation" >
 
169
          <enum>Qt::Vertical</enum>
 
170
         </property>
 
171
         <property name="sizeHint" >
 
172
          <size>
 
173
           <width>10</width>
 
174
           <height>10</height>
 
175
          </size>
 
176
         </property>
 
177
        </spacer>
 
178
       </item>
 
179
      </layout>
 
180
     </widget>
 
181
     <widget class="QWidget" name="tab" >
 
182
      <attribute name="title" >
 
183
       <string>&amp;Web</string>
 
184
      </attribute>
 
185
      <layout class="QVBoxLayout" >
 
186
       <property name="margin" >
 
187
        <number>9</number>
 
188
       </property>
 
189
       <property name="spacing" >
 
190
        <number>6</number>
 
191
       </property>
 
192
       <item>
 
193
        <widget class="QLabel" name="TextLabel1_3" >
 
194
         <property name="text" >
 
195
          <string>Web &amp;Browser Application:</string>
 
196
         </property>
 
197
         <property name="buddy" >
 
198
          <cstring>browserApp</cstring>
 
199
         </property>
 
200
        </widget>
 
201
       </item>
 
202
       <item>
 
203
        <layout class="QHBoxLayout" >
 
204
         <property name="margin" >
 
205
          <number>1</number>
 
206
         </property>
 
207
         <property name="spacing" >
 
208
          <number>6</number>
 
209
         </property>
 
210
         <item>
 
211
          <widget class="QLineEdit" name="browserApp" />
 
212
         </item>
 
213
         <item>
 
214
          <widget class="QPushButton" name="buttonBrowse" >
 
215
           <property name="sizePolicy" >
 
216
            <sizepolicy>
 
217
             <hsizetype>1</hsizetype>
 
218
             <vsizetype>0</vsizetype>
 
219
             <horstretch>0</horstretch>
 
220
             <verstretch>0</verstretch>
 
221
            </sizepolicy>
 
222
           </property>
 
223
           <property name="maximumSize" >
 
224
            <size>
 
225
             <width>30</width>
 
226
             <height>32767</height>
 
227
            </size>
 
228
           </property>
 
229
           <property name="text" >
 
230
            <string>...</string>
 
231
           </property>
 
232
          </widget>
 
233
         </item>
 
234
        </layout>
 
235
       </item>
 
236
       <item>
 
237
        <widget class="QLabel" name="TextLabel1_3_3" >
 
238
         <property name="text" >
 
239
          <string>&amp;Home page</string>
 
240
         </property>
 
241
         <property name="buddy" >
 
242
          <cstring>homePage</cstring>
 
243
         </property>
 
244
        </widget>
 
245
       </item>
 
246
       <item>
 
247
        <layout class="QHBoxLayout" >
 
248
         <property name="margin" >
 
249
          <number>1</number>
 
250
         </property>
 
251
         <property name="spacing" >
 
252
          <number>6</number>
 
253
         </property>
 
254
         <item>
 
255
          <widget class="QLineEdit" name="homePage" />
 
256
         </item>
 
257
         <item>
 
258
          <widget class="QPushButton" name="buttonHome" >
 
259
           <property name="sizePolicy" >
 
260
            <sizepolicy>
 
261
             <hsizetype>1</hsizetype>
 
262
             <vsizetype>0</vsizetype>
 
263
             <horstretch>0</horstretch>
 
264
             <verstretch>0</verstretch>
 
265
            </sizepolicy>
 
266
           </property>
 
267
           <property name="maximumSize" >
 
268
            <size>
 
269
             <width>30</width>
 
270
             <height>32767</height>
 
271
            </size>
 
272
           </property>
 
273
           <property name="text" >
 
274
            <string>...</string>
 
275
           </property>
 
276
          </widget>
 
277
         </item>
 
278
        </layout>
 
279
       </item>
 
280
       <item>
 
281
        <spacer>
 
282
         <property name="orientation" >
 
283
          <enum>Qt::Vertical</enum>
 
284
         </property>
 
285
         <property name="sizeType" >
 
286
          <enum>QSizePolicy::Expanding</enum>
 
287
         </property>
 
288
         <property name="sizeHint" >
 
289
          <size>
 
290
           <width>20</width>
 
291
           <height>30</height>
 
292
          </size>
 
293
         </property>
 
294
        </spacer>
 
295
       </item>
 
296
      </layout>
 
297
     </widget>
 
298
     <widget class="QWidget" name="pdfTab" >
 
299
      <attribute name="title" >
 
300
       <string>&amp;PDF</string>
 
301
      </attribute>
 
302
      <layout class="QVBoxLayout" >
 
303
       <property name="margin" >
 
304
        <number>9</number>
 
305
       </property>
 
306
       <property name="spacing" >
 
307
        <number>6</number>
 
308
       </property>
 
309
       <item>
 
310
        <widget class="QLabel" name="TextLabel1_3_2" >
 
311
         <property name="text" >
 
312
          <string>PDF &amp;Application</string>
 
313
         </property>
 
314
         <property name="buddy" >
 
315
          <cstring>pdfApp</cstring>
 
316
         </property>
 
317
        </widget>
 
318
       </item>
 
319
       <item>
 
320
        <layout class="QHBoxLayout" >
 
321
         <property name="margin" >
 
322
          <number>1</number>
 
323
         </property>
 
324
         <property name="spacing" >
 
325
          <number>6</number>
 
326
         </property>
 
327
         <item>
 
328
          <widget class="QLineEdit" name="pdfApp" />
 
329
         </item>
 
330
         <item>
 
331
          <widget class="QPushButton" name="buttonPDF" >
 
332
           <property name="sizePolicy" >
 
333
            <sizepolicy>
 
334
             <hsizetype>1</hsizetype>
 
335
             <vsizetype>0</vsizetype>
 
336
             <horstretch>0</horstretch>
 
337
             <verstretch>0</verstretch>
 
338
            </sizepolicy>
 
339
           </property>
 
340
           <property name="maximumSize" >
 
341
            <size>
 
342
             <width>30</width>
 
343
             <height>32767</height>
 
344
            </size>
 
345
           </property>
 
346
           <property name="text" >
 
347
            <string>...</string>
 
348
           </property>
 
349
          </widget>
 
350
         </item>
 
351
        </layout>
 
352
       </item>
 
353
       <item>
 
354
        <spacer>
 
355
         <property name="orientation" >
 
356
          <enum>Qt::Vertical</enum>
 
357
         </property>
 
358
         <property name="sizeType" >
 
359
          <enum>QSizePolicy::Expanding</enum>
 
360
         </property>
 
361
         <property name="sizeHint" >
 
362
          <size>
 
363
           <width>20</width>
 
364
           <height>81</height>
 
365
          </size>
 
366
         </property>
 
367
        </spacer>
 
368
       </item>
 
369
      </layout>
 
370
     </widget>
 
371
    </widget>
 
372
   </item>
 
373
   <item>
 
374
    <layout class="QHBoxLayout" >
 
375
     <property name="margin" >
 
376
      <number>1</number>
 
377
     </property>
 
378
     <property name="spacing" >
 
379
      <number>6</number>
 
380
     </property>
 
381
     <item>
 
382
      <spacer>
 
383
       <property name="orientation" >
 
384
        <enum>Qt::Horizontal</enum>
 
385
       </property>
 
386
       <property name="sizeType" >
 
387
        <enum>QSizePolicy::Expanding</enum>
 
388
       </property>
 
389
       <property name="sizeHint" >
 
390
        <size>
 
391
         <width>0</width>
 
392
         <height>20</height>
 
393
        </size>
 
394
       </property>
 
395
      </spacer>
 
396
     </item>
 
397
     <item>
 
398
      <widget class="QPushButton" name="buttonOk" >
 
399
       <property name="text" >
 
400
        <string>&amp;OK</string>
 
401
       </property>
 
402
       <property name="autoDefault" >
 
403
        <bool>true</bool>
 
404
       </property>
 
405
       <property name="default" >
 
406
        <bool>true</bool>
 
407
       </property>
 
408
      </widget>
 
409
     </item>
 
410
     <item>
 
411
      <widget class="QPushButton" name="buttonCancel" >
 
412
       <property name="text" >
 
413
        <string>&amp;Cancel</string>
 
414
       </property>
 
415
       <property name="autoDefault" >
 
416
        <bool>true</bool>
 
417
       </property>
 
418
      </widget>
 
419
     </item>
 
420
    </layout>
 
421
   </item>
 
422
  </layout>
 
423
 </widget>
 
424
 <pixmapfunction></pixmapfunction>
 
425
 <tabstops>
 
426
  <tabstop>settingsTab</tabstop>
 
427
  <tabstop>fontCombo</tabstop>
 
428
  <tabstop>fixedfontCombo</tabstop>
 
429
  <tabstop>colorButton</tabstop>
 
430
  <tabstop>linkUnderlineCB</tabstop>
 
431
  <tabstop>browserApp</tabstop>
 
432
  <tabstop>buttonBrowse</tabstop>
 
433
  <tabstop>homePage</tabstop>
 
434
  <tabstop>buttonHome</tabstop>
 
435
  <tabstop>pdfApp</tabstop>
 
436
  <tabstop>buttonPDF</tabstop>
 
437
  <tabstop>buttonOk</tabstop>
 
438
  <tabstop>buttonCancel</tabstop>
 
439
 </tabstops>
 
440
 <resources/>
 
441
 <connections/>
 
442
</ui>