24 |
24 |
25 import Preferences |
25 import Preferences |
26 import UI.PixmapCache |
26 import UI.PixmapCache |
27 |
27 |
28 |
28 |
|
29 # TODO: extend to be able to uninstall several plugins |
29 class PluginUninstallWidget(QWidget, Ui_PluginUninstallDialog): |
30 class PluginUninstallWidget(QWidget, Ui_PluginUninstallDialog): |
30 """ |
31 """ |
31 Class implementing a dialog for plugin deinstallation. |
32 Class implementing a dialog for plugin deinstallation. |
32 |
33 |
33 @signal accepted() emitted to indicate the removal of a plug-in |
34 @signal accepted() emitted to indicate the removal of a plug-in |