Warning, /utilities/kdialog/src/org.kde.kdialog.ProgressDialog.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
0002 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0003 <node>
0004   <interface name="org.kde.kdialog.ProgressDialog">
0005     <property name="maximum" type="i" access="readwrite"/>
0006     <property name="value" type="i" access="readwrite"/>
0007     <property name="autoClose" type="b" access="readwrite"/>
0008     <method name="setLabelText">
0009       <arg type="s" name="label" direction="in"/>
0010     </method>
0011     <method name="showCancelButton">
0012       <arg name="value" type="b" direction="in"/>
0013     </method>
0014     <method name="wasCancelled">
0015       <arg type="b" direction="out"/>
0016     </method>
0017     <method name="close"/>
0018   </interface>
0019 </node>