src/eric7/Preferences/ConfigurationPages/EditorExportersPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10373
093dcebe5ecb
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
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): 197 def create(dlg): # noqa: U100
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
202 @return reference to the instantiated page (ConfigurationPageBase) 202 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial