QSystemTray is a class in the Qt framework, representing a notification area icon.
The QSystemTrayIcon class provides an icon for an application in the system tray.
Modern operating systems usually provide a special area on the desktop, called the system tray or notification area, where long-running applications can display icons and short messages.
Source:QT Reference Documentation