11 lines
214 B
QML
11 lines
214 B
QML
|
|
import QtQuick 2.15
|
||
|
|
import org.kde.plasma.configuration 2.0
|
||
|
|
|
||
|
|
ConfigModel {
|
||
|
|
ConfigCategory {
|
||
|
|
name: i18n("General")
|
||
|
|
icon: "preferences-desktop-virtual"
|
||
|
|
source: "configGeneral.qml"
|
||
|
|
}
|
||
|
|
}
|