KWindowSystem

compositingActive.qml
1/*
2 SPDX-FileCopyrightText: 2023 Nicolas Fella <nicolas.fella@gmx.de>
3
4 SPDX-License-Identifier: LGPL-2.1-or-later
5*/
6
7import QtQuick 2.15
8import QtQuick.Window 2.15
9import QtQuick.Controls 2.15 as QQC2
10
11import org.kde.kwindowsystem 1.0
12
13Item {
14 QQC2.Label {
15 anchors.centerIn: parent
16 text: "Compositing active: " + KX11Extras.compositingActive
17 }
18}
A collection of functions to obtain information from and manipulate X11 windows.
Definition kx11extras.h:29
bool compositingActive
Whether desktop compositing is active.
Definition kx11extras.h:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 3 2024 11:45:49 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.