Warning, /system/dolphin/src/settings/dolphin_compactmodesettings.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
0003 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0004       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0005       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0006       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
0007     <include>QFontDatabase</include>
0008     <include>kiconloader.h</include>
0009     <kcfgfile name="dolphinrc"/>
0010     <group name="CompactMode">
0011         <entry name="UseSystemFont" type="Bool">
0012             <label>Use system font</label>
0013             <default>true</default>
0014         </entry>
0015         <entry name="ViewFont" type="Font">
0016             <default code="true">QFont()</default>
0017         </entry>
0018         <entry name="IconSize" type="Int">
0019             <label>Icon size</label>
0020             <default code="true">KIconLoader::SizeSmall</default>
0021         </entry>
0022         <entry name="PreviewSize" type="Int">
0023             <label>Preview size</label>
0024             <default code="true">KIconLoader::SizeLarge</default>
0025         </entry>
0026         <entry name="MaximumTextWidthIndex" type="Int">
0027             <label>Maximum text width index (0 means unlimited)</label>
0028             <default>0</default>
0029         </entry>
0030     </group>
0031 </kcfg>