526 dn = dn[:-1] |
526 dn = dn[:-1] |
527 self.qtHelpDirEdit.setText(dn) |
527 self.qtHelpDirEdit.setText(dn) |
528 |
528 |
529 def accept(self): |
529 def accept(self): |
530 """ |
530 """ |
531 Protected slot called by the Ok button. |
531 Public slot called by the Ok button. |
532 |
532 |
533 It saves the values in the parameters dictionary. |
533 It saves the values in the parameters dictionary. |
534 """ |
534 """ |
535 self.parameters['useRecursion'] = self.recursionCheckBox.isChecked() |
535 self.parameters['useRecursion'] = self.recursionCheckBox.isChecked() |
536 self.parameters['noindex'] = self.noindexCheckBox.isChecked() |
536 self.parameters['noindex'] = self.noindexCheckBox.isChecked() |