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() |