summaryrefslogtreecommitdiffstats
path: root/ktouch/src/ktouchprefkeyboardlayout.ui
blob: 949207cc451db64b614144f723bc6cd46aadf94e (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KTouchPrefKeyboardLayout</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>KTouchPrefKeyboardLayout</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>498</width>
            <height>249</height>
        </rect>
    </property>
    <property name="caption">
        <string>Keyboard Settings</string>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>0</number>
        </property>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>groupBox1</cstring>
            </property>
            <property name="title">
                <string></string>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>kcfg_ShowAnimation</cstring>
                    </property>
                    <property name="text">
                        <string>Highlight &amp;keys on keyboard</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Show on the keyboards the keys you have to type</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>This highlights on the keyboard the key you have to type next. It is easier to type when this is checked.</string>
                    </property>
                </widget>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>kcfg_HideKeyboard</cstring>
                    </property>
                    <property name="text">
                        <string>Hide keyboard</string>
                    </property>
                </widget>
                <spacer>
                    <property name="name">
                        <cstring>spacer2</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Vertical</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Fixed</enum>
                    </property>
                    <property name="sizeHint">
                        <size>
                            <width>20</width>
                            <height>16</height>
                        </size>
                    </property>
                </spacer>
                <widget class="TQLayoutWidget">
                    <property name="name">
                        <cstring>layout1</cstring>
                    </property>
                    <vbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="TQCheckBox">
                            <property name="name">
                                <cstring>kcfg_OverrideKeyboardFont</cstring>
                            </property>
                            <property name="text">
                                <string>Override keyboard fonts</string>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>If checked you can specify your own keyboard font instead of the predefined one of the keyboard layout.</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Every keyboard layout may specify its own font. If the predefined font of a certain keyboard layout does not work or you would like to have your own, check this button. You may then choose your own font that will be used to draw the characters on the keys.</string>
                            </property>
                        </widget>
                        <widget class="TQLabel">
                            <property name="name">
                                <cstring>textLabel1</cstring>
                            </property>
                            <property name="text">
                                <string>Font for keys on keyboard:</string>
                            </property>
                        </widget>
                        <widget class="TDEFontRequester">
                            <property name="name">
                                <cstring>kcfg_KeyboardFont</cstring>
                            </property>
                        </widget>
                    </vbox>
                </widget>
            </vbox>
        </widget>
        <spacer>
            <property name="name">
                <cstring>spacer14</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="sizeHint">
                <size>
                    <width>20</width>
                    <height>30</height>
                </size>
            </property>
        </spacer>
    </vbox>
</widget>
<customwidgets>
</customwidgets>
<Q_SLOTS>
    <slot>fontChooseBtnClicked()</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
    <includehint>tdefontrequester.h</includehint>
</includehints>
</UI>