Snapshot/SnapshotFreehandGrabber.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3190
a9a94491c4fd
child 3621
15f23ed3f216
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
63 self.__grabbing = False 63 self.__grabbing = False
64 self.__dragStartPoint = QPoint() 64 self.__dragStartPoint = QPoint()
65 self.__selectionBeforeDrag = QPolygon() 65 self.__selectionBeforeDrag = QPolygon()
66 66
67 self.__helpTextRect = QRect() 67 self.__helpTextRect = QRect()
68 self.__helpText = self.trUtf8( 68 self.__helpText = self.tr(
69 "Select a region using the mouse. To take the snapshot," 69 "Select a region using the mouse. To take the snapshot,"
70 " press the Enter key or double click. Press Esc to quit.") 70 " press the Enter key or double click. Press Esc to quit.")
71 71
72 self.__pixmap = QPixmap() 72 self.__pixmap = QPixmap()
73 self.__pBefore = QPoint() 73 self.__pBefore = QPoint()

eric ide

mercurial