385 break |
385 break |
386 |
386 |
387 self.addApiFileButton.setEnabled(enable) |
387 self.addApiFileButton.setEnabled(enable) |
388 |
388 |
389 |
389 |
390 def create(dlg): # noqa: U100 |
390 def create(_dlg): |
391 """ |
391 """ |
392 Module function to create the configuration page. |
392 Module function to create the configuration page. |
393 |
393 |
394 @param dlg reference to the configuration dialog |
394 @param _dlg reference to the configuration dialog (unused) |
395 @type ConfigurationDialog |
395 @type ConfigurationDialog |
396 @return reference to the instantiated page |
396 @return reference to the instantiated page |
397 @rtype ConfigurationPageBase |
397 @rtype ConfigurationPageBase |
398 """ |
398 """ |
399 page = EditorAPIsPage() |
399 page = EditorAPIsPage() |