src/eric7/Preferences/ConfigurationPages/HelpDocumentationPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9683
5c7cf7704fd0
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
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): 113 def create(dlg): # noqa: U100
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
118 @return reference to the instantiated page (ConfigurationPageBase) 118 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial