Kirigami2

BorderPropertiesGroup.qml
1/*
2 * SPDX-FileCopyrightText: 2020 Carson Black <uhhadd@gmail.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7import QtQuick
8
9QtObject {
10 /**
11 * @brief This property holds the color of this border.
12 */
13 property color color
14
15 /**
16 * @brief This property holds the width of this border.
17 */
18 property real width
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:46 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.