摘要: reminded of the old man of a Chinese proverb使老人想到了语句中国谚语 翻译 搜索 复制 阅读全文
posted @ 2024-11-21 12:36 txwtech 阅读(0) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xixixing/p/17430458.html 翻译 搜索 复制 阅读全文
posted @ 2024-11-19 13:42 txwtech 阅读(0) 评论(0) 推荐(0) 编辑
摘要: VS QT debug与release目录包含和库目录需要单独配置 翻译 搜索 复制 阅读全文
posted @ 2024-11-19 08:59 txwtech 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 错误: 正确: 严重性 代码 说明 项目 文件 行 禁止显示状态错误 C2086 “int QString”: 重定义 (编译源文件 reel_entity.cpp) SugarTvision D:\QT_Project_vs\SugarTvision\SugarTvision\reel_entit 阅读全文
posted @ 2024-11-18 17:30 txwtech 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 目前反应的是5.7.1可以使用,5.8以后,5.12等版本反应不再支持弹出窗口 https://blog.csdn.net/xinqingwuji/article/details/114694724 https://www.cnblogs.com/txwtech/p/18552027 5.15.2使 阅读全文
posted @ 2024-11-18 11:15 txwtech 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 包含 #include <Windows.h> #include "mainwindow5_7a.h" #include "ui_mainwindow5_7a.h" #include <QDragEnterEvent> #include <QUrl> #include <QFile> #includ 阅读全文
posted @ 2024-11-18 10:53 txwtech 阅读(2) 评论(0) 推荐(0) 编辑
摘要: QT creator与QT VS(visual studio)项目的目录包含与库的对应 数字相关对应 qt pro文件 1,2,3,4,5 1 2. 3. 4. 5. 翻译 搜索 复制 阅读全文
posted @ 2024-11-15 23:10 txwtech 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 严重性 代码 说明 项目 文件 行 禁止显示状态错误 LNK2019 无法解析的外部符号 "__declspec(dllimport) public: __cdecl book::book(void)" (__imp_??0book@@QEAA@XZ),函数 "void __cdecl std::_ 阅读全文
posted @ 2024-11-15 22:53 txwtech 阅读(7) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_39827640/article/details/127454959 翻译 搜索 复制 阅读全文
posted @ 2024-11-15 22:06 txwtech 阅读(1) 评论(0) 推荐(0) 编辑
摘要: Qt creator pro文件中DEFINES 对应的VS设置 pro中 DEFINES += QT_NO_WARNING_OUTPUT 对应的vs中 在VC项目配置里C/C++ /Preprocessor /Preprocessor Definitions属性里面加入宏定义:QT_NO_WARN 阅读全文
posted @ 2024-11-15 21:55 txwtech 阅读(3) 评论(0) 推荐(0) 编辑