src/eric7/Preferences/ConfigurationPages/InterfaceLightPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10373
093dcebe5ecb
child 10518
1682f3203ae5
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
145 def create(dlg): # noqa: U100 145 def create(dlg): # noqa: U100
146 """ 146 """
147 Module function to create the configuration page. 147 Module function to create the configuration page.
148 148
149 @param dlg reference to the configuration dialog 149 @param dlg reference to the configuration dialog
150 @return reference to the instantiated page (ConfigurationPageBase) 150 @type ConfigurationDialog
151 @return reference to the instantiated page
152 @rtype ConfigurationPageBase
151 """ 153 """
152 page = InterfaceLightPage() 154 page = InterfaceLightPage()
153 return page 155 return page

eric ide

mercurial