#include "qsystemtrayicon.h"
#include "qsystemtrayicon_p.h"
#include "qmenu.h"
#include "qevent.h"
#include "qpoint.h"
#include "qlabel.h"
#include "qpushbutton.h"
#include "qpainterpath.h"
#include "qpainter.h"
#include "qstyle.h"
#include "qgridlayout.h"
#include "qapplication.h"
#include "qdesktopwidget.h"
#include "qbitmap.h"
#include "private/qlabel_p.h"
Go to the source code of this file.
◆ qtsystray_sendActivated()
Definition at line 703 of file qsystemtrayicon.cpp.
void activated(QSystemTrayIcon::ActivationReason reason)
This signal is emitted when the user activates the system tray icon.
ActivationReason
This enum describes the reason the system tray was activated.
◆ theSolitaryBalloonTip