src/eric7/HelpViewer/HelpViewerWidget.py

branch
eric7
changeset 11006
a671918232f3
parent 10926
9ef616cd220d
child 11090
f5f5f5803935
equal deleted inserted replaced
11005:b918c6c2736b 11006:a671918232f3
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 """

eric ide

mercurial