eric4.PluginManager.PluginUninstallDialog

Module implementing a dialog for plugin deinstallation.

Classes

PluginUninstallDialog Class implementing a dialog for plugin deinstallation.

Functions

None


PluginUninstallDialog

Class implementing a dialog for plugin deinstallation.

Derived from

QDialog, Ui_PluginUninstallDialog

Methods

PluginUninstallDialog Constructor
__uninstallPlugin Private slot to uninstall the selected plugin.
on_buttonBox_accepted Private slot to handle the accepted signal of the button box.
on_pluginDirectoryCombo_currentIndexChanged Private slot to populate the plugin name combo upon a change of the plugin area.

PluginUninstallDialog (Constructor)

PluginUninstallDialog(pluginManager, parent = None)

Constructor

pluginManager
reference to the plugin manager object
parent
parent of this dialog (QWidget)

PluginUninstallDialog.__uninstallPlugin

__uninstallPlugin()

Private slot to uninstall the selected plugin.

Returns:
flag indicating success (boolean)

PluginUninstallDialog.on_buttonBox_accepted

on_buttonBox_accepted()

Private slot to handle the accepted signal of the button box.

PluginUninstallDialog.on_pluginDirectoryCombo_currentIndexChanged

on_pluginDirectoryCombo_currentIndexChanged(index)

Private slot to populate the plugin name combo upon a change of the plugin area.

index
index of the selected item (integer)
Up