• 大小: 6.14 KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2024-10-23
  • 语言: 其他
  • 标签: QT  http  下载  

资源简介

实现输入指定下载地址与保存地址,完成类似迅雷的功能。

资源截图

代码片段和文件信息

#include “widget.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    Widget w;
    w.show();

    return a.exec();
}

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

     文件        398  2014-05-30 13:34  httpdownloadfile\httpdownloadfile.pro

     文件      18070  2014-07-04 17:05  httpdownloadfile\httpdownloadfile.pro.user

     文件        912  2014-06-04 15:47  httpdownloadfile\httphandler.h

     文件        175  2014-06-03 16:04  httpdownloadfile\main.cpp

     文件       4771  2014-06-25 11:34  httpdownloadfile\widget.cpp

     文件       1246  2014-06-06 15:43  httpdownloadfile\widget.h

     文件       2367  2014-07-01 09:45  httpdownloadfile\widget.ui

     目录          0  2014-07-04 17:05  httpdownloadfile

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

                27939                    8


评论

共有 条评论