165 self.imageChanged.connect(self.__updatePreviewPixmap) |
165 self.imageChanged.connect(self.__updatePreviewPixmap) |
166 QApplication.clipboard().dataChanged.connect(self.__checkClipboard) |
166 QApplication.clipboard().dataChanged.connect(self.__checkClipboard) |
167 |
167 |
168 self.__checkClipboard() |
168 self.__checkClipboard() |
169 |
169 |
|
170 # TODO: change to get rid of .qrc |
170 def __initCursors(self): |
171 def __initCursors(self): |
171 """ |
172 """ |
172 Private method to initialize the various cursors. |
173 Private method to initialize the various cursors. |
173 """ |
174 """ |
174 self.__normalCursor = QCursor(Qt.ArrowCursor) |
175 self.__normalCursor = QCursor(Qt.ArrowCursor) |