We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2291f commit c84cabfCopy full SHA for c84cabf
src/windows/video_widget.py
@@ -29,7 +29,7 @@
29
Qt, QCoreApplication, QPointF, QPoint, QRect, QRectF, QSize, QMutex, QTimer
30
)
31
from PyQt5.QtGui import (
32
- QTransform, QPainter, QPixmap, QColor, QPen, QBrush, QCursor,
+ QTransform, QPainter, QPixmap, QColor, QPen, QBrush, QCursor, QImage, QRegion
33
34
from PyQt5.QtWidgets import QSizePolicy, QWidget, QPushButton
35
0 commit comments