src/eric7/Preferences/ConfigurationPages/IconsPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10676
d1479a4f1426
child 11006
a671918232f3
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
228 self, 228 self,
229 ) 229 )
230 dlg.exec() 230 dlg.exec()
231 231
232 232
233 def create(dlg): # noqa: U100 233 def create(_dlg):
234 """ 234 """
235 Module function to create the configuration page. 235 Module function to create the configuration page.
236 236
237 @param dlg reference to the configuration dialog 237 @param _dlg reference to the configuration dialog (unused)
238 @type ConfigurationDialog 238 @type ConfigurationDialog
239 @return reference to the instantiated page 239 @return reference to the instantiated page
240 @rtype ConfigurationPageBase 240 @rtype ConfigurationPageBase
241 """ 241 """
242 page = IconsPage() 242 page = IconsPage()

eric ide

mercurial