summaryrefslogtreecommitdiffstats
path: root/ktouch/src/ktouchprefkeyboardlayout.ui
diff options
context:
space:
mode:
Diffstat (limited to 'ktouch/src/ktouchprefkeyboardlayout.ui')
-rw-r--r--ktouch/src/ktouchprefkeyboardlayout.ui142
1 files changed, 142 insertions, 0 deletions
diff --git a/ktouch/src/ktouchprefkeyboardlayout.ui b/ktouch/src/ktouchprefkeyboardlayout.ui
new file mode 100644
index 00000000..34851276
--- /dev/null
+++ b/ktouch/src/ktouchprefkeyboardlayout.ui
@@ -0,0 +1,142 @@
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
+<class>KTouchPrefKeyboardLayout</class>
+<widget class="QWidget">
+ <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="QGroupBox">
+ <property name="name">
+ <cstring>groupBox1</cstring>
+ </property>
+ <property name="title">
+ <string></string>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QCheckBox">
+ <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="QCheckBox">
+ <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="QLayoutWidget">
+ <property name="name">
+ <cstring>layout1</cstring>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QCheckBox">
+ <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="QLabel">
+ <property name="name">
+ <cstring>textLabel1</cstring>
+ </property>
+ <property name="text">
+ <string>Font for keys on keyboard:</string>
+ </property>
+ </widget>
+ <widget class="KFontRequester">
+ <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>
+<slots>
+ <slot>fontChooseBtnClicked()</slot>
+</slots>
+<layoutdefaults spacing="6" margin="11"/>
+<includehints>
+ <includehint>kfontrequester.h</includehint>
+</includehints>
+</UI>