-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutdialog.ui
More file actions
138 lines (138 loc) · 5.14 KB
/
Copy pathaboutdialog.ui
File metadata and controls
138 lines (138 loc) · 5.14 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AboutDialog</class>
<widget class="QDialog" name="AboutDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>570</width>
<height>288</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>570</width>
<height>245</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>570</width>
<height>500</height>
</size>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="1" rowspan="2">
<widget class="QFrame" name="frame">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string><html><head/><body><p align="center"><span style=" font-size:14pt; font-weight:600;">Subdrive V2</span></p><p align="center"><span style=" font-size:14pt; font-weight:600;">Simple Data Logger for Test Units</span></p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="version">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-size:10pt; font-weight:600;">Version:</span><span style=" font-size:10pt;"> xx.xx.xx</span></p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string><html><head/><body><p><span style=" font-size:10pt; font-weight:600;">Developed by:</span></p><p><span style=" font-size:10pt;">Lynn, Doug &lt;</span><a href="mailto:DLynn@fele.com?Subject=Subdrive%20Data%20Logger"><span style=" text-decoration: underline; color:#0000ff;">DLynn@fele.com</span></a><span style=" font-size:10pt;">&gt;</span></p><p><span style=" font-size:10pt;">Andrade, Plinio &lt;</span><a href="mailto:PAndrade@fele.com?Subject=Subdrive%20Data%20Logger"><span style=" text-decoration: underline; color:#0000ff;">PAndrade@fele.com</span></a><span style=" font-size:10pt;">&gt;</span></p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="8" column="0" rowspan="2" colspan="2">
<widget class="QLabel" name="label_3">
<property name="text">
<string><html><head/><body><p align="center">Copyright © 2014 Franklin Electric Co., Inc. All Rights Reserved</p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="7" column="0">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="maximumSize">
<size>
<width>120</width>
<height>120</height>
</size>
</property>
<property name="pixmap">
<pixmap resource="res.qrc">:/img/logo.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="res.qrc"/>
</resources>
<connections/>
</ui>