代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1259</width>
<height>791</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QWidget" name="centralwidget">
<property name="styleSheet">
<string notr="true">QWidget#centralwidget{
background-image: url(:/image/image/background/default.jpg);
}</string>
</property>
<widget class="QLabel" name="topic">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>121</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>16</pointsize>
<weight>9</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
font: 75 pt "Comic Sans MS";
color:rgba(255,255,255,0.8);
}</string>
</property>
<property name="text">
<string> Music</string>
</property>
</widget>
<widget class="QPushButton" name="local_button">
<property name="geometry">
<rect>
<x>230</x>
<y>70</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="toolTip">
<string><html><head/><body><p>本地音乐</p></body></html></string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image: url(:/image/image/button/music.png);
background-repeat:no-repeat;
background-position:center center;
border:none;
}
QPushButton:hover{
background-image: url(:/image/image/buttonhover/music_hover.png);
background-repeat:no-repeat;
background-position:center center;
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLineEdit" name="search_text">
<property name="geometry">
<rect>
<x>500</x>
<y>20</y>
<width>371</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>-1</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
</font>
</property>
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="toolTip">
<string>输入歌曲或歌手</string>
</property>
<property name="statusTip">
<string>输入歌曲</string>
</property>
<property name="styleSheet">
<string notr="true">QLineEdit{
background-color: rgba(255, 255, 255,0.4);
border-style:outset;
border-width:0px;
border-radius:10px;
border-color: rgba(0,0,0,100);
font:bold 16px;
color: rgb(255, 255, 255);
padding:6px;
}</string>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNone</set>
</property>
</widget>
<widget class="QPushButton" name="search_button">
<property name="geometry">
<rect>
<x>890</x>
<y>20</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="toolTip">
<string>搜索</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image: url(:/image/image/button/sereach.png);
background-repeat:no-repeat;
background-position:center center;
border:none;
}
QPushButton:hover{
background-image: url(:/image/image/buttonhover/sereach-hover.png);
background-repeat:no-repeat;
background-position:center center;
}
QPushButton:pressed{
background-image: url(:/image/image/button/sereach.png);
background-repeat:no-repeat;
background-position:center center;
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="like_button">
<property name="geometry">
<rect>
<x>140</x>
<y>70</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="toolTip">
<string><html><head/><body><p>我喜欢</p></body></html></string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image: url(:/image/image/button/like.png);
background-repeat:no-repeat;
background-position:center center;
border:none;
}
QPushButton:hover{
background-image: url(:/image/image/buttonhover/like-hover.png);
background-repeat:no-repeat;
background-position:center center;
}
QPushButton:pressed{
background-image: url(:/image/image/button/like.png);
background-repeat:no-repeat;
background-position:center center;
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="pre_button">
<property name="geometry">
<rect>
<x>60</x>
<y>720</y>
<width>48</width>
<height>48</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image: url(:/image/image/button/pre.png);
background-repeat:no-repeat;
background-position:center center;
border:none;
}
QPushButton:hover{
background-image: url(:/image/image/buttonhover/pre-hover.png);
background-repeat:no-repeat;
background-position:center center;
}
QPushButton:pressed{
background-image: url(:/image/image/button/pre.png);
background-repeat:no-repeat;
background-position:center center;
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QSlider" name="sound_slider">
<property name="geometry">
<rect>
<x>1170</x>
<y>540</y>
<width>35</width>
<height>181</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true"> QSlider
{
background-color: rgba(255,255,255,0.2);
min-width:5px;
max-width:5px;
border:15px solid rgba(255,255,255,0.2);
}
QSlider::add-page:vertical
{
background-color: rgb(250, 250, 0);
width:4px;
}
QSlider::sub-page:vertical
{
background-color: rgba(255,255,255,0.5);
width:4px;
}
QSlider::groove:vertical
{
background:transparent;
width:6px;
}
QSlider::handle:vertical
{
height: 13px;
width:13px;
margin: -0 -4px;
border-image: url(:/image/image/slider/round.png);
}</string>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="tickPosition">
<enum>QSlider::NoTicks</enum>
</property>
</widget>
<widget class="QPushButton" name="next_button">
<property name="geometry">
<rect>
<x>200</x>
<y>720</y>
<width>48</width>
<height>48</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image: url(:/image/image/button/next.png);
background-repeat:no-repeat;
background-position:center center;
border:none;
}
QPushButton:hover{
background-image: url(:/image/image/buttonhover/next-hover.png);
background-repeat:no-repeat;
background-position:center center;
}
QPushButton:pressed{
background-image: url(:/image/image/button/next.png);
background-repeat:no-repeat;
background-position:center center;
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="sound_button">
<property name="geometry">
<rect>
<x>1170</x>
<y>730</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image: url(:/image/image/button/music-voice.png);
background-repeat:no-repeat;
background-position:center center;
border:none;
}
QPushButton:hover{
background-repeat:no-repeat;
background-position:center center;
}
QPushButton:pressed{
background-repeat:no-repeat;
background-position:center center;
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QSlider" name="progress">
<property name="geometry">
<rect>
<x>260</x>
<y>730</y>
<width>731</width>
<height>31</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QSlider::add-page:Horizontal
{
background-color: rgba(255, 255, 255,0.2);
height:4px;
}
QSlider::sub-page:Horizontal
{
background-color: rgb(255, 255, 255);
height:4px;
}
QSlider::groove:Horizontal
{
background:transparent;
height:4px;
}
QSlider::handle:Horizontal
{
height:16px;
width:16px;
border-image: url(:/image/image/slider/round.png);
margin: -6 0px;
}
</string>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QPushButton" name="like_but">
<property name="geometry">
<rect>
<x>1010</x>
<y>730</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image: url(:/image/image/button/Ilike.png);
background-repeat:no-repeat;
background-position:center center;
border:none;
}
QPushButton:hover{
background-image: url(:/image/image/buttonhover/Ilike-hover.png);
background-repeat:no-repeat;
background-position:center center;
}
QPushButton:pressed{
background-repeat:no-repeat;
background-position:center center;
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="play_but">
<property name="geometry">
<rect>
<x>1060</x>
<y>730</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-repeat:no-repeat;
background-position:center center;
border:none;
}
QPushButton:hover{
background-repeat:no-repeat;
background-position:center center;
}
QPushButton:pressed{
background-repeat:no-repeat;
background-position:center center;
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="play_button">
<property name="geometry">
<rect>
<x>130</x>
<y>720</y>
<width>48</width>
<height>48</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-repeat:no-repeat;
background-position:center center;
border:none;
}
QPushButton:hover{
background-repeat:no-repeat;
background-position:center center;
}
QPushButton:pressed{
background-repeat:no-repeat;
background-position:center center;
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="cur_button">
<property name="geometry">
<rect>
<x>60</x>
<y>70</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image: url(:/image/image/button/list.png);
background-repeat:no-repeat;
background-position:center center;
border:none;
}
QPushButton:hover{
background-image: url(:/image/image/buttonhover/list-hover.png);
background-repeat:no-repeat;
background-position:center center;
}
QPushButton:pressed{
background-image: url(:/image/image/button/list.png);
background-repeat:no-repeat;
background-position:center center;
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="minimize_but">
<property name="geometry">
<rect>
<x>1130</x>
<y>0</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
border-radius:0px;
background-image: url(:/image/image/button/min.png);
background-color: rgba(255, 255, 255,0);
background-repeat:no-repeat;
border:none;
background-position:center center;
}
QPushButton:hover{
background-color: rgba(255, 255, 255,100);
}
QPushButton:pressed{
background-color: rgba(95, 95, 95,100);
border-color:rgba(255,255,255,30);
border-style:inset;
color:rgba(0,0,0,100);
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="maxmize_but">
<property name="geometry">
<rect>
<x>1180</x>
<y>0</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
border-radius:0px;
background-image: url(:/image/image/button/max.png);
background-color: rgba(255, 255, 255,0);
background-repeat:no-repeat;
border:none;
background-position:center center;
}
QPushButton:hover{
background-color: rgba(255, 255, 255,100);
}
QPushButton:pressed{
background-color: rgba(95, 95, 95,100);
border-color:rgba(255,255,255,30);
border-style:inset;
color:rgba(0,0,0,100);
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="quit_button">
<property name="geometry">
<rect>
<x>1220</x>
<y>0</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
border-radius:0px;
background-image: url(:/image/image/button/quit.png);
background-color: rgba(255, 255, 255,0);
background-repeat:no-repeat;
border:none;
background-position:center center;
}
QPushButton:hover{
background-color: rgba(230,0,0,0.5);
}
QPushButton:pressed{
background-color: rgba(95, 95, 95,100);
border-color:rgba(255,255,255,30);
border-style:inset;
color:rgba(0,0,0,100);
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="positionLabel">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>880</x>
<y>700</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>Calibri</family>
<pointsize>11</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color:rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>00:00/00:00</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="return_button">
<property name="geometry">
<rect>
<x>1040</x>
<y>70</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image: url(:/image/image/button/jump.png);
background-repeat:no-repeat;
background-position:center center;
border:none;
}
QPushButton:hover{
background-image: url(:/image/image/buttonhover/left-arrow-hover.png);
background-repeat:no-repeat;
background-position:center center;
}
QPushButton:pressed{
background-repeat:no-repeat;
background-position:center center;
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="down_but">
<property name="geometry">
<rect>
<x>1110</x>
<y>730</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image: url(:/image/image/button/download.png);
background-repeat:no-repeat;
background-position:center center;
border:none;
}
QPushButton:hover{
background-image: url(:/image/image/buttonhover/downloadhover.png);
background-repeat:no-repeat;
background-position:center center;
}
QPushButton:pressed{
background-repeat:no-repeat;
background-position:center center;
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="home_but">
<property name="geometry">
<rect>
<x>430</x>
<y>20</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image: url(:/image/image/button/home.png);
background-repeat:no-repeat;
background-position:center center;
border:none;
}
QPushButton:hover{
background-image: url(:/image/image/buttonhover/homehover.png);
background-repeat:no-repeat;
background-position:center center;
}
QPushButton:pressed{
background-repeat:no-repeat;
background-position:center center;
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="skin_but">
<property name="geometry">
<rect>
<x>1080</x>
<y>0</y>
<width>31</width>
<height>28</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
border-radius:0px;
background-image: url(:/image/image/button/skin.png);
background-color: rgba(255, 255, 255,0);
background-repeat:no-repeat;
border:none;
background-position:center center;
}
QPushButton:hover{
background-color: rgba(255, 255, 255,100);
}
QPushButton:pressed{
background-color: rgba(95, 95, 95,100);
border-color:rgba(255,255,255,30);
border-style:inset;
color:rgba(0,0,0,100);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QStackedWidget" name="stackedWidget">
<property name="geometry">
<rect>
<x>30</x>
<y>110</y>
<width>271</width>
<height>581</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255,0);</string>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="page">
<widget class="QListWidget" name="cur_list">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>251</width>
<height>551</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255,0.2);
</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="page2">
<widget class="QListWidget" name="love_list">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>251</width>
<height>551</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255,0.2);</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="page3">
<widget class="QListWidget" name="local_list">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>251</width>
<height>551</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255,0.2);</string>
</property>
</widget>
</widget>
</widget>
<widget class="QLabel" name="song_inf">
<property name="geometry">
<rect>
<x>260</x>
<y>700</y>
<width>381</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QStackedWidget" name="stackedWidget_2">
<property name="geometry">
<rect>
<x>330</x>
<y>110</y>
<width>741</width>
<height>581</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="currentIndex">
<number>1</number>
</property>
<widget class="QWidget" name="page_1">
<property name="styleSheet">
<string notr="true">QWidget #page_1{
background-color: rgba(255, 255, 255,0.4);
}</string>
</property>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>50</x>
<y>30</y>
<width>161</width>
<height>161</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/image/image/background/but1.jpg);
background-repeat:no-repeat;
background-position:center center;
border:none;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>90</x>
<y>200</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>12</pointsize>
<weight>9</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
font: 75 pt "Comic Sans MS";
color: rgb(43, 43, 43);
}</string>
</property>
<property name="text">
<string>专辑分类</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>300</x>
<y>30</y>
<width>161</width>
<height>161</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
background-image: url(:/image/image/background/but1.jpg);
background-repeat:no-repeat;
background-position:center center;
border:none;
}
QPushButton:hover{
background-repeat:no-repeat;
background-position:center center;
}
QPushButton:pressed{
background-repeat:no-repeat;
background-position:center center;
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>340</x>
<y>200</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>12</pointsize>
<weight>9</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
font: 75 pt "Comic Sans MS";
color: rgb(43, 43, 43);
}</string>
</property>
<property name="text">
<string>语种分类</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>530</x>
<y>30</y>
<width>161</width>
<height>161</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
background-image: url(:/image/image/background/but1.jpg);
background-repeat:no-repeat;
background-position:center center;
border:none;
}
QPushButton:hover{
background-repeat:no-repeat;
background-position:center center;
}
QPushButton:pressed{
background-repeat:no-repeat;
background-position:center center;
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>570</x>
<y>200</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Comic Sans MS</family>
<pointsize>12</pointsize>
<weight>9</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">QLabel{
font: 75 pt "Comic Sans MS";
color: rgb(43, 43, 43);
}</string>
</property>
<property name="text">
<string>歌手分类</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="page_2">
<widget class="QListWidget" name="search_widget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>721</width>
<height>561</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgba(255, 255, 255,0.2);</string>
</property>
</widget>
</widget>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。