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 """ |