255 itm = self.ignoreDirsList.takeItem(self.ignoreDirsList.currentRow()) |
255 itm = self.ignoreDirsList.takeItem(self.ignoreDirsList.currentRow()) |
256 del itm |
256 del itm |
257 |
257 |
258 def accept(self): |
258 def accept(self): |
259 """ |
259 """ |
260 Protected slot called by the Ok button. |
260 Public slot called by the Ok button. |
261 |
261 |
262 It saves the values in the parameters dictionary. |
262 It saves the values in the parameters dictionary. |
263 """ |
263 """ |
264 self.parameters['useRecursion'] = self.recursionCheckBox.isChecked() |
264 self.parameters['useRecursion'] = self.recursionCheckBox.isChecked() |
265 self.parameters['includePrivate'] = \ |
265 self.parameters['includePrivate'] = \ |