Warning, /education/parley/src/settings/languagesettings.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004     xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005     http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006 <include>qfontdatabase.h</include>
0007 <kcfgfile name="parleyrc">
0008     <parameter name="locale" />
0009 </kcfgfile>
0010 <group name="Locale $(locale)">
0011     <entry name="KeyboardLayout" type="String">
0012         <label>Keyboard layout for this locale</label>
0013         <whatsthis>Keyboard layout for this locale</whatsthis>
0014         <default></default>
0015     </entry>
0016     <entry name="SpellChecker" type="String">
0017         <label>Spell checker for this language</label>
0018         <whatsthis>Spell checker for this language</whatsthis>
0019         <default>
0020         </default>
0021     </entry>
0022     <entry name="ConjugationTenses" type="StringList">
0023         <label>Selected tenses for conjugation practice.</label>
0024         <whatsthis>Selected tenses for conjugation practice.</whatsthis>
0025         <default></default>
0026     </entry>
0027     <entry name="VisibleColumns" type="IntList">
0028         <label>Visible columns in the main editor window.</label>
0029         <whatsthis>Visible columns in the main editor window.</whatsthis>
0030     </entry>
0031     <entry name="PracticeFont" type="Font">
0032         <label>The font used during practice</label>
0033         <default code="true">QFontDatabase::systemFont(QFontDatabase::GeneralFont)</default>
0034     </entry>
0035     <entry name="EditorFont" type="Font">
0036         <label>The font used in the editor</label>
0037         <default code="true">QFontDatabase::systemFont(QFontDatabase::GeneralFont)</default>
0038     </entry>
0039 </group>
0040 </kcfg>