src/eric7/Preferences/ConfigurationPages/WebBrowserAppearancePage.py

branch
eric7
changeset 10428
a071d4065202
parent 10237
17ab17a3e6b3
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
193 def create(dlg): # noqa: U100 193 def create(dlg): # noqa: U100
194 """ 194 """
195 Module function to create the configuration page. 195 Module function to create the configuration page.
196 196
197 @param dlg reference to the configuration dialog 197 @param dlg reference to the configuration dialog
198 @return reference to the instantiated page (ConfigurationPageBase) 198 @type ConfigurationDialog
199 @return reference to the instantiated page
200 @rtype ConfigurationPageBase
199 """ 201 """
200 page = WebBrowserAppearancePage() 202 page = WebBrowserAppearancePage()
201 return page 203 return page

eric ide

mercurial