src/eric7/Documentation/Source/eric7.EricWidgets.EricTextSpinBox.html

branch
eric7
changeset 10423
299802979277
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricTextSpinBox.html	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricTextSpinBox.html	Tue Dec 19 19:57:08 2023 +0100
@@ -94,9 +94,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="EricTextSpinBox.addItem" ID="EricTextSpinBox.addItem"></a>
@@ -108,11 +108,11 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-text to be shown (string)
+text to be shown
 </dd>
-<dt><i>data</i></dt>
+<dt><i>data</i> (Any)</dt>
 <dd>
 associated data
 </dd>
@@ -127,7 +127,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-current index (integer)
+current index
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="EricTextSpinBox.itemData" ID="EricTextSpinBox.itemData"></a>
@@ -139,9 +145,9 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (int)</dt>
 <dd>
-index of the item (integer)
+index of the item
 </dd>
 </dl>
 <dl>
@@ -150,6 +156,12 @@
 associated data
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Any
+</dd>
+</dl>
 <a NAME="EricTextSpinBox.textFromValue" ID="EricTextSpinBox.textFromValue"></a>
 <h4>EricTextSpinBox.textFromValue</h4>
 <b>textFromValue</b>(<i>value</i>)
@@ -159,15 +171,21 @@
 </p>
 <dl>
 
-<dt><i>value</i></dt>
+<dt><i>value</i> (int)</dt>
 <dd>
-value to be converted (integer)
+value to be converted
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-text for the given value (string)
+text for the given value
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="EricTextSpinBox.valueFromText" ID="EricTextSpinBox.valueFromText"></a>
@@ -179,15 +197,21 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-text to be converted (string)
+text to be converted
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-value for the given text (integer)
+value for the given text
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial