You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.6 KiB
50 lines
1.6 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
|
|
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
|
|
<include>kapplication.h</include>
|
|
<kcfgfile arg="true"/>
|
|
<group name="General">
|
|
<entry name="Shape" type="Enum">
|
|
<label>Shape of the LEDs</label>
|
|
<choices>
|
|
<choice name="Rectangular"/>
|
|
<choice name="Circular"/>
|
|
</choices>
|
|
<default>Circular</default>
|
|
</entry>
|
|
<entry name="Look" type="Enum">
|
|
<label>Look</label>
|
|
<choices>
|
|
<choice name="Flat"/>
|
|
<choice name="Raised"/>
|
|
<choice name="Sunken"/>
|
|
</choices>
|
|
<default>Raised</default>
|
|
</entry>
|
|
<entry name="Color" type="Color">
|
|
<label>Color of the LEDs</label>
|
|
<default>55,49,238</default>
|
|
</entry>
|
|
<entry name="DarkFactor" type="Int">
|
|
<label>Darkness of disabled LEDs</label>
|
|
<default>300</default>
|
|
<min>0</min>
|
|
<max>1000</max>
|
|
</entry>
|
|
<entry name="Background" type="Color">
|
|
<label>Background color</label>
|
|
<default code="true">KApplication::tqpalette().active().background()</default>
|
|
</entry>
|
|
<entry name="Show_Seconds" type="Bool">
|
|
<label>Whether to show seconds</label>
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="Hide_Off_Leds" type="Bool">
|
|
<label>Whether to show LEDs that are off</label>
|
|
<default>false</default>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|