src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.EricMessageBoxWizard.EricMessageBoxWizardDialog.html

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
child 10692
9becf9ca115c
--- a/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.EricMessageBoxWizard.EricMessageBoxWizardDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.EricMessageBoxWizard.EricMessageBoxWizardDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,34 +7,32 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.WizardPlugins.EricMessageBoxWizard.EricMessageBoxWizardDialog</h1>
-
 <p>
 Module implementing the eric message box wizard dialog.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricMessageBoxWizardDialog">EricMessageBoxWizardDialog</a></td>
 <td>Class implementing the eric message box wizard dialog.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricMessageBoxWizardDialog" ID="EricMessageBoxWizardDialog"></a>
 <h2>EricMessageBoxWizardDialog</h2>
-
 <p>
     Class implementing the eric message box wizard dialog.
 </p>
@@ -42,22 +40,21 @@
     It displays a dialog for entering the parameters
     for the EricMessageBox code generator.
 </p>
+
 <h3>Derived from</h3>
 QDialog, Ui_EricMessageBoxWizardDialog
 <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="#EricMessageBoxWizardDialog.__init__">EricMessageBoxWizardDialog</a></td>
 <td>Constructor</td>
@@ -127,19 +124,20 @@
 <td>Private slot to handle the toggled signal of the rYesNo radio button.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricMessageBoxWizardDialog.__init__" ID="EricMessageBoxWizardDialog.__init__"></a>
 <h4>EricMessageBoxWizardDialog (Constructor)</h4>
 <b>EricMessageBoxWizardDialog</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -150,17 +148,17 @@
 <a NAME="EricMessageBoxWizardDialog.__enabledGroups" ID="EricMessageBoxWizardDialog.__enabledGroups"></a>
 <h4>EricMessageBoxWizardDialog.__enabledGroups</h4>
 <b>__enabledGroups</b>(<i></i>)
-
 <p>
         Private method to enable/disable some group boxes.
 </p>
+
 <a NAME="EricMessageBoxWizardDialog.__getDefaultButtonCode" ID="EricMessageBoxWizardDialog.__getDefaultButtonCode"></a>
 <h4>EricMessageBoxWizardDialog.__getDefaultButtonCode</h4>
 <b>__getDefaultButtonCode</b>(<i>istring</i>)
-
 <p>
         Private method to generate the button code for the default button.
 </p>
+
 <dl>
 
 <dt><i>istring</i> (str)</dt>
@@ -183,10 +181,10 @@
 <a NAME="EricMessageBoxWizardDialog.__getStandardButtonCode" ID="EricMessageBoxWizardDialog.__getStandardButtonCode"></a>
 <h4>EricMessageBoxWizardDialog.__getStandardButtonCode</h4>
 <b>__getStandardButtonCode</b>(<i>istring, withIntro=True</i>)
-
 <p>
         Private method to generate the button code for the standard buttons.
 </p>
+
 <dl>
 
 <dt><i>istring</i> (str)</dt>
@@ -214,10 +212,10 @@
 <a NAME="EricMessageBoxWizardDialog.getCode" ID="EricMessageBoxWizardDialog.getCode"></a>
 <h4>EricMessageBoxWizardDialog.getCode</h4>
 <b>getCode</b>(<i>indLevel, indString</i>)
-
 <p>
         Public method to get the source code.
 </p>
+
 <dl>
 
 <dt><i>indLevel</i> (int)</dt>
@@ -244,17 +242,17 @@
 <a NAME="EricMessageBoxWizardDialog.on_bTest_clicked" ID="EricMessageBoxWizardDialog.on_bTest_clicked"></a>
 <h4>EricMessageBoxWizardDialog.on_bTest_clicked</h4>
 <b>on_bTest_clicked</b>(<i></i>)
-
 <p>
         Private method to test the selected options.
 </p>
+
 <a NAME="EricMessageBoxWizardDialog.on_buttonBox_clicked" ID="EricMessageBoxWizardDialog.on_buttonBox_clicked"></a>
 <h4>EricMessageBoxWizardDialog.on_buttonBox_clicked</h4>
 <b>on_buttonBox_clicked</b>(<i>button</i>)
-
 <p>
         Private slot called by a button of the button box clicked.
 </p>
+
 <dl>
 
 <dt><i>button</i> (QAbstractButton)</dt>
