# qt-notify **Repository Path**: cassfrontend/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**: 280 - **Forks**: 129 - **Created**: 2016-10-14 - **Last Updated**: 2025-06-17 ## Categories & Tags **Categories**: desktop-ui **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); ```