1 Star 0 Fork 2

pandygui/RepRaptor

forked from morixinguan/RepRaptor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
erroricon.h 409 Bytes
一键复制 编辑 原始数据 按行查看 历史
NeoTheFox 提交于 2015-03-21 23:42 +08:00 . Got rid of compilation warnings
#ifndef ERRORICON_H
#define ERRORICON_H
#include <QWidget>
#include <QTimer>
#include <QPainter>
class ErrorIcon : public QWidget
{
Q_OBJECT
public:
explicit ErrorIcon(QWidget *parent = 0);
~ErrorIcon();
QTimer *animation;
QString frame;
int framenum;
protected:
virtual void paintEvent(QPaintEvent *);
signals:
public slots:
void changeFrame();
};
#endif // ERRORICON_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pandygui/RepRaptor.git
git@gitee.com:pandygui/RepRaptor.git
pandygui
RepRaptor
RepRaptor
master

搜索帮助