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): |
79 def create(dlg): # noqa: U100 |
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 |
84 @return reference to the instantiated page (ConfigurationPageBase) |
84 @return reference to the instantiated page (ConfigurationPageBase) |