Warning, /frameworks/kconfig/autotests/kconfig_compiler/test_signal.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!-- Author: Michaƫl Larouche-->
0003 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0004       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0005       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0006       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0007         <kcfgfile name="kconfig_compiler_kf6_test_rc"/>
0008 
0009         <signal name="emoticonSettingsChanged" />
0010         
0011     <signal name="styleChanged">
0012                 <label>Tell when a complete style change.</label>
0013                 <argument type="String">stylePath</argument>
0014         <argument type="String">StyleCSSVariant</argument>
0015         </signal>
0016 
0017         <group name="Appearance">
0018                 <!-- Emoticon config -->
0019                 <entry key="emoticonTheme" type="String">
0020                         <label>Current emoticon theme.</label>
0021                         <default>Default</default>
0022                         <emit signal="emoticonSettingsChanged" />
0023                 </entry>
0024                 <entry key="useEmoticon" type="Bool"> 
0025                         <label>Enable emoticon support in Kopete.</label>
0026                         <default>true</default>
0027                         <emit signal="emoticonSettingsChanged" />
0028                 </entry>
0029                 <entry key="emoticonRequireSpace" type="Bool">
0030                         <label>Use strict mode in emoticon parsing.</label>
0031                         <default>true</default>
0032                         <emit signal="emoticonSettingsChanged" />
0033                 </entry>
0034                 
0035                 <!-- Chat Window Style preferences -->
0036                 <entry key="stylePath" type="String">
0037                         <label>Absolute path to a directory containing a Adium/Kopete chat window style.</label>
0038                         <emit signal="styleChanged" />
0039                 </entry>
0040 
0041                 <entry key="styleVariant" type="String" name="StyleCSSVariant">
0042                         <label>Relative path to a CSS variant for the current style.</label>
0043                 </entry>
0044         </group>
0045 </kcfg>