Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qplatformsystemtrayicon.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// Copyright (C) 2012 Klaralvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Christoph Schleifenbaum <christoph.schleifenbaum@kdab.com>
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
4
6
7#include <QtGui/private/qguiapplication_p.h>
8#include <QtGui/qpa/qplatformtheme.h>
9
10#ifndef QT_NO_SYSTEMTRAYICON
11
13
51{
52}
53
55{
56}
57
142{
144}
145
147
148#include "moc_qplatformsystemtrayicon.cpp"
149
150#endif // QT_NO_SYSTEMTRAYICON
static QPlatformTheme * platformTheme()
virtual QPlatformMenu * createMenu() const
This method allows platforms to use a different QPlatformMenu for system tray menus than what would n...
virtual QPlatformMenu * createPlatformMenu() const
Combined button and popup list for selecting options.