--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricMessageBox.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricMessageBox.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,28 +7,60 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.EricWidgets.EricMessageBox</h1> - <p> Module implementing QMessageBox replacements and more convenience function. </p> + <h3>Global Attributes</h3> - <table> -<tr><td>Abort</td></tr><tr><td>AcceptRole</td></tr><tr><td>ActionRole</td></tr><tr><td>Apply</td></tr><tr><td>ApplyRole</td></tr><tr><td>Cancel</td></tr><tr><td>Close</td></tr><tr><td>Critical</td></tr><tr><td>DestructiveRole</td></tr><tr><td>Discard</td></tr><tr><td>Help</td></tr><tr><td>HelpRole</td></tr><tr><td>Ignore</td></tr><tr><td>Information</td></tr><tr><td>InvalidRole</td></tr><tr><td>No</td></tr><tr><td>NoButton</td></tr><tr><td>NoIcon</td></tr><tr><td>NoRole</td></tr><tr><td>NoToAll</td></tr><tr><td>Ok</td></tr><tr><td>Open</td></tr><tr><td>Question</td></tr><tr><td>RejectRole</td></tr><tr><td>Reset</td></tr><tr><td>ResetRole</td></tr><tr><td>RestoreDefaults</td></tr><tr><td>Retry</td></tr><tr><td>Save</td></tr><tr><td>SaveAll</td></tr><tr><td>Warning</td></tr><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> +<tr><td>Abort</td></tr> +<tr><td>AcceptRole</td></tr> +<tr><td>ActionRole</td></tr> +<tr><td>Apply</td></tr> +<tr><td>ApplyRole</td></tr> +<tr><td>Cancel</td></tr> +<tr><td>Close</td></tr> +<tr><td>Critical</td></tr> +<tr><td>DestructiveRole</td></tr> +<tr><td>Discard</td></tr> +<tr><td>Help</td></tr> +<tr><td>HelpRole</td></tr> +<tr><td>Ignore</td></tr> +<tr><td>Information</td></tr> +<tr><td>InvalidRole</td></tr> +<tr><td>No</td></tr> +<tr><td>NoButton</td></tr> +<tr><td>NoIcon</td></tr> +<tr><td>NoRole</td></tr> +<tr><td>NoToAll</td></tr> +<tr><td>Ok</td></tr> +<tr><td>Open</td></tr> +<tr><td>Question</td></tr> +<tr><td>RejectRole</td></tr> +<tr><td>Reset</td></tr> +<tr><td>ResetRole</td></tr> +<tr><td>RestoreDefaults</td></tr> +<tr><td>Retry</td></tr> +<tr><td>Save</td></tr> +<tr><td>SaveAll</td></tr> +<tr><td>Warning</td></tr> +<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> - <table> - <tr> <td><a href="#EricMessageBox">EricMessageBox</a></td> <td>Class implementing a replacement for QMessageBox.</td> </tr> </table> + <h3>Functions</h3> - <table> - <tr> <td><a href="#__messageBox">__messageBox</a></td> <td>Private module function to show a modal message box.</td> @@ -62,48 +94,48 @@ <td>Function to show a model yes/no message box.</td> </tr> </table> + <hr /> <hr /> <a NAME="EricMessageBox" ID="EricMessageBox"></a> <h2>EricMessageBox</h2> - <p> Class implementing a replacement for QMessageBox. </p> + <h3>Derived from</h3> QMessageBox <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="#EricMessageBox.__init__">EricMessageBox</a></td> <td>Constructor</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="EricMessageBox.__init__" ID="EricMessageBox.__init__"></a> <h4>EricMessageBox (Constructor)</h4> <b>EricMessageBox</b>(<i>icon, title, text, modal=False, buttons=QMessageBox.StandardButton.NoButton, parent=None, </i>) - <p> Constructor </p> + <dl> <dt><i>icon</i> (QMessageBox.Icon)</dt> @@ -137,10 +169,10 @@ <a NAME="__messageBox" ID="__messageBox"></a> <h2>__messageBox</h2> <b>__messageBox</b>(<i>parent, title, text, icon, buttons=QMessageBox.StandardButton.Ok, defaultButton=QMessageBox.StandardButton.NoButton, textFormat=Qt.TextFormat.AutoText, </i>) - <p> Private module function to show a modal message box. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -190,10 +222,10 @@ <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>) - <p> Function to show a modal critical message box. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -235,10 +267,10 @@ <a NAME="information" ID="information"></a> <h2>information</h2> <b>information</b>(<i>parent, title, text, buttons=QMessageBox.StandardButton.Ok, defaultButton=QMessageBox.StandardButton.NoButton, </i>) - <p> Function to show a modal information message box. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -280,10 +312,10 @@ <a NAME="okToClearData" ID="okToClearData"></a> <h2>okToClearData</h2> <b>okToClearData</b>(<i>parent, title, text, saveFunc, textFormat=Qt.TextFormat.AutoText</i>) - <p> Function to show a modal message box to ask for clearing the data. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -326,10 +358,10 @@ <a NAME="question" ID="question"></a> <h2>question</h2> <b>question</b>(<i>parent, title, text, buttons=QMessageBox.StandardButton.Ok, defaultButton=QMessageBox.StandardButton.NoButton, </i>) - <p> Function to show a modal question message box. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -371,10 +403,10 @@ <a NAME="retryAbort" ID="retryAbort"></a> <h2>retryAbort</h2> <b>retryAbort</b>(<i>parent, title, text, icon=Question, textFormat=Qt.TextFormat.AutoText</i>) - <p> Function to show a model abort/retry message box. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -424,10 +456,10 @@ <a NAME="warning" ID="warning"></a> <h2>warning</h2> <b>warning</b>(<i>parent, title, text, buttons=QMessageBox.StandardButton.Ok, defaultButton=QMessageBox.StandardButton.NoButton, </i>) - <p> Function to show a modal warning message box. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -469,10 +501,10 @@ <a NAME="yesNo" ID="yesNo"></a> <h2>yesNo</h2> <b>yesNo</b>(<i>parent, title, text, icon=Question, yesDefault=False, textFormat=Qt.TextFormat.AutoText, </i>) - <p> Function to show a model yes/no message box. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -523,4 +555,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>