Sort layouts in the list
[kdegames.git] / kollision / preferences.ui
blobd1d8f649e03355d343ec7f2efc53d15ffa235b6a
1 <ui version="4.0" >
2  <class>Preferences</class>
3  <widget class="QWidget" name="Preferences" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>177</width>
9     <height>116</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <item>
14     <widget class="QCheckBox" name="kcfg_EnableSounds" >
15      <property name="text" >
16       <string>Enable &amp;sounds</string>
17      </property>
18     </widget>
19    </item>
20    <item>
21     <layout class="QHBoxLayout" >
22      <item>
23       <widget class="QLabel" name="label_2" >
24        <property name="text" >
25         <string>&amp;Difficulty:</string>
26        </property>
27        <property name="buddy" >
28         <cstring>kcfg_GameDifficulty</cstring>
29        </property>
30       </widget>
31      </item>
32      <item>
33       <widget class="QComboBox" name="kcfg_GameDifficulty" >
34        <item>
35         <property name="text" >
36          <string comment="Difficulty level">Easy</string>
37         </property>
38        </item>
39        <item>
40         <property name="text" >
41          <string comment="Difficulty level">Medium</string>
42         </property>
43        </item>
44        <item>
45         <property name="text" >
46          <string comment="Difficulty level">Hard</string>
47         </property>
48        </item>
49       </widget>
50      </item>
51     </layout>
52    </item>
53    <item>
54     <layout class="QVBoxLayout" >
55      <item>
56       <widget class="QLabel" name="label" >
57        <property name="text" >
58         <string>&amp;Animation smoothness:</string>
59        </property>
60        <property name="buddy" >
61         <cstring>kcfg_Smoothness</cstring>
62        </property>
63       </widget>
64      </item>
65      <item>
66       <widget class="QSlider" name="kcfg_Smoothness" >
67        <property name="orientation" >
68         <enum>Qt::Horizontal</enum>
69        </property>
70       </widget>
71      </item>
72     </layout>
73    </item>
74   </layout>
75  </widget>
76  <resources/>
77  <connections/>
78 </ui>