Warning, /frameworks/kcmutils/autotests/module_data_codegen/cursorthemesettings.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003 SPDX-FileCopyrightText: none
0004 SPDX-License-Identifier: CC0-1.0
0005 -->
0006 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0007       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0008       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0009       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0010   <kcfgfile name="sometestfilerc" />
0011   <group name="Mouse">
0012     <entry name="cursorTheme" type="String">
0013       <label>Name of the current cursor theme</label>
0014       <default>breeze_cursors</default>
0015     </entry>
0016     <entry name="cursorSize" type="Int">
0017       <label>Current cursor size</label>
0018       <default>24</default>
0019     </entry>
0020   </group>
0021 </kcfg>