192 if ok: |
192 if ok: |
193 self.rtfFontSample.setFont(font) |
193 self.rtfFontSample.setFont(font) |
194 self.rtfFont = font |
194 self.rtfFont = font |
195 |
195 |
196 |
196 |
197 def create(dlg): |
197 def create(dlg): # noqa: U100 |
198 """ |
198 """ |
199 Module function to create the configuration page. |
199 Module function to create the configuration page. |
200 |
200 |
201 @param dlg reference to the configuration dialog |
201 @param dlg reference to the configuration dialog |
202 @return reference to the instantiated page (ConfigurationPageBase) |
202 @return reference to the instantiated page (ConfigurationPageBase) |