eric7.Plugins.UiExtensionPlugins.Translator.ConfigurationPage.TranslationServicesPage

Module implementing the Translation Services configuration page.

Global Attributes

OllamaServerProfile

Classes

TranslationServicesPage Class implementing the Translation Services configuration page.

Functions

None


TranslationServicesPage

Class implementing the Translation Services configuration page.

Derived from

ConfigurationPageBase, Ui_TranslationServicesPage

Class Attributes

None

Class Methods

None

Methods

TranslationServicesPage Constructor
on_reloadModelsButton_clicked Private slot to reload the list of available translation models.
save Public slot to save the translators configuration.

Static Methods

None

TranslationServicesPage (Constructor)

TranslationServicesPage()

Constructor

TranslationServicesPage.on_reloadModelsButton_clicked

on_reloadModelsButton_clicked()

Private slot to reload the list of available translation models.

TranslationServicesPage.save

save()

Public slot to save the translators configuration.

Up