src/eric7/Preferences/ConfigurationPages/TrayStarterPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
63 def create(dlg): # noqa: U100 63 def create(dlg): # noqa: U100
64 """ 64 """
65 Module function to create the configuration page. 65 Module function to create the configuration page.
66 66
67 @param dlg reference to the configuration dialog 67 @param dlg reference to the configuration dialog
68 @return reference to the instantiated page (ConfigurationPageBase) 68 @type ConfigurationDialog
69 @return reference to the instantiated page
70 @rtype ConfigurationPageBase
69 """ 71 """
70 page = TrayStarterPage() 72 page = TrayStarterPage()
71 return page 73 return page

eric ide

mercurial