-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathaccountcellwidget.ui
87 lines (87 loc) · 1.98 KB
/
accountcellwidget.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AccountCellWidget</class>
<widget class="QWidget" name="AccountCellWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>525</width>
<height>385</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>351</width>
<height>221</height>
</rect>
</property>
<widget class="QLabel" name="nameLabel">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>200</width>
<height>22</height>
</rect>
</property>
<property name="font">
<font>
<family>Segoe UI Symbol</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="toolTipDuration">
<number>-1</number>
</property>
<property name="text">
<string/>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<property name="margin">
<number>0</number>
</property>
</widget>
<widget class="QLabel" name="identityLabel">
<property name="geometry">
<rect>
<x>240</x>
<y>30</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>