Warning, /education/kmplot/kmplot/kmplot.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   
0007         <include>QFontDatabase</include>
0008         <kcfgfile name="kmplotrc"/> 
0009         
0010         <group name="Coordinate System"> 
0011                 <entry name="AxesLineWidth" type="Double"> 
0012                         <label>Axis-line width</label>
0013                         <whatsthis>Enter the width of the axis lines.</whatsthis>
0014                         <default>0.2</default>
0015                 </entry> 
0016                 <entry name="ShowLabel" type="Bool"> 
0017                         <label>Checked if labels are visible</label>
0018                         <whatsthis>Check this box if the labels at the tics should be shown.</whatsthis>
0019                         <default>true</default>
0020                 </entry> 
0021                 <entry name="ShowAxes" type="Bool"> 
0022                         <label>Checked if axes are visible</label>
0023                         <whatsthis>Check this box if axes should be shown.</whatsthis>
0024                         <default>true</default>
0025                 </entry> 
0026                 <entry name="ShowArrows" type="Bool"> 
0027                         <label>Checked if arrows are visible</label>
0028                         <whatsthis>Check this box if axes should have arrows.</whatsthis>
0029                         <default>true</default>
0030                 </entry>
0031                 <entry name="GridLineWidth" type="Double">
0032                         <label>Grid Line Width</label>
0033                         <whatsthis>Enter the width of the grid lines.</whatsthis>
0034                         <default>0.1</default>
0035                 </entry>
0036                 <entry name="GridStyle" type="Int">
0037                         <label>Grid Style</label>
0038                         <whatsthis>Choose a suitable grid style.</whatsthis>
0039                         <default>1</default>
0040                 </entry>
0041                 <entry name="TicLength" type="Double">
0042                         <label>Tic length</label>
0043                         <whatsthis>Enter the length of the tic lines</whatsthis>
0044                         <default>0.5</default>
0045                 </entry> 
0046                 <entry name="TicWidth" type="Double"> 
0047                         <label>Tic width</label>
0048                         <whatsthis>Enter the width of the tic lines.</whatsthis>
0049                         <default>0.3</default>
0050                 </entry>
0051                 <entry name="XMin" type="String"> 
0052                         <label>Left boundary</label>
0053                         <whatsthis>Enter the left boundary of the plotting area.</whatsthis>
0054                         <default>-8</default>
0055                 </entry> 
0056                 <entry name="XMax" type="String"> 
0057                         <label>Right boundary</label>
0058                         <whatsthis>Enter the right boundary of the plotting area.</whatsthis>
0059                         <default>8</default>
0060                 </entry> 
0061                 <entry name="YMin" type="String"> 
0062                         <label>Lower boundary</label>
0063                         <whatsthis>Enter the lower boundary of the plotting area.</whatsthis>
0064                         <default>-8</default>
0065                 </entry> 
0066                 <entry name="YMax" type="String"> 
0067                         <label>Upper boundary</label>
0068                         <whatsthis>Enter the upper boundary of the plotting area.</whatsthis>
0069                         <default>8</default>
0070                 </entry>
0071                 <entry name="LabelHorizontalAxis" type="String">
0072                         <label>Label to Horizontal Axis</label>
0073                         <whatsthis>Label to Horizontal Axis.</whatsthis>
0074                         <default>X</default>
0075                 </entry>
0076                 <entry name="LabelVerticalAxis" type="String">
0077                         <label>Label to Vertical Axis</label>
0078                         <whatsthis>Label to Vertical Axis.</whatsthis>
0079                         <default>Y</default>
0080                 </entry>
0081         </group>
0082         
0083         <group name="Scaling">
0084                 <entry name="XScalingMode" type="Int">
0085                         <label>Whether to use automatic or custom scaling.</label>
0086                         <whatsthis>Select whether to use automatic or custom scaling.</whatsthis>
0087                         <default>0</default>
0088                 </entry>
0089                 <entry name="YScalingMode" type="Int">
0090                         <label>Whether to use automatic or custom scaling.</label>
0091                         <whatsthis>Select whether to use automatic or custom scaling.</whatsthis>
0092                         <default>0</default>
0093                 </entry>
0094                 <entry name="XScaling" type="String"> 
0095                         <label>Width of a unit from tic to tic</label>
0096                         <whatsthis>Enter the width of a unit from tic to tic.</whatsthis>
0097                         <default>1</default>
0098                 </entry>
0099                 <entry name="YScaling" type="String"> 
0100                         <label>Height of a unit from tic to tic</label>
0101                         <whatsthis>Enter the height of a unit from tic to tic.</whatsthis>
0102                         <default>1</default>
0103                 </entry>
0104         </group> 
0105         
0106         <group name="Fonts">
0107                 <entry name="AxesFont" type="Font">
0108                         <label>Font of the axis labels</label>
0109                         <whatsthis>Choose a font for the axis labels.</whatsthis>
0110                         <default code="true">QFontDatabase::systemFont(QFontDatabase::GeneralFont)</default>
0111                 </entry>
0112                 <entry name="HeaderTableFont" type="Font"> 
0113                         <label>Font of the printed header table</label>
0114                         <whatsthis>Choose a font for the table printed at the top of the page.</whatsthis>
0115                         <default code="true">QFontDatabase::systemFont(QFontDatabase::GeneralFont)</default>    
0116                 </entry>
0117                 <entry name="LabelFont" type="Font">
0118                         <label>Font of diagram labels</label>
0119                         <whatsthis>Choose a font for diagram labels.</whatsthis>
0120                         <default code="true">QFontDatabase::systemFont(QFontDatabase::GeneralFont)</default>
0121                 </entry>
0122         </group>
0123         
0124         <group name="Colors">
0125                 <entry name="AxesColor" type="Color"> 
0126                         <label>Axis-line color</label>
0127                         <whatsthis>Enter the color of the axis lines.</whatsthis>
0128                         <default>#282828</default>
0129                 </entry> 
0130                 <entry name="GridColor" type="Color">
0131                         <label>Grid Color</label>
0132                         <whatsthis>Choose a color for the grid lines.</whatsthis>
0133                         <default>#AEAEAE</default>
0134                 </entry>
0135                 <entry name="Color0" type="Color">
0136                         <label>Color of function 1</label>
0137                         <whatsthis>Choose a color for function 1.</whatsthis>
0138                         <default>#191970</default>
0139                 </entry>
0140                 <entry name="Color1" type="Color">
0141                         <label>Color of function 2</label>
0142                         <whatsthis>Choose a color for function 2.</whatsthis>
0143                         <default>#006400</default>
0144                 </entry>
0145                 <entry name="Color2" type="Color">
0146                         <label>Color of function 3</label>
0147                         <whatsthis>Choose a color for function 3.</whatsthis>
0148                         <default>#FF4500</default>
0149                 </entry>
0150                 <entry name="Color3" type="Color">
0151                         <label>Color of function 4</label>
0152                         <whatsthis>Choose a color for function 4.</whatsthis>
0153                         <default>#808000</default>
0154                 </entry>
0155                 <entry name="Color4" type="Color">
0156                         <label>Color of function 5</label>
0157                         <whatsthis>Choose a color for function 5.</whatsthis>
0158                         <default>#FF1493</default>
0159                 </entry>
0160                 <entry name="Color5" type="Color">
0161                         <label>Color of function 6</label>
0162                         <whatsthis>Choose a color for function 6.</whatsthis>
0163                         <default>#B111DD</default>
0164                 </entry>
0165                 <entry name="Color6" type="Color">
0166                         <label>Color of function 7</label>
0167                         <whatsthis>Choose a color for function 7.</whatsthis>
0168                         <default>#800000</default>
0169                 </entry>
0170                 <entry name="Color7" type="Color">
0171                         <label>Color of function 8</label>
0172                         <whatsthis>Choose a color for function 8.</whatsthis>
0173                         <default>#0000CD</default>
0174                 </entry>
0175                 <entry name="Color8" type="Color">
0176                         <label>Color of function 9</label>
0177                         <whatsthis>Choose a color for function 9.</whatsthis>
0178                         <default>#FF8C00</default>
0179                 </entry>
0180                 <entry name="Color9" type="Color">
0181                         <label>Color of function 10</label>
0182                         <whatsthis>Choose a color for function 10.</whatsthis>
0183                         <default>#3CB400</default>
0184                 </entry>
0185         </group>
0186                 
0187         <group name="General">
0188                 <entry name="anglemode" type="Int">
0189                         <label>Radians instead of degrees</label>
0190                         <whatsthis>Check the box if you want to use radians</whatsthis>
0191                         <default>0</default>
0192                 </entry>
0193                 <entry name="backgroundcolor" type="Color">
0194                         <label>Background color</label>
0195                         <whatsthis>The background color for the graph</whatsthis>
0196                         <default>#FFFFFF</default>
0197                 </entry>
0198                 <entry name="zoomInStep" type="Int">
0199                         <label>Zoom-in step</label>
0200                         <whatsthis>The value the zoom-in tool should use</whatsthis>
0201                         <default>20</default>
0202                 </entry>
0203                 <entry name="zoomOutStep" type="Int">
0204                         <label>Zoom-out step</label>
0205                         <whatsthis>The value the zoom-out tool should use</whatsthis>
0206                         <default>25</default>
0207                 </entry>
0208                 <entry name="DetailedTracing" type="Bool">
0209                         <label>Extra detail when tracing</label>
0210                         <whatsthis>Whether to show extra detail such as the tangent and normal when tracing a plot.</whatsthis>
0211                         <default>false</default>
0212                 </entry>
0213                 <entry name="DefaultEquationForm" type="Enum">
0214                         <choices>
0215                                 <choice name="Function"/>
0216                                 <choice name="Implicit"/>
0217                         </choices>
0218                         <default>Function</default>
0219                 </entry>
0220         </group>
0221 </kcfg>