summaryrefslogtreecommitdiffstats
path: root/kpdf/conf/kpdf.kcfg
blob: 9f54b412c79acb66b56a65ceebdb20e40b713a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<?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="kpdfpartrc" />
 <group name="Accessibility" >
  <entry key="PaperColor" type="Color" >
   <default code="true" >Qt::white</default>
  </entry>
  <entry key="HighlightImages" type="Bool" >
   <default>false</default>
  </entry>
  <entry key="HighlightLinks" type="Bool" >
   <default>false</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>
 <group name="General" >
  <entry key="ShowOSD" type="Bool" >
   <default>true</default>
  </entry>
  <entry key="WatchFile" type="Bool" >
   <default>true</default>
  </entry>
  <entry key="ObeyDRM" type="Bool" >
    <default>true</default>
  </entry>
  <entry key="RetainDocumentData" type="Bool" >
    <default>true</default>
  </entry>
 </group>
 <group name="MainView" >
  <entry key="ShowLeftPanel" type="Bool" >
   <default>true</default>
  </entry>
  <entry key="ShowSearchBar" type="Bool" >
   <default>true</default>
  </entry>
  <entry key="SplitterSizes" type="IntList" />
 </group>
 <group name="PageView" >
  <entry key="ShowScrollBars" type="Bool" >
   <default>true</default>
  </entry>
  <entry key="ViewContinuous" type="Bool" >
   <default>true</default>
  </entry>
  <entry key="ViewColumns" type="UInt" >
   <default>1</default>
   <min>1</min>
   <max>8</max>
  </entry>
  <entry key="ZoomMode" type="UInt" >
    <default>0</default>
    <max>2</max>
  </entry>
  <entry key="ZoomFactor" type="Double" >
    <default>1.0</default>
    <min>0.1</min>
    <max>4.0</max>
  </entry>
 </group>
 <group name="ThumbnailsList" >
  <entry key="SyncThumbnailsViewport" type="Bool" >
   <default>true</default>
  </entry>
 </group>
 <group name="Performance" >
  <entry key="MemoryLevel" type="Enum" >
   <default>Normal</default>
   <choices>
    <choice name="Low" />
    <choice name="Normal" />
    <choice name="Aggressive" />
    <choice name="pad_description" />
   </choices>
  </entry>
  <entry key="EnableCompositing" type="Bool" >
   <default>true</default>
  </entry>
  <entry key="EnableThreading" type="Bool" >
   <default>true</default>
  </entry>
 </group>
 <group name="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>
  <entry key="SlidesBackgroundColor" type="Color" >
   <default code="true" >Qt::black</default>
  </entry>
  <entry key="SlidesTransition" type="Enum" >
   <default>Replace</default>
   <choices>
    <choice name="BlindsHorizontal" />
    <choice name="BlindsVertical" />
    <choice name="BoxIn" />
    <choice name="BoxOut" />
    <choice name="Dissolve" />
    <choice name="GlitterDown" />
    <choice name="GlitterRight" />
    <choice name="GlitterRightDown" />
    <choice name="Random" />
    <choice name="Replace" />
    <choice name="SplitHorizontalIn" />
    <choice name="SplitHorizontalOut" />
    <choice name="SplitVerticalIn" />
    <choice name="SplitVerticalOut" />
    <choice name="WipeDown" />
    <choice name="WipeRight" />
    <choice name="WipeLeft" />
    <choice name="WipeUp" />
   </choices>
  </entry>
  <entry key="SlidesCursor" type="Enum" >
   <default>HiddenDelay</default>
   <choices>
    <choice name="HiddenDelay" />
    <choice name="Visible" />
    <choice name="Hidden" />
   </choices>
  </entry>
  <entry key="SlidesShowProgress" type="Bool" >
   <default>true</default>
  </entry>
  <entry key="SlidesShowSummary" type="Bool" >
   <default>false</default>
  </entry>
 </group>
 <group name="Internal Status" >
  <entry key="FilterBookmarks" type="Bool" >
   <default>false</default>
  </entry>
  <entry key="UseKTTSD" type="Bool" />
 </group>
 <group name="Debugging Options" >
  <entry key="DebugDrawBoundaries" type="Bool" >
   <default>false</default>
  </entry>
 </group>
</kcfg>