Kirigami2

ActionIconGroup.qml
1/*
2 * SPDX-FileCopyrightText: 2017 Marco Martin <mart@kde.org>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7import QtQml
8import QtQuick
9
10QtObject {
11 property string name
12 property string source
13 property int width
14 property int height
15 property color color: Qt.rgba(0, 0, 0, 0)
16}
17
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Apr 27 2024 22:13:10 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.