src/eric7/Documentation/Source/eric7.UI.SearchWidget.html

branch
eric7
changeset 10479
856476537696
parent 10433
328f3ec4b77a
--- a/src/eric7/Documentation/Source/eric7.UI.SearchWidget.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.UI.SearchWidget.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,37 +7,36 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.UI.SearchWidget</h1>
-
 <p>
 Module implementing the search box for the shell and log viewer.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#SearchWidget">SearchWidget</a></td>
 <td>Class implementing the search box for the shell and log viewer.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="SearchWidget" ID="SearchWidget"></a>
 <h2>SearchWidget</h2>
-
 <p>
     Class implementing the search box for the shell and log viewer.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -55,19 +54,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="#SearchWidget.__init__">SearchWidget</a></td>
 <td>Constructor</td>
@@ -109,19 +106,20 @@
 <td>Public method to display this widget.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="SearchWidget.__init__" ID="SearchWidget.__init__"></a>
 <h4>SearchWidget (Constructor)</h4>
 <b>SearchWidget</b>(<i>mainWindow, parent=None, spacer=True, showLine=False</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>mainWindow</i> (QWidget)</dt>
@@ -145,18 +143,18 @@
 <a NAME="SearchWidget.__findByReturnPressed" ID="SearchWidget.__findByReturnPressed"></a>
 <h4>SearchWidget.__findByReturnPressed</h4>
 <b>__findByReturnPressed</b>(<i></i>)
-
 <p>
         Private slot to handle the returnPressed signal of the findtext
         combobox.
 </p>
+
 <a NAME="SearchWidget.__setSearchButtons" ID="SearchWidget.__setSearchButtons"></a>
 <h4>SearchWidget.__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>
@@ -167,10 +165,10 @@
 <a NAME="SearchWidget.keyPressEvent" ID="SearchWidget.keyPressEvent"></a>
 <h4>SearchWidget.keyPressEvent</h4>
 <b>keyPressEvent</b>(<i>event</i>)
-
 <p>
         Protected slot to handle key press events.
 </p>
+
 <dl>
 
 <dt><i>event</i> (QKeyEvent)</dt>
@@ -181,31 +179,31 @@
 <a NAME="SearchWidget.on_closeButton_clicked" ID="SearchWidget.on_closeButton_clicked"></a>
 <h4>SearchWidget.on_closeButton_clicked</h4>
 <b>on_closeButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to close the widget.
 </p>
+
 <a NAME="SearchWidget.on_findNextButton_clicked" ID="SearchWidget.on_findNextButton_clicked"></a>
 <h4>SearchWidget.on_findNextButton_clicked</h4>
 <b>on_findNextButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to find the next occurrence.
 </p>
+
 <a NAME="SearchWidget.on_findPrevButton_clicked" ID="SearchWidget.on_findPrevButton_clicked"></a>
 <h4>SearchWidget.on_findPrevButton_clicked</h4>
 <b>on_findPrevButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to find the previous occurrence.
 </p>
+
 <a NAME="SearchWidget.on_findtextCombo_editTextChanged" ID="SearchWidget.on_findtextCombo_editTextChanged"></a>
 <h4>SearchWidget.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>
@@ -216,10 +214,10 @@
 <a NAME="SearchWidget.searchStringFound" ID="SearchWidget.searchStringFound"></a>
 <h4>SearchWidget.searchStringFound</h4>
 <b>searchStringFound</b>(<i>found</i>)
-
 <p>
         Public slot to indicate that the search string was found.
 </p>
+
 <dl>
 
 <dt><i>found</i> (bool)</dt>
@@ -230,10 +228,10 @@
 <a NAME="SearchWidget.showFind" ID="SearchWidget.showFind"></a>
 <h4>SearchWidget.showFind</h4>
 <b>showFind</b>(<i>txt=""</i>)
-
 <p>
         Public method to display this widget.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str)</dt>
@@ -243,4 +241,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial