Module implementing a dialog to search for files.
FindFileNameDialog | Class implementing a dialog to search for files. |
None |
Class implementing a dialog to search for files. The occurences found are displayed in a QListView widget showing the filename and the pathname. The file will be opened upon a double click onto the respective entry of the list.
FindFileNameDialog | Constructor |
close | Overwritten method to record the display status. |
handleOpen | Private slot to handle the double click and the Open button press. |
keyPressEvent | Protected slot to intercept the return key press. |
searchFile | Private slot to handle the search. |
show | Overwritten method to enable/disable the project checkbox. |
Constructor
Overwritten method to record the display status.
Private slot to handle the double click and the Open button press. It emits the signal pythonFile or designerFile depending on the file extension.
Protected slot to intercept the return key press.
Private slot to handle the search.
Overwritten method to enable/disable the project checkbox.