src/eric7/Preferences/ConfigurationPages/HelpDocumentationPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
108 Preferences.setHelp( 108 Preferences.setHelp(
109 "PySide6DocDir", self.pyside6DocDirPicker.text(toNative=False) 109 "PySide6DocDir", self.pyside6DocDirPicker.text(toNative=False)
110 ) 110 )
111 111
112 112
113 def create(dlg): # noqa: U100 113 def create(_dlg):
114 """ 114 """
115 Module function to create the configuration page. 115 Module function to create the configuration page.
116 116
117 @param dlg reference to the configuration dialog 117 @param _dlg reference to the configuration dialog (unused)
118 @type ConfigurationDialog 118 @type ConfigurationDialog
119 @return reference to the instantiated page 119 @return reference to the instantiated page
120 @rtype ConfigurationPageBase 120 @rtype ConfigurationPageBase
121 """ 121 """
122 page = HelpDocumentationPage() 122 page = HelpDocumentationPage()

eric ide

mercurial