forked from Yish1/Class-Roster-Picker-NEXT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
smallwindow.ui
116 lines (116 loc) · 2.57 KB
/
smallwindow.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>smallwindow</class>
<widget class="QWidget" name="smallwindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>322</width>
<height>192</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>271</width>
<height>151</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgba(194, 194, 194, 0.97);
border-top-left-radius :28px;
border-bottom-left-radius :28px;
border-top-right-radius :28px;
border-bottom-right-radius :28px;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>27</x>
<y>27</y>
<width>231</width>
<height>113</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">* {
color: rgb(98, 105, 112);
font-family: 'Microsoft YaHei';
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>247</x>
<y>22</y>
<width>21</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
QPushButton{
border:none;
}
QPushButton:hover{
padding-bottom:4px;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="res/ui1.qrc">
<normaloff>:/icons/exit.png</normaloff>:/icons/exit.png</iconset>
</property>
<property name="iconSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</widget>
</widget>
<resources>
<include location="res/ui1.qrc"/>
</resources>
<connections>
<connection>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>smallwindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>283</x>
<y>39</y>
</hint>
<hint type="destinationlabel">
<x>318</x>
<y>39</y>
</hint>
</hints>
</connection>
</connections>
</ui>