Subversion Repositories svn1

Rev

Rev 104 | Rev 115 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
104 - 1
<?xml version="1.0" encoding="UTF-8"?>
103 - 2
<ui version="4.0">
3
 <class>QmConfWinners</class>
4
 <widget class="QWidget" name="QmConfWinners">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
105 - 9
    <width>430</width>
104 - 10
    <height>400</height>
103 - 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Form</string>
15
  </property>
104 - 16
  <widget class="QDialogButtonBox" name="buttonBox">
17
   <property name="geometry">
18
    <rect>
19
     <x>250</x>
20
     <y>370</y>
21
     <width>156</width>
22
     <height>23</height>
23
    </rect>
24
   </property>
25
   <property name="standardButtons">
26
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
27
   </property>
28
  </widget>
29
  <widget class="QGroupBox" name="groupBox">
30
   <property name="geometry">
31
    <rect>
32
     <x>10</x>
33
     <y>10</y>
105 - 34
     <width>411</width>
104 - 35
     <height>191</height>
36
    </rect>
37
   </property>
38
   <property name="title">
39
    <string>Hall of Fame</string>
40
   </property>
41
   <widget class="QTableWidget" name="tableWidget">
42
    <property name="geometry">
43
     <rect>
44
      <x>10</x>
45
      <y>20</y>
105 - 46
      <width>391</width>
104 - 47
      <height>161</height>
48
     </rect>
49
    </property>
105 - 50
    <property name="alternatingRowColors">
51
     <bool>true</bool>
52
    </property>
53
    <property name="rowCount">
54
     <number>1</number>
55
    </property>
104 - 56
    <property name="columnCount">
57
     <number>1</number>
58
    </property>
59
    <attribute name="horizontalHeaderVisible">
60
     <bool>false</bool>
61
    </attribute>
62
    <attribute name="horizontalHeaderCascadingSectionResizes">
63
     <bool>false</bool>
64
    </attribute>
65
    <attribute name="horizontalHeaderStretchLastSection">
66
     <bool>true</bool>
67
    </attribute>
68
    <attribute name="horizontalHeaderStretchLastSection">
69
     <bool>true</bool>
70
    </attribute>
71
    <attribute name="horizontalHeaderCascadingSectionResizes">
72
     <bool>false</bool>
73
    </attribute>
74
    <attribute name="horizontalHeaderVisible">
75
     <bool>false</bool>
76
    </attribute>
105 - 77
    <row/>
104 - 78
    <column/>
105 - 79
    <item row="0" column="0">
80
     <property name="text">
81
      <string notr="true"/>
82
     </property>
83
    </item>
104 - 84
   </widget>
85
  </widget>
103 - 86
 </widget>
104 - 87
 <resources/>
103 - 88
 <connections/>
89
</ui>