Exemplo n.º 1
0
 def __init__(self, shape):
     """
 @param  shape  Qt.CursorShape
 """
     QApplication.setOverrideCursor(shape)
Exemplo n.º 2
0
 def press(self, x, y):
     self.setGeometry(x, y, 0, 0)
     self.__pressedPos = x, y
     QApplication.setOverrideCursor(Qt.CrossCursor)
     self.show()