1
<?xml version="1.0" encoding="UTF-8"?>
2
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6
<include>kapplication.h</include>
7
<kcfgfile name="konquerorrc">
8
<parameter name="Protocol" />
11
<group name="ListView_$(Protocol)">
12
<entry key="SortBy" type="String">
13
<default>FileName</default>
14
<label>List is sorted by this item</label>
15
<whatsthis></whatsthis>
17
<entry key="SortOrder" type="Bool">
18
<default>true</default>
19
<label>Sort Order</label>
20
<whatsthis></whatsthis>
22
<entry key="FileNameColumnWidth" type="Int">
23
<default code="true">25 * KApplication::kApplication()->fontMetrics().width( "m" )</default>
24
<label>Width of the FileName Column</label>
25
<whatsthis></whatsthis>
27
<entry key="Columns" type="StringList">
28
<label>Columns</label>
29
<whatsthis></whatsthis>
31
<entry key="ColumnWidths" type="IntList">
32
<label>Widths of the Columns</label>
33
<whatsthis></whatsthis>
b'\\ No newline at end of file'