--- a/Documentation/Source/eric6.E5Gui.E5TextEditSearchWidget.html Sat Sep 15 16:05:36 2018 +0200 +++ b/Documentation/Source/eric6.E5Gui.E5TextEditSearchWidget.html Sat Sep 15 19:59:20 2018 +0200 @@ -60,6 +60,9 @@ <td><a href="#E5TextEditSearchWidget.__init__">E5TextEditSearchWidget</a></td> <td>Constructor</td> </tr><tr> +<td><a href="#E5TextEditSearchWidget.__addWidthForHeightLayout">__addWidthForHeightLayout</a></td> +<td>Private method to set the middle part of the layout.</td> +</tr><tr> <td><a href="#E5TextEditSearchWidget.__find">__find</a></td> <td>Private method to search the associated text edit.</td> </tr><tr> @@ -101,6 +104,9 @@ </tr><tr> <td><a href="#E5TextEditSearchWidget.on_findtextCombo_editTextChanged">on_findtextCombo_editTextChanged</a></td> <td>Private slot to enable/disable the find buttons.</td> +</tr><tr> +<td><a href="#E5TextEditSearchWidget.setWidthForHeight">setWidthForHeight</a></td> +<td>Public method to set the 'width for height'.</td> </tr> </table> <h3>Static Methods</h3> @@ -122,6 +128,16 @@ If this parameter is False, some widgets are shown in a third line. </dd> +</dl><a NAME="E5TextEditSearchWidget.__addWidthForHeightLayout" ID="E5TextEditSearchWidget.__addWidthForHeightLayout"></a> +<h4>E5TextEditSearchWidget.__addWidthForHeightLayout</h4> +<b>__addWidthForHeightLayout</b>(<i>widthForHeight</i>) +<p> + Private method to set the middle part of the layout. +</p><dl> +<dt><i>widthForHeight</i> (bool)</dt> +<dd> +flag indicating to prefer width +</dd> </dl><a NAME="E5TextEditSearchWidget.__find" ID="E5TextEditSearchWidget.__find"></a> <h4>E5TextEditSearchWidget.__find</h4> <b>__find</b>(<i>backwards</i>) @@ -275,6 +291,16 @@ <dd> text of the combobox (string) </dd> +</dl><a NAME="E5TextEditSearchWidget.setWidthForHeight" ID="E5TextEditSearchWidget.setWidthForHeight"></a> +<h4>E5TextEditSearchWidget.setWidthForHeight</h4> +<b>setWidthForHeight</b>(<i>widthForHeight</i>) +<p> + Public method to set the 'width for height'. +</p><dl> +<dt><i>widthForHeight</i> (bool)</dt> +<dd> +flag indicating to prefer width +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr />