9 |
9 |
10 import os |
10 import os |
11 import shutil |
11 import shutil |
12 import copy |
12 import copy |
13 |
13 |
14 from PyQt5.QtCore import pyqtSlot, QDir, QFileInfo, QObject, QCoreApplication |
14 from PyQt6.QtCore import pyqtSlot, QDir, QFileInfo, QObject, QCoreApplication |
15 from PyQt5.QtWidgets import QDialog, QInputDialog, QToolBar |
15 from PyQt6.QtWidgets import QDialog, QInputDialog, QToolBar |
16 |
16 |
17 from E5Gui.E5Action import E5Action |
17 from E5Gui.E5Action import E5Action |
18 from E5Gui import E5MessageBox |
18 from E5Gui import E5MessageBox |
19 from E5Gui.E5Application import e5App |
19 from E5Gui.E5Application import e5App |
20 |
20 |