上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 75 下一页

2021年5月11日

ImGui-imgui介绍

摘要: 相关资料: http://t.zoukankan.com/jhy16193335-p-11184676.html 创建窗口 ImGui::Begin("Hello, world!"); ImGui::End(); 其中, ImGui::Begin("Hello, world!");函数的原型是IMG 阅读全文

posted @ 2021-05-11 16:38 疯狂delphi 阅读(2876) 评论(0) 推荐(0) 编辑

2021年5月8日

Qt-Qt实现动画按钮(多图动画)

摘要: 相关资料: https://blog.csdn.net/qq_41399894/article/details/93483507?utm_medium=distribute.pc_relevant.none-task-blog-baidujs_title-2&spm=1001.2101.3001.4 阅读全文

posted @ 2021-05-08 11:43 疯狂delphi 阅读(927) 评论(0) 推荐(0) 编辑

Qt-QPropertyAnimation实现的动画按钮

摘要: 相关资料: https://blog.csdn.net/weixin_42837024/article/details/93986970 Qt 自定义动画按钮(超酷炫) .pro 1 QT += core gui 2 3 greaterThan(QT_MAJOR_VERSION, 4): QT += 阅读全文

posted @ 2021-05-08 09:29 疯狂delphi 阅读(182) 评论(0) 推荐(0) 编辑

2021年4月16日

Qt利用QFileSystemWatcher对文件或目录监听fileChanged

摘要: 相关资料: https://blog.csdn.net/liang19890820/article/details/51849252 .pro 1 QT += core gui 2 3 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 4 5 CONFI 阅读全文

posted @ 2021-04-16 16:43 疯狂delphi 阅读(479) 评论(6) 推荐(0) 编辑

error C2447: “{”: 缺少函数标题(是否是老式的形式表?)

摘要: 问题现象: 平时编译代码没有问题,今天突然需要回退代码,编译程序。我用的是QT生成的工程没有问题,可是引用到了平台的代码,平台用的是VS++写的。发现引用的平台代码提示“error C2447: “{”: 缺少函数标题(是否是老式的形式表?)”。 问题原因: 网上说是TMD编码问题,这个编码真的是害 阅读全文

posted @ 2021-04-16 13:47 疯狂delphi 阅读(3161) 评论(0) 推荐(0) 编辑

Qt利用qInstallMessageHandler输出日志QtLogOut

摘要: 相关资料: https://blog.csdn.net/technologyleader/article/details/82225205http://blog.sina.com.cn/s/blog_a6fb6cc90101guc5.html qDebug:调试信息qWarning:警告信息qCri 阅读全文

posted @ 2021-04-16 13:39 疯狂delphi 阅读(142) 评论(0) 推荐(0) 编辑

2021年4月14日

Qt利用QPainter自绘实现热感应图效果

摘要: 相关资料: https://blog.csdn.net/gongjianbo1992/article/details/104566768?utm_medium=distribute.pc_relevant_bbs_down.none-task--2~all~first_rank_v2~rank_v2 阅读全文

posted @ 2021-04-14 17:36 疯狂delphi 阅读(493) 评论(0) 推荐(0) 编辑

Qt利用QPainter自绘实现扫描雷达功能scanneritem

摘要: 相关资料: 忘记了,艹,对不起原作者了。 .pro 1 QT += core gui 2 3 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 4 5 CONFIG += c++11 6 7 # The following define makes yo 阅读全文

posted @ 2021-04-14 16:44 疯狂delphi 阅读(763) 评论(0) 推荐(0) 编辑

2021年4月13日

Qt5利用自绘QPainter实现旋转按钮MySpinButton

摘要: 相关资料: 原作者地址忘记写上了,想写时不记得了,多多原凉。 https://download.csdn.net/download/zhujianqiangqq/16650883 实例一CSDN下载 https://download.csdn.net/download/zhujianqiangqq/ 阅读全文

posted @ 2021-04-13 17:30 疯狂delphi 阅读(406) 评论(0) 推荐(0) 编辑

Qt实现范围滑动条SuperSlider

摘要: .pro 1 QT += core gui 2 3 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 4 5 CONFIG += c++11 6 7 # The following define makes your compiler emit warn 阅读全文

posted @ 2021-04-13 17:07 疯狂delphi 阅读(323) 评论(0) 推荐(0) 编辑

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 75 下一页

导航