2 <class>Preferences</class>
3 <widget class="QWidget" name="Preferences" >
4 <property name="geometry" >
12 <layout class="QVBoxLayout" >
14 <widget class="QCheckBox" name="kcfg_EnableSounds" >
15 <property name="text" >
16 <string>Enable &sounds</string>
21 <layout class="QHBoxLayout" >
23 <widget class="QLabel" name="label_2" >
24 <property name="text" >
25 <string>&Difficulty:</string>
27 <property name="buddy" >
28 <cstring>kcfg_GameDifficulty</cstring>
33 <widget class="QComboBox" name="kcfg_GameDifficulty" >
35 <property name="text" >
36 <string comment="Difficulty level">Easy</string>
40 <property name="text" >
41 <string comment="Difficulty level">Medium</string>
45 <property name="text" >
46 <string comment="Difficulty level">Hard</string>
54 <layout class="QVBoxLayout" >
56 <widget class="QLabel" name="label" >
57 <property name="text" >
58 <string>&Animation smoothness:</string>
60 <property name="buddy" >
61 <cstring>kcfg_Smoothness</cstring>
66 <widget class="QSlider" name="kcfg_Smoothness" >
67 <property name="orientation" >
68 <enum>Qt::Horizontal</enum>