2024-01-19 00:54:33 +00:00
|
|
|
import QtQuick 2.0
|
|
|
|
import org.kde.plasma.configuration 2.0
|
|
|
|
|
|
|
|
ConfigModel {
|
|
|
|
ConfigCategory {
|
|
|
|
name: i18n("General")
|
|
|
|
icon: "configure"
|
2024-01-22 02:08:31 +00:00
|
|
|
source: "config/general.qml"
|
|
|
|
}
|
|
|
|
ConfigCategory {
|
|
|
|
name: i18n("Debug")
|
|
|
|
icon: "cab_view"
|
|
|
|
source: "config/debug.qml"
|
2024-01-19 00:54:33 +00:00
|
|
|
}
|
|
|
|
}
|