This file is indexed.

/usr/share/kde4/config.kcfg/qalculatebackend.kcfg is in cantor-backend-qalculate 4:4.13.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
<?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="cantorrc"/>
  <group name="QalculateBackend">
    <entry name="postConversion" type="bool">
      <label>If and how units will be automatically converted. If true, convert to the best suited SI units (the least amount of units).</label>
      <default>true</default>
    </entry>
    <entry name="angleUnit" type="Enum">
        <label>Default angle unit for trigonometric functions.</label>
        <choices name="AngleUnit">
            <choice name="ANGLE_UNIT_NONE" />
            <choice name="ANGLE_UNIT_RADIANS" />
            <choice name="ANGLE_UNIT_DEGREES" />
            <choice name="ANGLE_UNIT_GRADIANS" />
        </choices>
	<default>1</default>
    </entry>
    <entry name="base" type="int">
      <label>Base of parsed and evaluated numbers.</label>
      <default>10</default>
    </entry>
    <entry name="structuring" type="Enum">
        <choices name="StructuringMode">
            <choice name="STRUCTURING_NONE" />
            <choice name="STRUCTURING_SIMPLIFY" />
            <choice name="STRUCTURING_FACTORIZE" />
        </choices>
        <label>If the evaluation result will be simplified or factorized.</label>
        <default>0</default>
    </entry>
    <entry name="fractionFormat" type="Enum">
        <choices name="NumberFractionFormat">
             <choice name="FRACTION_DECIMAL" />
             <choice name="FRACTION_DECIMAL_EXACT" />
             <choice name="FRACTION_FRACTIONAL" />
             <choice name="FRACTION_COMBINED" />
        </choices>
        <label>If rational numbers will be displayed with decimals, as a fraction, or something in between.</label>
        <default>0</default>
    </entry>
    <entry name="indicateInfiniteSeries" type="bool">
      <label>Show that the digit series of a number continues forever with three dots, instead of rounding (ex. 2/3 displays as 0.666666... instead of 0.666667).</label>
      <default>false</default>
    </entry>
    <entry name="useAllPrefixes" type="bool">
      <label>Use all decimal SI prefixes. If false, prefixes which is not a multiple of thousand (centi, deci, deca, hecto) will not be used automatically.</label>
      <default>false</default>
    </entry>
    <entry name="negativeExponents" type="bool">
      <label>If true, negative exponents will be used instead of division (ex. 5/x^2 becomes 5*x^-2).</label>
      <default>false</default>
    </entry>
    <entry name="minExp" type="Enum">
        <choices name="ExpMode">
            <choice name="EXP_NONE" />
            <choice name="EXP_PURE" />
            <choice name="EXP_SCIENTIFIC" />
            <choice name="EXP_PRECISION" />
        </choices>
        <label>Numerical display.</label>
        <default>3</default>
    </entry>
    <entry name="inlinePlot" type="bool">
      <label>If true, plots will be displayed inside the worksheet. If not they appear in a separate window.</label>
      <default>true</default>
    </entry>
    <entry name="coloredPlot" type="bool">
      <label>Whether colors should be used in plots.</label>
      <default>true</default>
    </entry>
    <entry name="plotGrid" type="bool">
      <label>Whether a grid should be plotted.</label>
      <default>false</default>
    </entry>
    <entry name="plotBorder" type="bool">
      <label>Whether full borders should be drawn around the plot.</label>
      <default>false</default>
    </entry>
    <entry name="plotLineWidth" type="int">
      <label>Width of lines, in pixels.</label>
      <default>2</default>
    </entry>
    <entry name="plotSteps" type="int">
      <label>Number of interpolation steps to be used in plotting.</label>
      <default>100</default>
    </entry>
    <entry name="plotSmoothing" type="Enum">
        <choices name="SmoothingMode">
            <choice name="SMOOTHING_NONE" />
            <choice name="SMOOTHING_UNIQUE" />
            <choice name="SMOOTHING_CSPLINES" />
            <choice name="SMOOTHING_BEZIER" />
            <choice name="SMOOTHING_SBEZIER" />
        </choices>
        <label>Smoothing mode in plots.</label>
        <default>0</default>
    </entry>
    <entry name="plotStyle" type="Enum">
        <choices name="PlotStyle">
            <choice name="STYLE_LINES" />
            <choice name="STYLE_POINTS" />
            <choice name="STYLE_LINES_POINTS" />
            <choice name="STYLE_BOXES" />
            <choice name="STYLE_HISTOGRAM" />
            <choice name="STYLE_STEPS" />
            <choice name="STYLE_CANDLESTICKS" />
            <choice name="STYLE_DOTS" />
        </choices>
        <label>Style of plots.</label>
        <default>0</default>
    </entry>
    <entry name="plotLegend" type="Enum">
        <choices name="LegendPosition">
            <choice name="LEGEND_NONE" />
            <choice name="LEGEND_TOP_LEFT" />
            <choice name="LEGEND_TOP_RIGHT" />
            <choice name="LEGEND_BOTTOM_LEFT" />
            <choice name="LEGEND_BOTTOM_RIGHT" />
            <choice name="LEGEND_BELOW" />
            <choice name="LEGEND_OUTSIDE" />
        </choices>
        <label>Legend position in plots.</label>
        <default>2</default>
    </entry>
  </group>
</kcfg>