aerothemeplasma/Plasma/Plasma_Widgets/User/org.kde.plasma.keyboardlayout/contents/config/config.qml

11 lines
196 B
QML
Raw Normal View History

import QtQuick 2.12
import org.kde.plasma.configuration 2.0
ConfigModel {
ConfigCategory {
name: i18n("General")
icon: "configure"
source: "configGeneral.qml"
}
}