Warning, /education/marble/src/plasma/applets/worldclock/package/contents/config/main.xml 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 <kcfgfile name=""/> 0007 0008 <group name="General"> 0009 <entry name="projection" type="Enum"> 0010 <choices> 0011 <choice name="Equirectangular" /> 0012 <choice name="Mercator" /> 0013 </choices> 0014 <default>Equirectangular</default> 0015 </entry> 0016 0017 <entry name="centerMode" type="Enum"> 0018 <choices> 0019 <choice name="Daylight" /> 0020 <choice name="Longitude" /> 0021 <choice name="Position" /> 0022 </choices> 0023 <default>Daylight</default> 0024 </entry> 0025 0026 <entry name="fixedLongitude" type="double"> 0027 <default>0</default> 0028 </entry> 0029 0030 <entry name="showDate" type="Bool"> 0031 <default>false</default> 0032 </entry> 0033 0034 <!-- TODO: readd later 0035 <entry name="customTimeZone" type="Bool"> 0036 <default>false</default> 0037 </entry> 0038 0039 <entry name="timeZoneList" type="StringList"> 0040 <default></default> 0041 </entry> 0042 --> 0043 </group> 0044 </kcfg> 0045