8357:a081458cc57b | 8358:144a6b854f70 |
---|---|
12 import os | 12 import os |
13 | 13 |
14 from PyQt6.QtCore import pyqtSlot, QObject, QCoreApplication | 14 from PyQt6.QtCore import pyqtSlot, QObject, QCoreApplication |
15 from PyQt6.QtWidgets import QInputDialog | 15 from PyQt6.QtWidgets import QInputDialog |
16 | 16 |
17 from E5Gui.EricApplication import ericApp | 17 from EricWidgets.EricApplication import ericApp |
18 | 18 |
19 import UI.PixmapCache | 19 import UI.PixmapCache |
20 import Preferences | 20 import Preferences |
21 | 21 |
22 | 22 |