-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathqshowlrc.ui
More file actions
95 lines (95 loc) · 2.06 KB
/
qshowlrc.ui
File metadata and controls
95 lines (95 loc) · 2.06 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QShowLrc</class>
<widget class="QWidget" name="QShowLrc">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>257</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
<string>Easy Player Lyric</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>7</x>
<y>36</y>
<width>241</width>
<height>435</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="frameShape">
<enum>QFrame::WinPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>-5</number>
</property>
<property name="midLineWidth">
<number>-5</number>
</property>
</widget>
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>261</width>
<height>28</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="lb_onPlay">
<property name="geometry">
<rect>
<x>10</x>
<y>4</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Easy Player Lyric</string>
</property>
</widget>
<widget class="QPushButton" name="pb_close">
<property name="geometry">
<rect>
<x>224</x>
<y>0</y>
<width>28</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>