--- a/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardCharactersDialog.html Fri Dec 22 17:24:07 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardCharactersDialog.html Fri Dec 22 19:45:17 2023 +0100 @@ -114,9 +114,9 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="QRegularExpressionWizardCharactersDialog.__addRangesLine" ID="QRegularExpressionWizardCharactersDialog.__addRangesLine"></a> @@ -142,20 +142,26 @@ </p> <dl> -<dt><i>char</i></dt> +<dt><i>char</i> (str)</dt> <dd> -character string entered into the dialog (string) +character string entered into the dialog </dd> -<dt><i>formatIdentifier</i></dt> +<dt><i>formatIdentifier</i> (str)</dt> <dd> string giving a special format (-c, -h, -i or - -o) or the already formatted character (string) + -o) or the already formatted character </dd> </dl> <dl> <dt>Return:</dt> <dd> -formatted character string (string) +formatted character string +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="QRegularExpressionWizardCharactersDialog.__initCharacterSelectors" ID="QRegularExpressionWizardCharactersDialog.__initCharacterSelectors"></a> @@ -174,17 +180,17 @@ </p> <dl> -<dt><i>formatIdentifier</i></dt> +<dt><i>formatIdentifier</i> (str)</dt> <dd> -format of the selected entry (string) +format of the selected entry </dd> -<dt><i>lineedit</i></dt> +<dt><i>lineedit</i> (QLineEdit)</dt> <dd> -line edit widget to act on (QLineEdit) +line edit widget to act on </dd> -<dt><i>combo</i></dt> +<dt><i>combo</i> (QComboBox)</dt> <dd> -combo box widget to act on (QComboBox) +combo box widget to act on </dd> </dl> <a NAME="QRegularExpressionWizardCharactersDialog.__populateCharTypeCombo" ID="QRegularExpressionWizardCharactersDialog.__populateCharTypeCombo"></a> @@ -196,13 +202,13 @@ </p> <dl> -<dt><i>combo</i></dt> +<dt><i>combo</i> (QComboBox)</dt> <dd> -reference to the combo box to be populated (QComboBox) +reference to the combo box to be populated </dd> -<dt><i>isSingle</i></dt> +<dt><i>isSingle</i> (bool)</dt> <dd> -flag indicating a singles combo (boolean) +flag indicating a singles combo </dd> </dl> <a NAME="QRegularExpressionWizardCharactersDialog.__populateCharacterCombo" ID="QRegularExpressionWizardCharactersDialog.__populateCharacterCombo"></a> @@ -214,11 +220,11 @@ </p> <dl> -<dt><i>combo</i></dt> +<dt><i>combo</i> (QComboBox)</dt> <dd> -combo box to be populated (QComboBox) +combo box to be populated </dd> -<dt><i>formatIdentifier</i></dt> +<dt><i>formatIdentifier</i> (str)</dt> <dd> format identifier (one of "-ccp", "-ccn", "-cbp", "-cbn", "-csp", "-csn", "-psp", "-psn") @@ -272,7 +278,13 @@ <dl> <dt>Return:</dt> <dd> -formatted string for character classes (string) +formatted string for character classes +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <div align="right"><a href="#top">Up</a></div>