Warning, /games/knights/src/customdifficultydialog.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>CustomDifficultyDialog</class>
0004  <widget class="QWidget" name="CustomDifficultyDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>631</width>
0010     <height>207</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QFrame" name="frame">
0016      <property name="frameShape">
0017       <enum>QFrame::StyledPanel</enum>
0018      </property>
0019      <property name="frameShadow">
0020       <enum>QFrame::Raised</enum>
0021      </property>
0022      <layout class="QGridLayout" name="gridLayout">
0023       <item row="0" column="0">
0024        <widget class="QLabel" name="searchDepthLabel">
0025         <property name="text">
0026          <string>Search &amp;depth:</string>
0027         </property>
0028         <property name="buddy">
0029          <cstring>sbSearchDepth</cstring>
0030         </property>
0031        </widget>
0032       </item>
0033       <item row="0" column="1">
0034        <widget class="KPluralHandlingSpinBox" name="sbSearchDepth">
0035         <property name="specialValueText">
0036          <string comment="Let the engine determine the search depth">Engine default</string>
0037         </property>
0038        </widget>
0039       </item>
0040       <item row="1" column="0">
0041        <widget class="QLabel" name="memorySizeLabel">
0042         <property name="text">
0043          <string>Memory &amp;size:</string>
0044         </property>
0045         <property name="buddy">
0046          <cstring>sbMemorySize</cstring>
0047         </property>
0048        </widget>
0049       </item>
0050       <item row="1" column="1">
0051        <widget class="QSpinBox" name="sbMemorySize">
0052         <property name="suffix">
0053          <string comment="Megabytes"> MB</string>
0054         </property>
0055        </widget>
0056       </item>
0057      </layout>
0058     </widget>
0059    </item>
0060   </layout>
0061  </widget>
0062  <customwidgets>
0063   <customwidget>
0064    <class>KPluralHandlingSpinBox</class>
0065    <extends>QSpinBox</extends>
0066    <header>kpluralhandlingspinbox.h</header>
0067   </customwidget>
0068  </customwidgets>
0069  <resources/>
0070  <connections/>
0071 </ui>