Module implementing a dialog to add files of a directory to the project.
| None | 
| AddDirectoryDialog | Class implementing a dialog to add files of a directory to the project. | 
| None | 
Class implementing a dialog to add files of a directory to the project.
| None | 
| None | 
| AddDirectoryDialog | Constructor | 
| __dirDialog | Private slot to display a directory selection dialog. | 
| getData | Public slot to retrieve the dialogs data. | 
| on_filterComboBox_highlighted | Private slot to handle the selection of a file type. | 
| on_sourceDirButton_clicked | Private slot to handle the source dir button press. | 
| on_sourceDirEdit_textChanged | Private slot to handle the source dir text changed. | 
| on_targetDirButton_clicked | Private slot to handle the target dir button press. | 
| None | 
Constructor
Private slot to display a directory selection dialog.
Public slot to retrieve the dialogs data.
Private slot to handle the selection of a file type.
Private slot to handle the source dir button press.
Private slot to handle the source dir text changed.
If the entered source directory is a subdirectory of the current projects main directory, the target directory path is synchronized. It is assumed, that the user wants to add a bunch of files to the project in place.
Private slot to handle the target dir button press.