Subversion Repositories svn1

Rev

Rev 123 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 123 Rev 181
Line 4... Line 4...
4
 <widget class="QWidget" name="QmConfWinners">
4
 <widget class="QWidget" name="QmConfWinners">
5
  <property name="geometry">
5
  <property name="geometry">
6
   <rect>
6
   <rect>
7
    <x>0</x>
7
    <x>0</x>
8
    <y>0</y>
8
    <y>0</y>
9
    <width>440</width>
9
    <width>541</width>
10
    <height>500</height>
10
    <height>500</height>
11
   </rect>
11
   </rect>
12
  </property>
12
  </property>
13
  <property name="windowTitle">
13
  <property name="windowTitle">
14
   <string>Form</string>
14
   <string>Form</string>
15
  </property>
15
  </property>
16
  <widget class="QDialogButtonBox" name="buttonBox">
-
 
17
   <property name="geometry">
-
 
18
    <rect>
-
 
19
     <x>280</x>
-
 
20
     <y>470</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">
16
  <widget class="QGroupBox" name="groupBox">
30
   <property name="geometry">
17
   <property name="geometry">
31
    <rect>
18
    <rect>
32
     <x>10</x>
19
     <x>10</x>
33
     <y>10</y>
20
     <y>10</y>
34
     <width>411</width>
21
     <width>521</width>
35
     <height>351</height>
22
     <height>351</height>
36
    </rect>
23
    </rect>
37
   </property>
24
   </property>
38
   <property name="title">
25
   <property name="title">
39
    <string>Hall of Fame</string>
26
    <string>Hall of Fame</string>
Line 41... Line 28...
41
   <widget class="QTableWidget" name="tableWidget">
28
   <widget class="QTableWidget" name="tableWidget">
42
    <property name="geometry">
29
    <property name="geometry">
43
     <rect>
30
     <rect>
44
      <x>10</x>
31
      <x>10</x>
45
      <y>20</y>
32
      <y>20</y>
46
      <width>391</width>
33
      <width>501</width>
47
      <height>321</height>
34
      <height>321</height>
48
     </rect>
35
     </rect>
49
    </property>
36
    </property>
50
    <property name="alternatingRowColors">
37
    <property name="alternatingRowColors">
51
     <bool>true</bool>
38
     <bool>true</bool>
Line 69... Line 56...
69
     <number>20</number>
56
     <number>20</number>
70
    </attribute>
57
    </attribute>
71
    <attribute name="verticalHeaderStretchLastSection">
58
    <attribute name="verticalHeaderStretchLastSection">
72
     <bool>false</bool>
59
     <bool>false</bool>
73
    </attribute>
60
    </attribute>
74
    <attribute name="verticalHeaderDefaultSectionSize">
-
 
75
     <number>20</number>
-
 
76
    </attribute>
-
 
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>
-
 
86
    <attribute name="verticalHeaderStretchLastSection">
-
 
87
     <bool>false</bool>
-
 
88
    </attribute>
-
 
89
    <row/>
61
    <row/>
90
    <column/>
62
    <column/>
91
    <item row="0" column="0">
63
    <item row="0" column="0">
92
     <property name="text">
64
     <property name="text">
93
      <string notr="true"/>
65
      <string notr="true"/>
94
     </property>
66
     </property>
95
    </item>
67
    </item>
96
   </widget>
68
   </widget>
97
  </widget>
69
  </widget>
-
 
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>
98
 </widget>
115
 </widget>
99
 <resources/>
116
 <resources/>
100
 <connections/>
117
 <connections/>
101
</ui>
118
</ui>