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): # noqa: U100 |
72 def create(_dlg): |
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 (unused) |
77 @type ConfigurationDialog |
77 @type ConfigurationDialog |
78 @return reference to the instantiated page |
78 @return reference to the instantiated page |
79 @rtype ConfigurationPageBase |
79 @rtype ConfigurationPageBase |
80 """ |
80 """ |
81 page = GraphicsPage() |
81 page = GraphicsPage() |