74 self.editorFont, |
74 self.editorFont, |
75 options=QFontDialog.FontDialogOption.MonospacedFonts, |
75 options=QFontDialog.FontDialogOption.MonospacedFonts, |
76 ) |
76 ) |
77 |
77 |
78 |
78 |
79 def create(dlg): # noqa: U100 |
79 def create(_dlg): |
80 """ |
80 """ |
81 Module function to create the configuration page. |
81 Module function to create the configuration page. |
82 |
82 |
83 @param dlg reference to the configuration dialog |
83 @param _dlg reference to the configuration dialog (unused) |
84 @type ConfigurationDialog |
84 @type ConfigurationDialog |
85 @return reference to the instantiated page |
85 @return reference to the instantiated page |
86 @rtype ConfigurationPageBase |
86 @rtype ConfigurationPageBase |
87 """ |
87 """ |
88 page = TemplatesPage() |
88 page = TemplatesPage() |