eric7.Preferences.ConfigurationPages.PluginManagerPage

Module implementing the Plugin Manager configuration page.

Global Attributes

None

Classes

PluginManagerPage Class implementing the Plugin Manager configuration page.

Functions

create Module function to create the configuration page.


PluginManagerPage

Class implementing the Plugin Manager configuration page.

Derived from

ConfigurationPageBase, Ui_PluginManagerPage

Class Attributes

None

Class Methods

None

Methods

PluginManagerPage Constructor
on_repositoryUrlEditButton_toggled Private slot to set the read only status of the repository URL line edit.
save Public slot to save the Viewmanager configuration.

Static Methods

None

PluginManagerPage (Constructor)

PluginManagerPage()

Constructor

PluginManagerPage.on_repositoryUrlEditButton_toggled

on_repositoryUrlEditButton_toggled(checked)

Private slot to set the read only status of the repository URL line edit.

checked (bool)
state of the push button

PluginManagerPage.save

save()

Public slot to save the Viewmanager configuration.

Up


create

create(_dlg)

Module function to create the configuration page.

_dlg (ConfigurationDialog)
reference to the configuration dialog (unused)
Return:
reference to the instantiated page
Return Type:
ConfigurationPageBase
Up