Subversion Repositories svn1-original

Rev

Rev 127 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
108 - 1
<?xml version="1.0" encoding="UTF-8"?>
107 - 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>
185 - 9
    <width>541</width>
127 - 10
    <height>500</height>
107 - 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Form</string>
15
  </property>
108 - 16
  <widget class="QGroupBox" name="groupBox">
17
   <property name="geometry">
18
    <rect>
19
     <x>10</x>
20
     <y>10</y>
185 - 21
     <width>521</width>
122 david 22
     <height>351</height>
108 - 23
    </rect>
24
   </property>
25
   <property name="title">
26
    <string>Hall of Fame</string>
27
   </property>
28
   <widget class="QTableWidget" name="tableWidget">
29
    <property name="geometry">
30
     <rect>
31
      <x>10</x>
32
      <y>20</y>
185 - 33
      <width>501</width>
122 david 34
      <height>321</height>
108 - 35
     </rect>
36
    </property>
109 - 37
    <property name="alternatingRowColors">
38
     <bool>true</bool>
39
    </property>
40
    <property name="rowCount">
41
     <number>1</number>
42
    </property>
108 - 43
    <property name="columnCount">
44
     <number>1</number>
45
    </property>
46
    <attribute name="horizontalHeaderVisible">
47
     <bool>false</bool>
48
    </attribute>
49
    <attribute name="horizontalHeaderCascadingSectionResizes">
50
     <bool>false</bool>
51
    </attribute>
52
    <attribute name="horizontalHeaderStretchLastSection">
53
     <bool>true</bool>
54
    </attribute>
119 - 55
    <attribute name="verticalHeaderDefaultSectionSize">
56
     <number>20</number>
57
    </attribute>
58
    <attribute name="verticalHeaderStretchLastSection">
59
     <bool>false</bool>
60
    </attribute>
109 - 61
    <row/>
108 - 62
    <column/>
109 - 63
    <item row="0" column="0">
64
     <property name="text">
65
      <string notr="true"/>
66
     </property>
67
    </item>
108 - 68
   </widget>
69
  </widget>
185 - 70
  <widget class="QPushButton" name="pushButtonRestore">
71
   <property name="geometry">
72
    <rect>
73
     <x>450</x>
74
     <y>460</y>
75
     <width>75</width>
76
     <height>23</height>
77
    </rect>
78
   </property>
79
   <property name="text">
80
    <string>Restore</string>
81
   </property>
82
  </widget>
83
  <widget class="QPushButton" name="pushButtonSave">
84
   <property name="geometry">
85
    <rect>
86
     <x>370</x>
87
     <y>460</y>
88
     <width>75</width>
89
     <height>23</height>
90
    </rect>
91
   </property>
92
   <property name="text">
93
    <string>Save</string>
94
   </property>
95
  </widget>
96
  <widget class="QLabel" name="Changed">
97
   <property name="enabled">
98
    <bool>true</bool>
99
   </property>
100
   <property name="geometry">
101
    <rect>
102
     <x>280</x>
103
     <y>464</y>
104
     <width>81</width>
105
     <height>16</height>
106
    </rect>
107
   </property>
108
   <property name="autoFillBackground">
109
    <bool>false</bool>
110
   </property>
111
   <property name="text">
112
    <string notr="true">Data Changed</string>
113
   </property>
114
  </widget>
107 - 115
 </widget>
108 - 116
 <resources/>
107 - 117
 <connections/>
118
</ui>