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

0001 /*
0002  *  SPDX-FileCopyrightText: 2017 Marco Martin <mart@kde.org>
0003  *
0004  *  SPDX-License-Identifier: LGPL-2.0-or-later
0005  */
0006 
0007 import QtQml
0008 import QtQuick
0009 
0010 QtObject {
0011     property string name
0012     property string source
0013     property int width
0014     property int height
0015     property color color: Qt.rgba(0, 0, 0, 0)
0016 }
0017