10 lines
No EOL
181 B
QML
10 lines
No EOL
181 B
QML
import QtQuick 2.12
|
|
import org.kde.plasma.configuration 2.0
|
|
|
|
ConfigModel {
|
|
ConfigCategory {
|
|
name: i18n("General")
|
|
icon: "preferences-desktop"
|
|
source: "GeneralConfig.qml"
|
|
}
|
|
} |