--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricMessageBox.html Sun Nov 03 12:34:02 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricMessageBox.html Sun Nov 03 17:50:34 2024 +0100 @@ -47,8 +47,6 @@ <tr><td>Yes</td></tr> <tr><td>YesRole</td></tr> <tr><td>YesToAll</td></tr> -<tr><td>about</td></tr> -<tr><td>aboutQt</td></tr> </table> <h3>Classes</h3> @@ -66,6 +64,14 @@ <td>Private module function to show a modal message box.</td> </tr> <tr> +<td><a href="#about">about</a></td> +<td>Function to show a modal dialog with some text about the application.</td> +</tr> +<tr> +<td><a href="#aboutQt">aboutQt</a></td> +<td>Function to show a modal dialog with text about Qt.</td> +</tr> +<tr> <td><a href="#critical">critical</a></td> <td>Function to show a modal critical message box.</td> </tr> @@ -219,6 +225,52 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> +<a NAME="about" ID="about"></a> +<h2>about</h2> +<b>about</b>(<i>parent, title, text</i>) +<p> + Function to show a modal dialog with some text about the application. +</p> + +<dl> + +<dt><i>parent</i> (QWidget)</dt> +<dd> +parent widget of the message box +</dd> +<dt><i>title</i> (str)</dt> +<dd> +caption of the message box +</dd> +<dt><i>text</i> (str)</dt> +<dd> +text to be shown by the message box +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="aboutQt" ID="aboutQt"></a> +<h2>aboutQt</h2> +<b>aboutQt</b>(<i>parent, title=""</i>) +<p> + Function to show a modal dialog with text about Qt. +</p> + +<dl> + +<dt><i>parent</i> (QWidget)</dt> +<dd> +parent widget of the message box +</dd> +<dt><i>title</i> (str (optional))</dt> +<dd> +caption of the message box (defaults to "") +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="critical" ID="critical"></a> <h2>critical</h2> <b>critical</b>(<i>parent, title, text, buttons=QMessageBox.StandardButton.Ok, defaultButton=QMessageBox.StandardButton.NoButton, </i>)