Warning, /games/ksirk/ksirk/Dialogs/newGameSummary.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>NewGameSummary</class>
0004  <widget class="QWidget" name="NewGameSummary">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>463</width>
0010     <height>432</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>New Game Summary</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_2">
0017    <item>
0018     <widget class="QLabel" name="label">
0019      <property name="font">
0020       <font>
0021        <pointsize>14</pointsize>
0022        <weight>75</weight>
0023        <bold>true</bold>
0024       </font>
0025      </property>
0026      <property name="text">
0027       <string>New Game Summary</string>
0028      </property>
0029     </widget>
0030    </item>
0031    <item>
0032     <layout class="QVBoxLayout" name="verticalLayout" stretch="0,1">
0033      <item>
0034       <layout class="QHBoxLayout" name="horizontalLayout">
0035        <item>
0036         <widget class="QLabel" name="label_3">
0037          <property name="font">
0038           <font>
0039            <weight>75</weight>
0040            <bold>true</bold>
0041           </font>
0042          </property>
0043          <property name="text">
0044           <string>Skin:</string>
0045          </property>
0046         </widget>
0047        </item>
0048        <item>
0049         <widget class="QLabel" name="skinNameLabel">
0050          <property name="text">
0051           <string>skin name</string>
0052          </property>
0053         </widget>
0054        </item>
0055        <item>
0056         <spacer name="horizontalSpacer_2">
0057          <property name="orientation">
0058           <enum>Qt::Horizontal</enum>
0059          </property>
0060          <property name="sizeHint" stdset="0">
0061           <size>
0062            <width>40</width>
0063            <height>20</height>
0064           </size>
0065          </property>
0066         </spacer>
0067        </item>
0068       </layout>
0069      </item>
0070      <item>
0071       <widget class="QLabel" name="skinSnapshotPixmap">
0072        <property name="sizePolicy">
0073         <sizepolicy hsizetype="Ignored" vsizetype="Ignored">
0074          <horstretch>0</horstretch>
0075          <verstretch>0</verstretch>
0076         </sizepolicy>
0077        </property>
0078        <property name="text">
0079         <string/>
0080        </property>
0081        <property name="scaledContents">
0082         <bool>true</bool>
0083        </property>
0084        <property name="wordWrap">
0085         <bool>false</bool>
0086        </property>
0087       </widget>
0088      </item>
0089     </layout>
0090    </item>
0091    <item>
0092     <layout class="QHBoxLayout" name="horizontalLayout_2">
0093      <item>
0094       <widget class="QLabel" name="label_2">
0095        <property name="font">
0096         <font>
0097          <weight>75</weight>
0098          <bold>true</bold>
0099         </font>
0100        </property>
0101        <property name="text">
0102         <string>Players</string>
0103        </property>
0104       </widget>
0105      </item>
0106      <item>
0107       <spacer name="horizontalSpacer_3">
0108        <property name="orientation">
0109         <enum>Qt::Horizontal</enum>
0110        </property>
0111        <property name="sizeHint" stdset="0">
0112         <size>
0113          <width>40</width>
0114          <height>20</height>
0115         </size>
0116        </property>
0117       </spacer>
0118      </item>
0119      <item>
0120       <widget class="QLabel" name="label_5">
0121        <property name="font">
0122         <font>
0123          <weight>75</weight>
0124          <bold>true</bold>
0125         </font>
0126        </property>
0127        <property name="text">
0128         <string>Goal type:</string>
0129        </property>
0130       </widget>
0131      </item>
0132      <item>
0133       <widget class="QLabel" name="goalTypeLabel">
0134        <property name="text">
0135         <string>goal type</string>
0136        </property>
0137       </widget>
0138      </item>
0139     </layout>
0140    </item>
0141    <item>
0142     <widget class="QTableWidget" name="playersTable">
0143      <property name="sizePolicy">
0144       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0145        <horstretch>0</horstretch>
0146        <verstretch>0</verstretch>
0147       </sizepolicy>
0148      </property>
0149      <attribute name="horizontalHeaderCascadingSectionResizes">
0150       <bool>false</bool>
0151      </attribute>
0152      <attribute name="verticalHeaderStretchLastSection">
0153       <bool>false</bool>
0154      </attribute>
0155      <column>
0156       <property name="text">
0157        <string>Name</string>
0158       </property>
0159       <property name="font">
0160        <font>
0161         <weight>75</weight>
0162         <bold>true</bold>
0163        </font>
0164       </property>
0165      </column>
0166      <column>
0167       <property name="text">
0168        <string>Nationality</string>
0169       </property>
0170       <property name="font">
0171        <font>
0172         <weight>75</weight>
0173         <bold>true</bold>
0174        </font>
0175       </property>
0176      </column>
0177      <column>
0178       <property name="text">
0179        <string>Computer</string>
0180       </property>
0181       <property name="font">
0182        <font>
0183         <weight>75</weight>
0184         <bold>true</bold>
0185        </font>
0186       </property>
0187      </column>
0188      <column>
0189       <property name="text">
0190        <string>Network</string>
0191       </property>
0192       <property name="font">
0193        <font>
0194         <weight>75</weight>
0195         <bold>true</bold>
0196        </font>
0197       </property>
0198      </column>
0199     </widget>
0200    </item>
0201    <item>
0202     <layout class="QHBoxLayout" name="horizontalLayout_3">
0203      <item>
0204       <widget class="QPushButton" name="cancelButton">
0205        <property name="text">
0206         <string>Cancel</string>
0207        </property>
0208       </widget>
0209      </item>
0210      <item>
0211       <spacer name="horizontalSpacer">
0212        <property name="orientation">
0213         <enum>Qt::Horizontal</enum>
0214        </property>
0215        <property name="sizeHint" stdset="0">
0216         <size>
0217          <width>40</width>
0218          <height>20</height>
0219         </size>
0220        </property>
0221       </spacer>
0222      </item>
0223      <item>
0224       <widget class="QPushButton" name="previousButton">
0225        <property name="text">
0226         <string>&lt;&lt; Previous</string>
0227        </property>
0228       </widget>
0229      </item>
0230      <item>
0231       <widget class="QPushButton" name="finishButton">
0232        <property name="text">
0233         <string>Start</string>
0234        </property>
0235       </widget>
0236      </item>
0237     </layout>
0238    </item>
0239   </layout>
0240  </widget>
0241  <tabstops>
0242   <tabstop>finishButton</tabstop>
0243   <tabstop>previousButton</tabstop>
0244   <tabstop>cancelButton</tabstop>
0245   <tabstop>playersTable</tabstop>
0246  </tabstops>
0247  <resources/>
0248  <connections/>
0249 </ui>