-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaboutwindow.ui
74 lines (74 loc) · 2.35 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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AboutWindow</class>
<widget class="QDialog" name="AboutWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>457</width>
<height>384</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>About</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string><html><head/><body><p><span style=" font-size:14pt; font-weight:600;">QYoutubeDownloader</span></p><p>by</p><p>Nikolai (doublejim)</p><p>Johan Straarup (jstraarup)</p><p><br/></p><p>If you need help you can write Johan at:</p><p>johan.straarup [at] gmail [dot] com</p><p>If you find a bug or want a feature, please create an issue on: </p><p>http://triplejim.herokuapp.com</p><p>You do not need to sign up or be a programmer to create an issue -</p><p>We are friendly people :-)</p><p>Hope you enjoy our software. Have a nice day :-)</p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</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>17</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushClose">
<property name="text">
<string>Close window</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>pushClose</sender>
<signal>clicked()</signal>
<receiver>AboutWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>60</x>
<y>380</y>
</hint>
<hint type="destinationlabel">
<x>225</x>
<y>202</y>
</hint>
</hints>
</connection>
</connections>
</ui>