Warning, /plasma/kdeplasma-addons/applets/weather/package/contents/config/config.qml is written in an unsupported language. File is not indexed.
0001 /*
0002 * SPDX-FileCopyrightText: 2016 Friedrich W. H. Kossebau <kossebau@kde.org>
0003 *
0004 * SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006
0007 import QtQuick 2.1
0008
0009 import org.kde.plasma.configuration 2.0
0010
0011 ConfigModel {
0012 ConfigCategory {
0013 name: i18nc("@title", "Weather Station")
0014 icon: "services"
0015 source: "config/ConfigWeatherStation.qml"
0016 }
0017
0018 ConfigCategory {
0019 name: i18nc("@title", "Appearance")
0020 icon: "preferences-desktop-color"
0021 source: "config/ConfigAppearance.qml"
0022 }
0023
0024 ConfigCategory {
0025 name: i18nc("@title", "Units")
0026 icon: "preferences-other"
0027 source: "config/ConfigUnits.qml"
0028 }
0029 }