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>HelpAbout</class>
4
 <widget class="QDialog" name="HelpAbout">
5
  <property name="windowModality">
6
   <enum>Qt::WindowModal</enum>
7
  </property>
8
  <property name="geometry">
9
   <rect>
10
    <x>0</x>
11
    <y>0</y>
12
    <width>391</width>
13
    <height>405</height>
14
   </rect>
15
  </property>
16
  <property name="windowTitle">
17
   <string>About GSLog</string>
18
  </property>
19
  <property name="modal">
20
   <bool>true</bool>
21
  </property>
22
  <widget class="QPushButton" name="pushButton">
23
   <property name="geometry">
24
    <rect>
25
     <x>160</x>
26
     <y>370</y>
27
     <width>75</width>
28
     <height>23</height>
29
    </rect>
30
   </property>
31
   <property name="text">
32
    <string>OK</string>
33
   </property>
34
   <property name="icon">
35
    <iconset>
36
     <normaloff>icons/dialog-apply.ico</normaloff>icons/dialog-apply.ico</iconset>
37
   </property>
38
   <property name="default">
39
    <bool>true</bool>
40
   </property>
41
  </widget>
42
  <widget class="QLabel" name="label_copyright">
43
   <property name="geometry">
44
    <rect>
45
     <x>10</x>
46
     <y>10</y>
47
     <width>371</width>
48
     <height>221</height>
49
    </rect>
50
   </property>
51
   <property name="text">
52
    <string>Copyright 2015 Ron Wellsted M0RNW
53
 
54
This file is part of ExamClock.
55
 
56
ExamClock is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by
58
the Free Software Foundation, either version 3 of the License, or
59
(at your option) any later version.
60
ExamClock
61
GSFamily is distributed in the hope that it will be useful,
62
but WITHOUT ANY WARRANTY; without even the implied warranty of
63
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64
GNU General Public License for more details.
65
 
66
You should have received a copy of the GNU General Public License
67
along with ExamClock.  If not, see &lt;http://www.gnu.org/licenses/&gt;.</string>
68
   </property>
69
   <property name="textFormat">
70
    <enum>Qt::PlainText</enum>
71
   </property>
72
   <property name="alignment">
73
    <set>Qt::AlignHCenter|Qt::AlignTop</set>
74
   </property>
75
   <property name="wordWrap">
76
    <bool>true</bool>
77
   </property>
78
   <property name="textInteractionFlags">
79
    <set>Qt::NoTextInteraction</set>
80
   </property>
81
  </widget>
82
  <widget class="QLabel" name="label_description">
83
   <property name="geometry">
84
    <rect>
85
     <x>10</x>
86
     <y>230</y>
87
     <width>371</width>
88
     <height>31</height>
89
    </rect>
90
   </property>
91
   <property name="text">
92
    <string>ExamClock is a program to display the current time, half way point, 10 mins remaining and end time for RSGB licence exams.</string>
93
   </property>
94
   <property name="alignment">
95
    <set>Qt::AlignHCenter|Qt::AlignTop</set>
96
   </property>
97
   <property name="wordWrap">
98
    <bool>true</bool>
99
   </property>
100
  </widget>
101
  <widget class="QLabel" name="label_versions">
102
   <property name="geometry">
103
    <rect>
104
     <x>10</x>
105
     <y>300</y>
106
     <width>371</width>
107
     <height>71</height>
108
    </rect>
109
   </property>
110
   <property name="text">
111
    <string>TextLabel</string>
112
   </property>
113
   <property name="textFormat">
114
    <enum>Qt::PlainText</enum>
115
   </property>
116
   <property name="alignment">
117
    <set>Qt::AlignHCenter|Qt::AlignTop</set>
118
   </property>
119
   <property name="wordWrap">
120
    <bool>true</bool>
121
   </property>
122
  </widget>
123
  <widget class="QLabel" name="label">
124
   <property name="geometry">
125
    <rect>
126
     <x>0</x>
127
     <y>0</y>
128
     <width>62</width>
129
     <height>62</height>
130
    </rect>
131
   </property>
132
   <property name="text">
133
    <string/>
134
   </property>
135
   <property name="pixmap">
136
    <pixmap>icons/Logit.png</pixmap>
137
   </property>
138
   <property name="scaledContents">
139
    <bool>true</bool>
140
   </property>
141
  </widget>
142
 </widget>
143
 <resources/>
144
 <connections>
145
  <connection>
146
   <sender>pushButton</sender>
147
   <signal>clicked()</signal>
148
   <receiver>HelpAbout</receiver>
149
   <slot>close()</slot>
150
   <hints>
151
    <hint type="sourcelabel">
152
     <x>197</x>
153
     <y>381</y>
154
    </hint>
155
    <hint type="destinationlabel">
156
     <x>195</x>
157
     <y>202</y>
158
    </hint>
159
   </hints>
160
  </connection>
161
 </connections>
162
</ui>