# qt-notify_1 **Repository Path**: qt-open-source-collection/qt-notify_1 ## Basic Information - **Project Name**: qt-notify_1 - **Description**: 基于Qt的提醒工具 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 129 - **Created**: 2022-12-12 - **Last Updated**: 2024-08-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); ```