Documentation/Source/eric6.E5Gui.E5ProgressDialog.html

changeset 5606
da305d172769
parent 3673
e26d7d0c1088
child 5653
c023821bb25f
diff -r 1950fe1a32c4 -r da305d172769 Documentation/Source/eric6.E5Gui.E5ProgressDialog.html
--- a/Documentation/Source/eric6.E5Gui.E5ProgressDialog.html	Sat Mar 11 19:17:59 2017 +0100
+++ b/Documentation/Source/eric6.E5Gui.E5ProgressDialog.html	Sat Mar 11 19:18:57 2017 +0100
@@ -74,7 +74,7 @@
 </table>
 <a NAME="E5ProgressDialog.__init__" ID="E5ProgressDialog.__init__"></a>
 <h4>E5ProgressDialog (Constructor)</h4>
-<b>E5ProgressDialog</b>(<i>labelText, cancelButtonText, minimum, maximum, format=None, parent=None, flags=Qt.WindowFlags()</i>)
+<b>E5ProgressDialog</b>(<i>labelText, cancelButtonText, minimum, maximum, labelFormat=None, parent=None, flags=Qt.WindowFlags()</i>)
 <p>
         Constructor
 </p><dl>
@@ -90,7 +90,7 @@
 </dd><dt><i>maximum</i></dt>
 <dd>
 maximum value (integer)
-</dd><dt><i>format=</i></dt>
+</dd><dt><i>labelFormat=</i></dt>
 <dd>
 label format of the progress bar (string)
 </dd><dt><i>parent=</i></dt>
@@ -112,11 +112,11 @@
 </dd>
 </dl><a NAME="E5ProgressDialog.setFormat" ID="E5ProgressDialog.setFormat"></a>
 <h4>E5ProgressDialog.setFormat</h4>
-<b>setFormat</b>(<i>format</i>)
+<b>setFormat</b>(<i>labelFormat</i>)
 <p>
         Public method to set the progress bar format.
 </p><dl>
-<dt><i>format</i></dt>
+<dt><i>labelFormat</i></dt>
 <dd>
 progress bar format (string)
 </dd>

eric ide

mercurial