778 """ |
778 """ |
779 from eric7.QtHelpInterface.QtHelpDocumentationConfigurationDialog import ( |
779 from eric7.QtHelpInterface.QtHelpDocumentationConfigurationDialog import ( |
780 QtHelpDocumentationConfigurationDialog, |
780 QtHelpDocumentationConfigurationDialog, |
781 ) |
781 ) |
782 |
782 |
783 dlg = QtHelpDocumentationConfigurationDialog(self.__helpEngine, self) |
783 dlg = QtHelpDocumentationConfigurationDialog(self.__helpEngine, parent=self) |
784 dlg.exec() |
784 dlg.exec() |
785 |
785 |
786 @pyqtSlot() |
786 @pyqtSlot() |
787 def __configureHelpDocumentation(self): |
787 def __configureHelpDocumentation(self): |
788 """ |
788 """ |