src/eric7/Preferences/ConfigurationPages/IconsPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10278
e26fa3b06f4f
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
211 self, 211 self,
212 ) 212 )
213 dlg.exec() 213 dlg.exec()
214 214
215 215
216 def create(dlg): 216 def create(dlg): # noqa: U100
217 """ 217 """
218 Module function to create the configuration page. 218 Module function to create the configuration page.
219 219
220 @param dlg reference to the configuration dialog 220 @param dlg reference to the configuration dialog
221 @return reference to the instantiated page (ConfigurationPageBase) 221 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial