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() |