src/eric7/Preferences/ConfigurationPages/TemplatesPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
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()

eric ide

mercurial