eric6/Documentation/Source/eric6.E5Gui.E5ProgressDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7900
72b88fb20261
--- a/eric6/Documentation/Source/eric6.E5Gui.E5ProgressDialog.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.E5Gui.E5ProgressDialog.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,29 +18,37 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.E5Gui.E5ProgressDialog</h1>
+
 <p>
 Module implementing a progress dialog allowing a customized progress bar label.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#E5ProgressDialog">E5ProgressDialog</a></td>
 <td>Class implementing a progress dialog allowing a customized progress bar label.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="E5ProgressDialog" ID="E5ProgressDialog"></a>
 <h2>E5ProgressDialog</h2>
+
 <p>
     Class implementing a progress dialog allowing a customized progress bar
     label.
@@ -48,74 +56,98 @@
 <h3>Derived from</h3>
 QProgressDialog
 <h3>Class Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Class Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Methods</h3>
+
 <table>
+
 <tr>
 <td><a href="#E5ProgressDialog.__init__">E5ProgressDialog</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#E5ProgressDialog.format">format</a></td>
 <td>Public method to get the progress bar format.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#E5ProgressDialog.setFormat">setFormat</a></td>
 <td>Public method to set the progress bar format.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="E5ProgressDialog.__init__" ID="E5ProgressDialog.__init__"></a>
 <h4>E5ProgressDialog (Constructor)</h4>
 <b>E5ProgressDialog</b>(<i>labelText, cancelButtonText, minimum, maximum, labelFormat=None, parent=None, flags=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>labelText</i></dt>
 <dd>
 text of the dialog label (string)
-</dd><dt><i>cancelButtonText</i></dt>
+</dd>
+<dt><i>cancelButtonText</i></dt>
 <dd>
 text of the cancel button (string)
-</dd><dt><i>minimum</i></dt>
+</dd>
+<dt><i>minimum</i></dt>
 <dd>
 minimum value (integer)
-</dd><dt><i>maximum</i></dt>
+</dd>
+<dt><i>maximum</i></dt>
 <dd>
 maximum value (integer)
-</dd><dt><i>labelFormat=</i></dt>
+</dd>
+<dt><i>labelFormat=</i></dt>
 <dd>
 label format of the progress bar (string)
-</dd><dt><i>parent=</i></dt>
+</dd>
+<dt><i>parent=</i></dt>
 <dd>
 reference to the parent widget (QWidget)
-</dd><dt><i>flags=</i></dt>
+</dd>
+<dt><i>flags=</i></dt>
 <dd>
 window flags of the dialog (Qt.WindowFlags)
 </dd>
-</dl><a NAME="E5ProgressDialog.format" ID="E5ProgressDialog.format"></a>
+</dl>
+<a NAME="E5ProgressDialog.format" ID="E5ProgressDialog.format"></a>
 <h4>E5ProgressDialog.format</h4>
 <b>format</b>(<i></i>)
+
 <p>
         Public method to get the progress bar format.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 progress bar format (string)
 </dd>
-</dl><a NAME="E5ProgressDialog.setFormat" ID="E5ProgressDialog.setFormat"></a>
+</dl>
+<a NAME="E5ProgressDialog.setFormat" ID="E5ProgressDialog.setFormat"></a>
 <h4>E5ProgressDialog.setFormat</h4>
 <b>setFormat</b>(<i>labelFormat</i>)
+
 <p>
         Public method to set the progress bar format.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>labelFormat</i></dt>
 <dd>
 progress bar format (string)

eric ide

mercurial