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

2021年5月8日

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 阅读(467) 评论(6) 推荐(0) 编辑

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

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

posted @ 2021-04-16 13:47 疯狂delphi 阅读(3137) 评论(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 阅读(137) 评论(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 阅读(481) 评论(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 阅读(749) 评论(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 阅读(388) 评论(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 阅读(322) 评论(0) 推荐(0) 编辑

Qtt利用QPainter实现铵扭switchButton

摘要: .pro 1 # 2 # 3 # Project created by QtCreator 2019-06-20T17:49:03 4 # 5 # 6 7 QT += core gui 8 9 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 10 11 阅读全文

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

Qt5利用自绘QPainter实现水波纹进度条QProgressBarWater

摘要: .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 16:56 疯狂delphi 阅读(345) 评论(0) 推荐(0) 编辑

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

导航