-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathflogger_about.ui
78 lines (78 loc) · 2.07 KB
/
flogger_about.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>PJR</author>
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>About OGN Flight Logger</string>
</property>
<widget class="QGroupBox" name="AboutgroupBox">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>361</width>
<height>221</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(179, 255, 180);</string>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="Aboutlabel">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>341</width>
<height>171</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string><html><head/><body><p>
OGN Flogger, realtime logging of Flarm signals.</p><p>
Designer: Peter J Robinson</p><p>
Graphics: Adrian Melia</p><p>
Data Source: Open Glider Network (OGN)</p></body></html>
Coordinates by: OGN Nominatim Service </p></body></html>
</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
</widget>
<widget class="QPushButton" name="OkpushButton">
<property name="geometry">
<rect>
<x>270</x>
<y>250</y>
<width>109</width>
<height>26</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-color: rgb(255, 55, 78);
background-color: rgb(0, 255, 0);</string>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>