~ubuntu-branches/ubuntu/jaunty/plasma-widget-network-manager/jaunty-updates

« back to all changes in this revision

Viewing changes to settings/schemas/cdma.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2009-02-10 16:33:42 UTC
  • Revision ID: james.westby@ubuntu.com-20090210163342-y22tcldf0fuyqqm9
Tags: upstream-0.0+svn924363
ImportĀ upstreamĀ versionĀ 0.0+svn924363

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 arg="false"/>
 
7
  <group name="cdma">
 
8
    <entry name="number" type="String">
 
9
      <label>Number</label>
 
10
      <whatsthis></whatsthis>
 
11
    </entry>
 
12
    <entry name="username" type="String">
 
13
      <label>Username</label>
 
14
      <whatsthis></whatsthis>
 
15
    </entry>
 
16
    <entry name="password" type="String" secret="true">
 
17
      <label>Password</label>
 
18
      <whatsthis></whatsthis>
 
19
    </entry>
 
20
  </group>
 
21
</kcfg>
 
22
 
 
23
<!--
 
24
  <group name="">
 
25
    <entry name="" type="">
 
26
      <label></label>
 
27
      <whatsthis></whatsthis>
 
28
    </entry>
 
29
  </group>
 
30
  -->
 
31