# qt-notify_1 **Repository Path**: zhoujuan-ht17/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**: 2023-04-01 - **Last Updated**: 2023-04-01 ## 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); ```