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() |