diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.EricWidgets.EricProgressDialog.html --- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricProgressDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricProgressDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,54 +7,51 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.EricWidgets.EricProgressDialog</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="#EricProgressDialog">EricProgressDialog</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 /> <a NAME="EricProgressDialog" ID="EricProgressDialog"></a> <h2>EricProgressDialog</h2> - <p> Class implementing a progress dialog allowing a customized progress bar label. </p> + <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="#EricProgressDialog.__init__">EricProgressDialog</a></td> <td>Constructor</td> @@ -68,19 +65,20 @@ <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="EricProgressDialog.__init__" ID="EricProgressDialog.__init__"></a> <h4>EricProgressDialog (Constructor)</h4> <b>EricProgressDialog</b>(<i>labelText, cancelButtonText, minimum, maximum, labelFormat=None, parent=None, flags=None, </i>) - <p> Constructor </p> + <dl> <dt><i>labelText</i> (str)</dt> @@ -115,10 +113,10 @@ <a NAME="EricProgressDialog.format" ID="EricProgressDialog.format"></a> <h4>EricProgressDialog.format</h4> <b>format</b>(<i></i>) - <p> Public method to get the progress bar format. </p> + <dl> <dt>Return:</dt> <dd> @@ -134,10 +132,10 @@ <a NAME="EricProgressDialog.setFormat" ID="EricProgressDialog.setFormat"></a> <h4>EricProgressDialog.setFormat</h4> <b>setFormat</b>(<i>labelFormat</i>) - <p> Public method to set the progress bar format. </p> + <dl> <dt><i>labelFormat</i> (str)</dt> @@ -147,4 +145,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>