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