Subversion Repositories ExamClock

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 ron.wellst 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>MainWindow</class>
4
 <widget class="QMainWindow" name="MainWindow">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>562</width>
10
    <height>448</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>MainWindow</string>
15
  </property>
16
  <widget class="QWidget" name="centralWidget">
17
   <widget class="QLCDNumber" name="lcdNow">
18
    <property name="geometry">
19
     <rect>
20
      <x>10</x>
21
      <y>30</y>
22
      <width>251</width>
23
      <height>91</height>
24
     </rect>
25
    </property>
26
    <property name="numDigits">
27
     <number>8</number>
28
    </property>
29
   </widget>
30
   <widget class="QLabel" name="label">
31
    <property name="geometry">
32
     <rect>
33
      <x>10</x>
34
      <y>10</y>
35
      <width>251</width>
36
      <height>20</height>
37
     </rect>
38
    </property>
39
    <property name="font">
40
     <font>
41
      <pointsize>14</pointsize>
42
     </font>
43
    </property>
44
    <property name="text">
45
     <string>Time Now</string>
46
    </property>
47
    <property name="alignment">
48
     <set>Qt::AlignCenter</set>
49
    </property>
50
   </widget>
51
   <widget class="QPushButton" name="pushStart">
52
    <property name="geometry">
53
     <rect>
54
      <x>10</x>
55
      <y>120</y>
56
      <width>251</width>
57
      <height>51</height>
58
     </rect>
59
    </property>
60
    <property name="font">
61
     <font>
62
      <pointsize>12</pointsize>
63
      <weight>75</weight>
64
      <bold>true</bold>
65
     </font>
66
    </property>
67
    <property name="text">
68
     <string>Start</string>
69
    </property>
70
    <property name="icon">
71
     <iconset>
72
      <normaloff>icons/clock.ico</normaloff>icons/clock.ico</iconset>
73
    </property>
74
   </widget>
75
   <widget class="QLCDNumber" name="lcdFoundation">
76
    <property name="geometry">
77
     <rect>
78
      <x>300</x>
79
      <y>30</y>
80
      <width>251</width>
81
      <height>91</height>
82
     </rect>
83
    </property>
84
    <property name="numDigits">
85
     <number>8</number>
86
    </property>
87
   </widget>
88
   <widget class="QLCDNumber" name="lcdIntermediate">
89
    <property name="geometry">
90
     <rect>
91
      <x>300</x>
92
      <y>150</y>
93
      <width>251</width>
94
      <height>91</height>
95
     </rect>
96
    </property>
97
    <property name="numDigits">
98
     <number>8</number>
99
    </property>
100
   </widget>
101
   <widget class="QLabel" name="label_5">
102
    <property name="geometry">
103
     <rect>
104
      <x>300</x>
105
      <y>250</y>
106
      <width>251</width>
107
      <height>20</height>
108
     </rect>
109
    </property>
110
    <property name="font">
111
     <font>
112
      <pointsize>14</pointsize>
113
     </font>
114
    </property>
115
    <property name="text">
116
     <string>Advanced Time Remaining</string>
117
    </property>
118
    <property name="alignment">
119
     <set>Qt::AlignCenter</set>
120
    </property>
121
   </widget>
122
   <widget class="QLabel" name="label_6">
123
    <property name="geometry">
124
     <rect>
125
      <x>300</x>
126
      <y>10</y>
127
      <width>251</width>
128
      <height>20</height>
129
     </rect>
130
    </property>
131
    <property name="font">
132
     <font>
133
      <pointsize>14</pointsize>
134
     </font>
135
    </property>
136
    <property name="text">
137
     <string>Foundation Time Remaining</string>
138
    </property>
139
    <property name="alignment">
140
     <set>Qt::AlignCenter</set>
141
    </property>
142
   </widget>
143
   <widget class="QLabel" name="label_7">
144
    <property name="geometry">
145
     <rect>
146
      <x>300</x>
147
      <y>130</y>
148
      <width>251</width>
149
      <height>20</height>
150
     </rect>
151
    </property>
152
    <property name="font">
153
     <font>
154
      <pointsize>14</pointsize>
155
     </font>
156
    </property>
157
    <property name="text">
158
     <string>Intermediate Time Remaining</string>
159
    </property>
160
    <property name="alignment">
161
     <set>Qt::AlignCenter</set>
162
    </property>
163
   </widget>
164
   <widget class="QLCDNumber" name="lcdAdvanced">
165
    <property name="geometry">
166
     <rect>
167
      <x>300</x>
168
      <y>270</y>
169
      <width>251</width>
170
      <height>91</height>
171
     </rect>
172
    </property>
173
    <property name="numDigits">
174
     <number>8</number>
175
    </property>
176
   </widget>
177
  </widget>
178
  <widget class="QMenuBar" name="menuBar">
179
   <property name="geometry">
180
    <rect>
181
     <x>0</x>
182
     <y>0</y>
183
     <width>562</width>
184
     <height>21</height>
185
    </rect>
186
   </property>
187
   <widget class="QMenu" name="menuFile">
