-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdlgabout.ui
More file actions
107 lines (107 loc) · 2.94 KB
/
dlgabout.ui
File metadata and controls
107 lines (107 loc) · 2.94 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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DlgAbout</class>
<widget class="QDialog" name="DlgAbout">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>551</width>
<height>380</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>550</width>
<height>380</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/images/dlg.png);</string>
</property>
<widget class="QLabel" name="tubiaoLabel">
<property name="geometry">
<rect>
<x>90</x>
<y>80</y>
<width>201</width>
<height>161</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/images/daotingtushuo.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="shuomingLabel">
<property name="geometry">
<rect>
<x>280</x>
<y>80</y>
<width>180</width>
<height>120</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/images/guanyu.png);</string>
</property>
<property name="text">
<string><html><head/><body><p align="center"><span style=" font-weight:600;">道听图说 1.2</span></p><p align="center">景区智能化服务专家</p></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="quitPushButton">
<property name="geometry">
<rect>
<x>380</x>
<y>260</y>
<width>40</width>
<height>40</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">border-image:none;
background-color: rgba(255, 255, 255, 0);</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/quit.png</normaloff>:/images/quit.png</iconset>
</property>
<property name="iconSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
</widget>
</widget>
</widget>
<resources>
<include location="images.qrc"/>
</resources>
<connections/>
</ui>