Documentation/Source/eric5.E5Gui.E5LineEdit.html

changeset 58
37f0444c3479
parent 55
b5c84934de9c
child 409
0ea528e80202
--- 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>
-&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#115;&#112;&#101;&#99;&#105;&#97;&#108;&#105;z&#101;&#100; &#108;&#105;&#110;&#101; &#101;&#100;&#105;&#116;&#115;. 
+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>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#108;&#105;&#110;&#101; &#101;&#100;&#105;&#116; w&#105;&#100;&#103;&#101;&#116; &#115;&#104;&#111;w&#105;&#110;&#103; &#115;&#111;&#109;&#101; &#105;&#110;&#97;&#99;&#116;&#105;v&#101; &#116;&#101;x&#116;.</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>
-    &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#108;&#105;&#110;&#101; &#101;&#100;&#105;&#116; w&#105;&#100;&#103;&#101;&#116; &#115;&#104;&#111;w&#105;&#110;&#103; &#115;&#111;&#109;&#101; &#105;&#110;&#97;&#99;&#116;&#105;v&#101; &#116;&#101;x&#116;.
+    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>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td>
+<td>Constructor</td>
 </tr><tr>
 <td><a href="#E5LineEdit.inactiveText">inactiveText</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#105;&#110;&#97;&#99;&#116;&#105;v&#101; &#116;&#101;x&#116;.</td>
+<td>Public method to get the inactive text.</td>
 </tr><tr>
 <td><a href="#E5LineEdit.paintEvent">paintEvent</a></td>
-<td>&#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#109;&#101;&#116;&#104;&#111;&#100; &#104;&#97;&#110;&#100;&#108;&#105;&#110;&#103; &#97; &#112;&#97;&#105;&#110;&#116; &#101;v&#101;&#110;&#116;.</td>
+<td>Protected method handling a paint event.</td>
 </tr><tr>
 <td><a href="#E5LineEdit.setInactiveText">setInactiveText</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#105;&#110;&#97;&#99;&#116;&#105;v&#101; &#116;&#101;x&#116;.</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>
-        &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;
+        Constructor
 </p><dl>
 <dt><i>parent</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; w&#105;&#100;&#103;&#101;&#116; (&#81;&#87;&#105;&#100;&#103;&#101;&#116;)
+reference to the parent widget (QWidget)
 </dd><dt><i>inactiveText</i></dt>
 <dd>
-&#116;&#101;x&#116; &#116;&#111; &#98;&#101; &#115;&#104;&#111;w&#110; &#111;&#110; &#105;&#110;&#97;&#99;&#116;&#105;v&#105;&#116;y (&#115;&#116;&#114;&#105;&#110;&#103;)
+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>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#105;&#110;&#97;&#99;&#116;&#105;v&#101; &#116;&#101;x&#116;.
+        Public method to get the inactive text.
 </p><p>
-        &#114;&#101;&#116;&#117;&#114;&#110; &#105;&#110;&#97;&#99;&#116;&#105;v&#101; &#116;&#101;x&#116; (&#115;&#116;&#114;&#105;&#110;&#103;)
+        return inactive text (string)
 </p><a NAME="E5LineEdit.paintEvent" ID="E5LineEdit.paintEvent"></a>
 <h4>E5LineEdit.paintEvent</h4>
 <b>paintEvent</b>(<i>evt</i>)
 <p>
-        &#80;&#114;&#111;&#116;&#101;&#99;&#116;&#101;&#100; &#109;&#101;&#116;&#104;&#111;&#100; &#104;&#97;&#110;&#100;&#108;&#105;&#110;&#103; &#97; &#112;&#97;&#105;&#110;&#116; &#101;v&#101;&#110;&#116;.
+        Protected method handling a paint event.
 </p><dl>
 <dt><i>evt</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#112;&#97;&#105;&#110;&#116; &#101;v&#101;&#110;&#116; (&#81;&#80;&#97;&#105;&#110;&#116;&#69;v&#101;&#110;&#116;)
+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>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#105;&#110;&#97;&#99;&#116;&#105;v&#101; &#116;&#101;x&#116;.
+        Public method to set the inactive text.
 </p><dl>
 <dt><i>inactiveText</i></dt>
 <dd>
-&#116;&#101;x&#116; &#116;&#111; &#98;&#101; &#115;&#104;&#111;w&#110; &#111;&#110; &#105;&#110;&#97;&#99;&#116;&#105;v&#105;&#116;y (&#115;&#116;&#114;&#105;&#110;&#103;)
+text to be shown on inactivity (string)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial