1 Star 2 Fork 0

depend/x11opacitytool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
trayicon.h 340 Bytes
一键复制 编辑 原始数据 按行查看 历史
depend 提交于 2021-04-09 13:40 . fix: first commit
#ifndef TRAYICON_H
#define TRAYICON_H
#include <QSystemTrayIcon>
class MainWindow;
class QMenu;
class TrayIcon : public QSystemTrayIcon
{
Q_OBJECT
public:
TrayIcon(QObject *parent = nullptr);
~TrayIcon();
void quitApp();
private:
MainWindow *m_window{nullptr};
QMenu *m_traymenu{nullptr};
};
#endif // TRAYICON_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuminghang/x11opacitytool.git
git@gitee.com:liuminghang/x11opacitytool.git
liuminghang
x11opacitytool
x11opacitytool
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385