1 Star 7 Fork 6

Towel Roll/基于Arm和Qt的智能车载系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
music.ui 8.62 KB
一键复制 编辑 原始数据 按行查看 历史
Towel Roll 提交于 2023-07-09 12:49 +08:00 . V02.00.00.00.02
<?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>500</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="styleSheet">
<string notr="true">QMainWindow{border-image: url(:/background-image/background.jpg);};</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QListWidget" name="StatusBar_lw">
<property name="geometry">
<rect>
<x>10</x>
<y>380</y>
<width>780</width>
<height>60</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QListWidget{background-color: transparent;
border:1px solid #242424;}</string>
</property>
</widget>
<widget class="QListWidget" name="music_lw">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>761</width>
<height>201</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>290</y>
<width>741</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="Time1_lb">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(238, 238, 236);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="horizontalSlider">
<property name="maximum">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="Time2_lb">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(243, 243, 243);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>330</y>
<width>761</width>
<height>44</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="left_bt">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="image.qrc">
<normaloff>:/music_image/8.png</normaloff>:/music_image/8.png</iconset>
</property>
<property name="iconSize">
<size>
<width>36</width>
<height>36</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="play_bt">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="image.qrc">
<normaloff>:/music_image/6.png</normaloff>:/music_image/6.png</iconset>
</property>
<property name="iconSize">
<size>
<width>36</width>
<height>36</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="right_bt">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="image.qrc">
<normaloff>:/music_image/3.png</normaloff>:/music_image/3.png</iconset>
</property>
<property name="iconSize">
<size>
<width>36</width>
<height>36</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="volume_bt">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="image.qrc">
<normaloff>:/small_image/audio_player_35.47125074096px_1197051_easyicon.net.png</normaloff>:/small_image/audio_player_35.47125074096px_1197051_easyicon.net.png</iconset>
</property>
<property name="iconSize">
<size>
<width>36</width>
<height>36</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="horizontalSlider_2">
<property name="maximum">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="order_cb">
<property name="frame">
<bool>true</bool>
</property>
<item>
<property name="text">
<string>顺序播放</string>
</property>
</item>
<item>
<property name="text">
<string>循环播放</string>
</property>
</item>
<item>
<property name="text">
<string>单曲循环</string>
</property>
</item>
<item>
<property name="text">
<string>随机播放</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QPushButton" name="lrc_bt">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="image.qrc">
<normaloff>:/music_image/lyrics_24.284584980237px_1165978_easyicon.net.png</normaloff>:/music_image/lyrics_24.284584980237px_1165978_easyicon.net.png</iconset>
</property>
<property name="iconSize">
<size>
<width>36</width>
<height>36</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="dir_bt">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="image.qrc">
<normaloff>:/music_image/folder_31.2832px_1237034_easyicon.net.png</normaloff>:/music_image/folder_31.2832px_1237034_easyicon.net.png</iconset>
</property>
<property name="iconSize">
<size>
<width>36</width>
<height>36</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QLabel" name="SongName">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>771</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>24</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(243, 243, 243);</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QListWidget" name="lrc_lw">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>761</width>
<height>201</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QListWidget{background-color: transparent;
border:1px solid #242424;}</string>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources>
<include location="image.qrc"/>
</resources>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/towel-roll/SmartCarSystem.git
git@gitee.com:towel-roll/SmartCarSystem.git
towel-roll
SmartCarSystem
基于Arm和Qt的智能车载系统
V2.0

搜索帮助