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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
0006     <include>kfileitemdelegate.h</include>
0007 
0008 <kcfgfile arg="true" />
0009     <group name="Settings">
0010         <entry name="HiddenFilesShown" type="Bool" >
0011             <label context="@label">Hidden files shown</label>
0012             <whatsthis context="@info:whatsthis">When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view.</whatsthis>
0013             <default>false</default>
0014         </entry>
0015     </group>
0016 
0017     <group name="Dolphin">
0018         <entry name="Version" type="Int" >
0019             <label context="@label">Version</label>
0020             <whatsthis context="@info:whatsthis">This option defines the used version of the view properties.</whatsthis>
0021             <default>-1</default>
0022         </entry>
0023 
0024         <entry name="ViewMode" type="Int" >
0025             <label context="@label">View Mode</label>
0026             <whatsthis context="@info:whatsthis">This option controls the style of the view. Currently supported values include icons (0), details (1) and column (2) views.</whatsthis>
0027             <default>DolphinView::IconsView</default>
0028         </entry>
0029 
0030         <entry name="PreviewsShown" type="Bool" >
0031             <label context="@label">Previews shown</label>
0032             <whatsthis context="@info:whatsthis">When this option is enabled, a preview of the file content is shown as an icon.</whatsthis>
0033             <default>true</default>
0034         </entry>
0035 
0036         <entry name="GroupedSorting" type="Bool" >
0037             <label context="@label">Grouped Sorting</label>
0038             <whatsthis context="@info:whatsthis">When this option is enabled, the sorted items are categorized into groups.</whatsthis>
0039             <default>false</default>
0040         </entry>
0041 
0042         <entry name="SortRole" type="String" >
0043             <label context="@label">Sort files by</label>
0044             <whatsthis context="@info:whatsthis">This option defines which attribute (text, size, date, etc.) sorting is performed on.</whatsthis>
0045             <default>text</default>
0046         </entry>
0047 
0048         <entry name="SortOrder" type="Int" >
0049             <label context="@label">Order in which to sort files</label>
0050             <default code="true">Qt::AscendingOrder</default>
0051             <min code="true">Qt::AscendingOrder</min>
0052             <max code="true">Qt::DescendingOrder</max>
0053         </entry>
0054 
0055         <entry name="SortFoldersFirst" type="Bool" >
0056             <label context="@label">Show folders first when sorting files and folders</label>
0057             <default>true</default>
0058         </entry>
0059 
0060         <entry name="SortHiddenLast" type="Bool" >
0061             <label context="@label">Show hidden files and folders last</label>
0062             <default>false</default>
0063         </entry>
0064 
0065         <entry name="VisibleRoles" type="StringList">
0066             <label context="@label">Visible roles</label>
0067             <default></default>
0068         </entry>
0069 
0070         <entry name="HeaderColumnWidths" type="IntList">
0071             <label context="@label">Header column widths</label>
0072             <default></default>
0073         </entry>
0074 
0075         <entry name="Timestamp" type="DateTime" >
0076             <label context="@label">Properties last changed</label>
0077             <whatsthis context="@info:whatsthis">The last time these properties were changed by the user.</whatsthis>
0078         </entry>
0079 
0080         <!-- Obsolete - replaced by VisibleRoles -->
0081         <entry name="AdditionalInfo" type="StringList">
0082             <label context="@label">Additional Information</label>
0083             <default></default>
0084         </entry>
0085     </group>
0086 </kcfg>
0087 
0088