19 from PyQt6.QtWidgets import ( |
19 from PyQt6.QtWidgets import ( |
20 QToolBar, QDialog, QApplication, QMenu, QWidget |
20 QToolBar, QDialog, QApplication, QMenu, QWidget |
21 ) |
21 ) |
22 from PyQt6.Qsci import QsciScintilla |
22 from PyQt6.Qsci import QsciScintilla |
23 |
23 |
24 from E5Gui.EricApplication import ericApp |
24 from EricWidgets.EricApplication import ericApp |
25 from E5Gui import EricFileDialog, EricMessageBox |
25 from EricWidgets import EricFileDialog, EricMessageBox |
26 |
26 |
27 from Globals import recentNameFiles, isMacPlatform |
27 from Globals import recentNameFiles, isMacPlatform |
28 |
28 |
29 import Preferences |
29 import Preferences |
30 |
30 |