1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE kcfg SYSTEM
"http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
3 <kcfg xmlns=
"http://www.kde.org/standards/kcfg/1.0"
4 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
5 xsi:
schemaLocation=
"http://www.kde.org/standards/kcfg/1.0
6 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
7 <kcfgfile name=
"dolphinrc"/>
8 <group name=
"ContentDisplay">
9 <entry name=
"DirectorySizeCount" type=
"Bool">
10 <label>Whether or not content count is used as directory size
</label>
11 <default>true
</default>
13 <entry name=
"RecursiveDirectorySizeLimit" type=
"UInt">
14 <label>Recursive directory size limit
</label>
17 <entry name=
"UseShortRelativeDates" type=
"Bool">
18 <label>if true we use short relative dates, if not short dates
</label>
19 <default>true
</default>
21 <entry name=
"UsePermissionsFormat" type=
"Enum">
22 <label>Permissions style format
</label>
24 <choice name=
"SymbolicFormat" />
25 <choice name=
"NumericFormat" />
26 <choice name=
"CombinedFormat" />