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) 编辑

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

Qt5利用自绘实现云台GaugeCloud

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

Qt5利用自绘实现遥感

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

Qt使用QSS对horizontalSlider进行样式设置

摘要: 相关资料: https://mingshiqiang.blog.csdn.net/article/details/109545804 https://blog.csdn.net/parkchorong/article/details/102629913 https://blog.csdn.net/q 阅读全文

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

Qt-QProgressBar的QSS

摘要: 相关资料: https://blog.csdn.net/wzs250969969/article/details/78490234 https://mingshiqiang.blog.csdn.net/article/details/109545579 效果1: QProgressBar { /* 阅读全文

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

导航