Warning, /multimedia/plasmatube/src/config.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   <kcfgfile arg="true" />
0007   <group name="NetworkProxy">
0008     <entry name="ProxyType" type="Enum">
0009       <label>The type of proxy used by the application.</label>
0010       <choices>
0011         <choice name="System">
0012           <label>System Default</label>
0013         </choice>
0014         <choice name="HTTP">
0015           <label>HTTP</label>
0016         </choice>
0017       </choices>
0018       <default>System</default>
0019     </entry>
0020     <entry name="ProxyHost" type="String">
0021       <label>IP or hostname of the proxy</label>
0022       <default>127.0.0.1</default>
0023     </entry>
0024     <entry name="ProxyPort" type="int">
0025       <label>The port number of the proxy</label>
0026       <default>1080</default>
0027     </entry>
0028     <entry name="ProxyUser" type="String">
0029       <label>The user of the proxy</label>
0030       <default></default>
0031     </entry>
0032     <entry name="ProxyPassword" type="Password">
0033       <label>The password of the proxy</label>
0034       <default></default>
0035     </entry>
0036   </group>
0037 </kcfg>