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

changeset 7145
ceb3e8b242c1
parent 6942
2602857055c5
child 7273
391d6b7b1eff
equal deleted inserted replaced
7143:9eb66bad154d 7145:ceb3e8b242c1
103 </tr><tr> 103 </tr><tr>
104 <td><a href="#FindFileDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 104 <td><a href="#FindFileDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
105 <td>Private slot called by a button of the button box clicked.</td> 105 <td>Private slot called by a button of the button box clicked.</td>
106 </tr><tr> 106 </tr><tr>
107 <td><a href="#FindFileDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> 107 <td><a href="#FindFileDialog.on_dirButton_clicked">on_dirButton_clicked</a></td>
108 <td>Private slot to handle the selection of the project radio button.</td> 108 <td>Private slot to handle the selection of the 'Directory' radio button.</td>
109 </tr><tr> 109 </tr><tr>
110 <td><a href="#FindFileDialog.on_dirPicker_editTextChanged">on_dirPicker_editTextChanged</a></td> 110 <td><a href="#FindFileDialog.on_dirPicker_editTextChanged">on_dirPicker_editTextChanged</a></td>
111 <td>Private slot to handle the textChanged signal of the directory picker.</td> 111 <td>Private slot to handle the textChanged signal of the directory picker.</td>
112 </tr><tr> 112 </tr><tr>
113 <td><a href="#FindFileDialog.on_filterCheckBox_clicked">on_filterCheckBox_clicked</a></td> 113 <td><a href="#FindFileDialog.on_filterCheckBox_clicked">on_filterCheckBox_clicked</a></td>
120 <td>Private slot to handle the double click on a file item.</td> 120 <td>Private slot to handle the double click on a file item.</td>
121 </tr><tr> 121 </tr><tr>
122 <td><a href="#FindFileDialog.on_findtextCombo_editTextChanged">on_findtextCombo_editTextChanged</a></td> 122 <td><a href="#FindFileDialog.on_findtextCombo_editTextChanged">on_findtextCombo_editTextChanged</a></td>
123 <td>Private slot to handle the editTextChanged signal of the find text combo.</td> 123 <td>Private slot to handle the editTextChanged signal of the find text combo.</td>
124 </tr><tr> 124 </tr><tr>
125 <td><a href="#FindFileDialog.on_openFilesButton_clicked">on_openFilesButton_clicked</a></td>
126 <td>Private slot to handle the selection of the 'Open Files' radio button.</td>
127 </tr><tr>
125 <td><a href="#FindFileDialog.on_projectButton_clicked">on_projectButton_clicked</a></td> 128 <td><a href="#FindFileDialog.on_projectButton_clicked">on_projectButton_clicked</a></td>
126 <td>Private slot to handle the selection of the project radio button.</td> 129 <td>Private slot to handle the selection of the 'Project' radio button.</td>
127 </tr><tr> 130 </tr><tr>
128 <td><a href="#FindFileDialog.on_replaceButton_clicked">on_replaceButton_clicked</a></td> 131 <td><a href="#FindFileDialog.on_replaceButton_clicked">on_replaceButton_clicked</a></td>
129 <td>Private slot to perform the requested replace actions.</td> 132 <td>Private slot to perform the requested replace actions.</td>
130 </tr><tr> 133 </tr><tr>
131 <td><a href="#FindFileDialog.on_replacetextCombo_editTextChanged">on_replacetextCombo_editTextChanged</a></td> 134 <td><a href="#FindFileDialog.on_replacetextCombo_editTextChanged">on_replacetextCombo_editTextChanged</a></td>
270 </dd> 273 </dd>
271 </dl><a NAME="FindFileDialog.on_dirButton_clicked" ID="FindFileDialog.on_dirButton_clicked"></a> 274 </dl><a NAME="FindFileDialog.on_dirButton_clicked" ID="FindFileDialog.on_dirButton_clicked"></a>
272 <h4>FindFileDialog.on_dirButton_clicked</h4> 275 <h4>FindFileDialog.on_dirButton_clicked</h4>
273 <b>on_dirButton_clicked</b>(<i></i>) 276 <b>on_dirButton_clicked</b>(<i></i>)
274 <p> 277 <p>
275 Private slot to handle the selection of the project radio button. 278 Private slot to handle the selection of the 'Directory' radio button.
276 </p><a NAME="FindFileDialog.on_dirPicker_editTextChanged" ID="FindFileDialog.on_dirPicker_editTextChanged"></a> 279 </p><a NAME="FindFileDialog.on_dirPicker_editTextChanged" ID="FindFileDialog.on_dirPicker_editTextChanged"></a>
277 <h4>FindFileDialog.on_dirPicker_editTextChanged</h4> 280 <h4>FindFileDialog.on_dirPicker_editTextChanged</h4>
278 <b>on_dirPicker_editTextChanged</b>(<i>text</i>) 281 <b>on_dirPicker_editTextChanged</b>(<i>text</i>)
279 <p> 282 <p>
280 Private slot to handle the textChanged signal of the directory 283 Private slot to handle the textChanged signal of the directory
324 </p><dl> 327 </p><dl>
325 <dt><i>text</i></dt> 328 <dt><i>text</i></dt>
326 <dd> 329 <dd>
327 (ignored) 330 (ignored)
328 </dd> 331 </dd>
329 </dl><a NAME="FindFileDialog.on_projectButton_clicked" ID="FindFileDialog.on_projectButton_clicked"></a> 332 </dl><a NAME="FindFileDialog.on_openFilesButton_clicked" ID="FindFileDialog.on_openFilesButton_clicked"></a>
333 <h4>FindFileDialog.on_openFilesButton_clicked</h4>
334 <b>on_openFilesButton_clicked</b>(<i></i>)
335 <p>
336 Private slot to handle the selection of the 'Open Files' radio button.
337 </p><a NAME="FindFileDialog.on_projectButton_clicked" ID="FindFileDialog.on_projectButton_clicked"></a>
330 <h4>FindFileDialog.on_projectButton_clicked</h4> 338 <h4>FindFileDialog.on_projectButton_clicked</h4>
331 <b>on_projectButton_clicked</b>(<i></i>) 339 <b>on_projectButton_clicked</b>(<i></i>)
332 <p> 340 <p>
333 Private slot to handle the selection of the project radio button. 341 Private slot to handle the selection of the 'Project' radio button.
334 </p><a NAME="FindFileDialog.on_replaceButton_clicked" ID="FindFileDialog.on_replaceButton_clicked"></a> 342 </p><a NAME="FindFileDialog.on_replaceButton_clicked" ID="FindFileDialog.on_replaceButton_clicked"></a>
335 <h4>FindFileDialog.on_replaceButton_clicked</h4> 343 <h4>FindFileDialog.on_replaceButton_clicked</h4>
336 <b>on_replaceButton_clicked</b>(<i></i>) 344 <b>on_replaceButton_clicked</b>(<i></i>)
337 <p> 345 <p>
338 Private slot to perform the requested replace actions. 346 Private slot to perform the requested replace actions.

eric ide

mercurial