diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 47d455dd55be855e4cc691c32f687f723d9247ee (patch) | |
tree | 52e236aaa2576bdb3840ebede26619692fed6d7d /kviewshell/kviewshell.kcfg | |
download | tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.tar.gz tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kviewshell/kviewshell.kcfg')
-rw-r--r-- | kviewshell/kviewshell.kcfg | 115 |
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> + <qt> + Controls how hyperlinks are underlined: + <ul> + <li><b>UL_Enabled</b>: Always underline links</li> + <li><b>UL_Disabled</b>: Never underline links</li> + <li><b>UL_OnlyOnHover</b>: Underline when the mouse is moved over the link</li> + </ul> + </qt> + </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> |