Class SystemNotification#
ClassList > SystemNotification
Inherits the following classes: QObject
Public Functions#
Type | Name |
---|---|
SystemNotification (QObject * parent=nullptr) |
|
void | sendMessage (const QString & text, const QString & savePath={}) |
void | sendMessage (const QString & text, const QString & title, const QString & savePath, const int timeout=5000) |
Public Functions Documentation#
function SystemNotification#
explicit SystemNotification::SystemNotification (
QObject * parent=nullptr
)
function sendMessage [1/2]#
void SystemNotification::sendMessage (
const QString & text,
const QString & savePath={}
)
function sendMessage [2/2]#
void SystemNotification::sendMessage (
const QString & text,
const QString & title,
const QString & savePath,
const int timeout=5000
)