You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

398 lines
9.7 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>music</class>
<widget class="QMainWindow" name="music">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
<string>music</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(46, 52, 54);</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="enabled">
<bool>true</bool>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>450</x>
<y>50</y>
<width>281</width>
<height>271</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/image/images/cd.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QSlider" name="durationSlider">
<property name="geometry">
<rect>
<x>430</x>
<y>420</y>
<width>301</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QSlider#durationSlider:handle:horizontal {
border-image:url(:image/images/handle.png);
}
QSlider#durationSlider:sub-page:horizontal {
border-image:url(:image/images/sub-page.png);
}
</string>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_time_start">
<property name="geometry">
<rect>
<x>370</x>
<y>420</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(238, 238, 236);</string>
</property>
<property name="text">
<string>0000</string>
</property>
</widget>
<widget class="QLabel" name="label_time_out">
<property name="geometry">
<rect>
<x>740</x>
<y>420</y>
<width>61</width>
<height>17</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(238, 238, 236);</string>
</property>
<property name="text">
<string>0450</string>
</property>
</widget>
<widget class="QSlider" name="Slider_volume">
<property name="geometry">
<rect>
<x>740</x>
<y>270</y>
<width>20</width>
<height>111</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QSlider::handle:horizontal {
border-image: url(:/image/images/1.bmp);
}
</string>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>140</x>
<y>10</y>
<width>241</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(238, 238, 236);</string>
</property>
<property name="text">
<string>Q MusicEnjoy it</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>60</x>
<y>360</y>
<width>281</width>
<height>81</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="btn_previous">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">
QPushButton#btn_previous {
border-image:url(:/image/images/btn_previous1.png);
}
QPushButton#btn_previous:hover {
border-image:url(:/image/images/btn_previous2.png);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_play">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#btn_play {
border-image:url(:/image/images/btn_play1.png);
}
QPushButton#btn_play:hover {
border-image:url(:/image/images/btn_play2.png);
}
QPushButton#btn_play:checked {
border-image:url(:/image/images/btn_pause1.png);
}
QPushButton#btn_play:checked:hover {
border-image:url(:/image/images/btn_pause2.png);
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_next">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#btn_next {
border-image:url(:/image/images/btn_next1.png);
}
QPushButton#btn_next:hover {
border-image:url(:/image/images/btn_next2.png);
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>480</x>
<y>380</y>
<width>291</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="spacing">
<number>55</number>
</property>
<item>
<widget class="QPushButton" name="btn_favorite">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#btn_favorite {
border-image:url(:image/images/btn_favorite_no.png);
}
QPushButton#btn_favorite:checked {
border-image:url(:image/images/btn_favorite_yes.png);
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_mode">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#btn_mode {
border-image:url(:image/images/btn_listcircle1.png);
}
QPushButton#btn_mode:hover {
border-image:url(:image/images/btn_listcircle2.png);
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_menu">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#btn_menu {
border-image:url(:image/images/btn_menu1.png);
}
QPushButton#btn_menu:hover {
border-image:url(:image/images/btn_menu2.png);
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_volume">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton#btn_volume {
border-image:url(:image/images/btn_volume1.png);
}
QPushButton#btn_volume:hover {
border-image:url(:image/images/btn_volume2.png);
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QListWidget" name="listWidget">
<property name="geometry">
<rect>
<x>70</x>
<y>50</y>
<width>341</width>
<height>301</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QListWidget#listWidget {
color: rgb(238, 238, 236);
font-size: 15px;
border:none;
}
QListWidget#listWidget:item {
background: transparent;
height:60;
}
QListWidget#listWidget:item:selected {
color:#5edcf3;
background: transparent;
}
QListWidget#listWidget:item:hover {
background: transparent;
color:#5edcf3;
border:none;
}
</string>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>