Qt 6.11 is out! See what's new in the release
blog
[Solved]Display message in system tray.
General and Desktop
2
Posts
2
Posters
611
Views
1
Watching
-
How about "QSystemTrayIcon::showMessage":http://qt-project.org/doc/qt-5/qsystemtrayicon.html#showMessage ? It is a fairly simple task, maybe "this example for Qt4.8":http://qt-project.org/doc/qt-4.8/desktop-systray.html can help you solve it.