摘要: 一、效果 二、代码 Widget.h #ifndef WIDGET_H #define WIDGET_H #include <QWidget> #include <QPushButton> #include <QPropertyAnimation> #include <QDebug> class W 阅读全文
posted @ 2023-02-10 17:16 fengMisaka 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 一、Qt动画类介绍 | 类名 | 功能介绍 | | | | | QAbstractAnimation 动画基类 | 提供基本的动画属性和接口,它有两个子类 QVariantAnimation 和 QAnimationGroup。QAbstractAnimation 是其他所有类的父类。它提供了基础的 阅读全文
posted @ 2023-02-10 17:15 fengMisaka 阅读(821) 评论(0) 推荐(0) 编辑