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
qwaylandquickxdgoutputv1.h
Go to the documentation of this file.
1// Copyright (C) 2019 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QWAYLANDQUICKXDGOUTPUT_V1
6#define QWAYLANDQUICKXDGOUTPUT_V1
7
8#include <QtQml/QQmlListProperty>
9#include <QtQml/QQmlParserStatus>
10#include <QtWaylandCompositor/QWaylandXdgOutputV1>
11
13
15
17 : public QWaylandXdgOutputV1
18 , public QQmlParserStatus
19{
20 Q_OBJECT
21 Q_INTERFACES(QQmlParserStatus)
22public:
23 explicit QWaylandQuickXdgOutputV1();
24
25protected:
26 void classBegin() override {}
27 void componentComplete() override;
28};
29
30QT_END_NAMESPACE
31
32#endif // QWAYLANDQUICKXDGOUTPUT_V1
Combined button and popup list for selecting options.
QT_REQUIRE_CONFIG(wayland_compositor_quick)