--- a/eric7/Documentation/Source/eric7.UI.FindLocationWidget.html Fri Apr 29 17:53:51 2022 +0200 +++ b/eric7/Documentation/Source/eric7.UI.FindLocationWidget.html Fri Apr 29 17:58:57 2022 +0200 @@ -21,6 +21,10 @@ <table> <tr> +<td><a href="#FindLocationDialog">FindLocationDialog</a></td> +<td>Class implementing a dialog to search for files.</td> +</tr> +<tr> <td><a href="#FindLocationWidget">FindLocationWidget</a></td> <td>Class implementing a widget to search for files.</td> </tr> @@ -32,6 +36,108 @@ </table> <hr /> <hr /> +<a NAME="FindLocationDialog" ID="FindLocationDialog"></a> +<h2>FindLocationDialog</h2> + +<p> + Class implementing a dialog to search for files. +</p> +<p> + The occurrences found are displayed in a QTreeWidget showing the + 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> + +<dt>designerFile(str)</dt> +<dd> +emitted to open a Qt-Designer file +</dd> +<dt>linguistFile(str)</dt> +<dd> +emitted to open a Qt-Linguist (*.ts) file +</dd> +<dt>pixmapFile(str)</dt> +<dd> +emitted to open a pixmap file +</dd> +<dt>sourceFile(str)</dt> +<dd> +emitted to open a file in the editor +</dd> +<dt>svgFile(str)</dt> +<dd> +emitted to open a SVG file +</dd> +<dt>trpreview([str])</dt> +<dd> +emitted to preview Qt-Linguist (*.qm) files +</dd> +<dt>umlFile(str)</dt> +<dd> +emitted to open an eric UML file +</dd> +</dl> +<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> +</tr> +<tr> +<td><a href="#FindLocationDialog.activate">activate</a></td> +<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> +<dd> +reference to the project object +</dd> +<dt><i>parent</i> (QWidget (optional))</dt> +<dd> +parent widget of this dialog (defaults to None) +</dd> +</dl> +<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> @@ -121,7 +227,7 @@ </tr> <tr> <td><a href="#FindLocationWidget.activate">activate</a></td> -<td>Public slot to enable/disable the project checkbox.</td> +<td>Public slot to activate this widget.</td> </tr> <tr> <td><a href="#FindLocationWidget.checkStop">checkStop</a></td> @@ -221,7 +327,7 @@ <b>activate</b>(<i></i>) <p> - Public slot to enable/disable the project checkbox. + Public slot to activate this widget. </p> <a NAME="FindLocationWidget.checkStop" ID="FindLocationWidget.checkStop"></a> <h4>FindLocationWidget.checkStop</h4>