Documentation/Source/eric6.E5Gui.E5TextEditSearchWidget.html

changeset 6499
dcff57f91861
parent 5959
4c716b02e10d
equal deleted inserted replaced
6498:674ac2051e8a 6499:dcff57f91861
58 <table> 58 <table>
59 <tr> 59 <tr>
60 <td><a href="#E5TextEditSearchWidget.__init__">E5TextEditSearchWidget</a></td> 60 <td><a href="#E5TextEditSearchWidget.__init__">E5TextEditSearchWidget</a></td>
61 <td>Constructor</td> 61 <td>Constructor</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#E5TextEditSearchWidget.__addWidthForHeightLayout">__addWidthForHeightLayout</a></td>
64 <td>Private method to set the middle part of the layout.</td>
65 </tr><tr>
63 <td><a href="#E5TextEditSearchWidget.__find">__find</a></td> 66 <td><a href="#E5TextEditSearchWidget.__find">__find</a></td>
64 <td>Private method to search the associated text edit.</td> 67 <td>Private method to search the associated text edit.</td>
65 </tr><tr> 68 </tr><tr>
66 <td><a href="#E5TextEditSearchWidget.__findByReturnPressed">__findByReturnPressed</a></td> 69 <td><a href="#E5TextEditSearchWidget.__findByReturnPressed">__findByReturnPressed</a></td>
67 <td>Private slot to handle the returnPressed signal of the findtext combobox.</td> 70 <td>Private slot to handle the returnPressed signal of the findtext combobox.</td>
99 <td><a href="#E5TextEditSearchWidget.on_findPrevButton_clicked">on_findPrevButton_clicked</a></td> 102 <td><a href="#E5TextEditSearchWidget.on_findPrevButton_clicked">on_findPrevButton_clicked</a></td>
100 <td>Private slot to find the previous occurrence.</td> 103 <td>Private slot to find the previous occurrence.</td>
101 </tr><tr> 104 </tr><tr>
102 <td><a href="#E5TextEditSearchWidget.on_findtextCombo_editTextChanged">on_findtextCombo_editTextChanged</a></td> 105 <td><a href="#E5TextEditSearchWidget.on_findtextCombo_editTextChanged">on_findtextCombo_editTextChanged</a></td>
103 <td>Private slot to enable/disable the find buttons.</td> 106 <td>Private slot to enable/disable the find buttons.</td>
107 </tr><tr>
108 <td><a href="#E5TextEditSearchWidget.setWidthForHeight">setWidthForHeight</a></td>
109 <td>Public method to set the 'width for height'.</td>
104 </tr> 110 </tr>
105 </table> 111 </table>
106 <h3>Static Methods</h3> 112 <h3>Static Methods</h3>
107 <table> 113 <table>
108 <tr><td>None</td></tr> 114 <tr><td>None</td></tr>
119 </dd><dt><i>widthForHeight</i> (bool)</dt> 125 </dd><dt><i>widthForHeight</i> (bool)</dt>
120 <dd> 126 <dd>
121 flag indicating to prefer width for height. 127 flag indicating to prefer width for height.
122 If this parameter is False, some widgets are shown in a third 128 If this parameter is False, some widgets are shown in a third
123 line. 129 line.
130 </dd>
131 </dl><a NAME="E5TextEditSearchWidget.__addWidthForHeightLayout" ID="E5TextEditSearchWidget.__addWidthForHeightLayout"></a>
132 <h4>E5TextEditSearchWidget.__addWidthForHeightLayout</h4>
133 <b>__addWidthForHeightLayout</b>(<i>widthForHeight</i>)
134 <p>
135 Private method to set the middle part of the layout.
136 </p><dl>
137 <dt><i>widthForHeight</i> (bool)</dt>
138 <dd>
139 flag indicating to prefer width
124 </dd> 140 </dd>
125 </dl><a NAME="E5TextEditSearchWidget.__find" ID="E5TextEditSearchWidget.__find"></a> 141 </dl><a NAME="E5TextEditSearchWidget.__find" ID="E5TextEditSearchWidget.__find"></a>
126 <h4>E5TextEditSearchWidget.__find</h4> 142 <h4>E5TextEditSearchWidget.__find</h4>
127 <b>__find</b>(<i>backwards</i>) 143 <b>__find</b>(<i>backwards</i>)
128 <p> 144 <p>
273 </p><dl> 289 </p><dl>
274 <dt><i>txt</i></dt> 290 <dt><i>txt</i></dt>
275 <dd> 291 <dd>
276 text of the combobox (string) 292 text of the combobox (string)
277 </dd> 293 </dd>
294 </dl><a NAME="E5TextEditSearchWidget.setWidthForHeight" ID="E5TextEditSearchWidget.setWidthForHeight"></a>
295 <h4>E5TextEditSearchWidget.setWidthForHeight</h4>
296 <b>setWidthForHeight</b>(<i>widthForHeight</i>)
297 <p>
298 Public method to set the 'width for height'.
299 </p><dl>
300 <dt><i>widthForHeight</i> (bool)</dt>
301 <dd>
302 flag indicating to prefer width
303 </dd>
278 </dl> 304 </dl>
279 <div align="right"><a href="#top">Up</a></div> 305 <div align="right"><a href="#top">Up</a></div>
280 <hr /> 306 <hr />
281 </body></html> 307 </body></html>

eric ide

mercurial