blob: 0435c60f772a65bd44782a3b82b5c1fa0aef212d (
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
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KoFontTabBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>fontPage</cstring>
</property>
<attribute name="title">
<string>&Font</string>
</attribute>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TDEFontChooser_local">
<property name="name">
<cstring>characterFont</cstring>
</property>
</widget>
</vbox>
</widget>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="local" impldecl="in declaration">TDEFontDialog_local.h</include>
</includes>
</UI>
|