mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
Very early KDE 6 release.
This commit is contained in:
parent
7cc4ccabbc
commit
686046d4f7
6272 changed files with 140920 additions and 529657 deletions
|
@ -0,0 +1,35 @@
|
|||
/*
|
||||
SPDX-FileCopyrightText: 2014-2015 Eike Hein <hein@kde.org>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-or-later
|
||||
*/
|
||||
|
||||
import QtQuick 2.0
|
||||
|
||||
import org.kde.plasma.plasmoid 2.0
|
||||
import org.kde.plasma.configuration 2.0
|
||||
|
||||
ConfigModel {
|
||||
property bool isFolder: (Plasmoid.pluginName === "org.kde.plasma.folder")
|
||||
|
||||
ConfigCategory {
|
||||
name: i18n("Location")
|
||||
icon: "inode-directory"
|
||||
source: "ConfigLocation.qml"
|
||||
visible: isFolder
|
||||
}
|
||||
|
||||
ConfigCategory {
|
||||
name: i18n("Icons")
|
||||
icon: "preferences-desktop-icons"
|
||||
source: "ConfigIcons.qml"
|
||||
visible: isFolder
|
||||
}
|
||||
|
||||
ConfigCategory {
|
||||
name: i18n("Filter")
|
||||
icon: "preferences-desktop-filter"
|
||||
source: "ConfigFilter.qml"
|
||||
visible: isFolder
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue