Warning, /plasma/latte-dock/plasmoid/package/contents/config/config.qml is written in an unsupported language. File is not indexed.

0001 /*
0002     SPDX-FileCopyrightText: 2016 Smith AR <audoban@openmailbox.org>
0003     SPDX-FileCopyrightText: 2016 Michail Vourlakos <mvourlakos@gmail.com>
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 import QtQuick 2.0
0008 
0009 import org.kde.plasma.configuration 2.0
0010 
0011 ConfigModel {
0012     ConfigCategory {
0013          name: i18n("Appearance")
0014          icon: "preferences-desktop-display-color"
0015          source: "config/ConfigAppearance.qml"
0016     }
0017     ConfigCategory {
0018          name: i18n("Panel")
0019          icon: "window-duplicate"
0020          source: "config/ConfigPanel.qml"
0021     }
0022     ConfigCategory {
0023          name: i18n("Interaction")
0024          icon: "preferences-system-windows-move"
0025          source: "config/ConfigInteraction.qml"
0026     }
0027 }