Module implementing a dialog to search for files.
None |
FindFileNameDialog | Class implementing a dialog to search for files. |
None |
Class implementing a dialog 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.
None |
None |
FindFileNameDialog | Constructor |
__openFile | Private slot to open a file. |
__searchFile | Private slot to handle the search. |
checkStop | Public method to check, if the search should be stopped. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_fileExtEdit_textChanged | Private slot to handle the textChanged signal of the file extension edit. |
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_fileNameEdit_textChanged | Private slot to handle the textChanged signal of the file name edit. |
on_projectCheckBox_toggled | Private slot to handle the toggled signal of the project checkbox. |
on_searchDirCheckBox_toggled | Private slot to handle the toggled signal of the search directory checkbox. |
on_searchDirPicker_textChanged | Private slot to handle the textChanged signal of the search directory edit. |
on_syspathCheckBox_toggled | Private slot to handle the toggled signal of the sys.path checkbox. |
show | Public method to enable/disable the project checkbox. |
None |
Constructor
Private slot to open a file.
It emits the signal sourceFile or designerFile depending on the file extension.
Private slot to handle the search.
Public method to check, if the search should be stopped.
Private slot called by a button of the button box clicked.
Private slot to handle the textChanged signal of the file extension edit.
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 file name edit.
Private slot to handle the toggled signal of the project checkbox.
Private slot to handle the toggled signal of the search directory checkbox.
Private slot to handle the textChanged signal of the search directory edit.
Private slot to handle the toggled signal of the sys.path checkbox.
Public method to enable/disable the project checkbox.