Warning, /pim/kaddressbook/src/settings/kaddressbook.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   <kcfgfile name="kaddressbookrc"/>
0007 
0008   <group name="Printing">
0009     <entry type="String" name="DefaultFileName">
0010       <default>addressbook.pdf</default>
0011       <tooltip>Default print file name</tooltip>
0012       <whatsthis>Set the name of the default print file.</whatsthis>
0013     </entry>
0014     <entry type="Int" name="PrintingStyle">
0015       <label>Printing style</label>
0016       <tooltip>Set the printing style</tooltip>
0017       <whatsthis>KAddressBook can print the contacts in several styles. With this combobox you can choose one of these.</whatsthis>
0018       <default>0</default>
0019     </entry>
0020     <entry type="Enum" name="SortOrder">
0021       <choices>
0022         <choice name="Ascending" />
0023         <choice name="Descending" />
0024       </choices>
0025       <label>Default sort order</label>
0026       <tooltip>Sort order</tooltip>
0027       <whatsthis>Choose the sorting order for the printed contacts.</whatsthis>
0028       <default>Ascending</default>
0029     </entry>
0030   </group>
0031 
0032   <group name="Views">
0033     <entry type="IntList" name="ContactModelColumns">
0034       <default>0</default>
0035       <tooltip>View columns</tooltip>
0036       <whatsthis>Set the number of contact model view columns.</whatsthis>
0037     </entry>
0038 
0039     <entry type="Enum" name="ViewMode">
0040       <choices>
0041         <choice name="Dummy" />
0042         <choice name="Simple" />
0043         <choice name="TwoColumn" />
0044         <choice name="ThreeColumn" />
0045       </choices>
0046       <default>3</default>
0047       <label>Viewing mode</label>
0048       <tooltip>Viewing mode (number of columns)</tooltip>
0049       <whatsthis>Choose the layout for the main view</whatsthis>
0050     </entry>
0051 
0052     <entry key="ShowMenuBar" type="Bool">
0053       <default>true</default>
0054        <!-- label and whatsthis are already provided by KStandardAction::showMenubar -->
0055       <label></label>
0056       <whatsthis></whatsthis>
0057     </entry>
0058  
0059   </group>
0060 
0061 </kcfg>