diff options
| author | Stephan Kulow <[email protected]> | 2007-02-21 09:31:52 +0000 |
|---|---|---|
| committer | Stephan Kulow <[email protected]> | 2007-02-21 09:31:52 +0000 |
| commit | 20195315bb8c637f28d892323e6cdc43604d38ae (patch) | |
| tree | 57bb8d224fe4957f2ac2ff626a69dd6a935a68db /src/dolphin_directoryviewpropertysettings.kcfg | |
| parent | 1a81483d2e1c269010b32355c0b64de0b0ba53b7 (diff) | |
installing a file called generalsettings.kcfgc just asks
for trouble - always prefix installed files
svn path=/trunk/KDE/kdebase/apps/; revision=635877
Diffstat (limited to 'src/dolphin_directoryviewpropertysettings.kcfg')
| -rw-r--r-- | src/dolphin_directoryviewpropertysettings.kcfg | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/src/dolphin_directoryviewpropertysettings.kcfg b/src/dolphin_directoryviewpropertysettings.kcfg new file mode 100644 index 000000000..e1ab73b64 --- /dev/null +++ b/src/dolphin_directoryviewpropertysettings.kcfg @@ -0,0 +1,53 @@ +<?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 arg="true" /> + <group name="Settings"> + <entry name="ShowHiddenFiles" key="ShowDotFiles" type="Bool" > + <label>Show hidden files</label> + <whatsthis>When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view.</whatsthis> + <default>false</default> + </entry> + </group> + + <group name="Dolphin"> + <entry name="ViewMode" type="Int" > + <label>View Mode</label> + <whatsthis>This option controls the style of the view. Currently supported values include icons (0) and details (1) views.</whatsthis> + <default>DolphinView::IconsView</default> + <min>0</min> + <max code="true">DolphinView::MaxModeEnum</max> + </entry> + + <entry name="ShowPreview" type="Bool" > + <label>Show preview</label> + <whatsthis>When this option is enabled, a preview of the file content is shown as icon.</whatsthis> + <default>false</default> + </entry> + + <entry name="Sorting" type="Int" > + <label>Sort files by</label> + <whatsthis>This option defines which attribute (name, size, date, etc) sorting is performed on.</whatsthis> + <default code="true">DolphinView::SortByName</default> + <min>0</min> + <max code="true">DolphinView::MaxSortEnum</max> + </entry> + + <entry name="SortOrder" type="Int" > + <label>Order to sort files in</label> + <default code="true">Qt::Ascending</default> + <min code="true">Qt::Ascending</min> + <max code="true">Qt::Descending</max> + </entry> + + <entry name="Timestamp" type="DateTime" > + <label>Properties last changed</label> + <whatsthis>The last time these properties were changed by the user.</whatsthis> + </entry> + </group> +</kcfg> + + |
