summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabel/fontpreferences.ui
blob: 24c68e35fd5311d426f643673e534a6681e3328e (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>FontPreferences</class>
<author>Stanislav Visnovsky</author>
<widget class="TQWidget">
    <property name="name">
        <cstring>FontPreferences</cstring>
    </property>
    <property name="tqgeometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>595</width>
            <height>515</height>
        </rect>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>groupBox1</cstring>
            </property>
            <property name="title">
                <string>Font for Messages</string>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>checkBox1</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Show only fixed font</string>
                    </property>
                </widget>
                <widget class="KFontChooser">
                    <property name="name">
                        <cstring>kcfg_MsgFont</cstring>
                    </property>
                </widget>
            </vbox>
        </widget>
    </vbox>
</widget>
<connections>
    <connection>
        <sender>checkBox1</sender>
        <signal>toggled(bool)</signal>
        <receiver>FontPreferences</receiver>
        <slot>showOnlyFixedFonts(bool)</slot>
    </connection>
</connections>
<includes>
    <include location="local" impldecl="in implementation">fontpreferences.ui.h</include>
</includes>
<Q_SLOTS>
    <slot access="private">showOnlyFixedFonts( bool on )</slot>
</Q_SLOTS>
<tqlayoutdefaults spacing="6" margin="11"/>
</UI>