9 |
9 |
10 import os |
10 import os |
11 import shutil |
11 import shutil |
12 import contextlib |
12 import contextlib |
13 |
13 |
14 from PyQt5.QtCore import ( |
14 from PyQt6.QtCore import ( |
15 pyqtSignal, QFileInfo, QFileSystemWatcher, QCoreApplication |
15 pyqtSignal, QFileInfo, QFileSystemWatcher, QCoreApplication |
16 ) |
16 ) |
17 from PyQt5.QtWidgets import QApplication, QDialog, QInputDialog |
17 from PyQt6.QtWidgets import QApplication, QDialog, QInputDialog |
18 |
18 |
19 from E5Gui.E5Application import e5App |
19 from E5Gui.E5Application import e5App |
20 from E5Gui import E5MessageBox, E5FileDialog |
20 from E5Gui import E5MessageBox, E5FileDialog |
21 |
21 |
22 from QScintilla.MiniEditor import MiniEditor |
22 from QScintilla.MiniEditor import MiniEditor |