blob: d057ae05803cbe9e46045b2d7825087e21703c25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>confPageFont</class>
<widget class="TQDialog">
<property name="name">
<cstring>confPageFont</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>520</width>
<height>406</height>
</rect>
</property>
<property name="caption">
<string>Font</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="KFontChooser">
<property name="name">
<cstring>kcfg_Font</cstring>
</property>
</widget>
</vbox>
</widget>
<customwidgets>
</customwidgets>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kfontdialog.h</includehint>
</includehints>
</UI>
|