137 the selected file type, the source and target directory and |
137 the selected file type, the source and target directory and |
138 a flag indicating a recursive add |
138 a flag indicating a recursive add |
139 """ |
139 """ |
140 filetype = \ |
140 filetype = \ |
141 self.filterComboBox.itemData(self.filterComboBox.currentIndex()) |
141 self.filterComboBox.itemData(self.filterComboBox.currentIndex()) |
142 return (filetype, self.sourceDirEdit.text(), |
142 return (filetype, |
143 self.targetDirEdit.text(), |
143 Utilities.toNativeSeparators(self.sourceDirEdit.text()), |
|
144 Utilities.toNativeSeparators(self.targetDirEdit.text()), |
144 self.recursiveCheckBox.isChecked()) |
145 self.recursiveCheckBox.isChecked()) |