src/eric7/Preferences/ConfigurationPages/InterfacePage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10248
981456110843
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
313 self.leftRightGroupBox.setTitle( 313 self.leftRightGroupBox.setTitle(
314 self.tr("Combined Left Side") if checked else self.tr("Right Side") 314 self.tr("Combined Left Side") if checked else self.tr("Right Side")
315 ) 315 )
316 316
317 317
318 def create(dlg): 318 def create(dlg): # noqa: U100
319 """ 319 """
320 Module function to create the configuration page. 320 Module function to create the configuration page.
321 321
322 @param dlg reference to the configuration dialog 322 @param dlg reference to the configuration dialog
323 @return reference to the instantiated page (ConfigurationPageBase) 323 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial