Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qsystemtrayicon.cpp File Reference

(f5d192818dea30f1fbe53adc5211ff44563c16aa)

#include "qsystemtrayicon.h"
#include "qsystemtrayicon_p.h"
#include "qlist.h"
#include "qevent.h"
#include "qpoint.h"
#include "qpainterpath.h"
#include "qpainter.h"
#include "qstyle.h"
#include "qgridlayout.h"
#include "qapplication.h"
#include "qbitmap.h"
#include <private/qhighdpiscaling_p.h>
#include <qpa/qplatformscreen.h>
#include "moc_qsystemtrayicon.cpp"
#include "moc_qsystemtrayicon_p.cpp"
+ Include dependency graph for qsystemtrayicon.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE QIcon messageIcon2qIcon (QSystemTrayIcon::MessageIcon icon)
 

Variables

static QBalloonTiptheSolitaryBalloonTip = nullptr
 

Function Documentation

◆ messageIcon2qIcon()

static QT_BEGIN_NAMESPACE QIcon messageIcon2qIcon ( QSystemTrayIcon::MessageIcon icon)
static

Definition at line 34 of file qsystemtrayicon.cpp.

References QSystemTrayIcon::Critical, icon, QSystemTrayIcon::Information, QSystemTrayIcon::NoIcon, QStyle::SP_CustomBase, QStyle::SP_MessageBoxCritical, QStyle::SP_MessageBoxInformation, QStyle::SP_MessageBoxWarning, QApplication::style(), and QSystemTrayIcon::Warning.

Referenced by QSystemTrayIcon::showMessage().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ theSolitaryBalloonTip