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

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
child 10692
9becf9ca115c
--- a/src/eric7/Documentation/Source/eric7.UI.FindLocationWidget.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.UI.FindLocationWidget.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.UI.FindLocationWidget</h1>
-
 <p>
 Module implementing a dialog to search for files.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#FindLocationDialog">FindLocationDialog</a></td>
 <td>Class implementing a dialog to search for files.</td>
@@ -29,16 +27,16 @@
 <td>Class implementing a widget to search for files.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="FindLocationDialog" ID="FindLocationDialog"></a>
 <h2>FindLocationDialog</h2>
-
 <p>
     Class implementing a dialog to search for files.
 </p>
@@ -47,6 +45,7 @@
     filename and the pathname. The file will be opened upon a double click
     onto the respective entry of the list or by pressing the open button.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -82,19 +81,17 @@
 <h3>Derived from</h3>
 QDialog
 <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="#FindLocationDialog.__init__">FindLocationDialog</a></td>
 <td>Constructor</td>
@@ -104,19 +101,20 @@
 <td>Public method to activate the dialog.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="FindLocationDialog.__init__" ID="FindLocationDialog.__init__"></a>
 <h4>FindLocationDialog (Constructor)</h4>
 <b>FindLocationDialog</b>(<i>project, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>project</i> (Project)</dt>
@@ -131,16 +129,15 @@
 <a NAME="FindLocationDialog.activate" ID="FindLocationDialog.activate"></a>
 <h4>FindLocationDialog.activate</h4>
 <b>activate</b>(<i></i>)
-
 <p>
         Public method to activate the dialog.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="FindLocationWidget" ID="FindLocationWidget"></a>
 <h2>FindLocationWidget</h2>
-
 <p>
     Class implementing a widget to search for files.
 </p>
@@ -149,6 +146,7 @@
     filename and the pathname. The file will be opened upon a double click
     onto the respective entry of the list or by pressing the open button.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -184,19 +182,17 @@
 <h3>Derived from</h3>
 QWidget, Ui_FindLocationWidget
 <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="#FindLocationWidget.__init__">FindLocationWidget</a></td>
 <td>Constructor</td>
@@ -246,19 +242,20 @@
 <td>Private slot to handle the textChanged signal of the search directory edit.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="FindLocationWidget.__init__" ID="FindLocationWidget.__init__"></a>
 <h4>FindLocationWidget (Constructor)</h4>
 <b>FindLocationWidget</b>(<i>project, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>project</i> (Project)</dt>
@@ -273,20 +270,20 @@
 <a NAME="FindLocationWidget.__clearResults" ID="FindLocationWidget.__clearResults"></a>
 <h4>FindLocationWidget.__clearResults</h4>
 <b>__clearResults</b>(<i></i>)
-
 <p>
         Private slot to clear the current search results.
 </p>
+
 <a NAME="FindLocationWidget.__openFile" ID="FindLocationWidget.__openFile"></a>
 <h4>FindLocationWidget.__openFile</h4>
 <b>__openFile</b>(<i>itm=None</i>)
-
 <p>
         Private slot to open a file.
 </p>
 <p>
         It emits a signal depending on the file extension.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (QTreeWidgetItem)</dt>
@@ -297,45 +294,45 @@
 <a NAME="FindLocationWidget.__projectClosed" ID="FindLocationWidget.__projectClosed"></a>
 <h4>FindLocationWidget.__projectClosed</h4>
 <b>__projectClosed</b>(<i></i>)
-
 <p>
         Private slot to handle a project being closed.
 </p>
+
 <a NAME="FindLocationWidget.__projectOpened" ID="FindLocationWidget.__projectOpened"></a>
 <h4>FindLocationWidget.__projectOpened</h4>
 <b>__projectOpened</b>(<i></i>)
-
 <p>
         Private slot to handle a project being opened.
 </p>
+
 <a NAME="FindLocationWidget.__searchFile" ID="FindLocationWidget.__searchFile"></a>
 <h4>FindLocationWidget.__searchFile</h4>
 <b>__searchFile</b>(<i></i>)
-
 <p>
         Private slot to handle the search.
 </p>
+
 <a NAME="FindLocationWidget.__stopSearch" ID="FindLocationWidget.__stopSearch"></a>
 <h4>FindLocationWidget.__stopSearch</h4>
 <b>__stopSearch</b>(<i></i>)
-
 <p>
         Private slot to handle the stop button being pressed.
 </p>
+
 <a NAME="FindLocationWidget.activate" ID="FindLocationWidget.activate"></a>
 <h4>FindLocationWidget.activate</h4>
 <b>activate</b>(<i></i>)
-
 <p>
         Public slot to activate this widget.
 </p>
+
 <a NAME="FindLocationWidget.checkStop" ID="FindLocationWidget.checkStop"></a>
 <h4>FindLocationWidget.checkStop</h4>
 <b>checkStop</b>(<i></i>)
-
 <p>
         Public method to check, if the search should be stopped.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -351,10 +348,10 @@
 <a NAME="FindLocationWidget.on_fileList_currentItemChanged" ID="FindLocationWidget.on_fileList_currentItemChanged"></a>
 <h4>FindLocationWidget.on_fileList_currentItemChanged</h4>
 <b>on_fileList_currentItemChanged</b>(<i>current, previous</i>)
-
 <p>
         Private slot handling a change of the current item.
 </p>
+
 <dl>
 
 <dt><i>current</i> (QTreeWidgetItem)</dt>
@@ -369,7 +366,6 @@
 <a NAME="FindLocationWidget.on_fileList_itemActivated" ID="FindLocationWidget.on_fileList_itemActivated"></a>
 <h4>FindLocationWidget.on_fileList_itemActivated</h4>
 <b>on_fileList_itemActivated</b>(<i>itm, column</i>)
-
 <p>
         Private slot to handle the double click on a file item.
 </p>
@@ -377,6 +373,7 @@
         It emits the signal sourceFile or designerFile depending on the
         file extension.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (QTreeWidgetItem)</dt>
@@ -391,11 +388,11 @@
 <a NAME="FindLocationWidget.on_searchDirPicker_textChanged" ID="FindLocationWidget.on_searchDirPicker_textChanged"></a>
 <h4>FindLocationWidget.on_searchDirPicker_textChanged</h4>
 <b>on_searchDirPicker_textChanged</b>(<i>text</i>)
-
 <p>
         Private slot to handle the textChanged signal of the search directory
         edit.
 </p>
+
 <dl>
 
 <dt><i>text</i> (str)</dt>
@@ -405,4 +402,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