~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to kapptemplate/templates/C++/kapp4/src/%{APPNAMELC}.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

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="%{APPNAMELC}rc"/>
 
7
  <group name="Preferences">
 
8
    <entry name="col_background" type="Color">
 
9
            <label>color of the background</label>
 
10
            <default>black</default>
 
11
    </entry>
 
12
    <entry name="col_foreground" type="Color">
 
13
            <label>color of the foreground</label>
 
14
            <default>yellow</default>
 
15
    </entry>
 
16
    <entry name="val_time" type="Int">
 
17
            <label>size of a ball</label>
 
18
            <default>2</default>
 
19
    </entry>
 
20
  </group>
 
21
</kcfg>