• 大小: 0.96M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: 其他
  • 标签: 其他  

资源简介


QT写的播放器 支持 歌词显示 在线搜歌功能

资源截图

代码片段和文件信息


#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include lStreamReader>

#include “listwindow.h“
#include “ui_listwindow.h“

ListWindow::ListWindow(QWidget *parent) :
    QWidget(parent)
    ui(new Ui::ListWindow)
{
    this->setWindowtitle(tr(“播放列表“));
    QPixmap pixmap(PlayListPixPath);
    Qframe *frame = new Qframe(this);
    frame->resize(pixmap.size());
    QPalette palette;
    palette.setBrush(frame->backgroundRole()QBrush(pixmap));
    frame->setPalette(palette);
    frame->setMask(pixmap.mask()); //可以将图片中透明部分显示为透明的
    frame->setAutoFillBackground(true);

    this->setPalette(palette);

    ui->setupUi(this);
    normalitemfont.setItalic(false);
    normalitemfont.setBold(false);
    normalitemfont.setPointSize(NormalMusicNameSize);  //设置大小

    ui->playlist->setColumnCount(4);// |记录是否为本地文件 | 歌曲名称 | 歌曲的路径 | 歌词的路径|
    ui->playlist->setColumnWidth(1400);  //设置第二列的宽度
    ui->playlist->se

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .......       677  2012-05-21 17:12  飞鹰播放器\global.h

    .......     70971  2011-04-12 17:52  飞鹰播放器\image\1.jpg

    .......     45402  2010-05-03 09:54  飞鹰播放器\image\70.jpg

    .......    625368  2012-05-21 09:11  飞鹰播放器\image\eagle.ico

    .......     40216  2010-08-13 14:31  飞鹰播放器\image\kfind (2).png

    .......     11660  2012-04-01 13:34  飞鹰播放器\image\last.png

    .......     16792  2010-12-19 14:52  飞鹰播放器\image\localmusic.png

    .......     12311  2012-04-01 13:31  飞鹰播放器\image\next.png

    .......     14643  2010-12-19 14:52  飞鹰播放器\image\onlinemusic.png

    .......     19725  2012-04-01 13:13  飞鹰播放器\image\pause.png

    .......     20647  2012-04-01 13:07  飞鹰播放器\image\play.png

    .......    450553  2012-05-21 11:02  飞鹰播放器\libphonon.so.4.4.0

    .......     20480  2012-05-21 17:54  飞鹰播放器\listwindow.cpp

    .......      2885  2012-05-21 17:16  飞鹰播放器\listwindow.h

    .......      2376  2012-05-11 14:34  飞鹰播放器\listwindow.ui

    .......        68  2012-05-21 09:13  飞鹰播放器\logo.rc

    .......      7147  2012-05-21 18:00  飞鹰播放器\lrcwindow.cpp

    .......      1458  2012-05-21 17:16  飞鹰播放器\lrcwindow.h

    .......       553  2012-05-21 17:30  飞鹰播放器\main.cpp

    .......      9524  2012-05-21 17:14  飞鹰播放器\mainwindow.cpp

    .......      1993  2012-05-21 17:17  飞鹰播放器\mainwindow.h

    .......      5374  2012-05-11 14:48  飞鹰播放器\mainwindow.ui

    .......       624  2012-05-21 17:55  飞鹰播放器\MusicPlayer.pro

    .......       394  2012-05-21 09:19  飞鹰播放器\resources.qrc

    .......      2322  2012-05-20 23:48  飞鹰播放器\searchonline.ui

     目录          0  2012-05-21 09:13  飞鹰播放器\image

     目录          0  2012-07-12 10:52  飞鹰播放器

----------- ---------  ---------- -----  ----

              1384163                    27



............此处省略0个文件信息

评论

共有 条评论