~ubuntu-branches/ubuntu/saucy/plasma-nm/saucy-proposed

« back to all changes in this revision

Viewing changes to applet/declarative/contents/config/main.xml

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-08-16 19:07:09 UTC
  • Revision ID: package-import@ubuntu.com-20130816190709-ef9ydm9skigmg15l
Tags: upstream-0.0~git20130816
ImportĀ upstreamĀ versionĀ 0.0~git20130816

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
 
3
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
 
5
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
 
6
  <kcfgfile name=""/>
 
7
 
 
8
  <group name="General">
 
9
    <entry name="detailKeys" type="StringList">
 
10
      <default>interface:type,interface:status,interface:bitrate,interface:name,interface:hardwareaddress,ipv4:address,wireless:ssid,wireless:signal,wireless:channel,wireless:security,mobile:operator,mobile:quality,mobile:technology,bluetooth:name,vpn:plugin,vpn:banner</default>
 
11
    </entry>
 
12
    <entry name="autoHideOptions" type="Bool">
 
13
      <default>true</default>
 
14
    </entry>
 
15
    <entry name="optionsExpanded" type="String">
 
16
      <default>hidden</default>
 
17
    </entry>
 
18
    <entry name="networkSpeedUnit" type="Enum">
 
19
      <choices name="NetworkSpeedUnitChoices">
 
20
        <choice name="KBytes"/>
 
21
        <choice name="KBits"/>
 
22
      </choices>
 
23
   </entry>
 
24
  </group>
 
25
</kcfg>