Warning, /education/cantor/src/backends/lua/luabackend.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="LuaBackend">
0009     <entry name="Path" type="Url">
0010       <label>Path to luajit command</label>
0011       <default code="true">QUrl::fromLocalFile(QStandardPaths::findExecutable(QLatin1String("luajit")))</default>
0012     </entry>
0013     <entry name="autorunScripts" type="StringList">
0014       <label>List of scripts to autorun at the beginning of session</label>
0015     </entry>
0016   </group>
0017 </kcfg>