src/eric7/Preferences/ConfigurationPages/EditorExportersPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
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): # noqa: U100 197 def create(_dlg):
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 (unused)
202 @type ConfigurationDialog 202 @type ConfigurationDialog
203 @return reference to the instantiated page 203 @return reference to the instantiated page
204 @rtype ConfigurationPageBase 204 @rtype ConfigurationPageBase
205 """ 205 """
206 page = EditorExportersPage() 206 page = EditorExportersPage()

eric ide

mercurial