src/eric7/Preferences/ConfigurationPages/EditorDocViewerPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
77 def create(dlg): # noqa: U100 77 def create(dlg): # noqa: U100
78 """ 78 """
79 Module function to create the configuration page. 79 Module function to create the configuration page.
80 80
81 @param dlg reference to the configuration dialog 81 @param dlg reference to the configuration dialog
82 @return reference to the instantiated page (ConfigurationPageBase) 82 @type ConfigurationDialog
83 @return reference to the instantiated page
84 @rtype ConfigurationPageBase
83 """ 85 """
84 page = EditorDocViewerPage() 86 page = EditorDocViewerPage()
85 return page 87 return page

eric ide

mercurial