Libplasma

DialogBackground.qml
1/*
2 * SPDX-FileCopyrightText: 2023 Marco Martin <notmart@gmail.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7import QtQuick
8import org.kde.ksvg as KSvg
9
10/**
11 * Internal type used by DialogBackground in plasmaquick to load the actual
12 * background SVG.
13 */
14KSvg.FrameSvgItem {
15 anchors.fill: parent
16 imagePath: "widgets/background"
17}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Oct 11 2024 12:09:36 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.