/* * SPDX-FileCopyrightText: 2021 Devin Lin * * SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.15 QtObject { property bool enabled property bool visible: true property string iconSource property real iconSizeFactor signal triggered() }