26 QApplication, |
26 QApplication, |
27 QDialog, |
27 QDialog, |
28 QVBoxLayout, |
28 QVBoxLayout, |
29 ) |
29 ) |
30 |
30 |
31 from EricWidgets import EricFileDialog |
31 from eric7.EricWidgets import EricFileDialog |
32 from EricWidgets.EricMainWindow import EricMainWindow |
32 from eric7.EricWidgets.EricMainWindow import EricMainWindow |
33 |
33 |
34 from .Ui_PluginInstallDialog import Ui_PluginInstallDialog |
34 from .Ui_PluginInstallDialog import Ui_PluginInstallDialog |
35 |
35 |
36 import Utilities |
36 from eric7 import Preferences, Utilities |
37 import Preferences |
37 |
38 |
38 from eric7.Utilities.uic import compileUiFiles |
39 from Utilities.uic import compileUiFiles |
|
40 |
39 |
41 |
40 |
42 class PluginInstallWidget(QWidget, Ui_PluginInstallDialog): |
41 class PluginInstallWidget(QWidget, Ui_PluginInstallDialog): |
43 """ |
42 """ |
44 Class implementing the Plugin installation dialog. |
43 Class implementing the Plugin installation dialog. |