--- a/Documentation/Source/eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardCharactersDialog.html Thu Feb 08 18:57:11 2018 +0100 +++ b/Documentation/Source/eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardCharactersDialog.html Thu Feb 08 18:58:07 2018 +0100 @@ -184,25 +184,31 @@ </dd> </dl><a NAME="QRegularExpressionWizardCharactersDialog.__rangesCharTypeSelected" ID="QRegularExpressionWizardCharactersDialog.__rangesCharTypeSelected"></a> <h4>QRegularExpressionWizardCharactersDialog.__rangesCharTypeSelected</h4> -<b>__rangesCharTypeSelected</b>(<i>index</i>) +<b>__rangesCharTypeSelected</b>(<i>index, combo</i>) <p> Private slot to handle the activated(int) signal of the char ranges combo boxes. </p><dl> -<dt><i>index</i></dt> +<dt><i>index</i> (int)</dt> <dd> -selected list index (integer) +selected list index +</dd><dt><i>combo</i> (QComboBox)</dt> +<dd> +reference to the combo box </dd> </dl><a NAME="QRegularExpressionWizardCharactersDialog.__singlesCharTypeSelected" ID="QRegularExpressionWizardCharactersDialog.__singlesCharTypeSelected"></a> <h4>QRegularExpressionWizardCharactersDialog.__singlesCharTypeSelected</h4> -<b>__singlesCharTypeSelected</b>(<i>index</i>) +<b>__singlesCharTypeSelected</b>(<i>index, combo</i>) <p> Private slot to handle the activated(int) signal of the single chars combo boxes. </p><dl> -<dt><i>index</i></dt> +<dt><i>index</i> (int)</dt> <dd> -selected list index (integer) +selected list index +</dd><dt><i>combo</i> (QComboBox)</dt> +<dd> +reference to the combo box </dd> </dl><a NAME="QRegularExpressionWizardCharactersDialog.getCharacters" ID="QRegularExpressionWizardCharactersDialog.getCharacters"></a> <h4>QRegularExpressionWizardCharactersDialog.getCharacters</h4>