-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutwindow.ui
212 lines (212 loc) · 4.99 KB
/
aboutwindow.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AboutWindow</class>
<widget class="QWidget" name="AboutWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>999</width>
<height>543</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="backButton">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="font">
<font>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Back</string>
</property>
</widget>
<widget class="QLabel" name="HelpTitle">
<property name="geometry">
<rect>
<x>250</x>
<y>-50</y>
<width>431</width>
<height>151</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>26</pointsize>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>About</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="flaggerLabel">
<property name="geometry">
<rect>
<x>40</x>
<y>90</y>
<width>181</width>
<height>81</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>16</pointsize>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Flagger</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="mainGameImage">
<property name="geometry">
<rect>
<x>50</x>
<y>170</y>
<width>250</width>
<height>250</height>
</rect>
</property>
<property name="text">
<string>MainGame Image</string>
</property>
</widget>
<widget class="QLabel" name="aboutFlagger">
<property name="geometry">
<rect>
<x>40</x>
<y>400</y>
<width>220</width>
<height>140</height>
</rect>
</property>
<property name="text">
<string>Flagger is an interactive educational game that helps you learn flags from around the world. It offers three difficulty levels and a study mode, and keeps track of your stats. With its engaging gameplay and informative content, Flagger makes learning about flags fun and enjoyable for all ages.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="studyLabel">
<property name="geometry">
<rect>
<x>350</x>
<y>90</y>
<width>181</width>
<height>81</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>16</pointsize>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Study Window</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="statsLabel">
<property name="geometry">
<rect>
<x>700</x>
<y>90</y>
<width>181</width>
<height>81</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>16</pointsize>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Stats Screen</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="studyImage">
<property name="geometry">
<rect>
<x>340</x>
<y>170</y>
<width>250</width>
<height>250</height>
</rect>
</property>
<property name="text">
<string>Study Image</string>
</property>
</widget>
<widget class="QLabel" name="statsImage">
<property name="geometry">
<rect>
<x>680</x>
<y>170</y>
<width>260</width>
<height>220</height>
</rect>
</property>
<property name="text">
<string>Stats Image</string>
</property>
</widget>
<widget class="QLabel" name="aboutStudy">
<property name="geometry">
<rect>
<x>330</x>
<y>375</y>
<width>220</width>
<height>140</height>
</rect>
</property>
<property name="text">
<string>We have a study window where if you have difficulty identifying a flag, you can learn about the flag and its associated facts. This will help you perform better the next time.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="aboutStats">
<property name="geometry">
<rect>
<x>670</x>
<y>375</y>
<width>220</width>
<height>140</height>
</rect>
</property>
<property name="text">
<string>We keep track of your stats! Whether you perform well or not, we record it and provide you with feedback on how awesome or how much you need to improve!</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>