Warning, /games/kreversi/src/startgamedialog.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>StartGameDialog</class>
0004  <widget class="QWidget" name="StartGameDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>386</width>
0010     <height>186</height>
0011    </rect>
0012   </property>
0013   <property name="locale">
0014    <locale language="English" country="UnitedStates"/>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_3">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout_2">
0019      <item>
0020       <layout class="QVBoxLayout" name="verticalLayout">
0021        <item>
0022         <widget class="QLabel" name="blackLabel">
0023          <property name="text">
0024           <string>Black</string>
0025          </property>
0026          <property name="alignment">
0027           <set>Qt::AlignCenter</set>
0028          </property>
0029         </widget>
0030        </item>
0031        <item>
0032         <layout class="QHBoxLayout" name="horizontalLayout_3">
0033          <item>
0034           <widget class="QPushButton" name="blackHuman">
0035            <property name="icon">
0036             <iconset theme="user-identity"/>
0037            </property>
0038            <property name="iconSize">
0039             <size>
0040              <width>48</width>
0041              <height>48</height>
0042             </size>
0043            </property>
0044            <property name="checkable">
0045             <bool>true</bool>
0046            </property>
0047            <property name="checked">
0048             <bool>true</bool>
0049            </property>
0050            <attribute name="buttonGroup">
0051             <string notr="true">blackTypeGroup</string>
0052            </attribute>
0053           </widget>
0054          </item>
0055          <item>
0056           <widget class="QPushButton" name="blackAI">
0057            <property name="icon">
0058             <iconset theme="computer"/>
0059            </property>
0060            <property name="iconSize">
0061             <size>
0062              <width>48</width>
0063              <height>48</height>
0064             </size>
0065            </property>
0066            <property name="checkable">
0067             <bool>true</bool>
0068            </property>
0069            <attribute name="buttonGroup">
0070             <string notr="true">blackTypeGroup</string>
0071            </attribute>
0072           </widget>
0073          </item>
0074         </layout>
0075        </item>
0076        <item>
0077         <widget class="QLabel" name="label_4">
0078          <property name="text">
0079           <string>Name:</string>
0080          </property>
0081          <property name="buddy">
0082           <cstring>blackName</cstring>
0083          </property>
0084         </widget>
0085        </item>
0086        <item>
0087         <widget class="QLineEdit" name="blackName">
0088          <property name="text">
0089           <string notr="true">username</string>
0090          </property>
0091         </widget>
0092        </item>
0093        <item>
0094         <widget class="QLabel" name="label_5">
0095          <property name="text">
0096           <string>Skill level:</string>
0097          </property>
0098          <property name="buddy">
0099           <cstring>blackSkill</cstring>
0100          </property>
0101         </widget>
0102        </item>
0103        <item>
0104         <widget class="QComboBox" name="blackSkill"/>
0105        </item>
0106       </layout>
0107      </item>
0108      <item>
0109       <spacer name="horizontalSpacer_3">
0110        <property name="orientation">
0111         <enum>Qt::Horizontal</enum>
0112        </property>
0113        <property name="sizeHint" stdset="0">
0114         <size>
0115          <width>40</width>
0116          <height>20</height>
0117         </size>
0118        </property>
0119       </spacer>
0120      </item>
0121      <item>
0122       <widget class="QLabel" name="label_2">
0123        <property name="text">
0124         <string>VS</string>
0125        </property>
0126       </widget>
0127      </item>
0128      <item>
0129       <spacer name="horizontalSpacer_2">
0130        <property name="orientation">
0131         <enum>Qt::Horizontal</enum>
0132        </property>
0133        <property name="sizeHint" stdset="0">
0134         <size>
0135          <width>40</width>
0136          <height>20</height>
0137         </size>
0138        </property>
0139       </spacer>
0140      </item>
0141      <item>
0142       <layout class="QVBoxLayout" name="verticalLayout_2">
0143        <item>
0144         <widget class="QLabel" name="whiteLabel">
0145          <property name="text">
0146           <string>White</string>
0147          </property>
0148          <property name="alignment">
0149           <set>Qt::AlignCenter</set>
0150          </property>
0151         </widget>
0152        </item>
0153        <item>
0154         <layout class="QHBoxLayout" name="horizontalLayout_4">
0155          <item>
0156           <widget class="QPushButton" name="whiteHuman">
0157            <property name="icon">
0158             <iconset theme="user-identity"/>
0159            </property>
0160            <property name="iconSize">
0161             <size>
0162              <width>48</width>
0163              <height>48</height>
0164             </size>
0165            </property>
0166            <property name="checkable">
0167             <bool>true</bool>
0168            </property>
0169            <attribute name="buttonGroup">
0170             <string notr="true">whiteTypeGroup</string>
0171            </attribute>
0172           </widget>
0173          </item>
0174          <item>
0175           <widget class="QPushButton" name="whiteAI">
0176            <property name="icon">
0177             <iconset theme="computer"/>
0178            </property>
0179            <property name="iconSize">
0180             <size>
0181              <width>48</width>
0182              <height>48</height>
0183             </size>
0184            </property>
0185            <property name="checkable">
0186             <bool>true</bool>
0187            </property>
0188            <property name="checked">
0189             <bool>true</bool>
0190            </property>
0191            <attribute name="buttonGroup">
0192             <string notr="true">whiteTypeGroup</string>
0193            </attribute>
0194           </widget>
0195          </item>
0196         </layout>
0197        </item>
0198        <item>
0199         <widget class="QLabel" name="label_6">
0200          <property name="text">
0201           <string>Name:</string>
0202          </property>
0203          <property name="buddy">
0204           <cstring>whiteName</cstring>
0205          </property>
0206         </widget>
0207        </item>
0208        <item>
0209         <widget class="QLineEdit" name="whiteName">
0210          <property name="text">
0211           <string notr="true">username</string>
0212          </property>
0213         </widget>
0214        </item>
0215        <item>
0216         <widget class="QLabel" name="label_7">
0217          <property name="text">
0218           <string>Skill level:</string>
0219          </property>
0220          <property name="buddy">
0221           <cstring>whiteSkill</cstring>
0222          </property>
0223         </widget>
0224        </item>
0225        <item>
0226         <widget class="QComboBox" name="whiteSkill"/>
0227        </item>
0228       </layout>
0229      </item>
0230     </layout>
0231    </item>
0232   </layout>
0233  </widget>
0234  <tabstops>
0235   <tabstop>blackHuman</tabstop>
0236   <tabstop>blackAI</tabstop>
0237   <tabstop>blackName</tabstop>
0238   <tabstop>blackSkill</tabstop>
0239   <tabstop>whiteHuman</tabstop>
0240   <tabstop>whiteAI</tabstop>
0241   <tabstop>whiteName</tabstop>
0242   <tabstop>whiteSkill</tabstop>
0243  </tabstops>
0244  <resources/>
0245  <connections/>
0246  <buttongroups>
0247   <buttongroup name="blackTypeGroup"/>
0248   <buttongroup name="whiteTypeGroup"/>
0249  </buttongroups>
0250 </ui>