src/eric7/Preferences/ConfigurationPages/InterfacePage.py

branch
eric7
changeset 10683
779cda568acb
parent 10518
1682f3203ae5
child 10926
9ef616cd220d
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
328 self.leftRightGroupBox.setTitle( 328 self.leftRightGroupBox.setTitle(
329 self.tr("Combined Left Side") if checked else self.tr("Right Side") 329 self.tr("Combined Left Side") if checked else self.tr("Right Side")
330 ) 330 )
331 331
332 332
333 def create(dlg): # noqa: U100 333 def create(_dlg):
334 """ 334 """
335 Module function to create the configuration page. 335 Module function to create the configuration page.
336 336
337 @param dlg reference to the configuration dialog 337 @param _dlg reference to the configuration dialog (unused)
338 @type ConfigurationDialog 338 @type ConfigurationDialog
339 @return reference to the instantiated page 339 @return reference to the instantiated page
340 @rtype ConfigurationPageBase 340 @rtype ConfigurationPageBase
341 """ 341 """
342 page = InterfacePage() 342 page = InterfacePage()

eric ide

mercurial