10 import os |
10 import os |
11 |
11 |
12 from PyQt6.QtCore import QObject, QCoreApplication |
12 from PyQt6.QtCore import QObject, QCoreApplication |
13 from PyQt6.QtWidgets import QDialog |
13 from PyQt6.QtWidgets import QDialog |
14 |
14 |
15 from E5Gui.EricApplication import ericApp |
15 from EricWidgets.EricApplication import ericApp |
16 |
16 |
17 from UI.DeleteFilesConfirmationDialog import DeleteFilesConfirmationDialog |
17 from UI.DeleteFilesConfirmationDialog import DeleteFilesConfirmationDialog |
18 |
18 |
19 from Project.ProjectBrowserModel import ( |
19 from Project.ProjectBrowserModel import ( |
20 ProjectBrowserSimpleDirectoryItem, ProjectBrowserFileItem, |
20 ProjectBrowserSimpleDirectoryItem, ProjectBrowserFileItem, |