src/eric7/Preferences/ConfigurationPages/GraphicsPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
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): 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 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial