-
Notifications
You must be signed in to change notification settings - Fork 1
/
cost.ui
78 lines (78 loc) · 1.74 KB
/
cost.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>cost</class>
<widget class="QWidget" name="cost">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>801</width>
<height>46</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/page/material/page/cost_bar.png);</string>
</property>
<widget class="QLabel" name="cost_type">
<property name="geometry">
<rect>
<x>150</x>
<y>10</y>
<width>75</width>
<height>25</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 13pt "隶书";
color: rgb(140, 146, 149);</string>
</property>
<property name="text">
<string>type</string>
</property>
</widget>
<widget class="QLabel" name="cost_money">
<property name="geometry">
<rect>
<x>630</x>
<y>10</y>
<width>160</width>
<height>25</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
</string>
</property>
<property name="text">
<string>支出</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="cost_icon">
<property name="geometry">
<rect>
<x>30</x>
<y>5</y>
<width>34</width>
<height>34</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>