1 Star 0 Fork 157

zijunma / LibQQt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
qqtgifwidget.h 520 Bytes
一键复制 编辑 原始数据 按行查看 历史
T.D.R. 提交于 2018-05-12 21:50 . support msvc2015
#ifndef QQTGIFWIDGET_H
#define QQTGIFWIDGET_H
#include <qqtwidget.h>
#include <qqt-local.h>
#include <qqtcore.h>
#include <QMovie>
#include <QTimer>
class QQTSHARED_EXPORT QQtGifWidget : public QQtWidget
{
Q_OBJECT
public:
explicit QQtGifWidget ( QWidget* parent = nullptr );
virtual ~QQtGifWidget() {}
void setGifFile ( QString gifFile );
signals:
public slots:
private:
QMovie* m_movie;
QTimer* m_frameTimer;
private slots:
void slotFramePlayback();
};
#endif // QQTGIFWIDGET_H
C/C++
1
https://gitee.com/zijunma/LibQQt.git
git@gitee.com:zijunma/LibQQt.git
zijunma
LibQQt
LibQQt
master

搜索帮助