10 import os |
10 import os |
11 |
11 |
12 from PyQt6.QtCore import pyqtSlot |
12 from PyQt6.QtCore import pyqtSlot |
13 from PyQt6.QtWidgets import QDialog, QDialogButtonBox |
13 from PyQt6.QtWidgets import QDialog, QDialogButtonBox |
14 |
14 |
15 from E5Gui.EricApplication import ericApp |
15 from EricWidgets.EricApplication import ericApp |
16 from E5Gui import EricMessageBox |
16 from EricWidgets import EricMessageBox |
17 |
17 |
18 from .Ui_DotDesktopWizardDialog import Ui_DotDesktopWizardDialog |
18 from .Ui_DotDesktopWizardDialog import Ui_DotDesktopWizardDialog |
19 |
19 |
20 import Utilities |
20 import Utilities |
21 import UI.PixmapCache |
21 import UI.PixmapCache |