Warning, /games/knetwalk/src/customgame.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>CustomGameConfig</class>
0004  <widget class="QWidget" name="CustomGameConfig">
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     <spacer>
0016      <property name="orientation">
0017       <enum>Qt::Vertical</enum>
0018      </property>
0019      <property name="sizeHint" stdset="0">
0020       <size>
0021        <width>20</width>
0022        <height>40</height>
0023       </size>
0024      </property>
0025     </spacer>
0026    </item>
0027    <item row="0" column="0">
0028     <widget class="QLabel" name="width">
0029      <property name="toolTip">
0030       <string>Width of the grid</string>
0031      </property>
0032      <property name="text">
0033       <string>Width:</string>
0034      </property>
0035     </widget>
0036    </item>
0037    <item row="0" column="2">
0038     <spacer>
0039      <property name="orientation">
0040       <enum>Qt::Horizontal</enum>
0041      </property>
0042      <property name="sizeHint" stdset="0">
0043       <size>
0044        <width>40</width>
0045        <height>20</height>
0046       </size>
0047      </property>
0048     </spacer>
0049    </item>
0050    <item row="0" column="1">
0051     <widget class="KPluralHandlingSpinBox" name="kcfg_Width"/>
0052    </item>
0053    <item row="2" column="0" colspan="2">
0054     <widget class="QCheckBox" name="kcfg_Wrapping">
0055      <property name="toolTip">
0056       <string>Wrap from left to right and from top to bottom</string>
0057      </property>
0058      <property name="text">
0059       <string>Wrapping</string>
0060      </property>
0061     </widget>
0062    </item>
0063    <item row="1" column="0">
0064     <widget class="QLabel" name="height">
0065      <property name="toolTip">
0066       <string>Height of the grid</string>
0067      </property>
0068      <property name="text">
0069       <string>Height:</string>
0070      </property>
0071     </widget>
0072    </item>
0073    <item row="1" column="1">
0074     <widget class="KPluralHandlingSpinBox" name="kcfg_Height"/>
0075    </item>
0076   </layout>
0077  </widget>
0078  <customwidgets>
0079   <customwidget>
0080    <class>KPluralHandlingSpinBox</class>
0081    <extends>QSpinBox</extends>
0082    <header>kpluralhandlingspinbox.h</header>
0083   </customwidget>
0084  </customwidgets>
0085  <resources/>
0086  <connections/>
0087 </ui>