382 break |
382 break |
383 |
383 |
384 self.addApiFileButton.setEnabled(enable) |
384 self.addApiFileButton.setEnabled(enable) |
385 |
385 |
386 |
386 |
387 def create(dlg): |
387 def create(dlg): # noqa: U100 |
388 """ |
388 """ |
389 Module function to create the configuration page. |
389 Module function to create the configuration page. |
390 |
390 |
391 @param dlg reference to the configuration dialog |
391 @param dlg reference to the configuration dialog |
392 @return reference to the instantiated page (ConfigurationPageBase) |
392 @return reference to the instantiated page (ConfigurationPageBase) |