~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to konqueror/listview/konq_listview.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-27 12:09:48 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080527120948-dottsyd5rcwhzd36
Tags: 4:4.0.80-1ubuntu1
* Merge with Debian
 - remove 97_fix_target_link_libraries.diff
 - Add replaces/conflicts on -kde4 packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
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" />
9
 
  </kcfgfile>
10
 
 
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>
16
 
    </entry>
17
 
    <entry key="SortOrder" type="Bool">
18
 
      <default>true</default> 
19
 
      <label>Sort Order</label>
20
 
      <whatsthis></whatsthis>
21
 
    </entry>
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>
26
 
    </entry>
27
 
    <entry key="Columns" type="StringList">
28
 
      <label>Columns</label>
29
 
      <whatsthis></whatsthis>
30
 
    </entry>
31
 
    <entry key="ColumnWidths" type="IntList">
32
 
      <label>Widths of the Columns</label>
33
 
      <whatsthis></whatsthis>
34
 
    </entry>
35
 
  </group>
36
 
 
37
 
</kcfg>
 
 
b'\\ No newline at end of file'