1 Star 5 Fork 0

wxqt / HttpDownLoad

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.cpp 174 Bytes
一键复制 编辑 原始数据 按行查看 历史
wxqt 提交于 2018-10-23 23:16 . "第一次上传"
#include "mainwidget.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWidget w;
w.show();
return a.exec();
}
C++
1
https://gitee.com/wxqt/HttpDownLoad.git
git@gitee.com:wxqt/HttpDownLoad.git
wxqt
HttpDownLoad
HttpDownLoad
master

搜索帮助