--- a/Documentation/Source/eric5.E5Gui.E5LineEdit.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.E5Gui.E5LineEdit.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.E5Gui.E5LineEdit</h1> <p> -Module implementing specialized line edits. +Module implementing specialized line edits. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#E5LineEdit">E5LineEdit</a></td> -<td>Class implementing a line edit widget showing some inactive text.</td> +<td>Class implementing a line edit widget showing some inactive text.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="E5LineEdit" ID="E5LineEdit"></a> <h2>E5LineEdit</h2> <p> - Class implementing a line edit widget showing some inactive text. + Class implementing a line edit widget showing some inactive text. </p> <h3>Derived from</h3> QLineEdit @@ -55,57 +55,57 @@ <table> <tr> <td><a href="#E5LineEdit.__init__">E5LineEdit</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#E5LineEdit.inactiveText">inactiveText</a></td> -<td>Public method to get the inactive text.</td> +<td>Public method to get the inactive text.</td> </tr><tr> <td><a href="#E5LineEdit.paintEvent">paintEvent</a></td> -<td>Protected method handling a paint event.</td> +<td>Protected method handling a paint event.</td> </tr><tr> <td><a href="#E5LineEdit.setInactiveText">setInactiveText</a></td> -<td>Public method to set the inactive text.</td> +<td>Public method to set the inactive text.</td> </tr> </table> <a NAME="E5LineEdit.__init__" ID="E5LineEdit.__init__"></a> <h4>E5LineEdit (Constructor)</h4> <b>E5LineEdit</b>(<i>parent = None, inactiveText = ""</i>) <p> - Constructor + Constructor </p><dl> <dt><i>parent</i></dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget (QWidget) </dd><dt><i>inactiveText</i></dt> <dd> -text to be shown on inactivity (string) +text to be shown on inactivity (string) </dd> </dl><a NAME="E5LineEdit.inactiveText" ID="E5LineEdit.inactiveText"></a> <h4>E5LineEdit.inactiveText</h4> <b>inactiveText</b>(<i></i>) <p> - Public method to get the inactive text. + Public method to get the inactive text. </p><p> - return inactive text (string) + return inactive text (string) </p><a NAME="E5LineEdit.paintEvent" ID="E5LineEdit.paintEvent"></a> <h4>E5LineEdit.paintEvent</h4> <b>paintEvent</b>(<i>evt</i>) <p> - Protected method handling a paint event. + Protected method handling a paint event. </p><dl> <dt><i>evt</i></dt> <dd> -reference to the paint event (QPaintEvent) +reference to the paint event (QPaintEvent) </dd> </dl><a NAME="E5LineEdit.setInactiveText" ID="E5LineEdit.setInactiveText"></a> <h4>E5LineEdit.setInactiveText</h4> <b>setInactiveText</b>(<i>inactiveText</i>) <p> - Public method to set the inactive text. + Public method to set the inactive text. </p><dl> <dt><i>inactiveText</i></dt> <dd> -text to be shown on inactivity (string) +text to be shown on inactivity (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div>