~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/kdialog/org.kde.kdialog.ProgressDialog.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ana Beatriz Guerrero Lopez
  • Date: 2009-04-05 05:22:13 UTC
  • mfrom: (0.4.2 experimental) (0.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 235.
  • Revision ID: james.westby@ubuntu.com-20090405052213-39thr4l6p2ss07uj
Tags: 4:4.2.2-1
* New upstream release:
  - khtml fixes. (Closes: #290285, #359680)
  - Default konsole sessions can be deleted. (Closes: #286342)
  - Tag widget uses standard application palette. (Closes: #444800)
  - ... and surely many more but we have lost track...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
 
2
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
3
<node>
 
4
  <interface name="org.kde.kdialog.ProgressDialog">
 
5
    <property name="maximum" type="i" access="readwrite"/>
 
6
    <property name="value" type="i" access="readwrite"/>
 
7
    <property name="autoClose" type="b" access="readwrite"/>
 
8
    <method name="setLabelText">
 
9
      <arg type="s" name="label" direction="in"/>
 
10
    </method>
 
11
    <method name="showCancelButton">
 
12
      <arg name="value" type="b" direction="in"/>
 
13
    </method>
 
14
    <method name="wasCancelled">
 
15
      <arg type="b" direction="out"/>
 
16
    </method>
 
17
    <method name="close"/>
 
18
  </interface>
 
19
</node>