--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricProgressDialog.html Tue Dec 19 11:04:03 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricProgressDialog.html Tue Dec 19 19:57:08 2023 +0100 @@ -83,33 +83,33 @@ </p> <dl> -<dt><i>labelText</i></dt> +<dt><i>labelText</i> (str)</dt> <dd> -text of the dialog label (string) +text of the dialog label </dd> -<dt><i>cancelButtonText</i></dt> +<dt><i>cancelButtonText</i> (str)</dt> <dd> -text of the cancel button (string) +text of the cancel button </dd> -<dt><i>minimum</i></dt> +<dt><i>minimum</i> (int)</dt> <dd> -minimum value (integer) +minimum value </dd> -<dt><i>maximum</i></dt> +<dt><i>maximum</i> (int)</dt> <dd> -maximum value (integer) +maximum value </dd> -<dt><i>labelFormat</i></dt> +<dt><i>labelFormat</i> (str)</dt> <dd> -label format of the progress bar (string) +label format of the progress bar </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> -<dt><i>flags</i></dt> +<dt><i>flags</i> (Qt.WindowFlags)</dt> <dd> -window flags of the dialog (Qt.WindowFlags) +window flags of the dialog </dd> </dl> <a NAME="EricProgressDialog.format" ID="EricProgressDialog.format"></a> @@ -122,7 +122,13 @@ <dl> <dt>Return:</dt> <dd> -progress bar format (string) +progress bar format +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="EricProgressDialog.setFormat" ID="EricProgressDialog.setFormat"></a> @@ -134,9 +140,9 @@ </p> <dl> -<dt><i>labelFormat</i></dt> +<dt><i>labelFormat</i> (str)</dt> <dd> -progress bar format (string) +progress bar format </dd> </dl> <div align="right"><a href="#top">Up</a></div>