网站首页 站内搜索

搜索结果

查询Tags标签: doubleColor,共有 4条记录
  • Qt编写自定义控件:彩色渐变圆角按钮之二

    代码: #ifndef COLORGRADIENTROUNDEDBUTTON_H #define COLORGRADIENTROUNDEDBUTTON_H#include <QAbstractButton> #include <QTimer>struct doubleColor {doubleColor(QColor frist = Qt::red,QColor second = Qt::blue):fristColor(frist),secondColor(seco…

    2021/11/19 6:14:36 人评论 次浏览
  • Qt编写自定义控件:彩色渐变圆角按钮之二

    代码: #ifndef COLORGRADIENTROUNDEDBUTTON_H #define COLORGRADIENTROUNDEDBUTTON_H#include <QAbstractButton> #include <QTimer>struct doubleColor {doubleColor(QColor frist = Qt::red,QColor second = Qt::blue):fristColor(frist),secondColor(seco…

    2021/11/19 6:14:36 人评论 次浏览
  • Qt编写自定义控件:彩色渐变圆角按钮之一

    代码: #ifndef COLORGRADIENTROUNDEDBUTTON_H #define COLORGRADIENTROUNDEDBUTTON_H#include <QAbstractButton>struct doubleColor {doubleColor(QColor frist = Qt::red,QColor second = Qt::blue):fristColor(frist),secondColor(second){}QColor fristColor;Q…

    2021/11/18 23:10:57 人评论 次浏览
  • Qt编写自定义控件:彩色渐变圆角按钮之一

    代码: #ifndef COLORGRADIENTROUNDEDBUTTON_H #define COLORGRADIENTROUNDEDBUTTON_H#include <QAbstractButton>struct doubleColor {doubleColor(QColor frist = Qt::red,QColor second = Qt::blue):fristColor(frist),secondColor(second){}QColor fristColor;Q…

    2021/11/18 23:10:57 人评论 次浏览
扫一扫关注最新编程教程