67 Public slot to perform some polishing actions. |
67 Public slot to perform some polishing actions. |
68 """ |
68 """ |
69 self.graphicsFontSample.setFont(self.graphicsFont) |
69 self.graphicsFontSample.setFont(self.graphicsFont) |
70 |
70 |
71 |
71 |
72 def create(dlg): |
72 def create(dlg): # noqa: U100 |
73 """ |
73 """ |
74 Module function to create the configuration page. |
74 Module function to create the configuration page. |
75 |
75 |
76 @param dlg reference to the configuration dialog |
76 @param dlg reference to the configuration dialog |
77 @return reference to the instantiated page (ConfigurationPageBase) |
77 @return reference to the instantiated page (ConfigurationPageBase) |