307 self.googleMailInfoLabel.show() |
307 self.googleMailInfoLabel.show() |
308 self.googleHelpButton.setEnabled(False) |
308 self.googleHelpButton.setEnabled(False) |
309 Preferences.setUser("UseGoogleMailOAuth2", False) |
309 Preferences.setUser("UseGoogleMailOAuth2", False) |
310 |
310 |
311 |
311 |
312 def create(dlg): |
312 def create(dlg): # noqa: U100 |
313 """ |
313 """ |
314 Module function to create the configuration page. |
314 Module function to create the configuration page. |
315 |
315 |
316 @param dlg reference to the configuration dialog |
316 @param dlg reference to the configuration dialog |
317 @return reference to the instantiated page (ConfigurationPageBase) |
317 @return reference to the instantiated page (ConfigurationPageBase) |