Module implementing a dialog to add files of a directory to the project.
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.
AddDirectoryDialog | Constructor |
getData | Public slot to retrieve the dialogs data. |
handleDirDialog | Private slot to display a directory selection dialog. |
handleSDirDialog | Private slot to handle the source dir button press. |
handleSTextChanged | Private slot to handle the source dir text changed. |
handleTDirDialog | Private slot to handle the target dir button press. |
Constructor
Public slot to retrieve the dialogs data.
Private slot to display a directory selection dialog.
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.