--- a/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html Mon May 23 17:31:02 2022 +0200 +++ b/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html Mon May 23 18:15:10 2022 +0200 @@ -63,6 +63,10 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#InputDialogWizardDialog.__typeSelectButtonToggled">__typeSelectButtonToggled</a></td> +<td>Private slot to modify the dialog according to the selected type.</td> +</tr> +<tr> <td><a href="#InputDialogWizardDialog.getCode">getCode</a></td> <td>Public method to get the source code for Qt6.</td> </tr> @@ -74,10 +78,6 @@ <td><a href="#InputDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> <td>Private slot called by a button of the button box clicked.</td> </tr> -<tr> -<td><a href="#InputDialogWizardDialog.on_rItem_toggled">on_rItem_toggled</a></td> -<td>Private slot to perform actions dependant on the item type selection.</td> -</tr> </table> <h3>Static Methods</h3> @@ -99,6 +99,24 @@ parent widget (QWidget) </dd> </dl> +<a NAME="InputDialogWizardDialog.__typeSelectButtonToggled" ID="InputDialogWizardDialog.__typeSelectButtonToggled"></a> +<h4>InputDialogWizardDialog.__typeSelectButtonToggled</h4> +<b>__typeSelectButtonToggled</b>(<i>checked</i>) + +<p> + Private slot to modify the dialog according to the selected type. +</p> +<p> + Note: This is a multiplexed slot. Therefore it just reacts upon a + positive check state (i.e. checked == True). +</p> +<dl> + +<dt><i>checked</i> (bool)</dt> +<dd> +flag indicating the checked state +</dd> +</dl> <a NAME="InputDialogWizardDialog.getCode" ID="InputDialogWizardDialog.getCode"></a> <h4>InputDialogWizardDialog.getCode</h4> <b>getCode</b>(<i>indLevel, indString</i>) @@ -144,20 +162,6 @@ button that was clicked (QAbstractButton) </dd> </dl> -<a NAME="InputDialogWizardDialog.on_rItem_toggled" ID="InputDialogWizardDialog.on_rItem_toggled"></a> -<h4>InputDialogWizardDialog.on_rItem_toggled</h4> -<b>on_rItem_toggled</b>(<i>checked</i>) - -<p> - Private slot to perform actions dependant on the item type selection. -</p> -<dl> - -<dt><i>checked</i></dt> -<dd> -flag indicating the checked state (boolean) -</dd> -</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file