-
Notifications
You must be signed in to change notification settings - Fork 0
/
usereditwindow.ui
65 lines (65 loc) · 1.4 KB
/
usereditwindow.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>usereditWindow</class>
<widget class="QMainWindow" name="usereditWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>492</width>
<height>285</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="pbtexit">
<property name="geometry">
<rect>
<x>270</x>
<y>170</y>
<width>145</width>
<height>42</height>
</rect>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>130</x>
<y>80</y>
<width>251</width>
<height>33</height>
</rect>
</property>
<property name="text">
<string>还没有做啦~~ORZ</string>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections>
<connection>
<sender>pbtexit</sender>
<signal>clicked()</signal>
<receiver>usereditWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>342</x>
<y>216</y>
</hint>
<hint type="destinationlabel">
<x>245</x>
<y>142</y>
</hint>
</hints>
</connection>
</connections>
</ui>