Warning, /plasma/kdeplasma-addons/applets/binary-clock/package/contents/config/config.qml is written in an unsupported language. File is not indexed.
0001 /* 0002 * SPDX-FileCopyrightText: 2014 Joseph Wenninger <jowenn@kde.org> 0003 * SPDX-FileCopyrightText: 2018 Piotr KÄ…kol <piotrkakol@protonmail.com> 0004 * 0005 * Based on analog-clock config.qml: 0006 * SPDX-FileCopyrightText: 2013 Marco Martin <mart@kde.org> 0007 * 0008 * SPDX-License-Identifier: GPL-2.0-or-later 0009 */ 0010 0011 import QtQuick 2.0 0012 0013 import org.kde.plasma.configuration 2.0 0014 0015 ConfigModel { 0016 ConfigCategory { 0017 name: i18nc("@title", "Appearance") 0018 icon: "preferences-desktop-color" 0019 source: "configGeneral.qml" 0020 } 0021 }