/qt-notify

Simple notifications for qt apps

Primary LanguageC++MIT LicenseMIT

qt-notify

Simple notifications for qt apps

NotifyManager *manager = new NotifyManager(this);
manager->notify(title, body, icon, url);