1 Star 0 Fork 2

沉默至今/GoSlowDetection

forked from jiangtao/GoSlowDetection 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
lightMessage.h 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef LIGHTMESSAGE_H
#define LIGHTMESSAGE_H
#include <QFrame>
class LightMessage : public QFrame
{
Q_OBJECT
public:
static void information(QWidget *parent,
QString info,
int time = 3000,
QString strFontSize = "20px",
QString strColor = "#000000");
signals:
protected:
void mousePressEvent(QMouseEvent *event);
private:
explicit LightMessage(QWidget *parent = nullptr,
QString info = "",
QString strFontSize = "20px",
QString strColor = "#000000");
};
#endif // LIGHTMESSAGE_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/cmzj/GoSlowDetection.git
git@gitee.com:cmzj/GoSlowDetection.git
cmzj
GoSlowDetection
GoSlowDetection
master

搜索帮助