@@ -265,11 +263,11 @@
 <a NAME="EricMessageBoxWizardDialog.on_rAboutQt_toggled" ID="EricMessageBoxWizardDialog.on_rAboutQt_toggled"></a>
 <h4>EricMessageBoxWizardDialog.on_rAboutQt_toggled</h4>
 <b>on_rAboutQt_toggled</b>(<i>on</i>)
-
 <p>
         Private slot to handle the toggled signal of the rAboutQt
         radio button.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -280,11 +278,11 @@
 <a NAME="EricMessageBoxWizardDialog.on_rAbout_toggled" ID="EricMessageBoxWizardDialog.on_rAbout_toggled"></a>
 <h4>EricMessageBoxWizardDialog.on_rAbout_toggled</h4>
 <b>on_rAbout_toggled</b>(<i>on</i>)
-
 <p>
         Private slot to handle the toggled signal of the rAbout
         radio button.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -295,11 +293,11 @@
 <a NAME="EricMessageBoxWizardDialog.on_rCritical_toggled" ID="EricMessageBoxWizardDialog.on_rCritical_toggled"></a>
 <h4>EricMessageBoxWizardDialog.on_rCritical_toggled</h4>
 <b>on_rCritical_toggled</b>(<i>on</i>)
-
 <p>
         Private slot to handle the toggled signal of the rCritical
         radio button.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -310,11 +308,11 @@
 <a NAME="EricMessageBoxWizardDialog.on_rInformation_toggled" ID="EricMessageBoxWizardDialog.on_rInformation_toggled"></a>
 <h4>EricMessageBoxWizardDialog.on_rInformation_toggled</h4>
 <b>on_rInformation_toggled</b>(<i>on</i>)
-
 <p>
         Private slot to handle the toggled signal of the rInformation
         radio button.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -325,11 +323,11 @@
 <a NAME="EricMessageBoxWizardDialog.on_rOkToClearData_toggled" ID="EricMessageBoxWizardDialog.on_rOkToClearData_toggled"></a>
 <h4>EricMessageBoxWizardDialog.on_rOkToClearData_toggled</h4>
 <b>on_rOkToClearData_toggled</b>(<i>on</i>)
-
 <p>
         Private slot to handle the toggled signal of the rOkToClearData
         radio button.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -340,11 +338,11 @@
 <a NAME="EricMessageBoxWizardDialog.on_rQuestion_toggled" ID="EricMessageBoxWizardDialog.on_rQuestion_toggled"></a>
 <h4>EricMessageBoxWizardDialog.on_rQuestion_toggled</h4>
 <b>on_rQuestion_toggled</b>(<i>on</i>)
-
 <p>
         Private slot to handle the toggled signal of the rQuestion
         radio button.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -355,11 +353,11 @@
 <a NAME="EricMessageBoxWizardDialog.on_rRetryAbort_toggled" ID="EricMessageBoxWizardDialog.on_rRetryAbort_toggled"></a>
 <h4>EricMessageBoxWizardDialog.on_rRetryAbort_toggled</h4>
 <b>on_rRetryAbort_toggled</b>(<i>on</i>)
-
 <p>
         Private slot to handle the toggled signal of the rRetryAbort
         radio button.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -370,11 +368,11 @@
 <a NAME="EricMessageBoxWizardDialog.on_rStandard_toggled" ID="EricMessageBoxWizardDialog.on_rStandard_toggled"></a>
 <h4>EricMessageBoxWizardDialog.on_rStandard_toggled</h4>
 <b>on_rStandard_toggled</b>(<i>on</i>)
-
 <p>
         Private slot to handle the toggled signal of the rStandard
         radio button.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -385,11 +383,11 @@
 <a NAME="EricMessageBoxWizardDialog.on_rWarning_toggled" ID="EricMessageBoxWizardDialog.on_rWarning_toggled"></a>
 <h4>EricMessageBoxWizardDialog.on_rWarning_toggled</h4>
 <b>on_rWarning_toggled</b>(<i>on</i>)
-
 <p>
         Private slot to handle the toggled signal of the rWarning
         radio button.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -400,11 +398,11 @@
 <a NAME="EricMessageBoxWizardDialog.on_rYesNo_toggled" ID="EricMessageBoxWizardDialog.on_rYesNo_toggled"></a>
 <h4>EricMessageBoxWizardDialog.on_rYesNo_toggled</h4>
 <b>on_rYesNo_toggled</b>(<i>on</i>)
-
 <p>
         Private slot to handle the toggled signal of the rYesNo
         radio button.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -414,4 +412,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial