Snapshot/SnapshotFreehandGrabber.py

changeset 3656
441956d8fce5
parent 3621
15f23ed3f216
child 4021
195a471c327b
--- a/Snapshot/SnapshotFreehandGrabber.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/Snapshot/SnapshotFreehandGrabber.py	Sun Jun 29 20:13:56 2014 +0200
@@ -9,9 +9,10 @@
 
 from __future__ import unicode_literals
 
-from PyQt4.QtCore import pyqtSignal, Qt, QRect, QPoint, QTimer, qVersion
-from PyQt4.QtGui import QWidget, QPixmap, QColor, QRegion, QApplication, \
-    QPainter, QPalette, QToolTip, QPolygon, QPen, QBrush, QPaintEngine
+from PyQt5.QtCore import pyqtSignal, Qt, QRect, QPoint, QTimer, qVersion
+from PyQt5.QtGui import QPixmap, QColor, QRegion, QPainter, QPalette, \
+    QPolygon, QPen, QBrush, QPaintEngine
+from PyQt5.QtWidgets import QWidget, QApplication, QToolTip
 
 
 def drawPolygon(painter, polygon, outline, fill=QColor()):

eric ide

mercurial