QT C++ toast message
-
Hi everyone,
How to show the toast message in Qt C++ for desktop application.Thanks in advance
-
toast message means showing message like connecting to server, reconnecting to server etc.. when we get problem while connecting server.
I see. Okay, see here: http://doc.qt.io/qt-5/qmessagebox.html
-
toast message means showing message like connecting to server, reconnecting to server etc.. when we get problem while connecting server.
@megha
maybe you are also looking for something like QSystemTrayIcon provides -
Hi
I think poster means the "new" win 10 feature
https://blogs.msdn.microsoft.com/tiles_and_toasts/2015/07/08/toast-notification-and-action-center-overview-for-windows-10/