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

0001 <ui version="4.0" >
0002  <class>prefs_ai</class>
0003  <widget class="QWidget" name="prefs_ai" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>156</width>
0009     <height>46</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>AI Settings</string>
0014   </property>
0015   <layout class="QGridLayout" >
0016    <item row="1" column="0" colspan="2" >
0017     <spacer>
0018      <property name="orientation" >
0019       <enum>Qt::Vertical</enum>
0020      </property>
0021      <property name="sizeHint" >
0022       <size>
0023        <width>20</width>
0024        <height>40</height>
0025       </size>
0026      </property>
0027     </spacer>
0028    </item>
0029    <item row="0" column="1" >
0030     <widget class="KComboBox" name="kcfg_Difficulty" >
0031      <property name="enabled" >
0032       <bool>true</bool>
0033      </property>
0034      <item>
0035       <property name="text" >
0036        <string>Easy</string>
0037       </property>
0038      </item>
0039      <item>
0040       <property name="text" >
0041        <string>Medium</string>
0042       </property>
0043      </item>
0044      <item>
0045       <property name="text" >
0046        <string>Hard</string>
0047       </property>
0048      </item>
0049     </widget>
0050    </item>
0051    <item row="0" column="0" >
0052     <widget class="QLabel" name="label_difficulty" >
0053      <property name="enabled" >
0054       <bool>true</bool>
0055      </property>
0056      <property name="whatsThis" >
0057       <string>How difficult it will be to beat the computer</string>
0058      </property>
0059      <property name="text" >
0060       <string>AI difficulty:</string>
0061      </property>
0062      <property name="buddy" >
0063       <cstring>kcfg_Difficulty</cstring>
0064      </property>
0065     </widget>
0066    </item>
0067   </layout>
0068  </widget>
0069  <customwidgets>
0070   <customwidget>
0071    <class>KComboBox</class>
0072    <extends>QComboBox</extends>
0073    <header>kcombobox.h</header>
0074   </customwidget>
0075  </customwidgets>
0076  <resources/>
0077  <connections/>
0078 </ui>