repo: 添加 ExternalProjectQNotify 提供该项目给外部使用
Simple notifications for qt apps
// 图中逻辑 QPushButton * button = new QPushButton("弹窗", this); NotifyManager *manager = new NotifyManager(this); connect(button, &QPushButton::clicked, manager, [manager]{ // manager->notify(title, body, icon, url); manager->notify("新消息", "新消息新消息新消息新消息", "://assets/message.png", "http://www.github.com"); });
// 使用模式 NotifyManager *manager = new NotifyManager(this); manager->notify(title, body, icon, url);
基于Qt的提醒工具库
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
qt-notify
Simple notifications for qt apps