forked from Blackmamba-xuan/QtQQ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmymessagebox.ui
102 lines (102 loc) · 2.22 KB
/
mymessagebox.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
99
100
101
102
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Mymessagebox</class>
<widget class="QWidget" name="Mymessagebox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>260</width>
<height>100</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>260</width>
<height>100</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">#widget{
background:white;
border-radius:3px;
border:1px solid rgb(113,113,113);
}</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>4</x>
<y>4</y>
<width>171</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string> 周杰伦收到的消息</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>236</x>
<y>0</y>
<width>24</width>
<height>24</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
color:rgb(134, 134, 134);;
}
QLabel:hover{
background-color:rgb(212, 64, 39);
color:rgb(255, 255, 255);
border-top-right-radius:3px;
}</string>
</property>
<property name="text">
<string>X</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QListWidget" name="listWidget">
<property name="geometry">
<rect>
<x>1</x>
<y>25</y>
<width>258</width>
<height>71</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border:none;</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>