src/eric7/Preferences/ConfigurationPages/TemplatesPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
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)

eric ide

mercurial