KGuiAddons

types.h
1// SPDX-FileCopyrightText: 2024 Volker Krause <vkrause@kde.org>
2// SPDX-License-Identifier: LGPL-2.0-or-later
3
4#ifndef KGUIADDONS_QML_TYPES
5#define KGUIADDONS_QML_TYPES
6
7#include <KWindowInsetsController>
8
9#include <QQmlEngine>
10
11class KWindowInsetsControllerForeign : public QObject
12{
14 QML_NAMED_ELEMENT(WindowInsetsController)
15 QML_FOREIGN(KWindowInsetsController)
16 QML_SINGLETON
17};
18
19#endif
Access to window insets colors.
Q_OBJECTQ_OBJECT
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Oct 25 2024 11:54:33 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.