-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmusicintrductionui.ui
41 lines (41 loc) · 1.16 KB
/
musicintrductionui.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MusicIntrductionUi</class>
<widget class="QDialog" name="MusicIntrductionUi">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>857</width>
<height>601</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>150</x>
<y>140</y>
<width>431</width>
<height>51</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>50</height>
</size>
</property>
<property name="text">
<string><html><head/><body><p align="center"><a href="http://music.163.com/#/song?id=540968"><span style=" font-size:18pt; font-weight:600; text-decoration: underline; color:#55aa7f;">One more time,one more chance</span></a></p></body></html></string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>