style, speed, size and count parameters
[qt-letitsnow] / contents / config / config.qml
1 import QtQuick 2.0
2
3 import org.kde.plasma.configuration 2.0
4
5 ConfigModel {
6     ConfigCategory {
7          name: i18n("General")
8          icon: "settings-configure"
9          source: "ConfigGeneral.qml"
10     }
11 }