summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/kmplot.kcfg
blob: 1963aac307b438240c2749242270efbe8ec659b0 (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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<?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="kmplotrc"/> 
	
	<group name="Coordinate System"> 
		<entry name="AxesLineWidth" type="Int"> 
			<label>Axis-line width</label>
			<whatsthis>Enter the width of the axis lines.</whatsthis>
			<default>5</default>
		</entry> 
		<entry name="ShowLabel" type="Bool"> 
			<label>Checked if labels are visible</label>
			<whatsthis>Check this box if the labels at the tics should be shown.</whatsthis>
			<default>true</default>
		</entry> 
		<entry name="ShowAxes" type="Bool"> 
			<label>Checked if axes are visible</label>
			<whatsthis>Check this box if axes should be shown.</whatsthis>
			<default>true</default>
		</entry> 
		<entry name="ShowArrows" type="Bool"> 
			<label>Checked if arrows are visible</label>
			<whatsthis>Check this box if axes should have arrows.</whatsthis>
			<default>true</default>
		</entry> 
		<entry name="GridLineWidth" type="Int">
			<label>Grid Line Width</label>
			<whatsthis>Enter the width of the grid lines.</whatsthis>
			<default>1</default>
		</entry>
		<entry name="GridStyle" type="Int">
			<label>Grid Style</label>
			<whatsthis>Choose a suitable grid style.</whatsthis>
			<default>1</default>
		</entry>
		<entry name="ShowFrame" type="Bool"> 
			<label>Checked if a frame is visible</label>
			<whatsthis>Check this box if a frame should be drawn around the plot area.</whatsthis>
			<default>false</default>
		</entry> 
		<entry name="ShowExtraFrame" type="Bool"> 
			<label>Checked if an extra frame is visible</label>
			<whatsthis>Check this box if an extra frame should be drawn around the plot area.</whatsthis>
			<default>true</default>
		</entry> 
		<entry name="TicLength" type="Int">
			<label>Tic length</label>
			<whatsthis>Enter the length of the tic lines</whatsthis>
			<default>10</default>
		</entry> 
		<entry name="TicWidth" type="Int"> 
			<label>Tic width</label>
			<whatsthis>Enter the width of the tic lines.</whatsthis>
			<default>1</default>
		</entry> 
		<entry name="PlotLineWidth" type="Int"> 
			<label>Plot-line width</label>
			<whatsthis>Enter the width of the plot line.</whatsthis>
			<default>5</default>
		</entry> 
		<entry name="XRange" type="Int"> 
			<label>Predefined x-axis range</label>
			<whatsthis>Predefined plot area widths.</whatsthis>
			<default>0</default>
		</entry> 
		<entry name="YRange" type="Int"> 
			<label>Predefined y-axis range</label>
			<whatsthis>Predefined plot area heights.</whatsthis>
			<default>0</default>
		</entry> 
		<entry name="XMin" type="String"> 
			<label>Left boundary</label>
			<whatsthis>Enter the left boundary of the plotting area.</whatsthis>
			<default>-2*pi</default>
		</entry> 
		<entry name="XMax" type="String"> 
			<label>Right boundary</label>
			<whatsthis>Enter the right boundary of the plotting area.</whatsthis>
			<default>2*pi</default>
		</entry> 
		<entry name="YMin" type="String"> 
			<label>Lower boundary</label>
			<whatsthis>Enter the lower boundary of the plotting area.</whatsthis>
			<default>-2*pi</default>
		</entry> 
		<entry name="YMax" type="String"> 
			<label>Upper boundary</label>
			<whatsthis>Enter the upper boundary of the plotting area.</whatsthis>
			<default>2*pi</default>
		</entry> 
	</group>
	
	<group name="Scaling">
		<entry name="XScaling" type="Int"> 
			<label>Width of a unit from tic to tic</label>
			<whatsthis>Enter the width of a unit from tic to tic.</whatsthis>
			<default>8</default>
		</entry> 
		<entry name="YScaling" type="Int"> 
			<label>Height of a unit from tic to tic</label>
			<whatsthis>Enter the height of a unit from tic to tic.</whatsthis>
			<default>8</default>
		</entry> 
		<entry name="XPrinting" type="Int"> 
			<label>Printed width of 1 unit</label>
			<whatsthis>Enter the width of a unit in cm.</whatsthis>
			<default>3</default>
		</entry> 
		<entry name="YPrinting" type="Int"> 
			<label>Printed height of 1 unit</label>
			<whatsthis>Enter the height of a unit in cm.</whatsthis>
			<default>3</default>
		</entry> 
	</group> 
	
	<group name="Fonts">
		<entry name="AxesFont" type="String">
			<label>Font name of the axis labels</label>
			<whatsthis>Choose a font name for the axis labels.</whatsthis>
			<default code="true">KGlobalSettings::generalFont().family()</default>
		</entry>
		<entry name="AxesFontSize" type="Int">
			<label>Font size of the axis labels</label>
			<whatsthis>Choose a font size for the axis labels.</whatsthis>
			<default code="true">40</default>
		</entry> 
		<entry name="HeaderTableFont" type="String"> 
			<label>Font name of the printed header table</label>
			<whatsthis>Choose a font name for the table printed at the top of the page.</whatsthis>
			<default code="true">KGlobalSettings::generalFont().family()</default>	
		</entry> 
	</group>
	
	<group name="Colors">
		<entry name="AxesColor" type="Color"> 
			<label>Axis-line color</label>
			<whatsthis>Enter the color of the axis lines.</whatsthis>
		</entry> 
		<entry name="GridColor" type="Color">
			<label>Grid Color</label>
			<whatsthis>Choose a color for the grid lines.</whatsthis>
			<default>#C0C0C0</default>
		</entry>
		<entry name="Color0" type="Color">
			<label>Color of function 1</label>
			<whatsthis>Choose a color for function 1.</whatsthis>
			<default>#FF0000</default>
		</entry>
		<entry name="Color1" type="Color">
			<label>Color of function 2</label>
			<whatsthis>Choose a color for function 2.</whatsthis>
			<default>#00FF00</default>
		</entry>
		<entry name="Color2" type="Color">
			<label>Color of function 3</label>
			<whatsthis>Choose a color for function 3.</whatsthis>
			<default>#0000FF</default>
		</entry>
		<entry name="Color3" type="Color">
			<label>Color of function 4</label>
			<whatsthis>Choose a color for function 4.</whatsthis>
			<default>#FF00FF</default>
		</entry>
		<entry name="Color4" type="Color">
			<label>Color of function 5</label>
			<whatsthis>Choose a color for function 5.</whatsthis>
			<default>#FFFF00</default>
		</entry>
		<entry name="Color5" type="Color">
			<label>Color of function 6</label>
			<whatsthis>Choose a color for function 6.</whatsthis>
			<default>#00FFFF</default>
		</entry>
		<entry name="Color6" type="Color">
			<label>Color of function 7</label>
			<whatsthis>Choose a color for function 7.</whatsthis>
			<default>#008000</default>
		</entry>
		<entry name="Color7" type="Color">
			<label>Color of function 8</label>
			<whatsthis>Choose a color for function 8.</whatsthis>
			<default>#000080</default>
		</entry>
		<entry name="Color8" type="Color">
			<label>Color of function 9</label>
			<whatsthis>Choose a color for function 9.</whatsthis>
			<default>#000000</default>
		</entry>
		<entry name="Color9" type="Color">
			<label>Color of function 10</label>
			<whatsthis>Choose a color for function 10.</whatsthis>
			<default>#000000</default>
		</entry>
	</group>
		
	<group name="General">
		<entry name="stepWidth" type="Double">
			<label>Step width in pixel</label>
			<whatsthis>The greater the step width the faster but the less precise the plot is done.</whatsthis>
			<default>1.0</default>
		</entry>
		<entry name="useRelativeStepWidth" type="Bool">
			<label>Use relative step width</label>
			<whatsthis>If relative step width is set to true, the step width will be adapted to the size of the window.</whatsthis>
			<default>true</default>
		</entry>
		<entry name="anglemode" type="Int">
			<label>Radians instead of degrees</label>
			<whatsthis>Check the box if you want to use radians</whatsthis>
			<default>0</default>
		</entry>
		<entry name="backgroundcolor" type="Color">
			<label>Background color</label>
			<whatsthis>The background color for the graph</whatsthis>
			<default>#FFFFFF</default>
		</entry>
		<entry name="zoomInStep" type="Int">
			<label>Zoom-in step</label>
			<whatsthis>The value the zoom-in tool should use</whatsthis>
			<default>20</default>
		</entry>
			<entry name="zoomOutStep" type="Int">
			<label>Zoom-out step</label>
			<whatsthis>The value the zoom-out tool should use</whatsthis>
			<default>25</default>
		</entry>		
	</group>
</kcfg>