forked from nightn/CloudViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutWin.ui
98 lines (98 loc) · 2.91 KB
/
AboutWin.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AboutWin</class>
<widget class="QWidget" name="AboutWin">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>480</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>480</width>
<height>360</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>480</width>
<height>360</height>
</size>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
</font>
</property>
<property name="mouseTracking">
<bool>false</bool>
</property>
<property name="windowTitle">
<string>About CloudViewer</string>
</property>
<property name="windowIcon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/about.png</normaloff>:/Resources/images/about.png</iconset>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>72</width>
<height>72</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="cloudviewer.qrc">:/Resources/images/icon.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>120</x>
<y>40</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-size:14pt; font-weight:600;">CloutViewer</span></p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>130</x>
<y>90</y>
<width>351</width>
<height>221</height>
</rect>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-size:12pt;">Version 1.0.1</span></p><p><span style=" font-size:12pt;">Copyright(C) 2017 </span><span style=" font-size:12pt; font-weight:600;">Nightn</span><span style=" font-size:12pt;">. </span></p><p><span style=" font-size:12pt;">All rights reservd. </span></p><p><br/></p><p><br/></p></body></html></string>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="cloudviewer.qrc"/>
<include location="cloudviewer.qrc"/>
</resources>
<connections/>
</ui>