QtWebView在线加载网页Demo,用于Qt Windows端在线加载地图
2022-01-19 13:02:18 9KB qt windows 开发语言
1
linux移植过来的,windows下可以运行,基本功能齐全的坦克大战单机版
2021-12-29 18:51:57 17.82MB qt window
1
zlib是提供数据压缩用的函式库,由Jean-loup Gailly与Mark Adler所开发,初版0.9版在1995年5月1日发表。zlib使用DEFLATE算法,最初是为libpng函式库所写的,后来普遍为许多软件所使用。此函式库为自由软件,使用zlib授权。截至2007年3月,zlib是包含在Coverity的美国国土安全部赞助者选择继续审查的开源项目。 qlibzip 是基于zlib的一个实用程序库,使用Qt和Windows一些底层API实现,它主要用于将文件夹压缩到一个zip文件,或将一个zip文件解压缩到文件夹。 //------------------------------------------------------------------------------ // Description: Compress files to a ZIP file. // Parameter: sourceFiles Source files, supporting wildcards. // Parameter: destFile The ZIP file path. // Return Value: true/false. //------------------------------------------------------------------------------ extern "C" bool ZipCompress(const QString &sourceFiles, const QString &destFile); //------------------------------------------------------------------------------ // Description: Extract files from a ZIP file. // Parameter: sourceFile Source ZIP file. // Parameter: destFolder The folder to output files. The parent of the // specified folder MUST exist. // Return Value: true/false. //------------------------------------------------------------------------------ extern "C" bool ZipExtract(const QString &sourceFile, const QString &destFolder); //------------------------------------------------------------------------------ // Description: Extract special file from a ZIP file into memory block. // Parameter: sourceFile Source ZIP file. // Parameter: entryName Special entry name in ZIP file. // Return Value: Extracted memory block. //------------------------------------------------------------------------------ extern "C" QByteArray ZipExtractItem(const QString &sourceFile, const QString &entryName); 具体实例请看demo文件夹。
2021-12-02 19:35:59 1.17MB Zlib libZip Qt Windows
1
用于获得计算机系统版本、CPU型号(注意不是序列号)、MAC地址、内存容量(可用、总容量)等信息的代码。 该程序通过Qt5.4.2的编译和运行,使用了常用的变量和函数。 可在Windows、Linux平台运行
2021-11-26 11:11:39 105KB Qt WIndows Linux Qt5.4.2
1
使用 VS2017的编译器,采用命令行方式编译qt的pro工程的示例工程 具体说明请查看 https://blog.csdn.net/shadow_2011/article/details/121082100 测试环境: Windows 10 + VS2017 + Qt 5.12.9
2021-11-02 17:04:29 72KB msvc qt windows bat
1
自己写了一个QT小程序--多文档编辑器,功能比较全,供大家交流学习,由于本软件由个人开发,bug和改进之处不可避免,希望大家不吝赐教,邮箱:15053874244@163.com,现在为windows版本,如果需要linux版本会在明后天提供。
2021-10-25 22:22:09 5.45MB 多文档编辑器 qt windows版本
1
c++ 跨平台 开发工具 for windows
2021-08-10 09:30:38 6MB c++ qt windows 开发工具
1
在arcgis开发者官网下载的rumtime 100.11.2开发包qt windows版本,由于官网抽风经常上不去,我下载了上传造福大家
2021-08-04 12:02:18 291.61MB arcgis runtimesdk qt windows
1
https://blog.csdn.net/qq_29542611/article/details/86567599 Qt:Windows编程—Qt实现进程管理 示例代码
1
Google breakpad 项目在QT框架下的一个封装版本。这本是一个开源项目,本人只是修改了一下项目配置文件,以及及少数编译错误的代码,使之能够在Windows平台下编译通过。希望能够给各位喜爱Qt框架的程序员朋友们带来帮助。
2021-07-24 20:31:46 2.77MB Breakpad Qt Windows
1