Warning, /education/kiten/app/kiten.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>kfontrequester.h</include> 0007 <kcfgfile name="kitenrc"/> 0008 <group name="dict_config_types"> 0009 <entry key="dictionary_list" name="dictionary_list" type="StringList"> 0010 <label>List of dictionary Types, used internally, do not touch</label> 0011 <?If you are adding a dictionary type, add it to the list and add your 0012 Section below... at the moment you are required to have 0013 <dictname>__useGlobal and <dictname>__NAMES list if you list it in this 0014 set... the program will crash otherwise. 0015 You must also provide the __displayFields information, although you 0016 can provide this even if you do not allow the user to enter other 0017 dictionaries. If you use a custom kcfg dialog instead of the standard 0018 one, be sure to provide the variables that you need. 0019 ?> 0020 <default>edict,kanjidic</default> 0021 </entry> 0022 </group> 0023 <group name="dicts_edict"> 0024 <entry key="__NAMES" name="edict__NAMES" type="StringList"> 0025 <label>Edict dictionary files</label> 0026 </entry> 0027 <entry key="__useGlobal" name="edict__useGlobal" type="Bool"> 0028 <label>Use preinstalled edict</label> 0029 <default>true</default> 0030 </entry> 0031 <entry key="__displayFields" name="edict__displayFields" type="StringList"> 0032 <label>Set of fields to display for this dictionary type</label> 0033 <default>Word/Kanji,Reading,Meaning</default> 0034 </entry> 0035 </group> 0036 0037 <group name="dicts_kanjidic"> 0038 <entry key="__NAMES" name="kanjidic__NAMES" type="StringList"> 0039 <label>Kanjidic dictionary files</label> 0040 </entry> 0041 <entry key="__useGlobal" name="kanjidic__useGlobal" type="Bool"> 0042 <label>Use preinstalled kanjidic</label> 0043 <default>true</default> 0044 </entry> 0045 <entry key="__displayFields" name="kanjidic__displayFields" type="StringList"> 0046 <label>Set of fields to display for this dictionary type</label> 0047 <default>Word/Kanji,Reading,Meaning</default> 0048 </entry> 0049 </group> 0050 0051 <group name="Searching Options"> 0052 <entry key="initialSearch" type="Bool"> 0053 <label>Do we search for "jiten" on startup</label> 0054 <default>true</default> 0055 </entry> 0056 <entry key="caseSensitive" type="Bool"> 0057 <label>Case sensitive searches</label> 0058 <default>false</default> 0059 </entry> 0060 </group> 0061 <group name="Sorting"> 0062 <entry key="dictionary_enable" type="String"> 0063 <label>Enable Sorting By Dictionary</label> 0064 <default>true></default> 0065 </entry> 0066 <entry key="dictionary_sortlist" type="StringList"> 0067 <label>What order do we sort the dictionaries in?</label> 0068 <default>kanjidic,edict</default> 0069 </entry> 0070 <entry key="field_sortlist" type="StringList"> 0071 <label>What order do we sort the fields in?</label> 0072 <default>common</default> 0073 </entry> 0074 </group> 0075 <group name="Font"> 0076 <entry key="font" type="Font"></entry> 0077 <entry key="textSameSize" type="Bool"> 0078 <default>false</default> 0079 </entry> 0080 <entry key="textKanjiBig" type="Bool"> 0081 <default>false</default> 0082 </entry> 0083 <entry key="textMainWordBig" type="Bool"> 0084 <default>true</default> 0085 </entry> 0086 </group> 0087 <group name="Learn"> 0088 </group> 0089 <group name="app"> 0090 <entry key="filter_rare" type="Int"> 0091 <label>0=No filter, 1=Limit search results to "common" entries only, 2=Separate common and uncommon entries</label> 0092 <default>0</default> 0093 </entry> 0094 <entry key="search_precision" type="Int"> 0095 <label>The user's last type of search, 0=Exact, 1=Match Start, 2=Match End, 3=Match Anywhere</label> 0096 <default>3</default> 0097 </entry> 0098 <entry key="search_limit_to_wordtype" type="Int"> 0099 <label>The user's last type of search, 0=Any, 1=Verb, 2=Noun, 3=Adjective, 4=Adverb, 5=Prefix, 6=Suffix, 7=Expression</label> 0100 <default>0</default> 0101 </entry> 0102 <entry key="autosearch" type="Bool"> 0103 <label>Automatically search for clipboard entries?</label> 0104 <default>false</default> 0105 </entry> 0106 </group> 0107 </kcfg>