38 error = "" # noqa: U200 |
38 error = "" # noqa: U200 |
39 |
39 |
40 translatorPluginObject = None |
40 translatorPluginObject = None |
41 |
41 |
42 |
42 |
43 def createTranslatorPage(configDlg): |
43 def createTranslatorPage(configDlg): # noqa: U100 |
44 """ |
44 """ |
45 Module function to create the Translator configuration page. |
45 Module function to create the Translator configuration page. |
46 |
46 |
47 @param configDlg reference to the configuration dialog |
47 @param configDlg reference to the configuration dialog |
48 @type ConfigurationWidget |
48 @type ConfigurationWidget |