Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / apps / konqueror / settings / css / csscustom.ui
blob7caf3c2b883951b1b14d2c180266419672a2c7ac
1 <ui version="4.0" >
2  <class>CSSCustomDialog</class>
3  <widget class="QWidget" name="CSSCustomDialog" >
4   <property name="whatsThis" >
5    <string>&lt;b>Stylesheets&lt;/b>&lt;p>See http://www.w3.org/Style/CSS for further information on cascading style sheets.&lt;/p></string>
6   </property>
7   <layout class="QVBoxLayout" >
8    <item>
9     <layout class="QHBoxLayout" >
10      <item>
11       <widget class="QGroupBox" name="GroupBox7" >
12        <property name="whatsThis" >
13         <string>&lt;b>Font family&lt;/b>&lt;p>A font family is a group of fonts that resemble one another, with family members that are e.g. bold, italic, or any number of the above.&lt;/p></string>
14        </property>
15        <property name="title" >
16         <string>Font Family</string>
17        </property>
18        <layout class="QGridLayout" >
19         <item row="0" column="0" >
20          <widget class="QLabel" name="txtBaseFontFamily" >
21           <property name="text" >
22            <string>Base family:</string>
23           </property>
24          </widget>
25         </item>
26         <item row="0" column="1" >
27          <widget class="QFontComboBox" name="fontFamily" >
28           <property name="whatsThis" >
29            <string>&lt;p>This is the currently selected font family&lt;/p></string>
30           </property>
31          </widget>
32         </item>
33         <item row="1" column="0" colspan="2" >
34          <widget class="QCheckBox" name="sameFamily" >
35           <property name="whatsThis" >
36            <string>&lt;b>Use same family for all text&lt;/b>&lt;p>Select this option to override custom fonts everywhere in favor of the base font.&lt;/p></string>
37           </property>
38           <property name="text" >
39            <string>Use same family for all text</string>
40           </property>
41          </widget>
42         </item>
43        </layout>
44       </widget>
45      </item>
46      <item>
47       <widget class="QGroupBox" name="GroupBox3" >
48        <property name="title" >
49         <string>Font Size</string>
50        </property>
51        <layout class="QGridLayout" >
52         <item row="0" column="0" >
53          <widget class="QLabel" name="txtFontsize" >
54           <property name="text" >
55            <string>Base font si&amp;ze:</string>
56           </property>
57           <property name="wordWrap" >
58            <bool>false</bool>
59           </property>
60           <property name="buddy" >
61            <cstring>basefontsize</cstring>
62           </property>
63          </widget>
64         </item>
65         <item row="0" column="1" >
66          <widget class="QComboBox" name="basefontsize" >
67           <property name="editable" >
68            <bool>true</bool>
69           </property>
70           <item>
71            <property name="text" >
72             <string>7</string>
73            </property>
74           </item>
75           <item>
76            <property name="text" >
77             <string>8</string>
78            </property>
79           </item>
80           <item>
81            <property name="text" >
82             <string>9</string>
83            </property>
84           </item>
85           <item>
86            <property name="text" >
87             <string>10</string>
88            </property>
89           </item>
90           <item>
91            <property name="text" >
92             <string>11</string>
93            </property>
94           </item>
95           <item>
96            <property name="text" >
97             <string>12</string>
98            </property>
99           </item>
100           <item>
101            <property name="text" >
102             <string>14</string>
103            </property>
104           </item>
105           <item>
106            <property name="text" >
107             <string>16</string>
108            </property>
109           </item>
110           <item>
111            <property name="text" >
112             <string>20</string>
113            </property>
114           </item>
115           <item>
116            <property name="text" >
117             <string>24</string>
118            </property>
119           </item>
120           <item>
121            <property name="text" >
122             <string>32</string>
123            </property>
124           </item>
125           <item>
126            <property name="text" >
127             <string>48</string>
128            </property>
129           </item>
130           <item>
131            <property name="text" >
132             <string>64</string>
133            </property>
134           </item>
135          </widget>
136         </item>
137         <item row="1" column="0" colspan="2" >
138          <widget class="QCheckBox" name="dontScale" >
139           <property name="whatsThis" >
140            <string>&lt;b>Use same size for all elements&lt;/b>&lt;p>Select this option to override custom font sizes in favor of the base font size. All fonts will be displayed in the same size.&lt;/p></string>
141           </property>
142           <property name="text" >
143            <string>&amp;Use same size for all elements</string>
144           </property>
145          </widget>
146         </item>
147        </layout>
148       </widget>
149      </item>
150     </layout>
151    </item>
152    <item>
153     <widget class="QGroupBox" name="ButtonGroup2" >
154      <property name="title" >
155       <string>Colors</string>
156      </property>
157      <layout class="QGridLayout" >
158       <item row="0" column="0" colspan="4" >
159        <widget class="QRadioButton" name="blackOnWhite" >
160         <property name="whatsThis" >
161          <string>&lt;b>Black on White&lt;/b>&lt;p>This is what you normally see.&lt;/p></string>
162         </property>
163         <property name="text" >
164          <string>&amp;Black on white</string>
165         </property>
166         <property name="checked" >
167          <bool>true</bool>
168         </property>
169        </widget>
170       </item>
171       <item row="1" column="0" colspan="4" >
172        <widget class="QRadioButton" name="whiteOnBlack" >
173         <property name="whatsThis" >
174          <string>&lt;b>White on Black&lt;/b>&lt;p>This is your classic inverse color scheme.&lt;/p></string>
175         </property>
176         <property name="text" >
177          <string>&amp;White on black</string>
178         </property>
179        </widget>
180       </item>
181       <item row="2" column="0" colspan="4" >
182        <widget class="QRadioButton" name="customColor" >
183         <property name="whatsThis" >
184          <string>&lt;b>Custom&lt;/b>&lt;p>Select this option to define a custom color for the default font.&lt;/p></string>
185         </property>
186         <property name="text" >
187          <string>Cus&amp;tom</string>
188         </property>
189        </widget>
190       </item>
191       <item row="3" column="0" >
192        <spacer>
193         <property name="orientation" >
194          <enum>Qt::Horizontal</enum>
195         </property>
196         <property name="sizeType" >
197          <enum>QSizePolicy::Fixed</enum>
198         </property>
199         <property name="sizeHint" >
200          <size>
201           <width>14</width>
202           <height>20</height>
203          </size>
204         </property>
205        </spacer>
206       </item>
207       <item row="3" column="1" >
208        <widget class="QLabel" name="txtBackground" >
209         <property name="whatsThis" >
210          <string>&lt;b>Background&lt;/b>&lt;p>This background color is the one displayed behind the text by default. A background image will override this.&lt;/p></string>
211         </property>
212         <property name="text" >
213          <string>Bac&amp;kground:</string>
214         </property>
215         <property name="wordWrap" >
216          <bool>false</bool>
217         </property>
218         <property name="buddy" >
219          <cstring>backgroundColorButton</cstring>
220         </property>
221        </widget>
222       </item>
223       <item row="3" column="2" >
224        <widget class="KColorButton" name="backgroundColorButton" >
225         <property name="whatsThis" >
226          <string>&lt;b>Background&lt;/b>&lt;p>Behind this door lays the ability to choose a custom default background.&lt;/p></string>
227         </property>
228         <property name="text" >
229          <string/>
230         </property>
231        </widget>
232       </item>
233       <item row="3" column="3" >
234        <spacer>
235         <property name="orientation" >
236          <enum>Qt::Horizontal</enum>
237         </property>
238         <property name="sizeHint" >
239          <size>
240           <width>40</width>
241           <height>20</height>
242          </size>
243         </property>
244        </spacer>
245       </item>
246       <item row="4" column="0" >
247        <spacer>
248         <property name="orientation" >
249          <enum>Qt::Horizontal</enum>
250         </property>
251         <property name="sizeType" >
252          <enum>QSizePolicy::Fixed</enum>
253         </property>
254         <property name="sizeHint" >
255          <size>
256           <width>14</width>
257           <height>20</height>
258          </size>
259         </property>
260        </spacer>
261       </item>
262       <item row="4" column="1" >
263        <widget class="QLabel" name="txtForeground" >
264         <property name="whatsThis" >
265          <string>&lt;b>Foreground color&lt;/b>&lt;p>The foreground color is the color that the text is drawn in.&lt;/p></string>
266         </property>
267         <property name="text" >
268          <string>&amp;Foreground:</string>
269         </property>
270         <property name="wordWrap" >
271          <bool>false</bool>
272         </property>
273         <property name="buddy" >
274          <cstring>foregroundColorButton</cstring>
275         </property>
276        </widget>
277       </item>
278       <item row="4" column="2" >
279        <widget class="KColorButton" name="foregroundColorButton" >
280         <property name="whatsThis" >
281          <string>&lt;b>Foreground color&lt;/b>&lt;p>The foreground color is the color that the text is drawn in.&lt;/p></string>
282         </property>
283         <property name="text" >
284          <string/>
285         </property>
286        </widget>
287       </item>
288       <item row="4" column="3" >
289        <spacer>
290         <property name="orientation" >
291          <enum>Qt::Horizontal</enum>
292         </property>
293         <property name="sizeHint" >
294          <size>
295           <width>40</width>
296           <height>20</height>
297          </size>
298         </property>
299        </spacer>
300       </item>
301       <item row="5" column="0" colspan="4" >
302        <widget class="QCheckBox" name="sameColor" >
303         <property name="whatsThis" >
304          <string>&lt;b>Use same color for all text&lt;/b>&lt;p>Select this option to apply your chosen color to the default font as well as any custom fonts as specified in a stylesheet.&lt;/p></string>
305         </property>
306         <property name="text" >
307          <string>Use same color for all text</string>
308         </property>
309        </widget>
310       </item>
311      </layout>
312     </widget>
313    </item>
314    <item>
315     <widget class="QGroupBox" name="GroupBox3_2" >
316      <property name="whatsThis" >
317       <string>&lt;b>Images&lt;/b></string>
318      </property>
319      <property name="title" >
320       <string>Images</string>
321      </property>
322      <layout class="QGridLayout" >
323       <item row="0" column="0" >
324        <widget class="QCheckBox" name="hideImages" >
325         <property name="whatsThis" >
326          <string>&lt;b>Suppress images&lt;/b>&lt;p>Selecting this will prevent Konqueror from loading images.&lt;/p></string>
327         </property>
328         <property name="text" >
329          <string>&amp;Suppress images</string>
330         </property>
331        </widget>
332       </item>
333       <item row="1" column="0" >
334        <widget class="QCheckBox" name="hideBackground" >
335         <property name="whatsThis" >
336          <string>&lt;b>Suppress background images&lt;/b>&lt;p>Selecting this option will prevent Konqueror from loading background images.&lt;/p></string>
337         </property>
338         <property name="text" >
339          <string>Suppress background images</string>
340         </property>
341         <property name="checked" >
342          <bool>true</bool>
343         </property>
344        </widget>
345       </item>
346      </layout>
347     </widget>
348    </item>
349    <item>
350     <layout class="QHBoxLayout" >
351      <item>
352       <widget class="QPushButton" name="preview" >
353        <property name="whatsThis" >
354         <string>&lt;b>Preview&lt;/b>&lt;p>Click on this button to see what your selections look like in action.&lt;/p></string>
355        </property>
356        <property name="text" >
357         <string>&amp;Preview</string>
358        </property>
359       </widget>
360      </item>
361      <item>
362       <spacer>
363        <property name="orientation" >
364         <enum>Qt::Horizontal</enum>
365        </property>
366        <property name="sizeHint" >
367         <size>
368          <width>40</width>
369          <height>20</height>
370         </size>
371        </property>
372       </spacer>
373      </item>
374     </layout>
375    </item>
376    <item>
377     <spacer>
378      <property name="orientation" >
379       <enum>Qt::Vertical</enum>
380      </property>
381      <property name="sizeType" >
382       <enum>QSizePolicy::Expanding</enum>
383      </property>
384      <property name="sizeHint" >
385       <size>
386        <width>285</width>
387        <height>16</height>
388       </size>
389      </property>
390     </spacer>
391    </item>
392   </layout>
393  </widget>
394  <layoutdefault spacing="6" margin="11" />
395  <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
396  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
397  <customwidgets>
398   <customwidget>
399    <class>KColorButton</class>
400    <extends>QPushButton</extends>
401    <header>kcolorbutton.h</header>
402   </customwidget>
403  </customwidgets>
404  <tabstops>
405   <tabstop>sameFamily</tabstop>
406   <tabstop>basefontsize</tabstop>
407   <tabstop>dontScale</tabstop>
408   <tabstop>blackOnWhite</tabstop>
409   <tabstop>backgroundColorButton</tabstop>
410   <tabstop>foregroundColorButton</tabstop>
411   <tabstop>sameColor</tabstop>
412   <tabstop>hideImages</tabstop>
413   <tabstop>hideBackground</tabstop>
414   <tabstop>preview</tabstop>
415  </tabstops>
416  <includes>
417   <include location="global" >kcolorbutton.h</include>
418   <include location="local" >kcolorbutton.h</include>
419  </includes>
420  <resources/>
421  <connections/>
422 </ui>