188
    <property name="title">
189
     <string>File</string>
190
    </property>
191
    <addaction name="actionExit"/>
192
   </widget>
193
   <widget class="QMenu" name="menuHelp">
194
    <property name="title">
195
     <string>Help</string>
196
    </property>
197
    <addaction name="actionAbout"/>
198
   </widget>
199
   <widget class="QMenu" name="menuClocks">
200
    <property name="title">
201
     <string>Exams</string>
202
    </property>
203
    <addaction name="actionFoundation"/>
204
    <addaction name="actionIntermediate"/>
205
    <addaction name="actionAdvanced"/>
206
   </widget>
207
   <addaction name="menuFile"/>
208
   <addaction name="menuClocks"/>
209
   <addaction name="menuHelp"/>
210
  </widget>
211
  <widget class="QStatusBar" name="statusBar"/>
212
  <action name="actionExit">
213
   <property name="text">
214
    <string>Exit</string>
215
   </property>
216
  </action>
217
  <action name="actionAbout">
218
   <property name="text">
219
    <string>About</string>
220
   </property>
221
  </action>
222
  <action name="actionFoundation">
223
   <property name="checkable">
224
    <bool>true</bool>
225
   </property>
226
   <property name="text">
227
    <string>Foundation</string>
228
   </property>
229
  </action>
230
  <action name="actionIntermediate">
231
   <property name="checkable">
232
    <bool>true</bool>
233
   </property>
234
   <property name="text">
235
    <string>Intermediate</string>
236
   </property>
237
  </action>
238
  <action name="actionAdvanced">
239
   <property name="checkable">
240
    <bool>true</bool>
241
   </property>
242
   <property name="text">
243
    <string>Advanced</string>
244
   </property>
245
  </action>
246
 </widget>
247
 <resources/>
248
 <connections>
249
  <connection>
250
   <sender>actionExit</sender>
251
   <signal>triggered()</signal>
252
   <receiver>MainWindow</receiver>
253
   <slot>close()</slot>
254
   <hints>
255
    <hint type="sourcelabel">
256
     <x>-1</x>
257
     <y>-1</y>
258
    </hint>
259
    <hint type="destinationlabel">
260
     <x>467</x>
261
     <y>223</y>
262
    </hint>
263
   </hints>
264
  </connection>
265
  <connection>
266
   <sender>actionAbout</sender>
267
   <signal>triggered()</signal>
268
   <receiver>MainWindow</receiver>
269
   <slot>slotHelpAbout()</slot>
270
   <hints>
271
    <hint type="sourcelabel">
272
     <x>-1</x>
273
     <y>-1</y>
274
    </hint>
275
    <hint type="destinationlabel">
276
     <x>467</x>
277
     <y>223</y>
278
    </hint>
279
   </hints>
280
  </connection>
281
  <connection>
282
   <sender>pushStart</sender>
283
   <signal>clicked()</signal>
284
   <receiver>MainWindow</receiver>
285
   <slot>slotStart()</slot>
286
   <hints>
287
    <hint type="sourcelabel">
288
     <x>135</x>
289
     <y>166</y>
290
    </hint>
291
    <hint type="destinationlabel">
292
     <x>280</x>
293
     <y>223</y>
294
    </hint>
295
   </hints>
296
  </connection>
297
  <connection>
298
   <sender>actionFoundation</sender>
299
   <signal>triggered()</signal>
300
   <receiver>MainWindow</receiver>
301
   <slot>slotFoundation()</slot>
302
   <hints>
303
    <hint type="sourcelabel">
304
     <x>-1</x>
305
     <y>-1</y>
306
    </hint>
307
    <hint type="destinationlabel">
308
     <x>280</x>
309
     <y>223</y>
310
    </hint>
311
   </hints>
312
  </connection>
313
  <connection>
314
   <sender>actionIntermediate</sender>
315
   <signal>triggered()</signal>
316
   <receiver>MainWindow</receiver>
317
   <slot>slotIntermediate()</slot>
318
   <hints>
319
    <hint type="sourcelabel">
320
     <x>-1</x>
321
     <y>-1</y>
322
    </hint>
323
    <hint type="destinationlabel">
324
     <x>280</x>
325
     <y>223</y>
326
    </hint>
327
   </hints>
328
  </connection>
329
  <connection>
330
   <sender>actionAdvanced</sender>
331
   <signal>triggered()</signal>
332
   <receiver>MainWindow</receiver>
333
   <slot>slotAdvanced()</slot>
334
   <hints>
335
    <hint type="sourcelabel">
336
     <x>-1</x>
337
     <y>-1</y>
338
    </hint>
339
    <hint type="destinationlabel">
340
     <x>280</x>
341
     <y>223</y>
342
    </hint>
343
   </hints>
344
  </connection>
345
 </connections>
346
 <slots>
347
  <slot>slotHelpAbout()</slot>
348
  <slot>slotStart()</slot>
349
  <slot>slotFoundation()</slot>
350
  <slot>slotIntermediate()</slot>
351
  <slot>slotAdvanced()</slot>
352
 </slots>
353
</ui>