src/eric7/Preferences/ConfigurationPages/HexEditorPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
86 Public slot to perform some polishing actions. 86 Public slot to perform some polishing actions.
87 """ 87 """
88 self.monospacedFontSample.setFont(self.monospacedFont) 88 self.monospacedFontSample.setFont(self.monospacedFont)
89 89
90 90
91 def create(dlg): 91 def create(dlg): # noqa: U100
92 """ 92 """
93 Module function to create the configuration page. 93 Module function to create the configuration page.
94 94
95 @param dlg reference to the configuration dialog 95 @param dlg reference to the configuration dialog
96 @return reference to the instantiated page (ConfigurationPageBase) 96 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial