add kconfigxt files to make this a bit more sys admin friendly

svn path=/trunk/KDE/kdelibs/; revision=1032390
This commit is contained in:
Aaron J. Seigo 2009-10-07 18:18:38 +00:00
parent f55ece10b0
commit d3b0d566b1
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<kcfgfile />
<group name="CachePolicies">
<entry key="CacheTheme" type="Bool">
<label>Whether or not to create an on-disk cache for the theme.</label>
<default>true</default>
</entry>
<entry key="ThemeCacheKb" type="Int">
<label>The maximum size of the on-disk Theme cache in kilobytes. Note that these files are sparse files, so the maximum size may not be used. Setting a larger size is therefore often quite safe.</label>
<default>81920</default>
</entry>
</group>
</kcfg>

View File

@ -0,0 +1,4 @@
File=libplasma-theme.kcfg
ClassName=ThemeConfig
Singleton=false
Mutators=false