1 Star 0 Fork 20

游戏开发者 / Android日志分析工具

forked from Surface-pro / Android日志分析工具
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
qwaitdialog.h 600 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef QWAITDIALOG_H
#define QWAITDIALOG_H
#include <QDialog>
#include <QLabel>
#include <QMovie>
#include <QFrame>
#include <QHBoxLayout>
#include <QVBoxLayout>
class QWaitDialog : public QDialog
{
Q_OBJECT
public:
explicit QWaitDialog(QWidget *parent = 0,QString title = "");
~QWaitDialog();
signals:
public slots:
private:
QMovie *movie; //gif动画
QLabel *label; //放置动画的容器
QLabel *tip_label; //标题
QFrame *background; //背景色
};
#endif // QWAITDIALOG_H
C++
1
https://gitee.com/sparetime-studio/androidrizhifenxigongju.git
git@gitee.com:sparetime-studio/androidrizhifenxigongju.git
sparetime-studio
androidrizhifenxigongju
Android日志分析工具
master

搜索帮助