2020-02-18 13:52:08 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-03-19 18:43:47 +00:00
|
|
|
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
|
2020-02-18 13:52:08 +00:00
|
|
|
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">
|
|
|
|
<kcfgfile arg="true">
|
|
|
|
</kcfgfile>
|
|
|
|
<group name="General">
|
|
|
|
<entry name="count" type="int">
|
2021-03-19 18:43:47 +00:00
|
|
|
<label>Total rules count (legacy)</label>
|
2020-02-18 13:52:08 +00:00
|
|
|
<default>0</default>
|
|
|
|
</entry>
|
2021-03-19 18:43:47 +00:00
|
|
|
<entry name="ruleGroupList" key="rules" type="stringList">
|
|
|
|
<label>Ordered list of rules groups</label>
|
|
|
|
<default>QStringList()</default>
|
|
|
|
</entry>
|
2020-02-18 13:52:08 +00:00
|
|
|
</group>
|
|
|
|
</kcfg>
|