Module implementing a dialog to show the found files to the user.
AddFoundFilesDialog | Class implementing a dialog to show the found files to the user. |
None |
Class implementing a dialog to show the found files to the user.
The found files are displayed in a listview. Pressing the 'Add All' button adds all files to the current project, the 'Add Selected' button adds only the selected files and the 'Cancel' button cancels the operation.
AddFoundFilesDialog | Constructor |
getSelection | Public method to return the selected items. |
handleAll | Private slot to handle the 'Add All' button press. |
handleSelected | Private slot to handle the 'Add Selected' button press. |
isSelected | Public method telling whether an item is selected in the listbox. |
Constructor
Public method to return the selected items.
Private slot to handle the 'Add All' button press.
Private slot to handle the 'Add Selected' button press.
Public method telling whether an item is selected in the listbox.