基本信息
源码名称:qt5.14.2自制下载器
源码大小:24.97M
文件格式:.zip
开发语言:C/C++
更新时间:2022-01-13
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

qt5.14.2自制下载器

完整源代码 简单小实例

.
├── My-Http
│   ├── build-myHttp-Desktop_Qt_5_14_2_MinGW_64_bit-Debug
│   │   ├── Makefile
│   │   ├── Makefile.Debug
│   │   ├── Makefile.Release
│   │   ├── debug
│   │   │   ├── main.o
│   │   │   ├── moc_predefs.h
│   │   │   ├── moc_widget.cpp
│   │   │   ├── moc_widget.o
│   │   │   ├── myHttp.exe
│   │   │   └── widget.o
│   │   ├── release
│   │   └── ui_widget.h
│   └── myHttp
│       ├── Makefile
│       ├── Makefile.Debug
│       ├── Makefile.Release
│       ├── debug
│       ├── main.cpp
│       ├── myHttp.pro
│       ├── myHttp.pro.user
│       ├── release
│       │   ├── D3Dcompiler_47.dll
│       │   ├── Qt5Core.dll
│       │   ├── Qt5Gui.dll
│       │   ├── Qt5Network.dll
│       │   ├── Qt5Svg.dll
│       │   ├── Qt5Widgets.dll
│       │   ├── bearer
│       │   │   └── qgenericbearer.dll
│       │   ├── iconengines
│       │   │   └── qsvgicon.dll
│       │   ├── imageformats
│       │   │   ├── qgif.dll
│       │   │   ├── qicns.dll
│       │   │   ├── qico.dll
│       │   │   ├── qjpeg.dll
│       │   │   ├── qsvg.dll
│       │   │   ├── qtga.dll
│       │   │   ├── qtiff.dll
│       │   │   ├── qwbmp.dll
│       │   │   └── qwebp.dll
│       │   ├── libEGL.dll
│       │   ├── libGLESv2.dll
│       │   ├── libgcc_s_seh-1.dll
│       │   ├── libstdc -6.dll
│       │   ├── libwinpthread-1.dll
│       │   ├── main.o
│       │   ├── moc_predefs.h
│       │   ├── moc_widget.cpp
│       │   ├── moc_widget.o
│       │   ├── myHttp.exe
│       │   ├── opengl32sw.dll
│       │   ├── platforms
│       │   │   └── qwindows.dll
│       │   ├── styles
│       │   │   └── qwindowsvistastyle.dll
│       │   ├── translations
│       │   │   ├── qt_ar.qm
│       │   │   ├── qt_bg.qm
│       │   │   ├── qt_ca.qm
│       │   │   ├── qt_cs.qm
│       │   │   ├── qt_da.qm
│       │   │   ├── qt_de.qm
│       │   │   ├── qt_en.qm
│       │   │   ├── qt_es.qm
│       │   │   ├── qt_fi.qm
│       │   │   ├── qt_fr.qm
│       │   │   ├── qt_gd.qm
│       │   │   ├── qt_he.qm
│       │   │   ├── qt_hu.qm
│       │   │   ├── qt_it.qm
│       │   │   ├── qt_ja.qm
│       │   │   ├── qt_ko.qm
│       │   │   ├── qt_lv.qm
│       │   │   ├── qt_pl.qm
│       │   │   ├── qt_ru.qm
│       │   │   ├── qt_sk.qm
│       │   │   ├── qt_uk.qm
│       │   │   └── qt_zh_TW.qm
│       │   └── widget.o
│       ├── ui_widget.h
│       ├── widget.cpp
│       ├── widget.h
│       └── widget.ui
└── 好例子网_My-Http-qt5.14.2自制下载器.zip

13 directories, 74 files