Documentation/Source/eric6.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html

changeset 6123
39cd368143db
parent 5606
da305d172769
diff -r e7d98249f393 -r 39cd368143db Documentation/Source/eric6.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html
--- a/Documentation/Source/eric6.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html	Thu Feb 08 18:57:11 2018 +0100
+++ b/Documentation/Source/eric6.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html	Thu Feb 08 18:58:07 2018 +0100
@@ -188,25 +188,31 @@
 </dd>
 </dl><a NAME="QRegExpWizardCharactersDialog.__rangesCharTypeSelected" ID="QRegExpWizardCharactersDialog.__rangesCharTypeSelected"></a>
 <h4>QRegExpWizardCharactersDialog.__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="QRegExpWizardCharactersDialog.__singlesCharTypeSelected" ID="QRegExpWizardCharactersDialog.__singlesCharTypeSelected"></a>
 <h4>QRegExpWizardCharactersDialog.__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="QRegExpWizardCharactersDialog.getCharacters" ID="QRegExpWizardCharactersDialog.getCharacters"></a>
 <h4>QRegExpWizardCharactersDialog.getCharacters</h4>

eric ide

mercurial