# qt-notify **Repository Path**: zhu-xuan-gitee/qt-notify ## Basic Information - **Project Name**: qt-notify - **Description**: 基于Qt的提醒工具 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 129 - **Created**: 2023-11-27 - **Last Updated**: 2023-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # qt-notify Simple notifications for qt apps ![](./img/screeshot.png) ```c++ NotifyManager *manager = new NotifyManager(this); manager->notify(title, body, icon, url); ```