src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html

branch
eric7
changeset 10437
2f70ca07f0af
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html	Fri Dec 22 17:24:07 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html	Fri Dec 22 19:45:17 2023 +0100
@@ -86,11 +86,11 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget (QWidget)
+parent widget
 </dd>
-<dt><i>fromEric</i></dt>
+<dt><i>fromEric</i> (bool)</dt>
 <dd>
 flag indicating a call from within eric
 </dd>
@@ -104,19 +104,25 @@
 </p>
 <dl>
 
-<dt><i>indLevel</i></dt>
+<dt><i>indLevel</i> (int)</dt>
 <dd>
-indentation level (int)
+indentation level
 </dd>
-<dt><i>indString</i></dt>
+<dt><i>indString</i> (str)</dt>
 <dd>
-string used for indentation (space or tab) (string)
+string used for indentation (space or tab)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-generated code (string)
+generated code
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -280,11 +286,11 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget (QWidget)
+parent widget
 </dd>
-<dt><i>fromEric</i></dt>
+<dt><i>fromEric</i> (bool)</dt>
 <dd>
 flag indicating a call from within eric
 </dd>
@@ -298,15 +304,14 @@
 </p>
 <dl>
 
-<dt><i>s</i></dt>
+<dt><i>s</i> (str)</dt>
 <dd>
 string to be inserted into the regexp line edit
-            (string)
 </dd>
-<dt><i>steps</i></dt>
+<dt><i>steps</i> (int)</dt>
 <dd>
-number of characters to move the cursor (integer).
-            Negative steps moves cursor back, positives forward.
+number of characters to move the cursor. Negative steps
+            move cursor back, positive steps forward.
 </dd>
 </dl>
 <a NAME="PyRegExpWizardWidget.getCode" ID="PyRegExpWizardWidget.getCode"></a>
@@ -318,19 +323,25 @@
 </p>
 <dl>
 
-<dt><i>indLevel</i></dt>
+<dt><i>indLevel</i> (int)</dt>
 <dd>
-indentation level (int)
+indentation level
 </dd>
-<dt><i>indString</i></dt>
+<dt><i>indString</i> (str)</dt>
 <dd>
-string used for indentation (space or tab) (string)
+string used for indentation (space or tab)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-generated code (string)
+generated code
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="PyRegExpWizardWidget.on_altnButton_clicked" ID="PyRegExpWizardWidget.on_altnButton_clicked"></a>
@@ -363,9 +374,9 @@
 </p>
 <dl>
 
-<dt><i>button</i></dt>
+<dt><i>button</i> (QAbstractButton)</dt>
 <dd>
-button that was clicked (QAbstractButton)
+button that was clicked
 </dd>
 </dl>
 <a NAME="PyRegExpWizardWidget.on_charButton_clicked" ID="PyRegExpWizardWidget.on_charButton_clicked"></a>
@@ -412,7 +423,7 @@
 </p>
 <dl>
 
-<dt><i>startpos</i></dt>
+<dt><i>startpos</i> (int)</dt>
 <dd>
 starting position for the regexp matching
 </dd>
@@ -588,9 +599,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>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial