src/eric7/Preferences/ConfigurationPages/GraphicsPage.py

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

eric ide

mercurial