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

branch
eric7
changeset 10423
299802979277
parent 9757
ab6e87f6f1c4
child 10479
856476537696
diff -r e28b89693f37 -r 299802979277 src/eric7/Documentation/Source/eric7.EricWidgets.EricMessageBox.html
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricMessageBox.html	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricMessageBox.html	Tue Dec 19 19:57:08 2023 +0100
@@ -106,29 +106,29 @@
 </p>
 <dl>
 
-<dt><i>icon</i></dt>
+<dt><i>icon</i> (QMessageBox.Icon)</dt>
 <dd>
-type of icon to be shown (QMessageBox.Icon)
+type of icon to be shown
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-caption of the message box (string)
+caption of the message box
 </dd>
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-text to be shown by the message box (string)
+text to be shown by the message box
 </dd>
-<dt><i>modal</i></dt>
+<dt><i>modal</i> (bool)</dt>
 <dd>
-flag indicating a modal dialog (boolean)
+flag indicating a modal dialog
 </dd>
-<dt><i>buttons</i></dt>
+<dt><i>buttons</i> (StandardButtons)</dt>
 <dd>
-set of standard buttons to generate (StandardButtons)
+set of standard buttons to generate
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget of the message box (QWidget)
+parent widget of the message box
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -143,41 +143,45 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget of the message box (QWidget)
+parent widget of the message box
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-caption of the message box (string)
+caption of the message box
 </dd>
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-text to be shown by the message box (string)
+text to be shown by the message box
 </dd>
-<dt><i>icon</i></dt>
+<dt><i>icon</i> (QMessageBox.Icon)</dt>
 <dd>
-type of icon to be shown (QMessageBox.Icon)
+type of icon to be shown
 </dd>
-<dt><i>buttons</i></dt>
+<dt><i>buttons</i> (QMessageBox.StandardButtons)</dt>
 <dd>
 flags indicating which buttons to show
-        (QMessageBox.StandardButtons)
 </dd>
-<dt><i>defaultButton</i></dt>
+<dt><i>defaultButton</i> (QMessageBox.StandardButton)</dt>
 <dd>
 flag indicating the default button
-        (QMessageBox.StandardButton)
 </dd>
-<dt><i>textFormat</i></dt>
+<dt><i>textFormat</i> (Qt.TextFormat)</dt>
 <dd>
-format of the text (Qt.TextFormat)
+format of the text
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-button pressed by the user (QMessageBox.StandardButton)
+button pressed by the user
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMessageBox.StandardButton
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -192,33 +196,37 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget of the message box (QWidget)
+parent widget of the message box
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-caption of the message box (string)
+caption of the message box
 </dd>
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-text to be shown by the message box (string)
+text to be shown by the message box
 </dd>
-<dt><i>buttons</i></dt>
+<dt><i>buttons</i> (QMessageBox.StandardButtons)</dt>
 <dd>
 flags indicating which buttons to show
-        (QMessageBox.StandardButtons)
 </dd>
-<dt><i>defaultButton</i></dt>
+<dt><i>defaultButton</i> (QMessageBox.StandardButton)</dt>
 <dd>
 flag indicating the default button
-        (QMessageBox.StandardButton)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-button pressed by the user (QMessageBox.StandardButton)
+button pressed by the user
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMessageBox.StandardButton
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -233,33 +241,37 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget of the message box (QWidget)
+parent widget of the message box
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-caption of the message box (string)
+caption of the message box
 </dd>
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-text to be shown by the message box (string)
+text to be shown by the message box
 </dd>
-<dt><i>buttons</i></dt>
+<dt><i>buttons</i> (QMessageBox.StandardButtons)</dt>
 <dd>
 flags indicating which buttons to show
-        (QMessageBox.StandardButtons)
 </dd>
-<dt><i>defaultButton</i></dt>
+<dt><i>defaultButton</i> (QMessageBox.StandardButton)</dt>
 <dd>
 flag indicating the default button
