资源简介
采用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歌教程
相关资源
- MSP430音乐播放器
- 51单片机蜂鸣器音乐盒程序代码
- STM32的音乐播放器程序,亲测可用
- labview音乐播放器41927
- Qt编写的MP3播放器
- PCL1.8.1+Qt5.9.4测试程序
- 基于QT的音乐播放器
- QT5 实现TCP通信 客户端与服务端,互相
- QT5串口通信Hex格式传输
- Deep_learning_GUI.rar
- 用Qt5写的天气预报界面
- Qt5做的高仿计算器
- Qt5下windows主机的usb上位机开发第三方
- Qt5开发及第2版陆文周主编魅力实践发
- vue全家桶开发webapp音乐播放器
- 数字电路设计实验 音乐播放器verilo
- pyqt5图片和视频浏览器
- pyqt5串口通讯助手
- linux下QT5十字路口红绿灯信号灯模拟程
- QT5串口上位机工程
- Qt五子棋程序源码
- QT5.7.0实现面积计算小demo
- Qt5.10检测系统休眠
- qt5.3 实现直尺
- qt 5+vs2013 插件 qt-vs-addin-1.2.5
- Qt5 写的一个crc校验
- qt5插件demo源码qt5插件demo源码
- PyQt5:QtCharts 绘制折线图
- pyqt5:Qpainter绘制基础图形,鼠标拖动
- YUV420在qt5下显示
评论
共有 条评论