~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/kscons_kxt/app.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

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="%{APPNAME}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>