QT文字变色技术

#include "mainwindow.h"

成都创新互联主营秀英网站建设的网络公司,主营网站建设方案,重庆APP软件开发,秀英h5小程序开发搭建,秀英网站营销推广欢迎秀英等地区企业咨询

#include "ui_mainwindow.h"

#include

#include

#include

//#include "BannerWidget.h"

MainWindow::MainWindow(QWidget *parent) :

    QMainWindow(parent),m_nStep(0),

    m_strText("QT007 QT文字变色术"),

    ui(new Ui::MainWindow)

{

    ui->setupUi(this);

    setAutoFillBackground(true);

        // 设置文字大小

        QFont newFont = font();

        newFont.setBold(true);

        newFont.setPointSize(newFont.pointSize() + 40);

        setFont(newFont);

        m_timer.start(100, this);

}

MainWindow::~MainWindow()

{

    m_timer.stop();

    delete ui;

}

void MainWindow::paintEvent(QPaintEvent *event)

{

    Q_UNUSED(event);

    // 计算文本绘制的起始坐标

    QFontMetrics metrics(font());

    int x = (width() - metrics.width(m_strText)) / 2;

    int y = (height() + metrics.ascent() - metrics.descent()) / 2;

    QColor color;

    QPainter painter(this);

    for (int i = 0; i < m_strText.size(); ++i)

    {

        // 设置色调(H)、饱和度(S)、亮度(V)

        int nIndex = (m_nStep + i) % 16;

        color.setHsv((15 - nIndex) * 16, 255, 191);

        painter.setPen(color);

        // 单个字符绘制

        painter.drawText(x, y, QString(m_strText[i]));

        // 计算下一个字符的x坐标起始点

        x += metrics.width(m_strText[i]);

    }

}

void MainWindow::timerEvent(QTimerEvent *event)

{

    Q_UNUSED(event);

    if (event->timerId() == m_timer.timerId())

    {

        ++m_nStep;

        update();

    }

    else

    {

        QWidget::timerEvent(event);

    }

}

void MainWindow::setText(const QString &text)

{

    m_strText = text;

}

QT文字变色技术

QT文字变色技术

附件:http://down.51cto.com/data/2368315

分享文章:QT文字变色技术
文章网址:http://bzwzjz.com/article/geipjo.html

其他资讯

Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 成都网站建设 公司网站建设 攀枝花网站设计 网站建设方案 营销型网站建设 成都网站设计 网站制作 重庆企业网站建设 自适应网站建设 LED网站设计方案 上市集团网站建设 网站建设改版 成都品牌网站设计 营销型网站建设 成都网站制作 高端网站建设 重庆手机网站建设 成都网站建设 H5网站制作 响应式网站设计方案 网站建设 营销型网站建设