86 Public slot to perform some polishing actions. |
86 Public slot to perform some polishing actions. |
87 """ |
87 """ |
88 self.monospacedFontSample.setFont(self.monospacedFont) |
88 self.monospacedFontSample.setFont(self.monospacedFont) |
89 |
89 |
90 |
90 |
91 def create(dlg): |
91 def create(dlg): # noqa: U100 |
92 """ |
92 """ |
93 Module function to create the configuration page. |
93 Module function to create the configuration page. |
94 |
94 |
95 @param dlg reference to the configuration dialog |
95 @param dlg reference to the configuration dialog |
96 @return reference to the instantiated page (ConfigurationPageBase) |
96 @return reference to the instantiated page (ConfigurationPageBase) |