eric6/Documentation/Source/eric6.UI.FindFileDialog.html

changeset 7145
ceb3e8b242c1
parent 6942
2602857055c5
child 7273
391d6b7b1eff
--- a/eric6/Documentation/Source/eric6.UI.FindFileDialog.html	Tue Aug 20 17:07:06 2019 +0200
+++ b/eric6/Documentation/Source/eric6.UI.FindFileDialog.html	Tue Aug 20 17:11:17 2019 +0200
@@ -105,7 +105,7 @@
 <td>Private slot called by a button of the button box clicked.</td>
 </tr><tr>
 <td><a href="#FindFileDialog.on_dirButton_clicked">on_dirButton_clicked</a></td>
-<td>Private slot to handle the selection of the project radio button.</td>
+<td>Private slot to handle the selection of the 'Directory' radio button.</td>
 </tr><tr>
 <td><a href="#FindFileDialog.on_dirPicker_editTextChanged">on_dirPicker_editTextChanged</a></td>
 <td>Private slot to handle the textChanged signal of the directory picker.</td>
@@ -122,8 +122,11 @@
 <td><a href="#FindFileDialog.on_findtextCombo_editTextChanged">on_findtextCombo_editTextChanged</a></td>
 <td>Private slot to handle the editTextChanged signal of the find text combo.</td>
 </tr><tr>
+<td><a href="#FindFileDialog.on_openFilesButton_clicked">on_openFilesButton_clicked</a></td>
+<td>Private slot to handle the selection of the 'Open Files' radio button.</td>
+</tr><tr>
 <td><a href="#FindFileDialog.on_projectButton_clicked">on_projectButton_clicked</a></td>
-<td>Private slot to handle the selection of the project radio button.</td>
+<td>Private slot to handle the selection of the 'Project' radio button.</td>
 </tr><tr>
 <td><a href="#FindFileDialog.on_replaceButton_clicked">on_replaceButton_clicked</a></td>
 <td>Private slot to perform the requested replace actions.</td>
@@ -272,7 +275,7 @@
 <h4>FindFileDialog.on_dirButton_clicked</h4>
 <b>on_dirButton_clicked</b>(<i></i>)
 <p>
-        Private slot to handle the selection of the project radio button.
+        Private slot to handle the selection of the 'Directory' radio button.
 </p><a NAME="FindFileDialog.on_dirPicker_editTextChanged" ID="FindFileDialog.on_dirPicker_editTextChanged"></a>
 <h4>FindFileDialog.on_dirPicker_editTextChanged</h4>
 <b>on_dirPicker_editTextChanged</b>(<i>text</i>)
@@ -326,11 +329,16 @@
 <dd>
 (ignored)
 </dd>
-</dl><a NAME="FindFileDialog.on_projectButton_clicked" ID="FindFileDialog.on_projectButton_clicked"></a>
+</dl><a NAME="FindFileDialog.on_openFilesButton_clicked" ID="FindFileDialog.on_openFilesButton_clicked"></a>
+<h4>FindFileDialog.on_openFilesButton_clicked</h4>
+<b>on_openFilesButton_clicked</b>(<i></i>)
+<p>
+        Private slot to handle the selection of the 'Open Files' radio button.
+</p><a NAME="FindFileDialog.on_projectButton_clicked" ID="FindFileDialog.on_projectButton_clicked"></a>
 <h4>FindFileDialog.on_projectButton_clicked</h4>
 <b>on_projectButton_clicked</b>(<i></i>)
 <p>
-        Private slot to handle the selection of the project radio button.
+        Private slot to handle the selection of the 'Project' radio button.
 </p><a NAME="FindFileDialog.on_replaceButton_clicked" ID="FindFileDialog.on_replaceButton_clicked"></a>
 <h4>FindFileDialog.on_replaceButton_clicked</h4>
 <b>on_replaceButton_clicked</b>(<i></i>)

eric ide

mercurial