92 </dd><dt><i>inactiveText=</i></dt> |
92 </dd><dt><i>inactiveText=</i></dt> |
93 <dd> |
93 <dd> |
94 text to be shown on inactivity (string) |
94 text to be shown on inactivity (string) |
95 </dd><dt><i>side=</i></dt> |
95 </dd><dt><i>side=</i></dt> |
96 <dd> |
96 <dd> |
97 side the clear button should be shown at (E5LineEdit.RightSide, |
97 side the clear button should be shown at |
98 E5LineEdit.LeftSide) |
98 (E5LineEdit.RightSide, E5LineEdit.LeftSide) |
99 </dd> |
99 </dd> |
100 </dl><a NAME="IrcMessageEdit.__addHistory" ID="IrcMessageEdit.__addHistory"></a> |
100 </dl><a NAME="IrcMessageEdit.__addHistory" ID="IrcMessageEdit.__addHistory"></a> |
101 <h4>IrcMessageEdit.__addHistory</h4> |
101 <h4>IrcMessageEdit.__addHistory</h4> |
102 <b>__addHistory</b>(<i>txt</i>) |
102 <b>__addHistory</b>(<i>txt</i>) |
103 <p> |
103 <p> |
131 <h4>IrcMessageEdit.setText</h4> |
131 <h4>IrcMessageEdit.setText</h4> |
132 <b>setText</b>(<i>text</i>) |
132 <b>setText</b>(<i>text</i>) |
133 <p> |
133 <p> |
134 Public method to set the text. |
134 Public method to set the text. |
135 </p><p> |
135 </p><p> |
136 Note: This reimplementation ensures, that the cursor is at the end of the text. |
136 Note: This reimplementation ensures, that the cursor is at the end of |
|
137 the text. |
137 </p><dl> |
138 </p><dl> |
138 <dt><i>text</i></dt> |
139 <dt><i>text</i></dt> |
139 <dd> |
140 <dd> |
140 text to be set (string) |
141 text to be set (string) |
141 </dd> |
142 </dd> |