src/eric7/Preferences/ConfigurationPages/PrinterPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
139 Public slot to perform some polishing actions. 139 Public slot to perform some polishing actions.
140 """ 140 """
141 self.printheaderFontSample.setFont(self.printheaderFont) 141 self.printheaderFontSample.setFont(self.printheaderFont)
142 142
143 143
144 def create(dlg): # noqa: U100 144 def create(_dlg):
145 """ 145 """
146 Module function to create the configuration page. 146 Module function to create the configuration page.
147 147
148 @param dlg reference to the configuration dialog 148 @param _dlg reference to the configuration dialog (unused)
149 @type ConfigurationDialog 149 @type ConfigurationDialog
150 @return reference to the instantiated page 150 @return reference to the instantiated page
151 @rtype ConfigurationPageBase 151 @rtype ConfigurationPageBase
152 """ 152 """
153 page = PrinterPage() 153 page = PrinterPage()

eric ide

mercurial