eric7/Snapshot/SnapWidget.py

branch
eric7
changeset 8358
144a6b854f70
parent 8356
68ec9c3d4de5
child 8366
2a9f5153c438
equal deleted inserted replaced
8357:a081458cc57b 8358:144a6b854f70
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

eric ide

mercurial