摘要: qt二维码 https://github.com/ftylitak/qzxing 直接构建qzxing-master\src里面的QZXing.pro,得到QZXing3.dll文件。 https://blog.csdn.net/zhanghuahuapoi/article/details/1234 阅读全文
posted @ 2024-07-17 22:36 txwtech 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://baijiahao.baidu.com/s?id=1778701873427911326&wfr=spider&for=pc 翻译 搜索 复制 阅读全文
posted @ 2024-07-12 20:53 txwtech 阅读(1) 评论(0) 推荐(0) 编辑
摘要: D:\cpp_project\ConsoleApplication1\x64\Debug\ConsoleApplication1.exe (进程 23480)已退出,代码为 0。要在调试停止时自动关闭控制台,请启用“工具”->“选项”->“调试”->“调试停止时自动关闭控制台”。按任意键关闭此窗口. 阅读全文
posted @ 2024-07-09 13:55 txwtech 阅读(2) 评论(0) 推荐(0) 编辑
摘要: hvigor ERROR: Failed :entry:default@SignHap... > hvigor ERROR: Failed to find the incremental input file: C:\Users\8\.ohos\config\auto_debug_MyApplica 阅读全文
posted @ 2024-06-27 20:38 txwtech 阅读(35) 评论(0) 推荐(0) 编辑
摘要: Qt5目前有两个长期支持版本(Long Term Support)Qt5.6和Qt5.9,Qt5.6可以在XP和win7及以上系统开发,而Qt5.9只支持win7以上的系统开发和部署 翻译 搜索 复制 阅读全文
posted @ 2024-06-27 19:40 txwtech 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_41502364/article/details/136484092 翻译 搜索 复制 阅读全文
posted @ 2024-06-17 17:15 txwtech 阅读(4) 评论(0) 推荐(0) 编辑
摘要: http://www.miwifi.com/miwifi_download.html 阅读全文
posted @ 2024-06-15 22:30 txwtech 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://lobehub.com/zh/docs/usage/start https://zhuanlan.zhihu.com/p/672800267 https://blog.csdn.net/qyj19920704/article/details/138966327 翻译 搜索 复制 阅读全文
posted @ 2024-06-12 10:20 txwtech 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 直接调用DLL 需要三个文件,头文件(.h)、导入库文件(.lib)、动态链接库(.dll),具体步骤如下: 注意:在qtCreaor中生成的动态库库文件文件为.a结尾,vs生成的动态链接库是.lib结尾 1、首先我们把 .h与.lib/.a 文件复制到程序当前目录下,然后再把dll文件复制到程序的 阅读全文
posted @ 2024-06-11 11:44 txwtech 阅读(9) 评论(0) 推荐(0) 编辑
摘要: :-1: error: dependent '..\..\..\..\Qt5.15.2\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow' does not exist. Pro文件添加: QMAKE_PROJECT_DEPTH = 0 翻译 搜索 复 阅读全文
posted @ 2024-06-11 11:08 txwtech 阅读(69) 评论(0) 推荐(0) 编辑