Warning, /frameworks/kconfig/autotests/kconfig_compiler/test11.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 
0007   <include>"test11_types.h"</include>
0008 
0009   <kcfgfile name="korganizerrc"/>
0010 
0011   <group name="General">
0012     <entry type="Bool" key="Auto Save">
0013       <label>Enable automatic saving of calendar</label>
0014       <whatsthis>WhatsThis text for AutoSave option</whatsthis>
0015       <default>false</default>
0016     </entry>
0017     <entry type="Int" key="Auto Save Interval">
0018       <default>10</default>
0019     </entry>
0020     <entry type="Bool" key="Confirm Deletes" name="Confirm">
0021       <label>Confirm deletes</label>
0022       <default>true</default>
0023     </entry>
0024     <entry type="String" key="Archive File">
0025     </entry>
0026     <entry type="Enum" key="Destination" name="Destination">
0027       <label>New Events/Todos Should</label>
0028       <choices>
0029         <choice name="standardDestination">
0030         </choice>
0031         <choice name="askDestination">
0032         </choice>
0033         <choice name="argl1">
0034           <label>Argl1 Label</label>
0035         </choice>
0036         <choice name="argl2">
0037           <whatsthis>Argl2 Whatsthis</whatsthis>
0038         </choice>
0039         <choice name="argl3">
0040           <label>Argl3 Label</label>
0041           <whatsthis>Argl3 Whatsthis</whatsthis>
0042         </choice>
0043       </choices>
0044       <default>standardDestination</default>
0045     </entry>
0046   </group>
0047 
0048   <group name="Views">
0049     <entry type="Int" key="Hour Size">
0050       <default>10</default>
0051     </entry>
0052     <entry type="Bool" name="SelectionStartsEditor">
0053       <label>Time range selection in agenda view starts event editor</label>
0054       <default>false</default>
0055     </entry>
0056   </group>
0057 
0058   <group name="KOrganizer Plugins">
0059     <entry type="StringList" name="SelectedPlugins">
0060       <default>holidays,webexport</default>
0061     </entry>
0062   </group>
0063 
0064   <group name="Colors">
0065     <entry type="Color" key="Highlight Color">
0066       <label>Highlight color</label>
0067       <default>100, 100, 255</default>
0068     </entry>
0069     <entry type="Color" key="Agenda Background Color" name="AgendaBgColor">
0070       <label>Agenda view background color</label>
0071       <default>255, 255, 255</default>
0072     </entry>
0073   </group>
0074 
0075   <group name="Fonts">
0076     <entry type="Font" key="TimeBar Font">
0077       <label>Time bar</label>
0078     </entry>
0079   </group>
0080 
0081   <group name="Email">
0082     <entry name="EmailClient" key="EmailClient" type="Enum">
0083       <label context="@label">Email client</label>
0084       <whatsthis context="@info:whatsthis">&lt;para>How to send email when an email alarm is triggered.&lt;list>&lt;item>KMail: The email is sent automatically via &lt;application>KMail&lt;/application>. &lt;application>KMail&lt;/application> is started first if necessary.&lt;/item>&lt;item>Sendmail: The email is sent automatically. This option will only work if your system is configured to use &lt;application>sendmail&lt;/application> or a sendmail compatible mail transport agent.&lt;/item>&lt;/list>&lt;/para></whatsthis>
0085       <choices name="MailClient">
0086         <choice name="sendmail"><label context="@option">Sendmail</label></choice>
0087         <choice name="kmail"><label context="@option">KMail</label></choice>
0088       </choices>
0089       <default>kmail</default>
0090     </entry>
0091 
0092     <entry name="DefaultReminderUnits" key="RemindUnits" type="Enum">
0093       <label context="@label">Reminder units</label>
0094       <whatsthis context="@info:whatsthis">Default reminder time units in the alarm edit dialog.</whatsthis>
0095       <tooltip context="@info:tooltip">Default reminder time units in the alarm edit dialog.</tooltip>
0096        <choices name="TimePeriod::Units">
0097         <choice name="Minutes"></choice>
0098         <choice name="HoursMinutes"><label context="@option">Hours/Minutes</label></choice>
0099       </choices>
0100       <default>HoursMinutes</default>
0101    </entry>
0102   </group>
0103 
0104   <group name="QueueRates">
0105     <entry name="queueRate$(QueueIndex)" type="IntList" key="EmptyingRate $(QueueIndex)">
0106         <!-- kconfig_compiler_kf5 really should do this for me... -->
0107         <code>  QList&lt; QList&lt;int&gt; &gt; defaultRate;
0108   QList&lt; int &gt; defaultRateInit;
0109 
0110   defaultRateInit.append( 15 );
0111   defaultRateInit.append( 60 );
0112   defaultRateInit.append( 0 );
0113   defaultRate.append( defaultRateInit );
0114 
0115   defaultRateInit.clear();
0116   defaultRateInit.append( 40 );
0117   defaultRateInit.append( 60 );
0118   defaultRateInit.append( 0 );
0119   defaultRate.append( defaultRateInit );
0120 
0121   defaultRateInit.clear();
0122   defaultRateInit.append( 1 );
0123   defaultRateInit.append( 1 );
0124   defaultRateInit.append( 0 );
0125   defaultRate.append( defaultRateInit );
0126         </code>
0127         <parameter name="QueueIndex" type="Int" max="2"/>
0128         <default param="0" code="true">defaultRate[0]</default>
0129         <default param="2" code="true">defaultRate[2]</default>
0130     </entry>
0131     <entry key="ShowQueueTuner" type="Bool">
0132         <default>false</default>
0133     </entry>
0134   </group>
0135 
0136 </kcfg>