Warning, /education/cantor/src/backends/scilab/scilabbackend.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="ScilabBackend">
0009     <entry name="Path" type="Url">
0010       <label>Path to the Scilab executable</label>
0011         <default code="true">
0012           [this] {
0013                 #ifdef Q_OS_WIN
0014                 return QUrl::fromLocalFile(QStandardPaths::findExecutable( QLatin1String("WScilex-cli.exe") ));
0015                 #else
0016                 return QUrl::fromLocalFile(QStandardPaths::findExecutable( QLatin1String("scilab-adv-cli") ));
0017                 #endif
0018             } ()
0019         </default>
0020     </entry>
0021     <entry name="integratePlots" type="Bool">
0022       <label>Integrate Plots into the Worksheet</label>
0023       <default>false</default>
0024     </entry>
0025     <entry name="autorunScripts" type="StringList">
0026       <label>List of scripts to autorun at the beginning of session</label>
0027     </entry>
0028   </group>
0029 </kcfg>