qtmplayer/mainwindow.ui

348 lines
9.2 KiB
XML

<?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>1055</width>
<height>750</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/img/background5);</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="widget_show" native="true">
<property name="geometry">
<rect>
<x>50</x>
<y>150</y>
<width>581</width>
<height>391</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt &quot;微软雅黑&quot;;color: rgb(255, 255, 0);</string>
</property>
</widget>
<widget class="QListWidget" name="song_list_widget">
<property name="geometry">
<rect>
<x>750</x>
<y>80</y>
<width>241</width>
<height>461</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 0);</string>
</property>
</widget>
<widget class="QLabel" name="label_artist">
<property name="geometry">
<rect>
<x>190</x>
<y>100</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 10pt &quot;微软雅黑&quot;;
color: rgb(255, 255, 0);</string>
</property>
<property name="text">
<string>歌手</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_song_name">
<property name="geometry">
<rect>
<x>240</x>
<y>30</y>
<width>221</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 16pt &quot;微软雅黑&quot;;
color: rgb(255, 255, 0);</string>
</property>
<property name="text">
<string>歌名</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_meta_album">
<property name="geometry">
<rect>
<x>380</x>
<y>100</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 10pt &quot;微软雅黑&quot;;color: rgb(255, 255, 0);</string>
</property>
<property name="text">
<string>专辑</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_song_list">
<property name="geometry">
<rect>
<x>800</x>
<y>30</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 18pt &quot;微软雅黑&quot;;color: rgb(255, 255, 0);</string>
</property>
<property name="text">
<string> 歌曲列表</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QWidget" name="contrl_widget" native="true">
<property name="geometry">
<rect>
<x>110</x>
<y>590</y>
<width>471</width>
<height>74</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QToolButton" name="back_btn">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/icon2/play-previous</normaloff>:/icon2/play-previous</iconset>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="last_btn">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/icon2/rewind-back</normaloff>:/icon2/rewind-back</iconset>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="play_btn">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/icon2/play</normaloff>:/icon2/play</iconset>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="next_btn">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/icon2/rewind-forward</normaloff>:/icon2/rewind-forward</iconset>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="front_btn">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/icon2/play-next</normaloff>:/icon2/play-next</iconset>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="volume_widget" native="true">
<property name="geometry">
<rect>
<x>760</x>
<y>550</y>
<width>219</width>
<height>120</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QSlider" name="volume_slider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_3" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QToolButton" name="mute_btn">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/icon2/sound-off</normaloff>:/icon2/sound-off</iconset>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="volume_down_btn">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/icon2/volume-down</normaloff>:/icon2/volume-down</iconset>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="volume_up_btn">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/icon2/volume-up</normaloff>:/icon2/volume-up</iconset>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="time_widget" native="true">
<property name="geometry">
<rect>
<x>50</x>
<y>550</y>
<width>581</width>
<height>40</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="time_left_label">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="time_slider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="time_right_label">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1055</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources>
<include location="res.qrc"/>
</resources>
<connections/>
</ui>