src/eric7/Snapshot/SnapshotFreehandGrabber.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9624
b47dfa7a137d
--- a/src/eric7/Snapshot/SnapshotFreehandGrabber.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/Snapshot/SnapshotFreehandGrabber.py	Fri Nov 04 13:52:26 2022 +0100
@@ -7,21 +7,21 @@
 Module implementing a grabber widget for a freehand snapshot region.
 """
 
-from PyQt6.QtCore import pyqtSignal, Qt, QRect, QPoint, QTimer, QLocale
+from PyQt6.QtCore import QLocale, QPoint, QRect, Qt, QTimer, pyqtSignal
 from PyQt6.QtGui import (
-    QPixmap,
+    QBrush,
     QColor,
-    QRegion,
+    QCursor,
+    QGuiApplication,
+    QPaintEngine,
     QPainter,
     QPalette,
+    QPen,
+    QPixmap,
     QPolygon,
-    QPen,
-    QBrush,
-    QPaintEngine,
-    QGuiApplication,
-    QCursor,
+    QRegion,
 )
-from PyQt6.QtWidgets import QWidget, QToolTip
+from PyQt6.QtWidgets import QToolTip, QWidget
 
 from eric7 import Globals
 

eric ide

mercurial