--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricTextSpinBox.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricTextSpinBox.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,50 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.EricWidgets.EricTextSpinBox</h1> - <p> Module implementing a spinbox with textual entries. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#EricTextSpinBox">EricTextSpinBox</a></td> <td>Class implementing a spinbox with textual entries.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="EricTextSpinBox" ID="EricTextSpinBox"></a> <h2>EricTextSpinBox</h2> - <p> Class implementing a spinbox with textual entries. </p> + <h3>Derived from</h3> QSpinBox <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#EricTextSpinBox.__init__">EricTextSpinBox</a></td> <td>Constructor</td> @@ -79,19 +76,20 @@ <td>Public method to convert a text to a value.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="EricTextSpinBox.__init__" ID="EricTextSpinBox.__init__"></a> <h4>EricTextSpinBox (Constructor)</h4> <b>EricTextSpinBox</b>(<i>parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -102,10 +100,10 @@ <a NAME="EricTextSpinBox.addItem" ID="EricTextSpinBox.addItem"></a> <h4>EricTextSpinBox.addItem</h4> <b>addItem</b>(<i>txt, data=None</i>) - <p> Public method to add an item with item data. </p> + <dl> <dt><i>txt</i> (str)</dt> @@ -120,10 +118,10 @@ <a NAME="EricTextSpinBox.currentIndex" ID="EricTextSpinBox.currentIndex"></a> <h4>EricTextSpinBox.currentIndex</h4> <b>currentIndex</b>(<i></i>) - <p> Public method to retrieve the current index. </p> + <dl> <dt>Return:</dt> <dd> @@ -139,10 +137,10 @@ <a NAME="EricTextSpinBox.itemData" ID="EricTextSpinBox.itemData"></a> <h4>EricTextSpinBox.itemData</h4> <b>itemData</b>(<i>index</i>) - <p> Public method to retrieve the data associated with an item. </p> + <dl> <dt><i>index</i> (int)</dt> @@ -165,10 +163,10 @@ <a NAME="EricTextSpinBox.textFromValue" ID="EricTextSpinBox.textFromValue"></a> <h4>EricTextSpinBox.textFromValue</h4> <b>textFromValue</b>(<i>value</i>) - <p> Public method to convert a value to text. </p> + <dl> <dt><i>value</i> (int)</dt> @@ -191,10 +189,10 @@ <a NAME="EricTextSpinBox.valueFromText" ID="EricTextSpinBox.valueFromText"></a> <h4>EricTextSpinBox.valueFromText</h4> <b>valueFromText</b>(<i>txt</i>) - <p> Public method to convert a text to a value. </p> + <dl> <dt><i>txt</i> (str)</dt> @@ -216,4 +214,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>