14 import glob |
14 import glob |
15 |
15 |
16 from PyQt6.QtCore import pyqtSlot, pyqtSignal |
16 from PyQt6.QtCore import pyqtSlot, pyqtSignal |
17 from PyQt6.QtWidgets import QWidget, QDialog, QDialogButtonBox, QVBoxLayout |
17 from PyQt6.QtWidgets import QWidget, QDialog, QDialogButtonBox, QVBoxLayout |
18 |
18 |
19 from E5Gui import EricMessageBox |
19 from EricWidgets import EricMessageBox |
20 from E5Gui.EricMainWindow import EricMainWindow |
20 from EricWidgets.EricMainWindow import EricMainWindow |
21 from E5Gui.EricApplication import ericApp |
21 from EricWidgets.EricApplication import ericApp |
22 |
22 |
23 from .Ui_PluginUninstallDialog import Ui_PluginUninstallDialog |
23 from .Ui_PluginUninstallDialog import Ui_PluginUninstallDialog |
24 |
24 |
25 import Preferences |
25 import Preferences |
26 import UI.PixmapCache |
26 import UI.PixmapCache |