src/eric7/Documentation/Source/eric7.EricWidgets.EricProgressDialog.html

Fri, 27 Oct 2023 14:09:40 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 27 Oct 2023 14:09:40 +0200
branch
eric7
changeset 10259
b51dfacef37f
parent 9236
db53a9efe7ef
child 10423
299802979277
permissions
-rw-r--r--

Regenerated the source documentation with the corrected module parser.

<!DOCTYPE html>
<html><head>
<title>eric7.EricWidgets.EricProgressDialog</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<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>
</tr>
<tr>
<td><a href="#EricProgressDialog.format">format</a></td>
<td>Public method to get the progress bar format.</td>
</tr>
<tr>
<td><a href="#EricProgressDialog.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="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></dt>
<dd>
text of the dialog label (string)
</dd>
<dt><i>cancelButtonText</i></dt>
<dd>
text of the cancel button (string)
</dd>
<dt><i>minimum</i></dt>
<dd>
minimum value (integer)
</dd>
<dt><i>maximum</i></dt>
<dd>
maximum value (integer)
</dd>
<dt><i>labelFormat</i></dt>
<dd>
label format of the progress bar (string)
</dd>
<dt><i>parent</i></dt>
<dd>
reference to the parent widget (QWidget)
</dd>
<dt><i>flags</i></dt>
<dd>
window flags of the dialog (Qt.WindowFlags)
</dd>
</dl>
<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>
progress bar format (string)
</dd>
</dl>
<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></dt>
<dd>
progress bar format (string)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial