20 QStandardPaths |
20 QStandardPaths |
21 ) |
21 ) |
22 from PyQt6.QtGui import QImageWriter, QPixmap, QDrag, QKeySequence, QShortcut |
22 from PyQt6.QtGui import QImageWriter, QPixmap, QDrag, QKeySequence, QShortcut |
23 from PyQt6.QtWidgets import QWidget, QApplication |
23 from PyQt6.QtWidgets import QWidget, QApplication |
24 |
24 |
25 from E5Gui import EricFileDialog, EricMessageBox |
25 from EricWidgets import EricFileDialog, EricMessageBox |
26 |
26 |
27 from .Ui_SnapWidget import Ui_SnapWidget |
27 from .Ui_SnapWidget import Ui_SnapWidget |
28 |
28 |
29 import UI.PixmapCache |
29 import UI.PixmapCache |
30 import Preferences |
30 import Preferences |