目录
目录README.md

qt-notify

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的提醒工具库

262.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号