eric6.Plugins.UiExtensionPlugins.PipInterface.ConfigurationPage.PipPage

Package implementing the configuration page.

Global Attributes

None

Classes

PipPage Class implementing the configuration page.

Functions

None


PipPage

Class implementing the configuration page.

Derived from

ConfigurationPageBase, Ui_PipPage

Class Attributes

None

Class Methods

None

Methods

PipPage Constructor
on_addButton_clicked Private slot used to add an executable to the list.
on_defaultListButton_clicked Private slot to load the default list of pip executables.
save Public slot to save the pip configuration.

Static Methods

None

PipPage (Constructor)

PipPage(plugin)

Constructor

plugin
reference to the plugin object

PipPage.on_addButton_clicked

on_addButton_clicked()

Private slot used to add an executable to the list.

PipPage.on_defaultListButton_clicked

on_defaultListButton_clicked()

Private slot to load the default list of pip executables.

PipPage.save

save()

Public slot to save the pip configuration.

Up