Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwaylandquickshellintegration.h
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QWAYLANDQUICKSHELLINTEGRATION_H
6#define QWAYLANDQUICKSHELLINTEGRATION_H
7
8#include <QtCore/QObject>
9#include <QtWaylandCompositor/qtwaylandcompositorglobal.h>
10
12
14
16{
17 Q_OBJECT
18public:
19 QWaylandQuickShellIntegration(QObject *parent = nullptr);
20 ~QWaylandQuickShellIntegration() override;
21};
22
23QT_END_NAMESPACE
24
25#endif // QWAYLANDQUICKSHELLINTEGRATION_H
Combined button and popup list for selecting options.
QT_REQUIRE_CONFIG(wayland_compositor_quick)