131 """ |
131 """ |
132 self.monospacedFontSample.setFont(self.monospacedFont) |
132 self.monospacedFontSample.setFont(self.monospacedFont) |
133 self.marginsFontSample.setFont(self.marginsFont) |
133 self.marginsFontSample.setFont(self.marginsFont) |
134 |
134 |
135 |
135 |
136 def create(dlg): |
136 def create(dlg): # noqa: U100 |
137 """ |
137 """ |
138 Module function to create the configuration page. |
138 Module function to create the configuration page. |
139 |
139 |
140 @param dlg reference to the configuration dialog |
140 @param dlg reference to the configuration dialog |
141 @return reference to the instantiated page (ConfigurationPageBase) |
141 @return reference to the instantiated page (ConfigurationPageBase) |