src/eric7/Preferences/ConfigurationPages/PrinterPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10244
1b67aa43ec93
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
82 Public slot to perform some polishing actions. 82 Public slot to perform some polishing actions.
83 """ 83 """
84 self.printheaderFontSample.setFont(self.printheaderFont) 84 self.printheaderFontSample.setFont(self.printheaderFont)
85 85
86 86
87 def create(dlg): 87 def create(dlg): # noqa: U100
88 """ 88 """
89 Module function to create the configuration page. 89 Module function to create the configuration page.
90 90
91 @param dlg reference to the configuration dialog 91 @param dlg reference to the configuration dialog
92 @return reference to the instantiated page (ConfigurationPageBase) 92 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial