--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricTextInputDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricTextInputDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,57 +7,53 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.EricWidgets.EricTextInputDialog</h1> - <p> Module implementing a dialog to enter some text. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#EricTextInputDialog">EricTextInputDialog</a></td> <td>Class implementing a dialog to enter some text.</td> </tr> </table> + <h3>Functions</h3> - <table> - <tr> <td><a href="#getText">getText</a></td> <td>Function to get create a dialog to enter some text and return it.</td> </tr> </table> + <hr /> <hr /> <a NAME="EricTextInputDialog" ID="EricTextInputDialog"></a> <h2>EricTextInputDialog</h2> - <p> Class implementing a dialog to enter some text. </p> + <h3>Derived from</h3> QDialog <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="#EricTextInputDialog.__init__">EricTextInputDialog</a></td> <td>Constructor</td> @@ -87,19 +83,20 @@ <td>Public method to get the text of the line edit.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="EricTextInputDialog.__init__" ID="EricTextInputDialog.__init__"></a> <h4>EricTextInputDialog (Constructor)</h4> <b>EricTextInputDialog</b>(<i>parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -110,10 +107,10 @@ <a NAME="EricTextInputDialog.labelText" ID="EricTextInputDialog.labelText"></a> <h4>EricTextInputDialog.labelText</h4> <b>labelText</b>(<i></i>) - <p> Public method to get the current label text. </p> + <dl> <dt>Return:</dt> <dd> @@ -129,10 +126,10 @@ <a NAME="EricTextInputDialog.setLabelText" ID="EricTextInputDialog.setLabelText"></a> <h4>EricTextInputDialog.setLabelText</h4> <b>setLabelText</b>(<i>text</i>) - <p> Public method to set the label text. </p> + <dl> <dt><i>text</i> (str)</dt> @@ -143,10 +140,10 @@ <a NAME="EricTextInputDialog.setTextEchoMode" ID="EricTextInputDialog.setTextEchoMode"></a> <h4>EricTextInputDialog.setTextEchoMode</h4> <b>setTextEchoMode</b>(<i>echoMode</i>) - <p> Public method to set the echo mode of the line edit. </p> + <dl> <dt><i>echoMode</i> (QLineEdit.EchoMode)</dt> @@ -157,10 +154,10 @@ <a NAME="EricTextInputDialog.setTextValue" ID="EricTextInputDialog.setTextValue"></a> <h4>EricTextInputDialog.setTextValue</h4> <b>setTextValue</b>(<i>text</i>) - <p> Public method to set the text of the line edit. </p> + <dl> <dt><i>text</i> (str)</dt> @@ -171,10 +168,10 @@ <a NAME="EricTextInputDialog.textEchoMode" ID="EricTextInputDialog.textEchoMode"></a> <h4>EricTextInputDialog.textEchoMode</h4> <b>textEchoMode</b>(<i></i>) - <p> Public method to get the current echo mode of the line edit. </p> + <dl> <dt>Return:</dt> <dd> @@ -190,10 +187,10 @@ <a NAME="EricTextInputDialog.textValue" ID="EricTextInputDialog.textValue"></a> <h4>EricTextInputDialog.textValue</h4> <b>textValue</b>(<i></i>) - <p> Public method to get the text of the line edit. </p> + <dl> <dt>Return:</dt> <dd> @@ -212,10 +209,10 @@ <a NAME="getText" ID="getText"></a> <h2>getText</h2> <b>getText</b>(<i>parent, title, label, mode=QLineEdit.EchoMode.Normal, text="", minimumWidth=300</i>) - <p> Function to get create a dialog to enter some text and return it. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -258,4 +255,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>