--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.E4Gui.E4LineEdit.html Sat Jan 02 18:19:35 2010 +0000 @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' +'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> +<html><head> +<title>eric5.E4Gui.E4LineEdit</title> +<style> +b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.E4Gui.E4LineEdit</h1> +<p> +Module implementing specialized line edits. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#E4LineEdit">E4LineEdit</a></td> +<td>Class implementing a line edit widget showing some inactive text.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="E4LineEdit" ID="E4LineEdit"></a> +<h2>E4LineEdit</h2> +<p> + Class implementing a line edit widget showing some inactive text. +</p> +<h3>Derived from</h3> +QLineEdit +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#E4LineEdit.__init__">E4LineEdit</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#E4LineEdit.inactiveText">inactiveText</a></td> +<td>Public method to get the inactive text.</td> +</tr><tr> +<td><a href="#E4LineEdit.paintEvent">paintEvent</a></td> +<td>Protected method handling a paint event.</td> +</tr><tr> +<td><a href="#E4LineEdit.setInactiveText">setInactiveText</a></td> +<td>Public method to set the inactive text.</td> +</tr> +</table> +<a NAME="E4LineEdit.__init__" ID="E4LineEdit.__init__"></a> +<h4>E4LineEdit (Constructor)</h4> +<b>E4LineEdit</b>(<i>parent = None, inactiveText = ""</i>) +<p> + Constructor +</p><dl> +<dt><i>parent</i></dt> +<dd> +reference to the parent widget (QWidget) +</dd><dt><i>inactiveText</i></dt> +<dd> +text to be shown on inactivity (string) +</dd> +</dl><a NAME="E4LineEdit.inactiveText" ID="E4LineEdit.inactiveText"></a> +<h4>E4LineEdit.inactiveText</h4> +<b>inactiveText</b>(<i></i>) +<p> + Public method to get the inactive text. +</p><p> + return inactive text (string) +</p><a NAME="E4LineEdit.paintEvent" ID="E4LineEdit.paintEvent"></a> +<h4>E4LineEdit.paintEvent</h4> +<b>paintEvent</b>(<i>evt</i>) +<p> + Protected method handling a paint event. +</p><dl> +<dt><i>evt</i></dt> +<dd> +reference to the paint event (QPaintEvent) +</dd> +</dl><a NAME="E4LineEdit.setInactiveText" ID="E4LineEdit.setInactiveText"></a> +<h4>E4LineEdit.setInactiveText</h4> +<b>setInactiveText</b>(<i>inactiveText</i>) +<p> + Public method to set the inactive text. +</p><dl> +<dt><i>inactiveText</i></dt> +<dd> +text to be shown on inactivity (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file