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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>GeneralConfig</class>
0004  <widget class="QWidget" name="GeneralConfig">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>316</width>
0010     <height>241</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout">
0014    <item row="3" column="1">
0015     <widget class="QLabel" name="label">
0016      <property name="toolTip">
0017       <string>Duration for cell to complete one rotation in milliseconds</string>
0018      </property>
0019      <property name="text">
0020       <string>Rotate duration:</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item row="4" column="1">
0025     <spacer>
0026      <property name="orientation">
0027       <enum>Qt::Vertical</enum>
0028      </property>
0029      <property name="sizeHint" stdset="0">
0030       <size>
0031        <width>20</width>
0032        <height>40</height>
0033       </size>
0034      </property>
0035     </spacer>
0036    </item>
0037    <item row="0" column="1">
0038     <widget class="QCheckBox" name="kcfg_PlaySounds">
0039      <property name="toolTip">
0040       <string>Play sounds on actions</string>
0041      </property>
0042      <property name="text">
0043       <string>Play sounds</string>
0044      </property>
0045     </widget>
0046    </item>
0047    <item row="3" column="2">
0048     <widget class="KPluralHandlingSpinBox" name="kcfg_RotateDuration">
0049      <property name="specialValueText">
0050       <string/>
0051      </property>
0052      <property name="singleStep">
0053       <number>100</number>
0054      </property>
0055     </widget>
0056    </item>
0057    <item row="1" column="1">
0058     <widget class="QCheckBox" name="kcfg_Autolock">
0059      <property name="toolTip">
0060       <string>Automatically lock cell after rotation</string>
0061      </property>
0062      <property name="text">
0063       <string>Auto lock</string>
0064      </property>
0065     </widget>
0066    </item>
0067    <item row="0" column="3">
0068     <spacer>
0069      <property name="orientation">
0070       <enum>Qt::Horizontal</enum>
0071      </property>
0072      <property name="sizeHint" stdset="0">
0073       <size>
0074        <width>40</width>
0075        <height>20</height>
0076       </size>
0077      </property>
0078     </spacer>
0079    </item>
0080    <item row="2" column="1">
0081     <widget class="QCheckBox" name="kcfg_ReverseButtons">
0082      <property name="text">
0083       <string>Reverse mouse buttons</string>
0084      </property>
0085     </widget>
0086    </item>
0087   </layout>
0088  </widget>
0089  <customwidgets>
0090   <customwidget>
0091    <class>KPluralHandlingSpinBox</class>
0092    <extends>QSpinBox</extends>
0093    <header>kpluralhandlingspinbox.h</header>
0094   </customwidget>
0095  </customwidgets>
0096  <resources/>
0097  <connections/>
0098 </ui>