Warning, /education/cantor/src/backends/maxima/maximabackend.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="https://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="https://www.kde.org/standards/kcfg/1.0
0005                           https://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   <include>QStandardPaths</include>
0007   <kcfgfile name="cantorrc"/>
0008   <group name="MaximaBackend">
0009     <entry name="Path" type="Url">
0010       <label>Path to the Maxima executable</label>
0011       <default code="true">
0012           [this] {
0013                 #ifdef Q_OS_WIN
0014                 return QUrl::fromLocalFile(QStandardPaths::findExecutable( QLatin1String("maxima.bat") ));
0015                 #else
0016                 return QUrl::fromLocalFile(QStandardPaths::findExecutable( QLatin1String("maxima") ));
0017                 #endif
0018             } ()
0019         </default>
0020     </entry>
0021     <entry name="integratePlots" type="Bool">
0022       <label>Integrate Plots into the Worksheet</label>
0023       <default>true</default>
0024     </entry>
0025     <entry name="variableManagement" type="Bool">
0026       <label>Enable Variable Management</label>
0027       <default>true</default>
0028     </entry>
0029     <entry name="autorunScripts" type="StringList">
0030       <label>List of scripts to autorun at the beginning of session</label>
0031     </entry>
0032     <entry name="inlinePlotFormat" type="Enum">
0033       <choices>
0034         <choice name="pdf"/>
0035         <choice name="svg"/>
0036         <choice name="png"/>
0037       </choices>
0038       <default>0</default>
0039     </entry>
0040     <entry name="plotWidth" type="Double">
0041       <label>Default plot width</label>
0042       <default>12.0</default>
0043     </entry>
0044     <entry name="plotHeight" type="Double">
0045       <label>Default plot height</label>
0046       <default>8.0</default>
0047     </entry>
0048   </group>
0049 </kcfg>