--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricTextEditSearchWidget.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricTextEditSearchWidget.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,19 +7,17 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.EricWidgets.EricTextEditSearchWidget</h1> - <p> Module implementing a horizontal search widget for QTextEdit. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#EricTextEditSearchWidget">EricTextEditSearchWidget</a></td> <td>Class implementing a horizontal search widget for QTextEdit.</td> @@ -29,19 +27,20 @@ <td>Class defining the supported text edit types.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="EricTextEditSearchWidget" ID="EricTextEditSearchWidget"></a> <h2>EricTextEditSearchWidget</h2> - <p> Class implementing a horizontal search widget for QTextEdit. </p> + <h3>Signals</h3> <dl> @@ -54,19 +53,17 @@ <h3>Derived from</h3> QWidget <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#EricTextEditSearchWidget.__init__">EricTextEditSearchWidget</a></td> <td>Constructor</td> @@ -160,19 +157,20 @@ <td>Public method to show some information in the info label.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="EricTextEditSearchWidget.__init__" ID="EricTextEditSearchWidget.__init__"></a> <h4>EricTextEditSearchWidget (Constructor)</h4> <b>EricTextEditSearchWidget</b>(<i>parent=None, widthForHeight=True, enableClose=False</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -193,10 +191,10 @@ <a NAME="EricTextEditSearchWidget.__addWidthForHeightLayout" ID="EricTextEditSearchWidget.__addWidthForHeightLayout"></a> <h4>EricTextEditSearchWidget.__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> @@ -207,20 +205,20 @@ <a NAME="EricTextEditSearchWidget.__closeButtonClicked" ID="EricTextEditSearchWidget.__closeButtonClicked"></a> <h4>EricTextEditSearchWidget.__closeButtonClicked</h4> <b>__closeButtonClicked</b>(<i></i>) - <p> Private slot to close the widget. </p> <p> Note: The widget is just hidden. </p> + <a NAME="EricTextEditSearchWidget.__find" ID="EricTextEditSearchWidget.__find"></a> <h4>EricTextEditSearchWidget.__find</h4> <b>__find</b>(<i>backwards</i>) - <p> Private method to search the associated text edit. </p> + <dl> <dt><i>backwards</i> (bool)</dt> @@ -231,19 +229,19 @@ <a NAME="EricTextEditSearchWidget.__findByReturnPressed" ID="EricTextEditSearchWidget.__findByReturnPressed"></a> <h4>EricTextEditSearchWidget.__findByReturnPressed</h4> <b>__findByReturnPressed</b>(<i></i>) - <p> Private slot to handle the returnPressed signal of the findtext combobox. </p> + <a NAME="EricTextEditSearchWidget.__findPrevNextQTextEdit" ID="EricTextEditSearchWidget.__findPrevNextQTextEdit"></a> <h4>EricTextEditSearchWidget.__findPrevNextQTextEdit</h4> <b>__findPrevNextQTextEdit</b>(<i>backwards</i>) - <p> Private method to to search the associated edit widget of type QTextEdit. </p> + <dl> <dt><i>backwards</i> (bool)</dt> @@ -254,11 +252,11 @@ <a NAME="EricTextEditSearchWidget.__findPrevNextQWebEngineView" ID="EricTextEditSearchWidget.__findPrevNextQWebEngineView"></a> <h4>EricTextEditSearchWidget.__findPrevNextQWebEngineView</h4> <b>__findPrevNextQWebEngineView</b>(<i>backwards</i>) - <p> Private method to to search the associated edit widget of type QWebEngineView. </p> + <dl> <dt><i>backwards</i> (bool)</dt> @@ -269,10 +267,10 @@ <a NAME="EricTextEditSearchWidget.__findTextFinished" ID="EricTextEditSearchWidget.__findTextFinished"></a> <h4>EricTextEditSearchWidget.__findTextFinished</h4> <b>__findTextFinished</b>(<i>result</i>) - <p> Private slot handling the findTextFinished signal of the web page. </p> + <dl> <dt><i>result</i> (QWebEngineFindTextResult)</dt> @@ -284,11 +282,11 @@ <a NAME="EricTextEditSearchWidget.__setFindtextComboBackground" ID="EricTextEditSearchWidget.__setFindtextComboBackground"></a> <h4>EricTextEditSearchWidget.__setFindtextComboBackground</h4> <b>__setFindtextComboBackground</b>(<i>error</i>) - <p> Private slot to change the findtext combo background to indicate errors. </p> + <dl> <dt><i>error</i> (bool)</dt> @@ -299,10 +297,10 @@ <a NAME="EricTextEditSearchWidget.__setSearchButtons" ID="EricTextEditSearchWidget.__setSearchButtons"></a> <h4>EricTextEditSearchWidget.__setSearchButtons</h4> <b>__setSearchButtons</b>(<i>enabled</i>) - <p> Private slot to set the state of the search buttons. </p> + <dl> <dt><i>enabled</i> (bool)</dt> @@ -313,10 +311,10 @@ <a NAME="EricTextEditSearchWidget.__setupUi" ID="EricTextEditSearchWidget.__setupUi"></a> <h4>EricTextEditSearchWidget.__setupUi</h4> <b>__setupUi</b>(<i>widthForHeight, enableClose</i>) - <p> Private method to generate the UI. </p> + <dl> <dt><i>widthForHeight</i> (bool)</dt> @@ -331,17 +329,17 @@ <a NAME="EricTextEditSearchWidget.activate" ID="EricTextEditSearchWidget.activate"></a> <h4>EricTextEditSearchWidget.activate</h4> <b>activate</b>(<i></i>) - <p> Public slot to activate the widget. </p> + <a NAME="EricTextEditSearchWidget.attachTextEdit" ID="EricTextEditSearchWidget.attachTextEdit"></a> <h4>EricTextEditSearchWidget.attachTextEdit</h4> <b>attachTextEdit</b>(<i>textedit, editType=EricTextEditType.QTEXTEDIT</i>) - <p> Public method to attach a QTextEdit or QWebEngineView widget. </p> + <dl> <dt><i>textedit</i> (QTextEdit, QTextBrowser or QWebEngineView)</dt> @@ -356,38 +354,38 @@ <a NAME="EricTextEditSearchWidget.deactivate" ID="EricTextEditSearchWidget.deactivate"></a> <h4>EricTextEditSearchWidget.deactivate</h4> <b>deactivate</b>(<i></i>) - <p> Public slot to deactivate the widget. </p> + <a NAME="EricTextEditSearchWidget.detachTextEdit" ID="EricTextEditSearchWidget.detachTextEdit"></a> <h4>EricTextEditSearchWidget.detachTextEdit</h4> <b>detachTextEdit</b>(<i></i>) - <p> Public method to detach the current text edit. </p> + <a NAME="EricTextEditSearchWidget.findNext" ID="EricTextEditSearchWidget.findNext"></a> <h4>EricTextEditSearchWidget.findNext</h4> <b>findNext</b>(<i></i>) - <p> Public slot to find the next occurrence of the current search term. </p> + <a NAME="EricTextEditSearchWidget.findPrev" ID="EricTextEditSearchWidget.findPrev"></a> <h4>EricTextEditSearchWidget.findPrev</h4> <b>findPrev</b>(<i></i>) - <p> Public slot to find the previous occurrence of the current search term. </p> + <a NAME="EricTextEditSearchWidget.keyPressEvent" ID="EricTextEditSearchWidget.keyPressEvent"></a> <h4>EricTextEditSearchWidget.keyPressEvent</h4> <b>keyPressEvent</b>(<i>event</i>) - <p> Protected slot to handle key press events. </p> + <dl> <dt><i>event</i> (QKeyEvent)</dt> @@ -398,24 +396,24 @@ <a NAME="EricTextEditSearchWidget.on_findNextButton_clicked" ID="EricTextEditSearchWidget.on_findNextButton_clicked"></a> <h4>EricTextEditSearchWidget.on_findNextButton_clicked</h4> <b>on_findNextButton_clicked</b>(<i></i>) - <p> Private slot to find the next occurrence. </p> + <a NAME="EricTextEditSearchWidget.on_findPrevButton_clicked" ID="EricTextEditSearchWidget.on_findPrevButton_clicked"></a> <h4>EricTextEditSearchWidget.on_findPrevButton_clicked</h4> <b>on_findPrevButton_clicked</b>(<i></i>) - <p> Private slot to find the previous occurrence. </p> + <a NAME="EricTextEditSearchWidget.on_findtextCombo_editTextChanged" ID="EricTextEditSearchWidget.on_findtextCombo_editTextChanged"></a> <h4>EricTextEditSearchWidget.on_findtextCombo_editTextChanged</h4> <b>on_findtextCombo_editTextChanged</b>(<i>txt</i>) - <p> Private slot to enable/disable the find buttons. </p> + <dl> <dt><i>txt</i> (str)</dt> @@ -426,10 +424,10 @@ <a NAME="EricTextEditSearchWidget.setWidthForHeight" ID="EricTextEditSearchWidget.setWidthForHeight"></a> <h4>EricTextEditSearchWidget.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> @@ -440,10 +438,10 @@ <a NAME="EricTextEditSearchWidget.showInfo" ID="EricTextEditSearchWidget.showInfo"></a> <h4>EricTextEditSearchWidget.showInfo</h4> <b>showInfo</b>(<i>info</i>) - <p> Public method to show some information in the info label. </p> + <dl> <dt><i>info</i> (str)</dt> @@ -456,33 +454,36 @@ <hr /> <a NAME="EricTextEditType" ID="EricTextEditType"></a> <h2>EricTextEditType</h2> - <p> Class defining the supported text edit types. </p> + <h3>Derived from</h3> enum.Enum <h3>Class Attributes</h3> - <table> -<tr><td>QTEXTBROWSER</td></tr><tr><td>QTEXTEDIT</td></tr><tr><td>QWEBENGINEVIEW</td></tr><tr><td>UNKNOWN</td></tr> +<tr><td>QTEXTBROWSER</td></tr> +<tr><td>QTEXTEDIT</td></tr> +<tr><td>QWEBENGINEVIEW</td></tr> +<tr><td>UNKNOWN</td></tr> </table> -<h3>Class Methods</h3> -<table> -<tr><td>None</td></tr> -</table> -<h3>Methods</h3> - -<table> -<tr><td>None</td></tr> -</table> -<h3>Static Methods</h3> - +<h3>Class Methods</h3> <table> <tr><td>None</td></tr> </table> +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>