src/eric7/Preferences/ConfigurationPages/GraphicsPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
67 Public slot to perform some polishing actions. 67 Public slot to perform some polishing actions.
68 """ 68 """
69 self.graphicsFontSample.setFont(self.graphicsFont) 69 self.graphicsFontSample.setFont(self.graphicsFont)
70 70
71 71
72 def create(dlg): # noqa: U100 72 def create(_dlg):
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 (unused)
77 @type ConfigurationDialog 77 @type ConfigurationDialog
78 @return reference to the instantiated page 78 @return reference to the instantiated page
79 @rtype ConfigurationPageBase 79 @rtype ConfigurationPageBase
80 """ 80 """
81 page = GraphicsPage() 81 page = GraphicsPage()

eric ide

mercurial