Warning, /plasma/kwin/src/plugins/mouseclick/mouseclick.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 arg="true"/> 0007 <group name="Effect-mouseclick"> 0008 <entry name="Color1" type="Color"> 0009 <default code="true">QColor(Qt::red)</default> 0010 </entry> 0011 <entry name="Color2" type="Color"> 0012 <default code="true">QColor(Qt::green)</default> 0013 </entry> 0014 <entry name="Color3" type="Color"> 0015 <default code="true">QColor(Qt::blue)</default> 0016 </entry> 0017 <entry name="LineWidth" type="Double"> 0018 <default>1.0</default> 0019 </entry> 0020 <entry name="RingLife" type="UInt"> 0021 <default>300</default> 0022 </entry> 0023 <entry name="RingSize" type="UInt"> 0024 <default>20</default> 0025 </entry> 0026 <entry name="RingCount" type="UInt"> 0027 <default>2</default> 0028 </entry> 0029 <entry name="ShowText" type="Bool"> 0030 <default>true</default> 0031 </entry> 0032 <entry name="Font" type="Font"/> 0033 </group> 0034 </kcfg>