Warning, /games/kiriki/src/configPage.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>configPage</class>
0004  <widget class="QWidget" name="configPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>401</width>
0010     <height>378</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QGroupBox" name="groupBox">
0016      <property name="title">
0017       <string>Players</string>
0018      </property>
0019      <layout class="QGridLayout">
0020       <item row="3" column="1">
0021        <widget class="QLineEdit" name="kcfg_player3Name">
0022         <property name="text">
0023          <string/>
0024         </property>
0025        </widget>
0026       </item>
0027       <item row="6" column="2">
0028        <widget class="QCheckBox" name="kcfg_player6IsHuman">
0029         <property name="text">
0030          <string>human?</string>
0031         </property>
0032        </widget>
0033       </item>
0034       <item row="0" column="0" colspan="3">
0035        <layout class="QHBoxLayout">
0036         <property name="margin">
0037          <number>0</number>
0038         </property>
0039         <item>
0040          <widget class="QLabel" name="label_5">
0041           <property name="text">
0042            <string>Number of players:</string>
0043           </property>
0044          </widget>
0045         </item>
0046         <item>
0047          <widget class="QSpinBox" name="kcfg_numberOfPlayers"/>
0048         </item>
0049        </layout>
0050       </item>
0051       <item row="3" column="0">
0052        <widget class="QLabel" name="label_2_2">
0053         <property name="text">
0054          <string>3.</string>
0055         </property>
0056         <property name="alignment">
0057          <set>Qt::AlignCenter</set>
0058         </property>
0059        </widget>
0060       </item>
0061       <item row="3" column="2">
0062        <widget class="QCheckBox" name="kcfg_player3IsHuman">
0063         <property name="text">
0064          <string>human?</string>
0065         </property>
0066        </widget>
0067       </item>
0068       <item row="2" column="0">
0069        <widget class="QLabel" name="label_2">
0070         <property name="text">
0071          <string>2.</string>
0072         </property>
0073        </widget>
0074       </item>
0075       <item row="2" column="1">
0076        <widget class="QLineEdit" name="kcfg_player2Name">
0077         <property name="text">
0078          <string/>
0079         </property>
0080        </widget>
0081       </item>
0082       <item row="2" column="2">
0083        <widget class="QCheckBox" name="kcfg_player2IsHuman">
0084         <property name="text">
0085          <string>human?</string>
0086         </property>
0087        </widget>
0088       </item>
0089       <item row="1" column="0">
0090        <widget class="QLabel" name="label">
0091         <property name="enabled">
0092          <bool>true</bool>
0093         </property>
0094         <property name="text">
0095          <string>1.</string>
0096         </property>
0097        </widget>
0098       </item>
0099       <item row="1" column="1">
0100        <widget class="QLineEdit" name="kcfg_player1Name">
0101         <property name="text">
0102          <string/>
0103         </property>
0104        </widget>
0105       </item>
0106       <item row="1" column="2">
0107        <widget class="QCheckBox" name="kcfg_player1IsHuman">
0108         <property name="enabled">
0109          <bool>false</bool>
0110         </property>
0111         <property name="text">
0112          <string>human?</string>
0113         </property>
0114         <property name="checkable">
0115          <bool>true</bool>
0116         </property>
0117         <property name="checked">
0118          <bool>true</bool>
0119         </property>
0120        </widget>
0121       </item>
0122       <item row="4" column="0">
0123        <widget class="QLabel" name="label_2_2_2">
0124         <property name="text">
0125          <string>4.</string>
0126         </property>
0127        </widget>
0128       </item>
0129       <item row="4" column="1">
0130        <widget class="QLineEdit" name="kcfg_player4Name">
0131         <property name="text">
0132          <string/>
0133         </property>
0134        </widget>
0135       </item>
0136       <item row="4" column="2">
0137        <widget class="QCheckBox" name="kcfg_player4IsHuman">
0138         <property name="text">
0139          <string>human?</string>
0140         </property>
0141        </widget>
0142       </item>
0143       <item row="5" column="0">
0144        <widget class="QLabel" name="label_2_3">
0145         <property name="text">
0146          <string>5.</string>
0147         </property>
0148        </widget>
0149       </item>
0150       <item row="5" column="1">
0151        <widget class="QLineEdit" name="kcfg_player5Name">
0152         <property name="text">
0153          <string/>
0154         </property>
0155        </widget>
0156       </item>
0157       <item row="5" column="2">
0158        <widget class="QCheckBox" name="kcfg_player5IsHuman">
0159         <property name="text">
0160          <string>human?</string>
0161         </property>
0162        </widget>
0163       </item>
0164       <item row="6" column="0">
0165        <widget class="QLabel" name="label_2_3_2">
0166         <property name="text">
0167          <string>6.</string>
0168         </property>
0169        </widget>
0170       </item>
0171       <item row="6" column="1">
0172        <widget class="QLineEdit" name="kcfg_player6Name">
0173         <property name="text">
0174          <string/>
0175         </property>
0176        </widget>
0177       </item>
0178      </layout>
0179     </widget>
0180    </item>
0181    <item>
0182     <layout class="QHBoxLayout">
0183      <property name="margin">
0184       <number>0</number>
0185      </property>
0186      <item>
0187       <widget class="QLabel" name="label_3">
0188        <property name="text">
0189         <string>Delay between computers move (msec):</string>
0190        </property>
0191       </widget>
0192      </item>
0193      <item>
0194       <widget class="QSpinBox" name="kcfg_waitTime"/>
0195      </item>
0196     </layout>
0197    </item>
0198    <item>
0199     <layout class="QHBoxLayout" name="horizontalLayout">
0200      <item>
0201       <widget class="QLabel" name="fontSizeLabel">
0202        <property name="text">
0203         <string>Font Size:</string>
0204        </property>
0205       </widget>
0206      </item>
0207      <item>
0208       <widget class="QSpinBox" name="kcfg_fontSize">
0209        <property name="minimumSize">
0210         <size>
0211          <width>324</width>
0212          <height>0</height>
0213         </size>
0214        </property>
0215       </widget>
0216      </item>
0217     </layout>
0218    </item>
0219    <item>
0220     <layout class="QHBoxLayout" name="horizontalLayout_2">
0221      <item>
0222       <widget class="QLabel" name="label_4">
0223        <property name="text">
0224         <string>Row Height:</string>
0225        </property>
0226       </widget>
0227      </item>
0228      <item>
0229       <widget class="QSpinBox" name="kcfg_rowHeight">
0230        <property name="minimumSize">
0231         <size>
0232          <width>324</width>
0233          <height>0</height>
0234         </size>
0235        </property>
0236       </widget>
0237      </item>
0238     </layout>
0239    </item>
0240    <item>
0241     <widget class="QCheckBox" name="kcfg_startupDemoEnabled">
0242      <property name="text">
0243       <string>Show demonstration game at startup</string>
0244      </property>
0245      <property name="checked">
0246       <bool>true</bool>
0247      </property>
0248     </widget>
0249    </item>
0250    <item>
0251     <spacer>
0252      <property name="orientation">
0253       <enum>Qt::Vertical</enum>
0254      </property>
0255      <property name="sizeHint" stdset="0">
0256       <size>
0257        <width>20</width>
0258        <height>40</height>
0259       </size>
0260      </property>
0261     </spacer>
0262    </item>
0263   </layout>
0264  </widget>
0265  <tabstops>
0266   <tabstop>kcfg_numberOfPlayers</tabstop>
0267   <tabstop>kcfg_player1Name</tabstop>
0268   <tabstop>kcfg_player1IsHuman</tabstop>
0269   <tabstop>kcfg_player2Name</tabstop>
0270   <tabstop>kcfg_player2IsHuman</tabstop>
0271   <tabstop>kcfg_player3Name</tabstop>
0272   <tabstop>kcfg_player3IsHuman</tabstop>
0273   <tabstop>kcfg_player4Name</tabstop>
0274   <tabstop>kcfg_player4IsHuman</tabstop>
0275   <tabstop>kcfg_player5Name</tabstop>
0276   <tabstop>kcfg_player5IsHuman</tabstop>
0277   <tabstop>kcfg_player6Name</tabstop>
0278   <tabstop>kcfg_player6IsHuman</tabstop>
0279   <tabstop>kcfg_waitTime</tabstop>
0280  </tabstops>
0281  <resources/>
0282  <connections/>
0283 </ui>