2019-11-20 17:54:52 +03:00
2019-11-20 17:54:52 +03:00
2019-11-19 15:20:38 +03:00
2019-11-19 13:28:02 +03:00
2019-11-20 17:54:52 +03:00
2019-11-20 17:54:52 +03:00
2019-11-19 15:20:38 +03:00
2019-11-19 15:20:38 +03:00
2019-11-19 15:20:38 +03:00
2019-11-19 18:09:01 +03:00
2019-11-19 18:09:01 +03:00
2019-11-19 15:20:38 +03:00
2019-11-19 18:09:01 +03:00
2019-11-19 15:20:38 +03:00
2019-11-19 15:20:38 +03:00

SimpleQmlNotify

Simple Qml notification service for qml applications.

Use

CPP

 #include <qmlnotifyservice.h>

 int main() {
     QmlNotificationService::init();
     auto service = QmlNotificationService::NotificationService::getService();
     service->setNotify("title", "text", "UrlOfImage", NotificationData::Normal);
 }


QML


 NotificationServiceView {
     anchors.fill: parent;
 }

Description
No description provided
Readme GPL-3.0 586 KiB
Languages
C++ 58.3%
QML 35.5%
CMake 6.2%