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