Module implementing a dialog to search for files.
| None |
| FindLocationWidget | Class implementing a widget to search for files. |
| None |
Class implementing a widget to search for files.
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.
| None |
| None |
| FindLocationWidget | Constructor |
| __clearResults | Private slot to clear the current search results. |
| __openFile | Private slot to open a file. |
| __projectClosed | Private slot to handle a project being closed. |
| __projectOpened | Private slot to handle a project being opened. |
| __searchFile | Private slot to handle the search. |
| __stopSearch | Private slot to handle the stop button being pressed. |
| activate | Public slot to enable/disable the project checkbox. |
| checkStop | Public method to check, if the search should be stopped. |
| on_fileList_currentItemChanged | Private slot handling a change of the current item. |
| on_fileList_itemActivated | Private slot to handle the double click on a file item. |
| on_searchDirPicker_textChanged | Private slot to handle the textChanged signal of the search directory edit. |
| None |
Constructor
Private slot to clear the current search results.
Private slot to open a file.
It emits a signal depending on the file extension.
Private slot to handle a project being closed.
Private slot to handle a project being opened.
Private slot to handle the search.
Private slot to handle the stop button being pressed.
Public slot to enable/disable the project checkbox.
Public method to check, if the search should be stopped.
Private slot handling a change of the current item.
Private slot to handle the double click on a file item.
It emits the signal sourceFile or designerFile depending on the file extension.
Private slot to handle the textChanged signal of the search directory edit.