资源简介
采用Qt5的QMediaPlayer制作的音乐播放器,皮肤是模仿的千千静听的皮肤,支持歌词同步,在线更新歌词(在线更新歌词部分功能只写了部分),欢迎大家指正。

代码片段和文件信息
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
**
** “Redistribution and use in source and binary forms with or without
** modification are permitted provided that the following conditions are
** met:
** * Redistributions of source code must retain the above copyright
** notice this list of conditions and the following disclaimer.
** * Redistributions in binary form must reproduce the above copyright
** notice this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
** of its contributors may be used to endorse or promote products derived
** from this software without specific prior written permission.
**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** “AS IS“ AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT
** LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL
** SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT
** LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE
** DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
** THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
** OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.“
**
** $QT_END_LICENSE$
**
****************************************************************************/
#include “player.h“
#include
#include
int main(int argc char *argv[])
{
#ifdef Q_WS_MAEMO_6
//Meego graphics system conflicts with xvideo during fullscreen transition
QApplication::setGraphicsSystem(“raster“);
#endif
QApplication app(argc argv);
QTextCodec::setCodecForLocale(QTextCodec::codecForName(“UTF-8“));
Player player;
#if defined(Q_WS_SIMULATOR)
player.setAttribute(Qt::WA_LockLandscapeOrientation);
player.showMaximized();
#else
player.show();
#endif
return app.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-02-13 23:19 pla
文件 2352 2015-02-13 23:01 pla
目录 0 2015-02-23 16:46 pla
目录 0 2015-02-13 09:28 pla
目录 0 2015-02-13 09:28 pla
文件 18432 2015-02-11 22:52 pla
目录 0 2015-02-23 16:52 pla
文件 6008 2015-02-07 19:14 pla
目录 0 2015-02-13 09:28 pla
文件 18432 2015-02-07 14:02 pla
目录 0 2015-02-13 09:28 pla
文件 1551 2013-11-08 18:38 pla
文件 1695 2013-11-08 18:38 pla
文件 1695 2013-11-08 18:38 pla
文件 1551 2013-11-08 18:38 pla
文件 274 2013-11-05 12:40 pla
文件 274 2013-11-05 12:40 pla
文件 273 2013-11-05 12:40 pla
文件 274 2013-11-05 12:40 pla
文件 1205 2013-11-08 18:38 pla
文件 1381 2013-11-08 18:38 pla
文件 1381 2013-11-08 18:38 pla
文件 1205 2013-11-08 18:38 pla
文件 225 2013-11-05 14:31 pla
文件 225 2013-11-05 14:31 pla
文件 225 2013-11-05 14:31 pla
文件 225 2013-11-05 14:31 pla
文件 552 2013-11-05 17:14 pla
文件 664 2013-11-05 17:14 pla
文件 664 2013-11-05 17:14 pla
文件 552 2013-11-05 17:14 pla
............此处省略88个文件信息
- 上一篇:UC大图预览插件 最新版
- 下一篇:机架+VST插件+效果文件+K歌教程
相关资源
- 我做的电子琴,21个音,一般歌曲基本
- QT局域网聊天系统(基于QT5.修改过)
- Qt 播放音频文件
- 微信小程序——音乐播放器
- QT5.5入门与项目实战
- 二狗音乐播放器.zip
- 基于FFmpeg4.0.2的AAC编码器
- mp4_play.zip
- 基于QT的音乐播放器源代码及详细教程
- 使用Qt编写的视频监控系统支持Qt4-Q
- Qt 多线程连接数据库——数据库
- 基于Qt5.8+OpenCV3.2的Basler多相机触发开
- 串口调试助手 Qt5版源码
-
Music_Pla
yer.zip - Qt5的多线程小程序,实现按钮开关线
-
swift-YLFollowMusicPla
yer一个在线音乐播 - Ubuntu16.04中配置Qt5.9.1和OpenCV3.4.0过程
- fpga音乐播放器
- Qt pdf poppler
- 基于Qt5的串口调试助手
- Qt 音乐播放器 实现歌词显示 网络播放
- musicApp.rar
- 基于stm32通用定时器的音乐播放器
- 非常全面的音乐播放器
- Qt类关系图
- 安卓开发音乐播放器
- PyQt5编写的大数据应用-高速公路违章
- QT5.9.0实现的QWidget版富文本编辑器
- 基于FPGA的MP3音乐播放器设计
- QT4简洁音乐播放器
评论
共有 条评论