mirror of
https://github.com/QuasarApp/SimpleQmlNotify.git
synced 2025-04-26 21:54:33 +00: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;
}
Languages
C++
58.3%
QML
35.5%
CMake
6.2%