Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py

changeset 2962
d6c9d1ca2da4
parent 2302
f29e9405c851
child 3004
c4bf32c791d0
equal deleted inserted replaced
2961:e4e2efb4846a 2962:d6c9d1ca2da4
454 @param txt text of the line edit (string) 454 @param txt text of the line edit (string)
455 """ 455 """
456 self.__checkQtHelpOptions() 456 self.__checkQtHelpOptions()
457 457
458 @pyqtSlot(str) 458 @pyqtSlot(str)
459 def on_qtHelpTitleEdit_textChanged(self, p0): 459 def on_qtHelpTitleEdit_textChanged(self, txt):
460 """ 460 """
461 Private slot to check the title. 461 Private slot to check the title.
462 462
463 @param txt text of the line edit (string) 463 @param txt text of the line edit (string)
464 """ 464 """

eric ide

mercurial