Warning, /education/cantor/src/backends/python/pythonbackend.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="PythonBackend"> 0009 <entry name="integratePlots" type="Bool"> 0010 <label>Integrate Plots into the Worksheet</label> 0011 <default>false</default> 0012 </entry> 0013 <entry name="variableManagement" type="Bool"> 0014 <label>Enable Variable Management</label> 0015 <default>true</default> 0016 </entry> 0017 <entry name="autorunScripts" type="StringList"> 0018 <label>List of scripts to autorun at the beginning of session</label> 0019 </entry> 0020 <entry name="plotExtenstionGraphicPackage" type="Enum"> 0021 <choices> 0022 <choice name="matplotlib"/> 0023 <choice name="pylab"/> 0024 <choice name="plotly"/> 0025 <choice name="gr"/> 0026 <choice name="bokeh"/> 0027 </choices> 0028 <label>Graphical package for the Plot-Assistant</label> 0029 <default>0</default> 0030 </entry> 0031 </group> 0032 </kcfg>