Warning, /games/kollision/src/preferences.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>Preferences</class>
0003  <widget class="QWidget" name="Preferences" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>177</width>
0009     <height>116</height>
0010    </rect>
0011   </property>
0012   <layout class="QVBoxLayout" >
0013    <item>
0014     <widget class="QCheckBox" name="kcfg_EnableSounds" >
0015      <property name="text" >
0016       <string>Enable &amp;sounds</string>
0017      </property>
0018     </widget>
0019    </item>
0020    <item>
0021     <widget class="QCheckBox" name="kcfg_IncreaseBallSize" >
0022      <property name="text" >
0023       <string>Enable automatically &amp;increasing ball size</string>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <layout class="QHBoxLayout" >
0029      <item>
0030       <widget class="QLabel" name="label_2" >
0031        <property name="text" >
0032         <string>&amp;Difficulty:</string>
0033        </property>
0034        <property name="buddy" >
0035         <cstring>kcfg_GameDifficulty</cstring>
0036        </property>
0037       </widget>
0038      </item>
0039      <item>
0040       <widget class="QComboBox" name="kcfg_GameDifficulty" >
0041        <item>
0042         <property name="text" >
0043          <string comment="Difficulty level">Easy</string>
0044         </property>
0045        </item>
0046        <item>
0047         <property name="text" >
0048          <string comment="Difficulty level">Medium</string>
0049         </property>
0050        </item>
0051        <item>
0052         <property name="text" >
0053          <string comment="Difficulty level">Hard</string>
0054         </property>
0055        </item>
0056       </widget>
0057      </item>
0058     </layout>
0059    </item>
0060    <item>
0061     <layout class="QVBoxLayout" >
0062      <item>
0063       <widget class="QLabel" name="label" >
0064        <property name="text" >
0065         <string>&amp;Animation smoothness:</string>
0066        </property>
0067        <property name="buddy" >
0068         <cstring>kcfg_Smoothness</cstring>
0069        </property>
0070       </widget>
0071      </item>
0072      <item>
0073       <widget class="QSlider" name="kcfg_Smoothness" >
0074        <property name="orientation" >
0075         <enum>Qt::Horizontal</enum>
0076        </property>
0077       </widget>
0078      </item>
0079     </layout>
0080    </item>
0081   </layout>
0082  </widget>
0083  <resources/>
0084  <connections/>
0085 </ui>