-        (QMessageBox.StandardButton)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-button pressed by the user (QMessageBox.StandardButton)
+button pressed by the user
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMessageBox.StandardButton
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -274,32 +286,38 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget of the message box (QWidget)
+parent widget of the message box
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-caption of the message box (string)
+caption of the message box
 </dd>
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-text to be shown by the message box (string)
+text to be shown by the message box
 </dd>
-<dt><i>saveFunc</i></dt>
+<dt><i>saveFunc</i> (function)</dt>
 <dd>
 reference to a function performing the save action. It
         must be a parameterless function returning a flag indicating success.
 </dd>
-<dt><i>textFormat</i></dt>
+<dt><i>textFormat</i> (Qt.TextFormat)</dt>
 <dd>
-format of the text (Qt.TextFormat)
+format of the text
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating that it is ok to clear the data (boolean)
+flag indicating that it is ok to clear the data
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -314,33 +332,37 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget of the message box (QWidget)
+parent widget of the message box
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-caption of the message box (string)
+caption of the message box
 </dd>
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-text to be shown by the message box (string)
+text to be shown by the message box
 </dd>
-<dt><i>buttons</i></dt>
+<dt><i>buttons</i> (QMessageBox.StandardButtons)</dt>
 <dd>
 flags indicating which buttons to show
-        (QMessageBox.StandardButtons)
 </dd>
-<dt><i>defaultButton</i></dt>
+<dt><i>defaultButton</i> (QMessageBox.StandardButton)</dt>
 <dd>
 flag indicating the default button
-        (QMessageBox.StandardButton)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-button pressed by the user (QMessageBox.StandardButton)
+button pressed by the user
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMessageBox.StandardButton
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -355,32 +377,38 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget of the message box (QWidget)
+parent widget of the message box
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-caption of the message box (string)
+caption of the message box
 </dd>
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-text to be shown by the message box (string)
+text to be shown by the message box
 </dd>
-<dt><i>icon</i></dt>
+<dt><i>icon</i> (QMessageBox.Icon)</dt>
 <dd>
 icon for the dialog (Critical, Information, Question or
         Warning)
 </dd>
-<dt><i>textFormat</i></dt>
+<dt><i>textFormat</i> (Qt.TextFormat)</dt>
 <dd>
-format of the text (Qt.TextFormat)
+format of the text
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating the selection of the Retry button (boolean)
+flag indicating the selection of the Retry button
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <dl>
@@ -402,33 +430,37 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget of the message box (QWidget)
+parent widget of the message box
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-caption of the message box (string)
+caption of the message box
 </dd>
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-text to be shown by the message box (string)
+text to be shown by the message box
 </dd>
-<dt><i>buttons</i></dt>
+<dt><i>buttons</i> (QMessageBox.StandardButtons)</dt>
 <dd>
 flags indicating which buttons to show
-        (QMessageBox.StandardButtons)
 </dd>
-<dt><i>defaultButton</i></dt>
+<dt><i>defaultButton</i> (QMessageBox.StandardButton)</dt>
 <dd>
 flag indicating the default button
-        (QMessageBox.StandardButton)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-button pressed by the user (QMessageBox.StandardButton)
+button pressed by the user
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMessageBox.StandardButton
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -443,37 +475,43 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget of the message box (QWidget)
+parent widget of the message box
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-caption of the message box (string)
+caption of the message box
 </dd>
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-text to be shown by the message box (string)
+text to be shown by the message box
 </dd>
-<dt><i>icon</i></dt>
+<dt><i>icon</i> (QMessageBox.Icon)</dt>
 <dd>
 icon for the dialog (Critical, Information, Question or
         Warning)
 </dd>
-<dt><i>yesDefault</i></dt>
+<dt><i>yesDefault</i> (bool)</dt>
 <dd>
 flag indicating that the Yes button should be the
-        default button (boolean)
+        default button
 </dd>
-<dt><i>textFormat</i></dt>
+<dt><i>textFormat</i> (Qt.TextFormat)</dt>
 <dd>
-format of the text (Qt.TextFormat)
+format of the text
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating the selection of the Yes button (boolean)
+flag indicating the selection of the Yes button
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <dl>

eric ide

mercurial