上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 77 下一页

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 阅读(480) 评论(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 阅读(361) 评论(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 阅读(246) 评论(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 阅读(429) 评论(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 阅读(423) 评论(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 阅读(151) 评论(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 阅读(2948) 评论(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 阅读(1210) 评论(0) 推荐(0)

2021年4月8日

Qt-QLineEdit使用与说明

摘要: 相关资料: https://www.it610.com/article/1287601767604858880.htm QT 如何设置 QLineEdit 背景提示文字 说明: .h文件 #include <QLineEdit> #include <QCompleter> #include <QVa 阅读全文

posted @ 2021-04-08 14:22 疯狂delphi 阅读(380) 评论(0) 推荐(0)

QT学习之QString的arg方法

摘要: 相关资料 https://www.cnblogs.com/lomper/p/4135387.html QT学习之QString的arg方法 在QT的QString中,arg方法类似于C中的printf中使用的格式输出符(只是有点类似)。 在QT5的帮助文档中,可以看出以下几点: 使用arg(str1 阅读全文

posted @ 2021-04-08 14:20 疯狂delphi 阅读(535) 评论(0) 推荐(0)

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 77 下一页

导航