-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathaboutwindow.ui
More file actions
96 lines (96 loc) · 4.21 KB
/
aboutwindow.ui
File metadata and controls
96 lines (96 loc) · 4.21 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
<?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>240</width>
<height>360</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>240</width>
<height>360</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>240</width>
<height>360</height>
</size>
</property>
<property name="windowTitle">
<string>About ColorShifter</string>
</property>
<widget class="QLabel" name="icon">
<property name="geometry">
<rect>
<x>50</x>
<y>10</y>
<width>141</width>
<height>131</height>
</rect>
</property>
<property name="whatsThis">
<string>Also check out Hacker School!</string>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="defaultpalettes.qrc">:/icon-128.png</pixmap>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="closeButton">
<property name="geometry">
<rect>
<x>80</x>
<y>330</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Close</string>
</property>
</widget>
<widget class="QLabel" name="text">
<property name="geometry">
<rect>
<x>15</x>
<y>150</y>
<width>211</width>
<height>171</height>
</rect>
</property>
<property name="text">
<string><html><head/><body><p align="center"><span style=" font-size:12pt; font-weight:600; color:#414141;">ColorShifter 1.0.1</span></p><p><span style=" font-size:10pt;">By Mihai Radu Popescu (</span><a href="https://twitter.com/elfakyn"><span style=" font-size:10pt; text-decoration: underline; color:#414141;">@elfakyn</span></a><span style=" font-size:10pt;">)</span></p><p><span style=" font-size:10pt;">Browse </span><a href="https://github.com/elfakyn/ColorShifter-qt"><span style=" font-size:10pt; text-decoration: underline; color:#414141;">the source code</span></a><span style=" font-size:10pt;">!<br/>Explore </span><a href="https://github.com/elfakyn"><span style=" font-size:10pt; text-decoration: underline; color:#414141;">my GitHub</span></a><span style=" font-size:10pt;">!<br/>Check out </span><a href="http://www.sthaskell.com/"><span style=" font-size:10pt; text-decoration: underline; color:#414141;">my Haskell book</span></a><span style=" font-size:10pt;">!<br/>Read </span><a href="https://docs.google.com/document/d/1ByVNHsiWWF6shWj5DtPqO2uFuoVD5aPw54XgHibNvz0/"><span style=" font-size:10pt; text-decoration: underline; color:#414141;">my resume</span></a><span style=" font-size:10pt;">!</span></p><p><span style=" font-size:10pt;">This application uses Qt 5, which is</span><br/><a href="http://qt-project.org/doc/qt-5/lgpl.html"><span style=" font-size:10pt; text-decoration: underline; color:#414141;">licensed under the LGPL</span></a><span style=" font-size:10pt;">.</span></p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</widget>
<resources>
<include location="defaultpalettes.qrc"/>
</resources>
<connections/>
</ui>