Module implementing a dialog to show the found files to the user.
None |
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.
None |
None |
AddFoundFilesDialog | Constructor |
getSelection | Public method to return the selected items. |
on_addAllButton_clicked | Private slot to handle the 'Add All' button press. |
on_addSelectedButton_clicked | Private slot to handle the 'Add Selected' button press. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
None |
Constructor
Public method to return the selected items.
Private slot to handle the 'Add All' button press.
Always returns the value 1 (integer).
Private slot to handle the 'Add Selected' button press.
Always returns the value 2 (integer).
Private slot called by a button of the button box clicked.