summaryrefslogtreecommitdiffstats
path: root/kviewshell/kviewshell.kcfg
diff options
context:
space:
mode:
Diffstat (limited to 'kviewshell/kviewshell.kcfg')
-rw-r--r--kviewshell/kviewshell.kcfg115
1 files changed, 115 insertions, 0 deletions
diff --git a/kviewshell/kviewshell.kcfg b/kviewshell/kviewshell.kcfg
new file mode 100644
index 00000000..3114929c
--- /dev/null
+++ b/kviewshell/kviewshell.kcfg
@@ -0,0 +1,115 @@
+<?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" >
+ <kcfgfile name="kviewerpartrc" />
+ <group name="GUI" >
+ <entry key="PageMarks" type="Bool">
+ <default>true</default>
+ </entry>
+ <entry key="WatchFile" type="Bool">
+ <default>true</default>
+ </entry>
+ <entry key="Zoom" type="Double">
+ <default>1.0</default>
+ </entry>
+ <entry key="PaperFormat" type="String">
+ <default></default>
+ </entry>
+ <entry key="Scrollbars" type="Bool">
+ <default>true</default>
+ </entry>
+ <entry key="UseDocumentSpecifiedSize" type="Bool">
+ <default>true</default>
+ </entry>
+ <entry key="ViewMode" type="Enum">
+ <default>Continuous</default>
+ <choices>
+ <choice name="SinglePage" />
+ <choice name="Continuous" />
+ <choice name="ContinuousFacing" />
+ <choice name="Overview" />
+ </choices>
+ </entry>
+ <entry key="FitToPage" type="Enum">
+ <default>DontFit</default>
+ <choices>
+ <choice name="FitToPage" />
+ <choice name="FitToPageWidth" />
+ <choice name="FitToPageHeight" />
+ <choice name="DontFit" />
+ </choices>
+ </entry>
+ <entry key="OverviewModeColumns" type="Int">
+ <default>4</default>
+ </entry>
+ <entry key="OverviewModeRows" type="Int">
+ <default>2</default>
+ </entry>
+ <entry key="ShowThumbnails" type="Bool">
+ <default>true</default>
+ </entry>
+ <entry key="MaxThumbnailWidth" type="Int">
+ <default>200</default>
+ </entry>
+ <entry key="UnderlineLinks" type="Enum">
+ <default>Enabled</default>
+ <choices>
+ <choice name="Enabled" />
+ <choice name="Disabled" />
+ <choice name="OnlyOnHover" />
+ </choices>
+ <whatsthis>
+ &lt;qt&gt;
+ Controls how hyperlinks are underlined:
+ &lt;ul&gt;
+ &lt;li&gt;&lt;b&gt;UL_Enabled&lt;/b&gt;: Always underline links&lt;/li&gt;
+ &lt;li&gt;&lt;b&gt;UL_Disabled&lt;/b&gt;: Never underline links&lt;/li&gt;
+ &lt;li&gt;&lt;b&gt;UL_OnlyOnHover&lt;/b&gt;: Underline when the mouse is moved over the link&lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/qt&gt;
+ </whatsthis>
+ </entry>
+ <entry key="GuiLayout" type="IntList" />
+ <entry key="SideBarItem" type="Int">
+ <default>1</default>
+ </entry>
+ </group>
+ <group name="Accessibility" >
+ <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="pad_paper_color" />
+ <choice name="Recolor" />
+ <choice name="pad_fg_color" />
+ <choice name="pad_bg_color" />
+ <choice name="BlackWhite" />
+ </choices>
+ </entry>
+ <entry key="RecolorForeground" type="Color" >
+ <default code="true" >0x600000</default>
+ </entry>
+ <entry key="RecolorBackground" type="Color" >
+ <default code="true" >0xF0F0F0</default>
+ </entry>
+ <entry key="BWThreshold" type="UInt" >
+ <default>127</default>
+ <min>2</min>
+ <max>253</max>
+ </entry>
+ <entry key="BWContrast" type="UInt" >
+ <default>2</default>
+ <min>2</min>
+ <max>6</max>
+ </entry>
+ </group>
+</kcfg>