Warning, /frameworks/kirigami/src/controls/templates/private/BorderPropertiesGroup.qml is written in an unsupported language. File is not indexed.

0001 /*
0002  *  SPDX-FileCopyrightText: 2020 Carson Black <uhhadd@gmail.com>
0003  *
0004  *  SPDX-License-Identifier: LGPL-2.0-or-later
0005  */
0006 
0007 import QtQuick
0008 
0009 QtObject {
0010     /**
0011      *  @brief This property holds the color of this border.
0012      */
0013     property color color
0014 
0015     /**
0016      *  @brief This property holds the width of this border.
0017      */
0018     property real width
0019 }