summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/kmplot.kcfg
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/kmplot.kcfg')
-rw-r--r--kmplot/kmplot/kmplot.kcfg232
1 files changed, 232 insertions, 0 deletions
diff --git a/kmplot/kmplot/kmplot.kcfg b/kmplot/kmplot/kmplot.kcfg
new file mode 100644
index 00000000..1963aac3
--- /dev/null
+++ b/kmplot/kmplot/kmplot.kcfg
@@ -0,0 +1,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>