• 大小: 9KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-01
  • 语言: 其他
  • 标签: Qt  播放器  

资源简介

基于Qt5音视频播放器,具体查看:https://blog.csdn.net/automoblie0/article/details/103658725

资源截图

代码片段和文件信息

#include “QtVideo.h“
#include 

int main(int argc char *argv[])
{
QApplication a(argc argv);
QtVideo w;
w.show();
return a.exec();
}

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

    ..A..H.     26112  2019-12-22 23:47  QtVideo\.vs\QtVideo\v14\.suo

     文件        173  2019-12-22 22:55  QtVideo\QtVideo\main.cpp

     文件       2725  2019-12-22 23:43  QtVideo\QtVideo\QtVideo.cpp

     文件        548  2019-12-22 23:42  QtVideo\QtVideo\QtVideo.h

     文件         67  2019-12-22 22:55  QtVideo\QtVideo\QtVideo.qrc

     文件       2541  2019-12-22 23:01  QtVideo\QtVideo\QtVideo.ui

     文件       8903  2019-12-22 22:56  QtVideo\QtVideo\QtVideo.vcxproj

     文件       1970  2019-12-22 22:55  QtVideo\QtVideo\QtVideo.vcxproj.filters

     文件        941  2019-12-22 22:55  QtVideo\QtVideo.sln

     目录          0  2019-12-22 22:55  QtVideo\.vs\QtVideo\v14

     目录          0  2019-12-22 22:55  QtVideo\.vs\QtVideo

    ...D.H.         0  2019-12-22 22:55  QtVideo\.vs

     目录          0  2019-12-22 23:48  QtVideo\QtVideo

     目录          0  2019-12-22 23:48  QtVideo

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

                43980                    14


评论

共有 条评论