eric6/IconEditor/IconEditorGrid.py

changeset 7716
313e09453306
parent 7360
9190402e4505
child 7717
f32d7965a17e
equal deleted inserted replaced
7715:ae49e290890d 7716:313e09453306
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)

eric ide

mercurial