~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to krunner/kcfg/klaunch.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

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="klaunchrc" />
 
7
  <!-- generated by KConfig XTraKtor -->
 
8
  
 
9
  <group name="BusyCursorSettings">
 
10
    <entry key="Timeout" type="Int">
 
11
      <default>30</default>
 
12
      <label></label>
 
13
      <whatsthis></whatsthis>
 
14
      <!-- startupid.cpp:58 -->
 
15
      <!--     startup_info.setTimeout( c.readUnsignedNumEntry( "Timeout", 30 )); -->
 
16
    </entry>
 
17
    <entry key="Blinking" type="Bool">
 
18
      <default>false</default>
 
19
      <label></label>
 
20
      <whatsthis></whatsthis>
 
21
      <!-- startupid.cpp:59 -->
 
22
      <!--     blinking = c.readEntry( "Blinking", QVariant(false )).toBool(); -->
 
23
    </entry>
 
24
    <entry key="Bouncing" type="Bool">
 
25
      <default>true</default>
 
26
      <label></label>
 
27
      <whatsthis></whatsthis>
 
28
      <!-- startupid.cpp:60 -->
 
29
      <!--     bouncing = c.readEntry( "Bouncing", QVariant(true )).toBool(); -->
 
30
    </entry>
 
31
  </group>
 
32
  <group name="FeedbackStyle">
 
33
    <entry key="BusyCursor" type="Bool">
 
34
      <default>true</default>
 
35
      <label></label>
 
36
      <whatsthis></whatsthis>
 
37
    </entry>
 
38
  </group>
 
39
 
 
40
</kcfg>