Subversion Repositories svn1

Rev

Rev 118 | 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>
118 david 9
    <width>440</width>
123 - 10
    <height>500</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>
123 - 19
     <x>280</x>
20
     <y>470</y>
104 - 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>
118 david 35
     <height>351</height>
104 - 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>
118 david 47
      <height>321</height>
104 - 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>
115 - 68
    <attribute name="verticalHeaderDefaultSectionSize">
69
     <number>20</number>
70
    </attribute>
71
    <attribute name="verticalHeaderStretchLastSection">
72
     <bool>false</bool>
73
    </attribute>
74
    <attribute name="verticalHeaderDefaultSectionSize">
75
     <number>20</number>
76
    </attribute>
104 - 77
    <attribute name="horizontalHeaderStretchLastSection">
78
     <bool>true</bool>
79
    </attribute>
80
    <attribute name="horizontalHeaderCascadingSectionResizes">
81
     <bool>false</bool>
82
    </attribute>
83
    <attribute name="horizontalHeaderVisible">
84
     <bool>false</bool>
85
    </attribute>
115 - 86
    <attribute name="verticalHeaderStretchLastSection">
87
     <bool>false</bool>
88
    </attribute>
105 - 89
    <row/>
104 - 90
    <column/>
105 - 91
    <item row="0" column="0">
92
     <property name="text">
93
      <string notr="true"/>
94
     </property>
95
    </item>
104 - 96
   </widget>
97
  </widget>
103 - 98
 </widget>
104 - 99
 <resources/>
103 - 100
 <connections/>
101
</ui>