add kconfigxt files to make this a bit more sys admin friendly
svn path=/trunk/KDE/kdelibs/; revision=1032390
This commit is contained in:
parent
f55ece10b0
commit
d3b0d566b1
19
data/kconfigxt/libplasma-theme.kcfg
Normal file
19
data/kconfigxt/libplasma-theme.kcfg
Normal 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>
|
||||
|
4
data/kconfigxt/libplasma-theme.kcfgc
Normal file
4
data/kconfigxt/libplasma-theme.kcfgc
Normal file
@ -0,0 +1,4 @@
|
||||
File=libplasma-theme.kcfg
|
||||
ClassName=ThemeConfig
|
||||
Singleton=false
|
||||
Mutators=false
|
Loading…
Reference in New Issue
Block a user