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

0001 <ui version="4.0" >
0002  <class>Statistics</class>
0003  <widget class="QDialog" name="Statistics" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>439</width>
0009     <height>201</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>Statistics</string>
0014   </property>
0015   <layout class="QGridLayout" >
0016    <property name="margin" >
0017     <number>11</number>
0018    </property>
0019    <property name="spacing" >
0020     <number>6</number>
0021    </property>
0022    <item row="1" column="0" colspan="6" >
0023     <widget class="Line" name="line1" >
0024      <property name="frameShape" >
0025       <enum>QFrame::HLine</enum>
0026      </property>
0027      <property name="frameShadow" >
0028       <enum>QFrame::Sunken</enum>
0029      </property>
0030      <property name="orientation" >
0031       <enum>Qt::Horizontal</enum>
0032      </property>
0033     </widget>
0034    </item>
0035    <item row="5" column="2" >
0036     <spacer>
0037      <property name="orientation" >
0038       <enum>Qt::Vertical</enum>
0039      </property>
0040      <property name="sizeType" >
0041       <enum>QSizePolicy::Expanding</enum>
0042      </property>
0043      <property name="sizeHint" >
0044       <size>
0045        <width>20</width>
0046        <height>16</height>
0047       </size>
0048      </property>
0049     </spacer>
0050    </item>
0051    <item row="4" column="3" >
0052     <widget class="QLCDNumber" name="p2_lost" />
0053    </item>
0054    <item rowspan="2" row="2" column="0" >
0055     <widget class="QLabel" name="p1_name" >
0056      <property name="text" >
0057       <string>Player 1</string>
0058      </property>
0059     </widget>
0060    </item>
0061    <item row="0" column="0" >
0062     <widget class="QLabel" name="Name" >
0063      <property name="text" >
0064       <string>Name</string>
0065      </property>
0066      <property name="alignment" >
0067       <set>Qt::AlignCenter</set>
0068      </property>
0069     </widget>
0070    </item>
0071    <item row="0" column="1" >
0072     <widget class="QLabel" name="won" >
0073      <property name="text" >
0074       <string>Won</string>
0075      </property>
0076      <property name="alignment" >
0077       <set>Qt::AlignCenter</set>
0078      </property>
0079     </widget>
0080    </item>
0081    <item row="4" column="2" >
0082     <widget class="QLCDNumber" name="p2_drawn" />
0083    </item>
0084    <item row="0" column="3" >
0085     <widget class="QLabel" name="lost" >
0086      <property name="text" >
0087       <string>Lost</string>
0088      </property>
0089      <property name="alignment" >
0090       <set>Qt::AlignCenter</set>
0091      </property>
0092     </widget>
0093    </item>
0094    <item row="4" column="4" >
0095     <widget class="QLCDNumber" name="p2_aborted" />
0096    </item>
0097    <item row="4" column="5" >
0098     <widget class="QLCDNumber" name="p2_sum" />
0099    </item>
0100    <item row="0" column="5" >
0101     <widget class="QLabel" name="sum" >
0102      <property name="text" >
0103       <string>Sum</string>
0104      </property>
0105      <property name="alignment" >
0106       <set>Qt::AlignCenter</set>
0107      </property>
0108     </widget>
0109    </item>
0110    <item row="0" column="4" >
0111     <widget class="QLabel" name="aborted" >
0112      <property name="text" >
0113       <string>Aborted</string>
0114      </property>
0115      <property name="alignment" >
0116       <set>Qt::AlignCenter</set>
0117      </property>
0118     </widget>
0119    </item>
0120    <item row="6" column="0" colspan="6" >
0121     <layout class="QHBoxLayout" >
0122      <property name="margin" >
0123       <number>0</number>
0124      </property>
0125      <property name="spacing" >
0126       <number>6</number>
0127      </property>
0128      <item>
0129       <widget class="QPushButton" name="pushButton1" >
0130        <property name="text" >
0131         <string>Clear All Statistics</string>
0132        </property>
0133       </widget>
0134      </item>
0135      <item>
0136       <spacer>
0137        <property name="orientation" >
0138         <enum>Qt::Horizontal</enum>
0139        </property>
0140        <property name="sizeType" >
0141         <enum>QSizePolicy::Expanding</enum>
0142        </property>
0143        <property name="sizeHint" >
0144         <size>
0145          <width>51</width>
0146          <height>20</height>
0147         </size>
0148        </property>
0149       </spacer>
0150      </item>
0151      <item>
0152       <widget class="QPushButton" name="pushButton2" >
0153        <property name="text" >
0154         <string>&amp;Close</string>
0155        </property>
0156       </widget>
0157      </item>
0158     </layout>
0159    </item>
0160    <item row="3" column="1" >
0161     <widget class="QLCDNumber" name="p1_won" />
0162    </item>
0163    <item row="4" column="0" >
0164     <widget class="QLabel" name="p2_name" >
0165      <property name="text" >
0166       <string>Player 2</string>
0167      </property>
0168     </widget>
0169    </item>
0170    <item row="4" column="1" >
0171     <widget class="QLCDNumber" name="p2_won" />
0172    </item>
0173    <item row="0" column="2" >
0174     <widget class="QLabel" name="drawn" >
0175      <property name="text" >
0176       <string>Drawn</string>
0177      </property>
0178      <property name="alignment" >
0179       <set>Qt::AlignCenter</set>
0180      </property>
0181     </widget>
0182    </item>
0183    <item row="3" column="2" >
0184     <widget class="QLCDNumber" name="p1_drawn" />
0185    </item>
0186    <item row="3" column="3" >
0187     <widget class="QLCDNumber" name="p1_lost" />
0188    </item>
0189    <item row="3" column="4" >
0190     <widget class="QLCDNumber" name="p1_aborted" />
0191    </item>
0192    <item row="3" column="5" >
0193     <widget class="QLCDNumber" name="p1_sum" />
0194    </item>
0195   </layout>
0196  </widget>
0197   <tabstops>
0198   <tabstop>pushButton2</tabstop>
0199   <tabstop>pushButton1</tabstop>
0200  </tabstops>
0201  <resources/>
0202  <connections>
0203   <connection>
0204    <sender>pushButton1</sender>
0205    <signal>clicked()</signal>
0206    <receiver>Statistics</receiver>
0207    <slot>reject()</slot>
0208    <hints>
0209     <hint type="sourcelabel" >
0210      <x>20</x>
0211      <y>20</y>
0212     </hint>
0213     <hint type="destinationlabel" >
0214      <x>20</x>
0215      <y>20</y>
0216     </hint>
0217    </hints>
0218   </connection>
0219   <connection>
0220    <sender>pushButton2</sender>
0221    <signal>clicked()</signal>
0222    <receiver>Statistics</receiver>
0223    <slot>accept()</slot>
0224    <hints>
0225     <hint type="sourcelabel" >
0226      <x>20</x>
0227      <y>20</y>
0228     </hint>
0229     <hint type="destinationlabel" >
0230      <x>20</x>
0231      <y>20</y>
0232     </hint>
0233    </hints>
0234   </connection>
0235  </connections>
0236 </ui>