# qt-notify **Repository Path**: qt-open-source-collection/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**: 2 - **Forks**: 130 - **Created**: 2021-02-25 - **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); ```