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