okular/conf/okular_core.kcfg
Jaydeep Solanki 1d914e6bf5 GUI to configure the Text/Graphics Anti-alias and Text hinting
BUGS: 164759
REVIEW: 106660
GUI:
2012-12-31 12:15:02 +01:00

96 lines
2.5 KiB
XML

<?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>kuser.h</include>
<kcfgfile arg="true" />
<group name="Core Performance" >
<entry key="MemoryLevel" type="Enum" >
<default>Normal</default>
<choices>
<choice name="Low" />
<choice name="Normal" />
<choice name="Aggressive" />
<choice name="Greedy" />
</choices>
</entry>
<entry key="EnableThreading" type="Bool" >
<default>true</default>
</entry>
<entry key="TextAntialias" type="Enum" >
<default>Enabled</default>
<choices>
<choice name="Disabled" />
<choice name="Enabled" />
</choices>
</entry>
<entry key="GraphicsAntialias" type="Enum" >
<default>Enabled</default>
<choices>
<choice name="Disabled" />
<choice name="Enabled" />
</choices>
</entry>
<entry key="TextHinting" type="Enum" >
<default>Disabled</default>
<choices>
<choice name="Disabled" />
<choice name="Enabled" />
</choices>
</entry>
</group>
<group name="Document">
<entry key="PaperColor" type="Color" >
<default code="true" >Qt::white</default>
</entry>
<entry key="ChangeColors" type="Bool" >
<default>false</default>
</entry>
<entry key="RenderMode" type="Enum" >
<default>Inverted</default>
<choices>
<choice name="Inverted" />
<choice name="Paper" />
<choice name="Recolor" />
<choice name="BlackWhite" />
</choices>
</entry>
</group>
<group name="Core General" >
<entry key="ObeyDRM" type="Bool" >
<default>true</default>
</entry>
<entry key="ChooseGenerators" type="Bool" >
<default>false</default>
</entry>
<entry key="ExternalEditor" type="Enum" >
<default>Kate</default>
<choices>
<choice name="Custom" />
<choice name="Kate" />
<choice name="Kile" />
<choice name="Scite" />
<choice name="Emacsclient" />
<choice name="Lyxclient" />
</choices>
</entry>
<entry key="ExternalEditorCommand" type="String">
<default>kate --use --line %l --column %c</default>
</entry>
</group>
<group name="Core Presentation" >
<entry key="SlidesAdvance" type="Bool" >
<default>false</default>
</entry>
<entry key="SlidesAdvanceTime" type="UInt" >
<default>5</default>
<min>1</min>
<max>3600</max>
</entry>
<entry key="SlidesLoop" type="Bool" >
<default>false</default>
</entry>
</group>
</kcfg>