Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
child 3880
e7f6e47bc16f
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
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()

eric ide

mercurial